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

Summary: ClassNotFoundException: com.sun.tools.debugger.dbxgui.utils.CESRedirector
Product: third-party Reporter: Egor Ushakov <gorrus>
Component: DBX-GuiAssignee: ivan <ivan>
Status: RESOLVED INVALID    
Severity: normal CC: common_debugger
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 170242
Attachments: stacktrace

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