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 203831 - IllegalStateException: The Java DB (Network) driver was not found
Summary: IllegalStateException: The Java DB (Network) driver was not found
Status: RESOLVED WORKSFORME
Alias: None
Product: db
Classification: Unclassified
Component: Derby (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-17 14:13 UTC by Marek Fukala
Modified: 2011-10-17 15:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 174129


Attachments
stacktrace (3.43 KB, text/plain)
2011-10-17 14:13 UTC, Marek Fukala
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Fukala 2011-10-17 14:13:13 UTC
Build: NetBeans IDE Dev (Build 20111013-dd7188ab4360)
VM: Java HotSpot(TM) Client VM, 20.1-b02-384, Java(TM) SE Runtime Environment, 1.6.0_26-b03-384-10M3425
OS: Mac OS X

User Comments:
mfukala: just trying to connect to the embedded javadb

GUEST: Activating JavaDB.

GUEST: Opening sample on new installation of IDE 7.0 Beta upgrade from IDE 6.9.




Stacktrace: 
java.lang.IllegalStateException: The Java DB (Network) driver was not found
   at org.netbeans.modules.derby.ConnectDatabaseAction.performAction(ConnectDatabaseAction.java:104)
   at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:586)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
   at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:116)
   at org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:99)
   at org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:583)
Comment 1 Marek Fukala 2011-10-17 14:13:18 UTC
Created attachment 112129 [details]
stacktrace
Comment 2 Jiri Rechtacek 2011-10-17 15:05:07 UTC
Cannot reproduce on latest nightly build. Reopen if appears again and describe more details how to reproduce. Thanks