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 141915 - org.netbeans.api.db.explorer.DatabaseException: The connection is closed.
Summary: org.netbeans.api.db.explorer.DatabaseException: The connection is closed.
Status: RESOLVED DUPLICATE of bug 141911
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All Mac OS X
: P2 blocker (vote)
Assignee: David Vancouvering
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-28 17:08 UTC by Roman Mostyka
Modified: 2008-07-28 17:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 83122


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Mostyka 2008-07-28 17:08:35 UTC
Build: NetBeans IDE Dev (Build 080728)
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 MS SQL Server.
2. Disconnect after couple of minutes.

Result: DatabaseException arises.
STACKTRACE: (first 10 lines)
org.netbeans.api.db.explorer.DatabaseException: The connection is closed.
        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 1 Roman Mostyka 2008-07-28 17:16:11 UTC

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