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 140271 - org.netbeans.api.db.explorer.DatabaseException at org.netbeans.modules.db.explorer.infos.ViewListNodeInfo.initChildren
Summary: org.netbeans.api.db.explorer.DatabaseException at org.netbeans.modules.db.exp...
Status: RESOLVED DUPLICATE of bug 140068
Alias: None
Product: db
Classification: Unclassified
Component: MySQL (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Vancouvering
URL: http://statistics.netbeans.org/except...
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2008-07-16 12:02 UTC by Roman Mostyka
Modified: 2008-07-29 18:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 77170


Attachments
stacktrace (1.58 KB, text/plain)
2008-07-16 12:02 UTC, Roman Mostyka
Details
stacktrace (1.58 KB, text/plain)
2008-07-27 02:17 UTC, sunbiz
Details
stacktrace (1.58 KB, text/plain)
2008-07-29 08:58 UTC, yudiset
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Mostyka 2008-07-16 12:02:25 UTC
Build: NetBeans IDE Dev (Build 080715)
VM: Java HotSpot(TM) Client VM, 11.0-b13, Java(TM) SE Runtime Environment, 1.6.0_10-rc-b26
OS: Windows XP, 5.1, x86

User Comments: 
1. Connect to MySQL DB.
2. Disconnect.

Result: DatabaseException arises.
Comment 1 Roman Mostyka 2008-07-16 12:02:30 UTC
Created attachment 64693 [details]
stacktrace
Comment 2 sunbiz 2008-07-27 02:17:14 UTC
Build: NetBeans IDE Dev (Build 080725)
VM: Java HotSpot(TM) Client VM, 11.0-b12, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b25
OS: Windows Vista, 6.0, x86

User Comments: 
Disconnect connection with Database Explorer Open

Stacktrace: 
org.netbeans.api.db.explorer.DatabaseException
        at org.netbeans.modules.db.explorer.infos.ViewListNodeInfo.initChildren(ViewListNodeInfo.java:79)
        at org.netbeans.modules.db.explorer.infos.DatabaseNodeInfo.getChildren(DatabaseNodeInfo.java:688)
        at org.netbeans.modules.db.explorer.nodes.DatabaseNode$DatabaseNodeChildFactory.createKeys(DatabaseNode.java:382)
        at org.openide.nodes.AsynchChildren.run(AsynchChildren.java:147)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)
Comment 3 sunbiz 2008-07-27 02:17:22 UTC
Created attachment 65737 [details]
stacktrace
Comment 4 yudiset 2008-07-29 08:58:50 UTC
Build: NetBeans IDE Dev (Build 2008-07-29_00-15-39)
VM: Java HotSpot(TM) Client VM, 11.0-b12, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b25
OS: Windows XP, 5.1, x86

User Comments: 
This error occurs after disconnecting a MySQL database.

Stacktrace: 
org.netbeans.api.db.explorer.DatabaseException
        at org.netbeans.modules.db.explorer.infos.ViewListNodeInfo.initChildren(ViewListNodeInfo.java:79)
        at org.netbeans.modules.db.explorer.infos.DatabaseNodeInfo.getChildren(DatabaseNodeInfo.java:688)
        at org.netbeans.modules.db.explorer.nodes.DatabaseNode$DatabaseNodeChildFactory.createKeys(DatabaseNode.java:382)
        at org.openide.nodes.AsynchChildren.run(AsynchChildren.java:147)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)
Comment 5 yudiset 2008-07-29 08:58:53 UTC
Created attachment 65906 [details]
stacktrace
Comment 6 David Vancouvering 2008-07-29 18:51:45 UTC

*** This issue has been marked as a duplicate of 140068 ***