com.springsource.util.osgi.manifest.parse.BundleManifestParseException: Error parsing bundle manifest header [] HP009E:Unexpectedly ran out of data
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 SpringSource Issue Tracker by Charles Ferreira Goncalves, 1 year ago
via SpringSource Issue Tracker by Charles Ferreira Goncalves, 2 years ago
com.springsource.util.osgi.manifest.parse.BundleManifestParseException: Error parsing bundle manifest header [] HP009E:Unexpectedly ran out of data
at com.springsource.util.osgi.manifest.parse.standard.StandardHeaderParser.parsePackageHeader(StandardHeaderParser.java:67)
at com.springsource.util.osgi.manifest.internal.StandardImportPackage.parse(StandardImportPackage.java:60)
at com.springsource.util.osgi.manifest.internal.CompoundParseable.resetFromParseString(CompoundParseable.java:58)
at com.springsource.util.osgi.manifest.internal.StandardBundleManifest.initializeHeaders(StandardBundleManifest.java:123)
at com.springsource.util.osgi.manifest.internal.StandardBundleManifest.
(StandardBundleManifest.java:78) at com.springsource.util.osgi.manifest.internal.StandardBundleManifest.
(StandardBundleManifest.java:100) at com.springsource.util.osgi.manifest.BundleManifestFactory.createBundleManifest(BundleManifestFactory.java:86)
at com.springsource.bundlor.util.BundleManifestUtils.createBundleManifest(BundleManifestUtils.java:58)
at com.springsource.bundlor.internal.transformer.ManifestCreator.create(ManifestCreator.java:94)
at com.springsource.bundlor.internal.StandardBundleTransformer.generateManifest(StandardBundleTransformer.java:120)
at com.springsource.server.ide.bundlor.internal.core.BundlorProjectBuilder.generateManifest(BundlorProjectBuilder.java:575)
at com.springsource.server.ide.bundlor.internal.core.BundlorProjectBuilder.build(BundlorProjectBuilder.java:225)
at com.springsource.server.ide.bundlor.internal.core.BundlorProjectBuilder.build(BundlorProjectBuilder.java:151)
at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:627)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:170)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:280)
at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:361)
at org.eclipse.core.internal.resources.Project$1.run(Project.java:523)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1782)
at org.eclipse.core.internal.resources.Project.internalBuild(Project.java:502)
at org.eclipse.core.internal.resources.Project.build(Project.java:102)
at com.springsource.server.ide.bundlor.ui.BundlorUiPlugin$RunBundlorJob.run(BundlorUiPlugin.java:100)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)