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 119246 - Websphere support problem
Summary: Websphere support problem
Status: RESOLVED DUPLICATE of bug 124691
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebSphere (show other bugs)
Version: 6.x
Hardware: PC All
: P4 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-17 16:38 UTC by darrinps
Modified: 2008-01-18 16:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description darrinps 2007-10-17 16:38:39 UTC
See this with newly installed daily (10/17/2007) version. Note that this was a clean install where I installed the
Websphere plugin afterward.

java.lang.IllegalStateException: java.lang.ClassNotFoundException:
org.netbeans.modules.j2ee.websphere6.ddloaders.webbnd.WSWebBndDataObject
	at org.openide.loaders.DataLoader.getRepresentationClass(DataLoader.java:150)
	at org.openide.loaders.DataLoader.<init>(DataLoader.java:125)
	at org.openide.loaders.MultiFileLoader.<init>(MultiFileLoader.java:77)
	at org.openide.loaders.UniFileLoader.<init>(UniFileLoader.java:79)
	at org.netbeans.modules.j2ee.websphere6.dd.loaders.webbnd.WSWebBndDataLoader.<init>(WSWebBndDataLoader.java:35)
Caused: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
	at org.openide.util.SharedClassObject.createInstancePrivileged(SharedClassObject.java:641)
	at org.openide.util.SharedClassObject$SetAccessibleAction.run(SharedClassObject.java:1001)
	at org.openide.util.SharedClassObject$SetAccessibleAction.run(SharedClassObject.java:993)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.openide.util.SharedClassObject.findObject(SharedClassObject.java:515)
Caused: java.lang.IllegalArgumentException
	at org.openide.util.SharedClassObject.findObject(SharedClassObject.java:518)
	at org.netbeans.core.startup.ManifestSection.createInstance(ManifestSection.java:198)
	at org.netbeans.core.startup.ManifestSection.getInstance(ManifestSection.java:216)
	at org.netbeans.core.LoaderPoolNode.add(LoaderPoolNode.java:204)
	at org.netbeans.core.CoreBridgeImpl.loadLoaderSection(CoreBridgeImpl.java:95)
	at org.netbeans.core.startup.NbInstaller.loadSections(NbInstaller.java:432)
	at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:271)
	at org.netbeans.ModuleManager.enable(ModuleManager.java:933)
	at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:402)
	at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:338)
	at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:271)
	at org.netbeans.core.startup.Main.getModuleSystem(Main.java:171)
	at org.netbeans.core.startup.Main.start(Main.java:322)
	at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:110)
[catch] at java.lang.Thread.run(Thread.java:619)
Comment 1 Petr Hejl 2008-01-18 16:10:45 UTC
Fixed already.

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