Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] Is this a new bug?

Need more stacktrace to know what is going on. It all depends on who is calling Platform.getPlugin. It may be a bug but at this point I would not even know who you should open it against.

My guess is that you have a bundle at a low start level which is calling the (deprecated) Platform.getPlugin(String) method. My guess is that this bundle is not part of the SDK, but is your own custom bundle. Otherwise I would suggest you open a bug against the Eclipse bundle calling that deprecated API ;-) This method is not usable until we reach the default startlevel 4.

Tom



Inactive hide details for James D Miles---04/29/2009 03:58:12 PM---I am using 0429-0800 and I am seeing this error in the logJames D Miles---04/29/2009 03:58:12 PM---I am using 0429-0800 and I am seeing this error in the log


From:

James D Miles/Austin/IBM@IBMUS

To:

p2-dev@xxxxxxxxxxx

Date:

04/29/2009 03:58 PM

Subject:

[p2-dev] Is this a new bug?




I am using 0429-0800 and I am seeing this error in the log

org.osgi.framework.BundleException: The bundle's start level is not met. Cannot transient start the bundle: org.eclipse.pde_3.4.100.v20090420 [128]
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:317)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:280)
at org.eclipse.core.internal.runtime.InternalPlatform.start(InternalPlatform.java:913)
at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation(PluginDescriptor.java:360)
at org.eclipse.core.internal.plugins.PluginDescriptor.getPlugin(PluginDescriptor.java:340)
at org.eclipse.core.runtime.Platform.getPlugin(Platform.java:764)
_______________________________________________
p2-dev mailing list
p2-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/p2-dev


GIF image

GIF image


Back to the top