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 226953 - IllegalStateException: This connection is not added to the ConnectionManager.
Summary: IllegalStateException: This connection is not added to the ConnectionManager.
Status: RESOLVED INCOMPLETE
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-03 21:09 UTC by Exceptions Reporter
Modified: 2014-01-08 10:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 199230


Attachments
stacktrace (5.97 KB, text/plain)
2013-03-03 21:09 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-03-03 21:09:21 UTC
This bug was originally marked as duplicate of bug 210279, 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.2.1 (Build 201210100934)
VM: Java HotSpot(TM) Client VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Windows 7

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.mysql.actions.ConnectAction$1.connectionsChanged(ConnectAction.java:132)
   at org.netbeans.modules.db.explorer.ConnectionList.fireListeners(ConnectionList.java:202)
   at org.netbeans.modules.db.explorer.ConnectionList.access$000(ConnectionList.java:72)
   at org.netbeans.modules.db.explorer.ConnectionList$1.resultChanged(ConnectionList.java:110)
   at org.openide.util.lookup.ProxyLookup$1Notify.run(ProxyLookup.java:181)
Comment 1 Exceptions Reporter 2013-03-03 21:09:23 UTC
Created attachment 132119 [details]
stacktrace
Comment 2 Libor Fischmeistr 2014-01-08 10:08:12 UTC
Please describe when this issue occurs.