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 237348 - IllegalStateException: This connection is not added to the ConnectionManager.
Summary: IllegalStateException: This connection is not added to the ConnectionManager.
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:
: 239989 244019 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-10-19 10:02 UTC by Exceptions Reporter
Modified: 2015-05-05 17:18 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 133339


Attachments
stacktrace (1.51 KB, text/plain)
2013-10-19 10:02 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-10-19 10:02:14 UTC
This bug was originally marked as duplicate of bug 144819, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 8

User Comments:
GUEST: data base connection problem

GUEST: while doing 

select * from INFO on an thin oracle jdbc connection

GUEST: Opened 2 conection , one on mysql and one on db2 V9 express-c
View a table in mysql => ok

go on db2 and request view a table=> this error occurs

mebe: View table data in services-

emiddio: trying to view data of APP schema on a embedded driver url

jdbc:derby:C:\Sun\apache-openjpa-1.2.1-binary\apache-openjpa-1.2.1\examples\hellojpa\hellojpa-database

GUEST: Trying to run SQL statement against the Derby database shipped with Glassfish 3




Stacktrace: 
java.lang.IllegalStateException: This connection is not added to the ConnectionManager.
   at org.netbeans.api.db.explorer.ConnectionManager.showConnectionDialog(ConnectionManager.java:352)
   at org.netbeans.modules.db.sql.loader.SQLEditorSupport$SQLExecutor$1.run(SQLEditorSupport.java:555)
   at org.netbeans.modules.db.sql.loader.SQLEditorSupport$SQLExecutor$1.run(SQLEditorSupport.java:552)
   at org.openide.util.Mutex$1AWTWorker.run(Mutex.java:1386)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
Comment 1 Exceptions Reporter 2013-10-19 10:02:16 UTC
Created attachment 141292 [details]
stacktrace
Comment 2 Libor Fischmeistr 2014-01-16 13:57:59 UTC
*** Bug 239989 has been marked as a duplicate of this bug. ***
Comment 3 everflux 2014-01-16 16:51:23 UTC
See  Bug 239989 for additional description.
Comment 4 matthias42 2015-03-15 18:41:57 UTC
*** Bug 244019 has been marked as a duplicate of this bug. ***