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 - [WSphere] NoSuchMethodError: org.eclipse.core.runtime.IExtensionRegistry.getConfigurationElementsFor(Ljava/lang/String;)[Lorg/eclipse/core/runtime/IConfigurationElement;
Summary: [WSphere] NoSuchMethodError: org.eclipse.core.runtime.IExtensionRegistry.getC...
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebSphere (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-17 09:44 UTC by Exceptions Reporter
Modified: 2011-07-20 10:12 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 149252


Attachments
stacktrace (4.90 KB, text/plain)
2011-06-17 09:44 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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