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 162477

Summary: DB server startup fails
Product: db Reporter: jammin132 <jammin132>
Component: DerbyAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED INCOMPLETE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Other   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description jammin132 2009-04-12 13:53:07 UTC
I have installed Java DB supplied with Java. have setup its properties and when I try to start the Java DB server I get
the following exception:

java.lang.NoClassDefFoundError: org/apache/derby/drda/NetworkServerControl
Caused by: java.lang.ClassNotFoundException: org.apache.derby.drda.NetworkServerControl
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
Could not find the main class: org.apache.derby.drda.NetworkServerControl.  Program will exit.
Exception in thread "main"
Comment 1 Jiri Rechtacek 2009-04-17 08:53:36 UTC
Could you attach your messages.log with records about connecting JavaDB? I need more information what's wrong. Thanks