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 200377 - java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager
Summary: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered...
Status: RESOLVED WONTFIX
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
: 205919 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-07-25 20:38 UTC by mklaehn
Modified: 2011-12-06 08:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 180125


Attachments
stacktrace (7.05 KB, text/plain)
2011-07-25 20:38 UTC, mklaehn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mklaehn 2011-07-25 20:38:37 UTC
This bug was originally marked as duplicate of bug 177248, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build nbms-and-javadoc-7541-on-20110716)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02-384, Java(TM) SE Runtime Environment, 1.6.0_26-b03-384-10M3425
OS: Mac OS X

User Comments:
mklaehn: tried to refresh jdbc connection to db




Stacktrace: 
java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager
   at org.apache.derby.jdbc.AutoloadedDriver.getDriverModule(AutoloadedDriver.java:0)
   at org.apache.derby.jdbc.EmbeddedDriver.getDriverModule(EmbeddedDriver.java:0)
   at org.apache.derby.jdbc.EmbeddedDriver.connect(EmbeddedDriver.java:0)
   at org.netbeans.modules.db.explorer.DbDriverManager.getSameDriverConnection(DbDriverManager.java:173)
   at org.netbeans.modules.db.explorer.DerbyConectionEventListener.afterDisconnect(DerbyConectionEventListener.java:115)
   at org.netbeans.modules.db.explorer.DatabaseConnector.performDisconnect(DatabaseConnector.java:181)
Comment 1 mklaehn 2011-07-25 20:38:41 UTC
Created attachment 109613 [details]
stacktrace
Comment 2 Jiri Rechtacek 2011-10-14 15:14:40 UTC
Martin, could you describe your steps leading to this problem? I was playing with embedded derby database, deleting it from console, refresh connection in IDE but I haven't got such exception. Thanks
Comment 3 Jiri Rechtacek 2011-12-06 08:31:14 UTC
*** Bug 205919 has been marked as a duplicate of this bug. ***
Comment 4 Jiri Rechtacek 2011-12-06 08:32:45 UTC
Seems as Derby issue - http://issues.apache.org/jira/browse/DERBY-2036?page=all, fixed in Derby, version 10.3.0.0