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 194915 - ClassNotFoundException: weblogic.utils.NestedException
Summary: ClassNotFoundException: weblogic.utils.NestedException
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Hibernate (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Sergey Petrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-31 14:48 UTC by Sergey Petrov
Modified: 2011-04-28 05:05 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 176320


Attachments
stacktrace (6.33 KB, text/plain)
2011-01-31 14:48 UTC, Sergey Petrov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Petrov 2011-01-31 14:48:33 UTC
Build: NetBeans IDE Dev (Build 110128-f74541895e00)
VM: Java HotSpot(TM) Client VM, 17.0-b17, Java(TM) SE Runtime Environment, 1.6.0_21-b07
OS: Windows 7

Stacktrace: 
java.lang.ClassNotFoundException: weblogic.utils.NestedException
   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:307)
   at org.netbeans.modules.hibernate.util.CustomClassLoader.loadClass(CustomClassLoader.java:159)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Comment 1 Sergey Petrov 2011-01-31 14:48:37 UTC
Created attachment 105522 [details]
stacktrace
Comment 2 Sergey Petrov 2011-01-31 15:32:45 UTC
it's likely hibernate issue but may be weblogic plugin issue also, 
reproducible with HQL Query editor in web project with latest weblogic
Comment 3 Sergey Petrov 2011-04-25 14:59:43 UTC
http://netbeans.org/bugzilla/show_bug.cgi?id=179510
may be something similar and may be resolved similar way, but need to investigate.
Comment 4 Sergey Petrov 2011-04-26 10:41:49 UTC
decide to use same fix http://hg.netbeans.org/web-main/rev/c8413dd446c2
Comment 5 Quality Engineering 2011-04-27 04:48:28 UTC
Integrated into 'main-golden', will be available in build *201104270000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/c8413dd446c2
User: Sergey B. Petrov <sj-nb@netbeans.org>
Log: fix #194915 skip services loading as corrsponding jars may be missd from classpath by default
Comment 6 Quality Engineering 2011-04-28 05:05:53 UTC
Integrated into 'main-golden', will be available in build *201104280000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/c8413dd446c2
User: Sergey B. Petrov <sj-nb@netbeans.org>
Log: fix #194915 skip services loading as corrsponding jars may be missd from classpath by default