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 196195 - [70cat] java.sql.SQLRecoverableException: Closed Connection
Summary: [70cat] java.sql.SQLRecoverableException: Closed Connection
Status: RESOLVED DUPLICATE of bug 176725
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-02 20:30 UTC by misterm
Modified: 2011-03-30 13:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 177173


Attachments
stacktrace (1.25 KB, text/plain)
2011-03-02 20:30 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2011-03-02 20:30:28 UTC
Build: NetBeans IDE Dev (Build 110302-8be72d5321ea)
VM: Java HotSpot(TM) Client VM, 16.2-b04, Java(TM) SE Runtime Environment, 1.6.0_19-b04
OS: Windows 7

Stacktrace: 
java.sql.SQLRecoverableException: Closed Connection
   at oracle.jdbc.driver.PhysicalConnection.getMetaData(PhysicalConnection.java:4265)
   at org.netbeans.modules.db.sql.editor.completion.SQLCompletionQuery$1.run(SQLCompletionQuery.java:158)
   at org.netbeans.modules.db.sql.editor.completion.SQLCompletionQuery$1.run(SQLCompletionQuery.java:150)
   at org.netbeans.modules.db.metadata.model.JDBCConnMetadataModel.runReadAction(JDBCConnMetadataModel.java:97)
   at org.netbeans.modules.db.metadata.model.api.MetadataModel.runReadAction(MetadataModel.java:92)
   at org.netbeans.modules.db.sql.editor.completion.SQLCompletionQuery.doQuery(SQLCompletionQuery.java:150)
Comment 1 misterm 2011-03-02 20:30:34 UTC
Created attachment 106629 [details]
stacktrace
Comment 2 Jiri Rechtacek 2011-03-30 13:14:05 UTC

*** This bug has been marked as a duplicate of bug 176725 ***