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 186884 - ClassNotFoundException: com.sun.tools.debugger.dbxgui.utils.CESRedirector
Summary: ClassNotFoundException: com.sun.tools.debugger.dbxgui.utils.CESRedirector
Status: RESOLVED INVALID
Alias: None
Product: third-party
Classification: Unclassified
Component: DBX-Gui (show other bugs)
Version: 6.x
Hardware: All All
: P1 normal (vote)
Assignee: ivan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-28 10:38 UTC by Egor Ushakov
Modified: 2010-05-31 12:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 170242


Attachments
stacktrace (5.22 KB, text/plain)
2010-05-28 10:38 UTC, Egor Ushakov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Egor Ushakov 2010-05-28 10:38:07 UTC
Build: NetBeans Platform 6.9 RC1 (Build 100528-62dbdc7b7b22)
VM: Java HotSpot(TM) Server VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: SunOS

Stacktrace: 
java.lang.ClassNotFoundException: com.sun.tools.debugger.dbxgui.utils.CESRedirector
   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 sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Comment 1 Egor Ushakov 2010-05-28 10:38:10 UTC
Created attachment 99596 [details]
stacktrace
Comment 2 ivan 2010-05-29 17:19:06 UTC
I moved the CESredirector to the "dbx" module and switched it
to use @ServiceProvider.

The ClassNotFoundException: com.sun.tools.debugger.dbxgui.utils.CESRedirector
is looking for it in dbxgui module still but there are no lingering
layer-based registrations there.

Could this be a case of uncleared userdir?
Comment 3 Egor Ushakov 2010-05-31 12:09:35 UTC
clean userdir fixed the problem, thanks