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 19900 - DB exception when exiting Netbeans
Summary: DB exception when exiting Netbeans
Status: CLOSED WORKSFORME
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@db
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-29 14:21 UTC by lduperval
Modified: 2003-06-30 17:17 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 lduperval 2002-01-29 14:21:07 UTC
This happens with dev build and 3.3.1 RC3

org.netbeans.modules.db.DatabaseException
	at
org.netbeans.modules.db.explorer.infos.RootNodeInfo.initChildren(RootNodeInfo.java:66)
	at
org.netbeans.modules.db.explorer.infos.DatabaseNodeInfo.getChildren(DatabaseNodeInfo.java:668)
	at
org.netbeans.modules.db.explorer.DatabaseNodeChildren.initCollection(DatabaseNodeChildren.java:46)
	at org.openide.nodes.Children$Array.getCollection(Children.java:1114)
	at org.openide.nodes.Children$Array$AE.nodes(Children.java:1158)
	at org.openide.nodes.ChildrenArray.nodesFor(ChildrenArray.java:125)
	at org.openide.nodes.Children$Info.nodes(Children.java:929)
	at org.openide.nodes.Children.justComputeNodes(Children.java:440)
	at org.openide.nodes.ChildrenArray.nodes(ChildrenArray.java:69)
	at org.openide.nodes.Children.computeNodes(Children.java:355)
	at org.openide.nodes.Children.getNodes(Children.java:284)
	at org.netbeans.modules.db.DatabaseModule$1.run(DatabaseModule.java:92)
	at org.openide.util.Mutex.writeAccess(Mutex.java:325)
	at org.netbeans.modules.db.DatabaseModule.close(DatabaseModule.java:89)
	at org.netbeans.core.modules.NbInstaller.close(NbInstaller.java:623)
	at org.netbeans.core.modules.ModuleManager.shutDown(ModuleManager.java:956)
	at org.netbeans.core.modules.ModuleSystem.shutDown(ModuleSystem.java:291)	at org.netbeans.core.NbTopManager.exit(NbTopManager.java:696)
	at org.netbeans.core.actions.SystemExit.performAction(SystemExit.java:54)	at
org.openide.util.actions.CallableSystemAction.actionPerformed(CallableSystemAction.java:69)
	at org.netbeans.core.ModuleActions$1.run(ModuleActions.java:105)
	at org.openide.util.Task.run(Task.java:152)
	at org.openide.util.RequestProcessor$ProcessorThread.run(RequestProcessor.java:622)
Comment 1 Radko Najman 2002-03-14 09:05:42 UTC
Cannot reproduce in NetBeans 3.3.1. Closing as WORKSFORME.
Comment 2 Martin Schovanek 2003-03-12 16:40:12 UTC
VERIFIED
Comment 3 Quality Engineering 2003-06-30 17:17:52 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.