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 210622 - IllegalStateException: This connection is not added to the ConnectionManager.
Summary: IllegalStateException: This connection is not added to the ConnectionManager.
Status: RESOLVED DUPLICATE of bug 210279
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-03 13:50 UTC by Kenneth Ganfield
Modified: 2012-04-03 13:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 134930


Attachments
stacktrace (5.93 KB, text/plain)
2012-04-03 13:50 UTC, Kenneth Ganfield
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Ganfield 2012-04-03 13:50:51 UTC
Build: NetBeans IDE Dev (Build 201204030400)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.4-b02-402, Java(TM) SE Runtime Environment, 1.6.0_29-b11-402-10M3527
OS: Mac OS X

User Comments:
kganfield: using new entity class>db wizard




Stacktrace: 
java.lang.IllegalStateException: This connection is not added to the ConnectionManager.
   at org.netbeans.api.db.explorer.DatabaseConnection.getJDBCConnection(DatabaseConnection.java:261)
   at org.netbeans.modules.j2ee.persistence.wizard.fromdb.DBSchemaManager$2.run(DBSchemaManager.java:125)
   at org.netbeans.modules.j2ee.core.api.support.progress.ProgressSupport$ActionInvoker.invokeNextActionsOfSameKind(ProgressSupport.java:270)
   at org.netbeans.modules.j2ee.core.api.support.progress.ProgressSupport$ActionInvoker.invoke(ProgressSupport.java:186)
   at org.netbeans.modules.j2ee.core.api.support.progress.ProgressSupport.invoke(ProgressSupport.java:112)
   at org.netbeans.modules.j2ee.persistence.wizard.fromdb.DBSchemaManager.getSchemaElement(DBSchemaManager.java:223)
Comment 1 Kenneth Ganfield 2012-04-03 13:50:53 UTC
Created attachment 117742 [details]
stacktrace
Comment 2 Jiri Rechtacek 2012-04-03 13:56:26 UTC

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