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 142285 - NoClassDefFoundError: org/netbeans/modules/j2ee/deployment/impl/bridge/BridgingServerInstance
Summary: NoClassDefFoundError: org/netbeans/modules/j2ee/deployment/impl/bridge/Bridgi...
Status: RESOLVED FIXED
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:
: 140179 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-07-30 18:10 UTC by juancsalazar
Modified: 2008-09-01 15:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 26715


Attachments
stacktrace (5.33 KB, text/plain)
2008-07-30 19:33 UTC, zourin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description juancsalazar 2008-07-30 18:10:44 UTC
Build: NetBeans IDE Dev (Build 200801280931)
VM: Java HotSpot(TM) Client VM, 11.0-b12
OS: Windows XP, 5.1, x86

User Comments: 


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.wizard.ServerWizardVisual.existsDisplayName(ServerWizardVisual.java:180)
        at org.netbeans.modules.server.ui.wizard.ServerWizardVisual.generateDisplayName(ServerWizardVisual.java:213)
        at org.netbeans.modules.server.ui.wizard.ServerWizardVisual.fillDisplayName(ServerWizardVisual.java:221)
        at org.netbeans.modules.server.ui.wizard.ServerWizardVisual.serverListBoxValueChanged(ServerWizardVisual.java:305)
Comment 1 zourin 2008-07-30 19:32:52 UTC
Build: NetBeans IDE Dev (Build 200801280931)
VM: Java HotSpot(TM) Client VM, 10.0-b22
OS: Windows XP, 5.1, x86

User Comments: 


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.wizard.ServerWizardVisual.existsDisplayName(ServerWizardVisual.java:180)
        at org.netbeans.modules.server.ui.wizard.ServerWizardVisual.generateDisplayName(ServerWizardVisual.java:213)
        at org.netbeans.modules.server.ui.wizard.ServerWizardVisual.fillDisplayName(ServerWizardVisual.java:221)
        at org.netbeans.modules.server.ui.wizard.ServerWizardVisual.serverListBoxValueChanged(ServerWizardVisual.java:305)
Comment 2 zourin 2008-07-30 19:33:01 UTC
Created attachment 66110 [details]
stacktrace
Comment 3 farmafrique 2008-08-14 17:23:07 UTC
Build: NetBeans IDE Dev (Build 200801280931)
VM: Java HotSpot(TM) Client VM, 10.0-b22
OS: Windows XP, 5.1, x86

User Comments: 


Stacktrace: 
java.lang.NoClassDefFoundError: org/netbeans/modules/j2ee/deployment/impl/bridge/BridgingServerInstance
Comment 4 Petr Hejl 2008-08-20 13:01:34 UTC
Looks like this occurs for single dev build only.
Comment 5 Petr Hejl 2008-09-01 13:29:05 UTC
Although there is a couple of duplicate stack traces all of them comes from single dev build (Build 200801280931).

Shouldn't be problem anymore. Reporter is it valid for any newer build? Did it happen after ide update?
Comment 6 Petr Hejl 2008-09-01 15:46:06 UTC
*** Issue 140179 has been marked as a duplicate of this issue. ***