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 150236 - IllegalStateException: This connection is not added to the ConnectionManager.
Summary: IllegalStateException: This connection is not added to the ConnectionManager.
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Vancouvering
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-15 15:21 UTC by jonathan_kaplan
Modified: 2008-11-24 16:20 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 97142


Attachments
stacktrace (6.73 KB, text/plain)
2008-10-15 15:21 UTC, jonathan_kaplan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jonathan_kaplan 2008-10-15 15:21:40 UTC
Build: NetBeans IDE 6.5 Beta (Build 200808111757)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Windows XP, 5.1, x86

User Comments:
jonathan_kaplan: attempting to connect to a pre-existing derby database

jonathan_kaplan: attempting to connect to a pre-existing derby database



Stacktrace: 
java.lang.IllegalStateException: This connection is not added to the ConnectionManager.
        at org.netbeans.api.db.explorer.DatabaseConnection.getJDBCConnection(DatabaseConnection.java:223)
        at org.netbeans.modules.j2ee.persistence.wizard.fromdb.DBSchemaManager$2.isEnabled(DBSchemaManager.java:127)
        at org.netbeans.modules.j2ee.core.api.support.progress.ProgressSupport$ActionInvoker.invokeNextActionsOfSameKind(ProgressSupport.java:244)
        at org.netbeans.modules.j2ee.core.api.support.progress.ProgressSupport$ActionInvoker.invoke(ProgressSupport.java:183)
        at org.netbeans.modules.j2ee.core.api.support.progress.ProgressSupport.invoke(ProgressSupport.java:109)
        at org.netbeans.modules.j2ee.persistence.wizard.fromdb.DBSchemaManager.getSchemaElement(DBSchemaManager.java:220)
Comment 1 jonathan_kaplan 2008-10-15 15:21:49 UTC
Created attachment 71864 [details]
stacktrace
Comment 2 David Vancouvering 2008-10-15 18:50:05 UTC
Jonathan, can you please provide more details about how you attempt to connect to it?  From the stack trace it looks
like you're doing from the entity-from-db wizard?  Can you describe the steps so that we can reproduce it and also best
figure out the owner is?

Once you've done this, please remove the INCOMPLETE keyword, otherwise it will be off our radar...

Thanks,

David
Comment 3 Roman Mostyka 2008-10-22 12:36:43 UTC
Jonathan, can You update this issue? Are You still able to reproduce this issue?
Comment 4 Roman Mostyka 2008-11-24 16:16:47 UTC
We haven't got any new info in a month, so I'm closing this issue as FIXED.
Please reopen this issue if it is still valid and add some more information.
Comment 5 Roman Mostyka 2008-11-24 16:20:35 UTC
Verified.