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 235066 - com.ibm.db2.jcc.b.qm: [jcc][t4][10335][10605][3.50.152] Invalid operation: Connection is closed. ERRORCODE=-4470, SQLSTATE=08003
Summary: com.ibm.db2.jcc.b.qm: [jcc][t4][10335][10605][3.50.152] Invalid operation: Co...
Status: NEW
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-27 06:58 UTC by viggonavarsete
Modified: 2014-02-26 13:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203357


Attachments
stacktrace (893 bytes, text/plain)
2013-08-27 06:58 UTC, viggonavarsete
Details

Note You need to log in before you can comment on or make changes to this bug.
Description viggonavarsete 2013-08-27 06:58:29 UTC
Build: NetBeans IDE Dev (Build 201308192300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
viggonavarsete: I had made two connections to a DB2 database (out of 5 which I want to make), but when trying to save the third one it failed.




Stacktrace: 
com.ibm.db2.jcc.b.qm: [jcc][t4][10335][10605][3.50.152] Invalid operation: Connection is closed. ERRORCODE=-4470, SQLSTATE=08003
   at com.ibm.db2.jcc.b.wc.a(wc.java:566)
   at com.ibm.db2.jcc.b.wc.a(wc.java:57)
   at com.ibm.db2.jcc.b.wc.a(wc.java:119)
   at com.ibm.db2.jcc.b.cc.he(cc.java:8190)
   at com.ibm.db2.jcc.b.cc.usesLocalFiles(cc.java:464)
   at org.netbeans.lib.ddl.adaptors.DefaultAdaptor.usesLocalFiles(DefaultAdaptor.java:632)
Comment 1 viggonavarsete 2013-08-27 06:58:31 UTC
Created attachment 139281 [details]
stacktrace