Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Eclipse Helios crashing after Indigo plugins are plugged into it
Eclipse Helios crashing after Indigo plugins are plugged into it [message #719904] Mon, 29 August 2011 12:20
Praveen  is currently offline Praveen Friend
Messages: 86
Registered: July 2009
Member
My RCP product bundles with Eclipse Indigo plugins (almost all bundles as in Eclipse Java distro). On Mac cocoa, when my product is plugged into Eclipse Helios through link file in dropins folder, Eclipse crashes on 1st launch with the below exception.

When I browsed for this exception on the web, it indicates that p2 reconciler bundle takes more time to resolve all the conflict bundles and this tend to ClassLoader throw this exception as the bundle does not respond to its requests. Are there any parameters to configure Eclipse so that a bundle can take more time for loading (in analyzing and resolving the conflict bundles)? I have to avoid Eclipse crashing on 1st launch.

org.osgi.framework.BundleException‭: ‬State change in progress for bundle‭ "‬reference:file:plugins/org.eclipse.equinox.p2‭.‬reconciler.dropins_1.1.2‭.‬R36x_v20110114‭.‬jar‭" ‬by thread‭ "‬Start Level Event Dispatcher‭".‬
at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1077‭)‬
at org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:548‭)‬
at org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1097‭)‬
at org.eclipse.osgi.framework.internal.core.PackageAdminImpl.suspendBundle(PackageAdminImpl.java:311‭)‬
at org.eclipse.osgi.framework.internal.core.PackageAdminImpl.processDelta(PackageAdminImpl.java:457‭)‬
at org.eclipse.osgi.framework.internal.core.PackageAdminImpl.doResolveBundles(PackageAdminImpl.java:239‭)‬
at org.eclipse.osgi.framework.internal.core.PackageAdminImpl$1‭.‬run(PackageAdminImpl.java:174‭)‬
at java.lang.Thread.run(Thread.java:680‭)‬
Caused by‭: ‬org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
‭... ‬8‭ ‬more
Root exception‭:‬
org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1077‭)‬
at org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:548‭)‬
at org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1097‭)‬
at org.eclipse.osgi.framework.internal.core.PackageAdminImpl.suspendBundle(PackageAdminImpl.java:311‭)‬
at org.eclipse.osgi.framework.internal.core.PackageAdminImpl.processDelta(PackageAdminImpl.java:457‭)‬
at org.eclipse.osgi.framework.internal.core.PackageAdminImpl.doResolveBundles(PackageAdminImpl.java:239‭)‬
at org.eclipse.osgi.framework.internal.core.PackageAdminImpl$1‭.‬run(PackageAdminImpl.java:174‭)‬
at java.lang.Thread.run(Thread.java:680‭)‬
Previous Topic:Eclipse Helios crashing after my product is plugged into it
Next Topic:Bundle-NativeCode on MacOSX
Goto Forum:
  


Current Time: Fri Apr 26 23:30:49 GMT 2024

Powered by FUDForum. Page generated in 0.03194 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top