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 193920 - NoClassDefFoundError: Could not initialize class org.netbeans.modules.j2ee.deployment.impl.ServerRegistry
Summary: NoClassDefFoundError: Could not initialize class org.netbeans.modules.j2ee.de...
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-29 19:00 UTC by JMCD
Modified: 2011-02-09 16:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 175449


Attachments
stacktrace (2.58 KB, text/plain)
2010-12-29 19:00 UTC, JMCD
Details

Note You need to log in before you can comment on or make changes to this bug.
Description JMCD 2010-12-29 19:00:15 UTC
Build: NetBeans IDE 6.9.1 (Build 201011082200)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows XP

User Comments:
JMCD: Opning File (Java Source)




Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.modules.j2ee.deployment.impl.ServerRegistry
   at org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider.addInstanceListener(J2eeModuleProvider.java:890)
   at org.netbeans.modules.j2ee.common.project.ui.AbstractLogicalViewProvider.registerListeners(AbstractLogicalViewProvider.java:179)
   at org.netbeans.modules.j2ee.common.project.ui.AbstractLogicalViewProvider.<init>(AbstractLogicalViewProvider.java:140)
   at org.netbeans.modules.web.project.ui.WebLogicalViewProvider.<init>(WebLogicalViewProvider.java:69)
   at org.netbeans.modules.web.project.WebProject.createLookup(WebProject.java:523)
   at org.netbeans.modules.web.project.WebProject.<init>(WebProject.java:386)
Comment 1 JMCD 2010-12-29 19:00:18 UTC
Created attachment 104602 [details]
stacktrace
Comment 2 Petr Hejl 2011-02-09 16:12:54 UTC
Please provide additional details. There are no duplicates and the bug seems to be quite strange. There is NCDFE, yet there obviously are classes loade from the same module.