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 258084 - 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: NEW
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-21 17:20 UTC by Exceptions Reporter
Modified: 2016-02-21 17:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222638


Attachments
stacktrace (7.18 KB, text/plain)
2016-02-21 17:20 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-02-21 17:20:34 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 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
GUEST: Created a database using JavaDB embedded driver under drivers.




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:182)
Comment 1 Exceptions Reporter 2016-02-21 17:20:38 UTC
Created attachment 158584 [details]
stacktrace