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 145090 - IllegalStateException: This connection is not added to the ConnectionManager.
Summary: IllegalStateException: This connection is not added to the ConnectionManager.
Status: RESOLVED DUPLICATE of bug 144819
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: John Baker
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-26 07:14 UTC by pczurak
Modified: 2008-09-23 17:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 13278


Attachments
stacktrace (481 bytes, text/plain)
2008-08-26 07:15 UTC, pczurak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pczurak 2008-08-26 07:14:44 UTC
Build: NetBeans IDE 6.5 Beta (Build 200808111757)
VM: Java HotSpot(TM) Client VM, 1.6.0-b105, Java(TM) SE Runtime Environment, 1.6.0-b105
OS: Windows XP, 5.1, x86

User Comments: 


Stacktrace: 
java.lang.IllegalStateException: This connection is not added to the ConnectionManager.
        at org.netbeans.api.db.explorer.ConnectionManager.showConnectionDialog(ConnectionManager.java:330)
        at org.netbeans.modules.visualweb.dataconnectivity.sql.DesignTimeDataSource.run(DesignTimeDataSource.java:837)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)
Comment 1 pczurak 2008-08-26 07:15:47 UTC
Created attachment 68304 [details]
stacktrace
Comment 2 John Baker 2008-08-26 07:26:05 UTC
how did you reproduce this ?

It looks like you removed a connection from Services then tried to open a project ?
Comment 3 John Baker 2008-09-23 17:40:04 UTC
This has been fixed, duplicate of 144819

*** This issue has been marked as a duplicate of 144819 ***