org.osgi.framework.BundleException: Bundle "org.eclipse.equinox.preferences" version "3.2.1.R32x_v20060717" has already been installed from: update@plugins/org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via qpid-users by Brent Villalobos, 1 year ago
via incubator-qpid-users by Brent Villalobos, 1 year ago
via sourceforge.net by Unknown author, 2 years ago
via Eclipse Bugzilla by ob1.eclipse, 1 year ago
org.osgi.framework.BundleException: Bundle "org.eclipse.equinox.preferences" version "3.2.1.R32x_v20060717" has already been installed from: update@plugins/org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar
at org.eclipse.osgi.framework.internal.core.Framework.createAndVerifyBundle(Framework.java:566)
at org.eclipse.osgi.framework.internal.core.Framework.installWorkerPrivileged(Framework.java:833)
at org.eclipse.osgi.framework.internal.core.Framework$2.run(Framework.java:748)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.Framework.installWorker(Framework.java:799)
at org.eclipse.osgi.framework.internal.core.Framework.installBundle(Framework.java:743)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.installBundle(BundleContextImpl.java:221)
at org.eclipse.core.runtime.adaptor.EclipseStarter.installBundles(EclipseStarter.java:1067)
at org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBundles(EclipseStarter.java:649)
at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:305)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:173)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)