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 230654 - NoClassDefFoundError: Could not initialize class org.netbeans.modules.glassfish.javaee.Hk2LibraryProvider
Summary: NoClassDefFoundError: Could not initialize class org.netbeans.modules.glassfi...
Status: RESOLVED DUPLICATE of bug 230645
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-03 11:01 UTC by Jiri Rechtacek
Modified: 2013-06-03 11:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201120


Attachments
stacktrace (8.74 KB, text/plain)
2013-06-03 11:01 UTC, Jiri Rechtacek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Rechtacek 2013-06-03 11:01:40 UTC
Build: NetBeans IDE 7.3 (Build 201305301707)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_15-b01
OS: Linux

User Comments:
jrechtacek: create Web application in updated 7.3 (w/ patch2)




Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.modules.glassfish.javaee.Hk2LibraryProvider
   at org.netbeans.modules.glassfish.javaee.Hk2JavaEEPlatformImpl.<init>(Hk2JavaEEPlatformImpl.java:114)
   at org.netbeans.modules.glassfish.javaee.Hk2JavaEEPlatformFactory.getJ2eePlatformImpl(Hk2JavaEEPlatformFactory.java:125)
   at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.getJ2eePlatformImpl(ServerInstance.java:347)
   at org.netbeans.modules.j2ee.deployment.devmodules.api.J2eePlatform.create(J2eePlatform.java:282)
   at org.netbeans.modules.j2ee.deployment.devmodules.api.ServerInstance.getJ2eePlatform(ServerInstance.java:147)
   at org.netbeans.modules.j2ee.common.project.ui.ProjectServerPanel.initServers(ProjectServerPanel.java:741)
Comment 1 Jiri Rechtacek 2013-06-03 11:01:41 UTC
Created attachment 135257 [details]
stacktrace
Comment 2 Tomas Danek 2013-06-03 11:33:08 UTC

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