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 204503 - NoClassDefFoundError: Could not initialize class org.netbeans.lib.profiler.common.integration.IntegrationUtils
Summary: NoClassDefFoundError: Could not initialize class org.netbeans.lib.profiler.co...
Status: VERIFIED DUPLICATE of bug 204502
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-01 11:52 UTC by Jiri Skrivanek
Modified: 2011-11-01 11:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 182476


Attachments
stacktrace (3.77 KB, text/plain)
2011-11-01 11:53 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2011-11-01 11:52:58 UTC
Build: NetBeans IDE Dev (Build 201110310600)
VM: Java HotSpot(TM) Client VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Windows XP

User Comments:
jskrivanek: - start IDE with JDK1.7.0_01
- register GlassFish server to IDE
- go to Services tab
- choose "Start in Profile Mode" on GlassFish server node




Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.lib.profiler.common.integration.IntegrationUtils
   at org.netbeans.modules.profiler.j2ee.J2EEProfilerSPI.getSettings(J2EEProfilerSPI.java:292)
   at org.netbeans.modules.profiler.j2ee.J2EEProfilerSPI.getSettings(J2EEProfilerSPI.java:252)
   at org.netbeans.modules.glassfish.javaee.JavaEEServerModule.getData(JavaEEServerModule.java:96)
   at org.netbeans.modules.glassfish.common.actions.ProfileAction.performActionImpl(ProfileAction.java:79)
   at org.netbeans.modules.glassfish.common.actions.ProfileAction.performAction(ProfileAction.java:68)
   at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:586)
Comment 1 Jiri Skrivanek 2011-11-01 11:53:01 UTC
Created attachment 112655 [details]
stacktrace
Comment 2 Jiri Skrivanek 2011-11-01 11:54:40 UTC

*** This bug has been marked as a duplicate of bug 204502 ***