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 177248 - 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 WORKSFORME
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-19 16:11 UTC by emiddio
Modified: 2010-04-14 13:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 6919


Attachments
stacktrace (6.38 KB, text/plain)
2009-11-19 16:11 UTC, emiddio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description emiddio 2009-11-19 16:11:39 UTC
Build: NetBeans IDE Dev (Build 200911161401)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows 7, 6.1, amd64

User Comments:
leszekg: Disconnecting Derby embedded database

emiddio: disconnect from db

thealchemist: While the Services view had the Derby database open, I deleted the directory where the db was



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:184)
        at org.apache.derby.jdbc.EmbeddedDriver.getDriverModule(EmbeddedDriver.java:187)
        at org.apache.derby.jdbc.EmbeddedDriver.connect(EmbeddedDriver.java:128)
        at org.netbeans.modules.db.explorer.DbDriverManager.getSameDriverConnection(DbDriverManager.java:170)
        at org.netbeans.modules.db.explorer.DerbyConectionEventListener.afterDisconnect(DerbyConectionEventListener.java:112)
        at org.netbeans.modules.db.explorer.DatabaseConnector.performDisconnect(DatabaseConnector.java:180)
Comment 1 emiddio 2009-11-19 16:11:42 UTC
Created attachment 91382 [details]
stacktrace
Comment 2 Jiri Rechtacek 2010-04-14 13:06:34 UTC
Not reproducible along the steps in NB6.9Beta build.