[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [equinox-dev] Why do we need systembundle.mf?
|
My application runs fine with SYSTEMBUNDLE.MF in the jar, but when I delete
it I get the exception below.
Glyn
Telephone: +44-(0)1962-815826. Email: glyn_normington@xxxxxxxxxx
org.osgi.framework.BundleException: Unable to find system bundle manifest
file.
at
org.eclipse.osgi.framework.adaptor.core.SystemBundleData.createManifest(SystemBundleData.java:73)
at
org.eclipse.osgi.framework.adaptor.core.SystemBundleData.<init>(SystemBundleData.java:34)
at
org.eclipse.osgi.framework.adaptor.core.AbstractFrameworkAdaptor.createSystemBundleData(AbstractFrameworkAdaptor.java:444)
at
org.eclipse.osgi.framework.internal.core.SystemBundle.<init>(SystemBundle.java:40)
at
org.eclipse.osgi.framework.internal.core.Framework.createSystemBundle(Framework.java:180)
at
org.eclipse.osgi.framework.internal.core.Framework.initialize(Framework.java:152)
at
org.eclipse.osgi.framework.internal.core.Framework.<init>(Framework.java:95)
at
org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java:90)
at org.eclipse.osgi.framework.internal.core.OSGi.<init>(OSGi.java:31)
at org.eclipse.osgi.module.Framework.<init>(Framework.java:36)
at com.ibm.clear.mod.BasicStartup.run(BasicStartup.java:70)
at com.ibm.clear.mod.BasicStartup.main(BasicStartup.java:85)
Exception in thread "main" java.lang.RuntimeException: Exception while
creating System Bundle: Unable to find system bundle manifest file.
at
org.eclipse.osgi.framework.internal.core.Framework.createSystemBundle(Framework.java:183)
at
org.eclipse.osgi.framework.internal.core.Framework.initialize(Framework.java:152)
at
org.eclipse.osgi.framework.internal.core.Framework.<init>(Framework.java:95)
at
org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java:90)
at org.eclipse.osgi.framework.internal.core.OSGi.<init>(OSGi.java:31)
at org.eclipse.osgi.module.Framework.<init>(Framework.java:36)
at com.ibm.clear.mod.BasicStartup.run(BasicStartup.java:70)
at com.ibm.clear.mod.BasicStartup.main(BasicStartup.java:85)