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 174352 - ClassNotFoundException: org.netbeans.modules.profiler.actions.SelfSamplerAction
Summary: ClassNotFoundException: org.netbeans.modules.profiler.actions.SelfSamplerAction
Status: VERIFIED DUPLICATE of bug 174366
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Nejedly
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-12 13:24 UTC by Jaromir Uhrik
Modified: 2009-11-02 12:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 147853


Attachments
stacktrace (2.70 KB, text/plain)
2009-10-12 13:25 UTC, Jaromir Uhrik
Details
stacktrace (2.70 KB, text/plain)
2009-10-14 12:50 UTC, Jan Lahoda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2009-10-12 13:24:56 UTC
Build: NetBeans IDE Dev (Build 200910100201)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows Vista, 6.0, x86

User Comments:
juhrik: I got this exception after opened the project which checked out from kenai...

jlahoda: Manually disabled org.netbeans.modules.profiler in the userdir.



Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.profiler.actions.SelfSamplerAction
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(AccessController.java:0)
        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)
Comment 1 Jaromir Uhrik 2009-10-12 13:25:01 UTC
Created attachment 89307 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2009-10-13 08:28:30 UTC
reassigning to module system for evaluation
Comment 3 Jan Lahoda 2009-10-14 12:50:27 UTC
Build: NetBeans IDE Dev (Build jet-main-1369-on-091010)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Linux, 2.6.28-11-generic, i386

User Comments: 


Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.profiler.actions.SelfSamplerAction
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(AccessController.java:0)
        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)
Comment 4 Jan Lahoda 2009-10-14 12:50:30 UTC
Created attachment 89433 [details]
stacktrace
Comment 5 Exceptions Reporter 2009-10-14 12:50:35 UTC
This issue already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=147853
Comment 6 Petr Nejedly 2009-10-14 17:00:21 UTC

*** This issue has been marked as a duplicate of 174366 ***
Comment 7 Jaromir Uhrik 2009-11-02 12:36:49 UTC
Verified.