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 199492

Summary: [WSphere] NoSuchMethodError: org.eclipse.core.runtime.IExtensionRegistry.getConfigurationElementsFor(Ljava/lang/String;)[Lorg/eclipse/core/runtime/IConfigurationElement;
Product: serverplugins Reporter: Exceptions Reporter <exceptions_reporter>
Component: WebSphereAssignee: Petr Hejl <phejl>
Status: NEW ---    
Severity: normal CC: bass2011, mikfreeman, tnleeuw
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 149252
Attachments: stacktrace

Description Exceptions Reporter 2011-06-17 09:44:39 UTC
Build: NetBeans IDE Dev (Build 201106161124)
VM: Java HotSpot(TM) Client VM, 20.0-b11, Java(TM) SE Runtime Environment, 1.6.0_25-b06
OS: Windows XP

User Comments:
GUEST: viewing websphere admin console

bass2011: adding webphere6.1 with netbeans7

GUEST: with adding websphere

tnleeuw: Attempted to start a WAS6.1 server, which was reported to have failed to start.

mikfreeman: Happened after adding websphere 6.1 server




Stacktrace: 
java.lang.NoSuchMethodError: org.eclipse.core.runtime.IExtensionRegistry.getConfigurationElementsFor(Ljava/lang/String;)[Lorg/eclipse/core/runtime/IConfigurationElement;
   at com.ibm.ws.util.ClassResolverImpl.<clinit>(ClassResolverImpl.java:69)
   at java.lang.Class.forName0(Class.java:0)
   at java.lang.Class.forName(Class.java:169)
   at com.ibm.ws.util.WsObjectInputStream.<clinit>(WsObjectInputStream.java:106)
   at com.ibm.ws.management.connector.soap.GenericSerializer.unmarshall(GenericSerializer.java:219)
   at org.apache.soap.util.xml.XMLJavaMappingRegistry.unmarshall(XMLJavaMappingRegistry.java:0)
Comment 1 Exceptions Reporter 2011-06-17 09:44:45 UTC
Created attachment 108950 [details]
stacktrace