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 207890 - 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 INCOMPLETE
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-30 07:01 UTC by er_abhi211288
Modified: 2012-01-30 10:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 184883


Attachments
stacktrace (3.98 KB, text/plain)
2012-01-30 07:01 UTC, er_abhi211288
Details

Note You need to log in before you can comment on or make changes to this bug.
Description er_abhi211288 2012-01-30 07:01:08 UTC
Build: NetBeans IDE 7.1 (Build 201112071828)
VM: Java HotSpot(TM) Client VM, 22.0-b10, Java(TM) SE Runtime Environment, 1.7.0_02-b13
OS: Windows XP

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:949)
   at org.netbeans.modules.j2ee.common.project.ui.AbstractLogicalViewProvider.registerListeners(AbstractLogicalViewProvider.java:244)
   at org.netbeans.modules.j2ee.common.project.ui.AbstractLogicalViewProvider.<init>(AbstractLogicalViewProvider.java:152)
   at org.netbeans.modules.j2ee.common.project.ui.AbstractLogicalViewProvider2.<init>(AbstractLogicalViewProvider2.java:63)
   at org.netbeans.modules.web.project.ui.WebLogicalViewProvider.<init>(WebLogicalViewProvider.java:68)
   at org.netbeans.modules.web.project.WebProject.createLookup(WebProject.java:539)
Comment 1 er_abhi211288 2012-01-30 07:01:11 UTC
Created attachment 115364 [details]
stacktrace
Comment 2 Petr Hejl 2012-01-30 10:15:40 UTC
Please provide steps to reproduce - looks like some jars are missing.