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 167962 - [67cat] java.sql.SQLException: Closed Connection
Summary: [67cat] java.sql.SQLException: Closed Connection
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-01 14:05 UTC by saeed_z_f
Modified: 2009-07-22 11:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 153212


Attachments
stacktrace (2.62 KB, text/plain)
2009-07-01 14:06 UTC, saeed_z_f
Details

Note You need to log in before you can comment on or make changes to this bug.
Description saeed_z_f 2009-07-01 14:05:56 UTC
Build: NetBeans IDE 6.7 (Build 200906241340)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows XP, 5.1, x86

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:576)
        at oracle.jdbc.driver.PhysicalConnection.createStatement(PhysicalConnection.java:550)
        at oracle.jdbc.OracleDatabaseMetaData.getCatalogs(OracleDatabaseMetaData.java:2356)
Comment 1 saeed_z_f 2009-07-01 14:06:12 UTC
Created attachment 84250 [details]
stacktrace
Comment 2 Jiri Rechtacek 2009-07-22 11:10:21 UTC
The cause of this problem is a broken connection to Oracle DB. In recent 6.8 builds was improved handling such problems.