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 171246 - java.sql.SQLException: Closed Connection
Summary: java.sql.SQLException: Closed Connection
Status: RESOLVED DUPLICATE of bug 171227
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (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-09-01 12:03 UTC by mohhmekk
Modified: 2009-09-01 13:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 157588


Attachments
stacktrace (1.34 KB, text/plain)
2009-09-01 12:03 UTC, mohhmekk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mohhmekk 2009-09-01 12:03:37 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux, 2.6.28-15-generic, i386

Stacktrace: 
java.sql.SQLException: Closed Connection
        at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
        at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
        at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:269)
        at oracle.jdbc.driver.OracleConnection.getMetaData(OracleConnection.java:1593)
        at org.netbeans.modules.db.sql.editor.completion.SQLCompletionQuery$1.run(SQLCompletionQuery.java:145)
        at org.netbeans.modules.db.sql.editor.completion.SQLCompletionQuery$1.run(SQLCompletionQuery.java:137)
Comment 1 mohhmekk 2009-09-01 12:03:41 UTC
Created attachment 86908 [details]
stacktrace
Comment 2 Jiri Rechtacek 2009-09-01 13:26:48 UTC

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