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 174533 - ClassNotFoundException: org.netbeans.lib.profiler.results.cpu.CPUResultsSnapshot$NoDataAvailableException
Summary: ClassNotFoundException: org.netbeans.lib.profiler.results.cpu.CPUResultsSnaps...
Status: RESOLVED 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-14 12:24 UTC by pribyl
Modified: 2009-10-14 16:59 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 160154


Attachments
stacktrace (4.73 KB, text/plain)
2009-10-14 12:24 UTC, pribyl
Details
stacktrace (1.45 KB, text/plain)
2009-10-14 12:51 UTC, michbarsinai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pribyl 2009-10-14 12:24:24 UTC
Build: NetBeans IDE Dev (Build 200910130201)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows XP, 5.1, x86

User Comments:
pribyl: Just started IDE and tried to create new Web Application



Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.lib.profiler.results.cpu.CPUResultsSnapshot$NoDataAvailableException
        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 pribyl 2009-10-14 12:24:29 UTC
Created attachment 89430 [details]
stacktrace
Comment 2 michbarsinai 2009-10-14 12:51:26 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 XP, 5.1, x86

User Comments: 
Loading the IDE a short while after Windows booted.


Stacktrace: 
java.lang.NoClassDefFoundError: org/netbeans/modules/profiler/actions/SelfSamplerAction$Controller
        at org.netbeans.modules.profiler.actions.SelfSamplerAction.getValue(SelfSamplerAction.java:158)
        at org.netbeans.core.TimableEventQueue.createSelfSampler(TimableEventQueue.java:194)
        at org.netbeans.core.TimableEventQueue.run(TimableEventQueue.java:177)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:602)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1084)
Comment 3 michbarsinai 2009-10-14 12:51:30 UTC
Created attachment 89434 [details]
stacktrace
Comment 4 Petr Nejedly 2009-10-14 16:59:48 UTC

*** This issue has been marked as a duplicate of 174366 ***