Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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)


Back to the top