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

Summary: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager
Product: db Reporter: Exceptions Reporter <exceptions_reporter>
Component: CodeAssignee: Libor Fischmeistr <lfischmeistr>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 222638
Attachments: stacktrace

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