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 - IllegalStateException: This connection is not added to the ConnectionManager.
Summary: IllegalStateException: This connection is not added to the ConnectionManager.
Status: RESOLVED DUPLICATE of bug 210514
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-02 16:23 UTC by Michel Graciano
Modified: 2012-04-02 18:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186567


Attachments
stacktrace (5.57 KB, text/plain)
2012-04-02 16:24 UTC, Michel Graciano
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***