Plug-in unable to load a class [message #198578] |
Mon, 30 July 2007 02:22 |
Eclipse User |
|
|
|
Hi
We have a plugin working fine with Eclipse 3.2 and CDT 3.1. I was trying
to integrate it with Eclipse 3.3 and CDT 4.0. However, when I run this as
an eclipse application from the workspace, I get an error message saying:
Plug-in xxxx was unable to load class yyyy.
I'm also attaching start of the log file below.
I've not changed any version information in our plugins. I'm using Java
1.5. The classes causing the trouble are also present. I tried to look for
some of the problems which I could find from the web, but that did not
help. Any clues on what could be the problem ?
-----------------------------------------------------------
eclipse.buildId=I20070625-1500
java.version=1.5.0_12
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -product org.eclipse.sdk.ide -pdelaunch
Command-line arguments: -product org.eclipse.sdk.ide -data
E:\eclipse3_3Integration\workspaceNew/../runtime-New_configu ration(1) -dev
file:E:/eclipse3_3Integration/workspaceNew/.metadata/.plugin s/org.eclipse.pde.core/New_configuration
(1)/dev.properties -pdelaunch -os win32 -ws win32 -arch x86
!ENTRY org.eclipse.osgi 2 0 2007-07-30 11:29:03.019
!MESSAGE The activator com.hp.cdt.remote.ui.RemoteUIPlugin for bundle
com.hp.cdt.remote.ui is invalid
!STACK 0
org.osgi.framework.BundleException: The activator
com.hp.cdt.remote.ui.RemoteUIPlugin for bundle com.hp.cdt.remote.ui is
invalid
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.load BundleActivator(AbstractBundle.java:141)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tart(BundleContextImpl.java:970)
at
org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:346)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.star t(AbstractBundle.java:260)
at
org.eclipse.osgi.framework.util.SecureAction.start(SecureAct ion.java:400)
at
org.eclipse.osgi.framework.internal.core.BundleHost.loadClas s(BundleHost.java:234)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.load Class(AbstractBundle.java:1269)
at
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI .createExecutableExtension(RegistryStrategyOSGI.java:160)
at
org.eclipse.core.internal.registry.ExtensionRegistry.createE xecutableExtension(ExtensionRegistry.java:788)
at
org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:243)
at
org.eclipse.core.internal.registry.ConfigurationElementHandl e.createExecutableExtension(ConfigurationElementHandle.java: 51)
at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugi n.java:243)
................
................
|
|
|
Powered by
FUDForum. Page generated in 0.02504 seconds