This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 203848 - StackOverflowError at java.util.WeakHashMap.getTable
Summary: StackOverflowError at java.util.WeakHashMap.getTable
Status: RESOLVED DUPLICATE of bug 203197
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-17 17:08 UTC by charlweed
Modified: 2011-10-18 08:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 181734


Attachments
stacktrace (86.12 KB, text/plain)
2011-10-17 17:09 UTC, charlweed
Details

Note You need to log in before you can comment on or make changes to this bug.
Description charlweed 2011-10-17 17:08:57 UTC
Build: NetBeans IDE Dev (Build 20111005-cb8fe9a899b6)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.0-b04, Java(TM) SE Runtime Environment, 1.7.0_02-ea-b07
OS: Windows 7

User Comments:
GUEST: trying to create a DocBook project

charlweed: Attempting to create new Java Application Project

GUEST: Trying to create a new project using NetBeans

GUEST: Simply, i wanted to create a new project in Docbook.

GUEST: Made an attempt to create new DocBook Project.

GUEST: I tried to create new DocBook project.

GUEST: Attempt to create new DocBook project, crash after click on Next.

charlweed: Second attempt at creating new Java Application, after restarting.
Bummer.

GUEST: Tried to create new docbook project.




Stacktrace: 
java.lang.StackOverflowError
   at java.util.WeakHashMap.getTable(WeakHashMap.java:328)
   at java.util.WeakHashMap.get(WeakHashMap.java:375)
   at org.openide.util.lookup.MetaInfServicesLookup.beforeLookup(MetaInfServicesLookup.java:145)
   at org.openide.util.lookup.AbstractLookup.lookupItem(AbstractLookup.java:426)
   at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:420)
   at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:214)
Comment 1 charlweed 2011-10-17 17:09:04 UTC
Created attachment 112143 [details]
stacktrace
Comment 2 Marian Mirilovic 2011-10-17 20:06:30 UTC
Standa, dup of issue 203197 ?
Comment 3 Stanislav Aubrecht 2011-10-18 08:50:10 UTC

*** This bug has been marked as a duplicate of bug 203197 ***