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 209643

Summary: NoClassDefFoundError: org/netbeans/lib/profiler/server/ProfilerRuntimeCPUFullInstr
Product: platform Reporter: adam_myatt <adam_myatt>
Component: NetigsoAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED WORKSFORME    
Severity: normal CC: mmirilovic, vv159170
Priority: P2    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 185926
Bug Depends on: 211744    
Bug Blocks:    
Attachments: stacktrace

Description adam_myatt 2012-03-16 00:23:46 UTC
Build: NetBeans IDE Dev (Build 20120310-9a710a8e3e80)
VM: Java HotSpot(TM) Client VM, 20.4-b02, Java(TM) SE Runtime Environment, 1.6.0_29-b11
OS: Windows 7

User Comments:
adam_myatt: running profiler against several netbeans modules




Stacktrace: 
java.lang.NoClassDefFoundError: org/netbeans/lib/profiler/server/ProfilerRuntimeCPUFullInstr
   at org.eclipse.core.internal.runtime.Activator.<clinit>(Activator.java:34)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java:0)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
   at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
   at java.lang.Class.newInstance0(Class.java:357)
Comment 1 adam_myatt 2012-03-16 00:23:48 UTC
Created attachment 116785 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-03-22 11:33:53 UTC
reassign to profiler for evaluation, feel free to reassign
Comment 3 Tomas Hurka 2012-04-04 13:41:15 UTC
Can you please provide steps, how to reproduce it? Thanks.
Comment 4 adam_myatt 2012-04-04 19:51:00 UTC
I don't have any specific steps. I had downloaded NetBeans sources via main-golden and compiled. Then i picked a module or two and selected to profile them. The Profile operation a long long time before the Netbeans dev IDE opened and during the profiler session i think is when this happened while collecting data.
Comment 5 Marian Mirilovic 2012-04-27 13:33:36 UTC
similar to issue 211806 ?
Comment 6 Jaroslav Tulach 2012-05-02 15:16:58 UTC
Probably the same issue as in bug 211744
Comment 7 Jaroslav Tulach 2012-05-13 18:41:52 UTC
One report on build from 120310 - works for me.
Comment 8 Marian Mirilovic 2012-05-23 09:21:57 UTC
*** Bug 212823 has been marked as a duplicate of this bug. ***
Comment 9 Jaroslav Tulach 2012-05-23 22:22:31 UTC
One report on build from 120310 - works for me.
Comment 10 Marian Mirilovic 2012-05-24 07:14:06 UTC
Jarda, please check also duplicates ... see http://statistics.netbeans.org/exceptions/exception.do?id=581427 .. another report from 20120522 !
Comment 11 Jaroslav Tulach 2012-05-24 08:31:30 UTC
I've checked  duplicate bug 212823 and change it to not be duplicate of this issue, but of other one. Bug 212823 is about problems loading an OSGi class, while this one is about class from regular NetBeans module.