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 127277 - NoClassDefFoundError: org/netbeans/spi/server/ServerInstance
Summary: NoClassDefFoundError: org/netbeans/spi/server/ServerInstance
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL: http://statistics.netbeans.org/except...
Keywords:
: 127574 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-02-13 10:36 UTC by Marian Mirilovic
Modified: 2008-06-18 12:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 26370


Attachments
stacktrace (2.98 KB, text/plain)
2008-02-14 00:28 UTC, gsteyn
Details
stacktrace (7.00 KB, text/plain)
2008-02-14 06:25 UTC, rahul_maha
Details
stacktrace (7.00 KB, text/plain)
2008-02-14 11:50 UTC, archerheyn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2008-02-13 10:36:48 UTC
11 duplicates so far ...

Build: NetBeans IDE Dev (Build 200801201200)
VM: Java HotSpot(TM) Client VM, 10.0-b19
OS: Linux, 2.6.23.14-115.fc8, i386
User comments: 
STACKTRACE: (first 10 lines)
java.lang.NoClassDefFoundError: org/netbeans/spi/server/ServerInstance
        at java.lang.ClassLoader.defineClass1(ClassLoader.java:0)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
        at org.netbeans.JarClassLoader.doLoadClass(JarClassLoader.java:254)
        at org.netbeans.ProxyClassLoader.selfLoadClass(ProxyClassLoader.java:245)
        at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:219)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
        at
org.netbeans.modules.j2ee.deployment.impl.bridge.BridgingServerInstanceProvider.refreshCache(BridgingServerInstanceProvider.java:143)
        at
org.netbeans.modules.j2ee.deployment.impl.bridge.BridgingServerInstanceProvider.getInstances(BridgingServerInstanceProvider.java:106)
        at org.netbeans.modules.server.ui.node.RootNode$ChildFactory.createKeys(RootNode.java:141)
Comment 1 Petr Hejl 2008-02-13 11:14:05 UTC
Did this really happen for 200801201200? From statistics this happened just for 200801280931...

It would make sense because at this time architectural change was made - probably the module using the old api was built
somehow. Definitely should not occur anymore.
Comment 2 gsteyn 2008-02-14 00:28:41 UTC
Build: NetBeans IDE Dev (Build 200801280931)
VM: Java HotSpot(TM) Client VM, 10.0-b19
OS: Windows XP, 5.1, x86

User Comments: 
1. Started Netbean 6.1 M1.
2. Selected Services imediately after start-up.
3. Attempted to expand Servers node.  Hour glass appears saying Please Wait... along with this exception.
Comment 3 gsteyn 2008-02-14 00:28:44 UTC
Created attachment 56647 [details]
stacktrace
Comment 4 rahul_maha 2008-02-14 06:25:26 UTC
Build: NetBeans IDE Dev (Build 200801280931)
VM: Java HotSpot(TM) Client VM, 1.5.0_12-b04
OS: Windows XP, 5.1, x86

User Comments: 
Comment 5 rahul_maha 2008-02-14 06:25:32 UTC
Created attachment 56650 [details]
stacktrace
Comment 6 Marian Mirilovic 2008-02-14 11:45:15 UTC
The first report occurred in version I mentioned in previous comment, all next are from 28th of January ...
Comment 7 archerheyn 2008-02-14 11:50:37 UTC
Build: NetBeans IDE Dev (Build 200801280931)
VM: Java HotSpot(TM) Client VM, 1.5.0_14-b03
OS: Windows 2000, 5.0, x86

User Comments: 
Comment 8 archerheyn 2008-02-14 11:50:53 UTC
Created attachment 56673 [details]
stacktrace
Comment 9 Exceptions Reporter 2008-02-14 22:37:26 UTC
THIS ISSUE HAS ALREADY 20 DUPLICATES
Comment 10 Petr Hejl 2008-02-18 09:41:52 UTC
Most likely wrong module dependency.
Comment 11 Petr Hejl 2008-02-18 11:47:05 UTC
*** Issue 127574 has been marked as a duplicate of this issue. ***
Comment 12 Petr Hejl 2008-02-18 12:07:22 UTC
Fixed in changeset 1afac3319672.
Comment 13 Marian Mirilovic 2008-06-18 12:00:53 UTC
no additional reports for NB 6.1 - verified