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 140179 - NoClassDefFoundError: org/netbeans/modules/j2ee/deployment/impl/bridge/BridgingServerInstance
Summary: NoClassDefFoundError: org/netbeans/modules/j2ee/deployment/impl/bridge/Bridgi...
Status: RESOLVED DUPLICATE of bug 142285
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-15 23:45 UTC by imadqi
Modified: 2008-09-01 15:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 24335


Attachments
stacktrace (6.62 KB, text/plain)
2008-07-15 23:45 UTC, imadqi
Details
stacktrace (6.62 KB, text/plain)
2008-07-30 19:38 UTC, zourin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description imadqi 2008-07-15 23:45:23 UTC
Build: NetBeans IDE Dev (Build 200801280931)
VM: Java HotSpot(TM) Client VM, 10.0-b19
OS: Windows XP, 5.1, x86

User Comments:
Comment 1 imadqi 2008-07-15 23:45:30 UTC
Created attachment 64618 [details]
stacktrace
Comment 2 Petr Hejl 2008-07-16 14:47:03 UTC
This probably has the same cause as issue 127277. Please update to stable 6.1.
Comment 3 zourin 2008-07-30 19:38:16 UTC
Build: NetBeans IDE Dev (Build 200801280931)
VM: Java HotSpot(TM) Client VM, 10.0-b22
OS: Windows XP, 5.1, x86

User Comments: 
I clicked on Add Server from Tools.

Stacktrace: 
java.lang.NoClassDefFoundError: org/netbeans/modules/j2ee/deployment/impl/bridge/BridgingServerInstance
        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.manager.ServerManagerPanel$ServersChildren.createKeys(ServerManagerPanel.java:477)
        at org.openide.nodes.SynchChildren.refresh(SynchChildren.java:82)
        at org.openide.nodes.SynchChildren.addNotify(SynchChildren.java:67)
        at org.openide.nodes.Children.callAddNotify(Children.java:541)
Comment 4 zourin 2008-07-30 19:38:20 UTC
Created attachment 66111 [details]
stacktrace
Comment 5 Petr Hejl 2008-09-01 15:46:13 UTC

*** This issue has been marked as a duplicate of 142285 ***