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 210561

Summary: IllegalStateException: This connection is not added to the ConnectionManager.
Product: db Reporter: Michel Graciano <hmichel>
Component: CodeAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 186567
Attachments: stacktrace

Description Michel Graciano 2012-04-02 16:23:56 UTC
Build: NetBeans IDE Dev (Build 20120330-9f88e9d9c55d)
VM: Java HotSpot(TM) Client VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b04
OS: Linux

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.derby.ConnectDatabaseAction$1.connectionsChanged(ConnectDatabaseAction.java:119)
   at org.netbeans.modules.db.explorer.ConnectionList.fireListeners(ConnectionList.java:166)
   at org.netbeans.modules.db.explorer.ConnectionList.access$000(ConnectionList.java:71)
   at org.netbeans.modules.db.explorer.ConnectionList$1.resultChanged(ConnectionList.java:102)
   at org.openide.util.lookup.ProxyLookup$1Notify.run(ProxyLookup.java:181)
Comment 1 Michel Graciano 2012-04-02 16:24:01 UTC
Created attachment 117676 [details]
stacktrace
Comment 2 Jiri Rechtacek 2012-04-02 18:13:14 UTC

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