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 227206 - ClassNotFoundException: org.apache.derby.catalog.types.RoutineAliasInfo
Summary: ClassNotFoundException: org.apache.derby.catalog.types.RoutineAliasInfo
Status: RESOLVED WORKSFORME
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-08 11:09 UTC by aldo
Modified: 2013-11-14 11:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 199425


Attachments
stacktrace (2.32 KB, text/plain)
2013-03-08 11:09 UTC, aldo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aldo 2013-03-08 11:09:36 UTC
This bug was originally marked as duplicate of bug 204942, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 (Build 201302132200)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.12-b01, Java(TM) SE Runtime Environment, 1.6.0_37-b06
OS: Windows 7

Stacktrace: 
java.lang.ClassNotFoundException: org.apache.derby.catalog.types.RoutineAliasInfo
   at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
   at java.lang.Class.forName0(Class.java:0)
Comment 1 aldo 2013-03-08 11:09:38 UTC
Created attachment 132377 [details]
stacktrace
Comment 2 Jaroslav Havlin 2013-03-08 12:43:25 UTC
The JAR containing class RoutineAliasInfo should be automatically registered in the driver in NetBeans 7.3.
Didn't you import your settings from previous release? Thanks.
(If so, please check comments in bug 204942 for workaround.)
Comment 3 Libor Fischmeistr 2013-11-14 11:45:50 UTC
I think it's the issue of the DB driver. Please try to reproduce with the 7.4 version - running on the latest JDK.

Thanks