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 130658 - IllegalStateException during IDE startup
Summary: IllegalStateException during IDE startup
Status: VERIFIED DUPLICATE of bug 129382
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All Windows XP x64
: P3 blocker (vote)
Assignee: David Vancouvering
URL:
Keywords: T9Y, TEST
Depends on:
Blocks:
 
Reported: 2008-03-20 15:34 UTC by Lukas Jungmann
Modified: 2008-03-20 19:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (34.02 KB, text/plain)
2008-03-20 15:35 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2008-03-20 15:34:53 UTC
-winXP-x64, own cluster.config=j2ee build (tip: 74517:30b03e3c7f18), local MySQL server installation, JDK 1.5.0_15

-start IDE with -J-Dcom.sun.aas.installRoot=/path/to/glassfish and fresh userdir

=>
SEVERE [org.openide.util.RequestProcessor]
java.lang.IllegalStateException: Cannot initialize -1th child of node
org.netbeans.modules.db.explorer.nodes.RootNode@1a83597[Name=Databases, displayName=Databases]; it already belongs to
node org.netbeans.modules.db.explorer.nodes.RootNode@5658a3[Name=Databases, displayName=Databases]
	at org.openide.nodes.Node.assignTo(Node.java:326)
	at org.openide.nodes.Children$Info.useNodes(Children.java:1307)
	at org.openide.nodes.Children.refreshEntry(Children.java:1187)
	at org.openide.nodes.Children$Array.refreshImpl(Children.java:1440)
	at org.openide.nodes.Children$Array$1.run(Children.java:1456)
	at org.openide.util.Mutex.postRequest(Mutex.java:1262)
	at org.openide.util.Mutex.postWriteRequest(Mutex.java:582)
	at org.openide.nodes.Children$Array.refresh(Children.java:1454)
	at org.openide.nodes.Children$Array.add(Children.java:1501)
	at org.netbeans.modules.db.explorer.DatabaseNodeChildren$1$1.run(DatabaseNodeChildren.java:110)
	at org.openide.util.Mutex.writeAccess(Mutex.java:469)
	at org.netbeans.modules.db.explorer.DatabaseNodeChildren$1.propertyChange(DatabaseNodeChildren.java:106)
	at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333)

Note: don't take emma jar into account, I can reproduce this even without it
Comment 1 Lukas Jungmann 2008-03-20 15:35:39 UTC
Created attachment 58760 [details]
IDE log
Comment 2 Lukas Jungmann 2008-03-20 15:39:51 UTC
another note is that I'm not able to reproduce this manually, only in tests (particularly
http://wiki.netbeans.org/WSTests#section-WSTests-WebServicesCoreJAXWSSupport)
Comment 3 David Vancouvering 2008-03-20 16:41:33 UTC

*** This issue has been marked as a duplicate of 129382 ***
Comment 4 Lukas Jungmann 2008-03-20 19:17:28 UTC
yes