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 176725 - [68cat] java.sql.SQLException: Closed Connection
Summary: [68cat] java.sql.SQLException: Closed Connection
Status: RESOLVED WORKSFORME
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
: 196195 197420 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-11-12 12:42 UTC by esmithbss
Modified: 2012-05-28 15:05 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 161967


Attachments
stacktrace (3.08 KB, text/plain)
2009-11-12 12:42 UTC, esmithbss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2009-11-12 12:42:15 UTC
Build: NetBeans IDE Dev (Build 200911091156)
VM: Java HotSpot(TM) Client VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Windows XP, 5.1, x86

User Comments:
esmithbss: Querying the rowtype and coltype information from an Oracle Database using the Oracle Thin Driver within the Database Tree.



Stacktrace: 
java.sql.SQLException: Closed Connection
        at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
        at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:162)
        at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:227)
        at oracle.jdbc.driver.PhysicalConnection.createStatement(PhysicalConnection.java:631)
        at oracle.jdbc.driver.PhysicalConnection.createStatement(PhysicalConnection.java:605)
        at oracle.jdbc.OracleDatabaseMetaData.getIndexInfo(OracleDatabaseMetaData.java:3288)
Comment 1 esmithbss 2009-11-12 12:42:18 UTC
Created attachment 90942 [details]
stacktrace
Comment 2 Jiri Rechtacek 2011-03-30 13:14:06 UTC
*** Bug 196195 has been marked as a duplicate of this bug. ***
Comment 3 Exceptions Reporter 2011-10-07 10:28:56 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=161967
Comment 4 Jiri Rechtacek 2011-10-19 14:37:54 UTC
*** Bug 197420 has been marked as a duplicate of this bug. ***
Comment 5 Jaroslav Havlin 2012-05-28 15:05:35 UTC
Cannot reproduce. Probably fixed, seems to be related to bug 165623.
Please feel free to reopen if needed. Thanks for reporting.