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 1785 - Object browser doesn`t always start up.
Summary: Object browser doesn`t always start up.
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Janne Leppanen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-05-15 02:28 UTC by Janne Leppanen
Modified: 2003-07-02 16:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Janne Leppanen 1999-05-15 02:28:53 UTC
[martin] 322 works.

--------------
Following exception was thrown while opening and closing object browser. Sometimes it started
up sometimes not.

Exception occurred during event dispatching:
java.lang.IllegalStateException: Cannot initialize 0 th node of node com.netbeans.ide.nodes.AbstractNode@4fd4432f[Name=null, displayName=null, handle=null] it already belongs to node com.netbeans.deve
loper.impl.PackageNode@61184328[Name=Repository, displayName=Repository, handle=null]
	at com.netbeans.ide.nodes.Children.throwAlreadyUsedException(Children.java:542)
	at com.netbeans.ide.nodes.Children$6.run(Compiled Code)
	at com.netbeans.ide.util.Mutex.doEvent(Compiled Code)
	at com.netbeans.ide.util.Mutex.writeAccess(Compiled Code)
	at com.netbeans.ide.nodes.Children.initialize(Compiled Code)
	at com.netbeans.ide.nodes.Children.access$3(Compiled Code)
	at com.netbeans.ide.nodes.Children$5.run(Compiled Code)
	at com.netbeans.ide.util.Mutex.doEventAccess(Compiled Code)
	at com.netbeans.ide.util.Mutex.doReadAccess(Compiled Code)
	at com.netbeans.ide.util.Mutex.readAccess(Compiled Code)
	at com.netbeans.ide.nodes.Children.getNodes(Compiled Code)
	at com.netbeans.ide.explorer.view.ListView.updateList(Compiled Code)
	at com.netbeans.ide.explorer.view.ListView.access$8(Compiled Code)
	at com.netbeans.ide.explorer.view.ListView$9.run(ListView.java:403)
	at com.netbeans.ide.util.Mutex.doEvent(Compiled Code)
	at com.netbeans.ide.util.Mutex.readAccess(Mutex.java:148)

	at com.netbeans.ide.explorer.view.ListView.addNotify(ListView.java:394)
	at java.awt.Container.addNotify(Compiled Code)
	at javax.swing.JComponent.addNotify(Compiled Code)
	at java.awt.Container.addNotify(Compiled Code)
	at javax.swing.JComponent.addNotify(Compiled Code)
	at com.netbeans.developer.modules.browser.ExplorerBean.addNotify(ExplorerBean.java:360)
	at java.awt.Container.addNotify(Compiled Code)
	at javax.swing.JComponent.addNotify(Compiled Code)
	at java.awt.Container.addNotify(Comp
Comment 1 Marek Grummich 2000-07-25 09:34:59 UTC
Priority is changed to P4 (normal).
Comment 2 Quality Engineering 2003-07-02 16:02:59 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.