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 140272

Summary: org.netbeans.api.db.explorer.DatabaseException: Operation not allowed after ResultSet closed
Product: db Reporter: Roman Mostyka <romanmostyka>
Component: MySQLAssignee: David Vancouvering <davidvc>
Status: RESOLVED DUPLICATE    
Severity: blocker Keywords: RANDOM
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=76891
Issue Type: DEFECT Exception Reporter: 76891
Attachments: stacktrace
stacktrace

Description Roman Mostyka 2008-07-16 12:04:37 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:04:47 UTC
Created attachment 64694 [details]
stacktrace
Comment 2 Roman Mostyka 2008-07-18 15:53:33 UTC
*** Issue 140747 has been marked as a duplicate of this issue. ***
Comment 3 Roman Mostyka 2008-07-24 10:36:19 UTC
*** Issue 141483 has been marked as a duplicate of this issue. ***
Comment 4 Exceptions Reporter 2008-07-24 12:12:44 UTC
This issue has already 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=76891
Comment 5 bombonato 2008-07-25 13:41:51 UTC
Build: NetBeans IDE Dev (Build 200807230806)
VM: Java HotSpot(TM) Client VM, 1.5.0_07-b03, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_07-b03
OS: Windows XP, 5.1, x86

User Comments: 
Error occorred while require a "refresh" in database conection.

Stacktrace: 
org.netbeans.api.db.explorer.DatabaseException: Operation not allowed after ResultSet closed
        at org.netbeans.modules.db.explorer.infos.TableNodeInfo.initChildren(TableNodeInfo.java:167)
        at org.netbeans.modules.db.explorer.infos.TableNodeInfo.initChildren(TableNodeInfo.java:78)
        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)
Comment 6 bombonato 2008-07-25 13:41:55 UTC
Created attachment 65638 [details]
stacktrace
Comment 7 David Vancouvering 2008-07-29 18:52:05 UTC

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