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 142418 - org.netbeans.api.db.explorer.DatabaseException: An I/O error occured while sending to the backend.
Summary: org.netbeans.api.db.explorer.DatabaseException: An I/O error occured while se...
Status: RESOLVED DUPLICATE of bug 140068
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Vancouvering
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-31 14:23 UTC by gholmer
Modified: 2008-10-02 14:10 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 84699


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gholmer 2008-07-31 14:23:00 UTC
Build: NetBeans IDE Dev (Build 200807310201)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Linux, 2.6.24-19-generic, i386

User Comments: 
Selected "disconnect" from the context menu of a database connection.

Stacktrace: 
org.netbeans.api.db.explorer.DatabaseException: An I/O error occured while sending to the backend.
        at org.netbeans.modules.db.explorer.infos.ProcedureListNodeInfo.initChildren(ProcedureListNodeInfo.java:83)
        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 David Vancouvering 2008-08-04 22:53:27 UTC

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