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 - org.netbeans.api.db.explorer.DatabaseException: Operation not allowed after ResultSet closed
Summary: org.netbeans.api.db.explorer.DatabaseException: Operation not allowed after R...
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
: 140747 141483 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-07-16 12:04 UTC by Roman Mostyka
Modified: 2008-07-29 18:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 76891


Attachments
stacktrace (1.74 KB, text/plain)
2008-07-16 12:04 UTC, Roman Mostyka
Details
stacktrace (1.92 KB, text/plain)
2008-07-25 13:41 UTC, bombonato
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: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 ***