Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » eclipse fails to run: could not parse manifest
eclipse fails to run: could not parse manifest [message #120009] Sun, 27 November 2005 10:00 Go to next message
Eclipse UserFriend
Originally posted by: wolfgang.eckhardt.planet-interkom.de

Hello!

After I my eclipse crashed, I deleted the program-folder, and extracted
the zip-file in order to re-install eclipse. When I now want to start
eclipse, an error message pops up that tells me to see the log-file
attached ("Could not parse plug-in manifest" error repeats about 68
times for different .jars). Also a new installation of the jdk didn't help.

I have absolutely no idea why eclipse doesn't want to work and haven't
found anything in the web.

I'm using eclipse 3.1.0 (I tried also 3.0 with the same result), jdk
1.5.0_02, windows xp.




!SESSION 2005-11-27 11:12:00.63
------------------------------------------------
eclipse.buildId=I20050627-1435
java.version=1.5.0_02
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
Command-line arguments: -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.core.runtime 4 0 2005-11-27 11:12:00.714
!MESSAGE Could not parse plug-in manifest for
"initial@reference:file:plugins/org.eclipse.core.runtime_3.1.0.jar/".
Any contributed extensions and extension points will be ignored.
!STACK 0
javax.xml.parsers.ParserConfigurationException: Feature:
http://xml.org/sax/features/string-interning
at
org.apache.crimson.jaxp.SAXParserFactoryImpl.newSAXParser(SA XParserFactoryImpl.java:119)
at
org.eclipse.core.internal.registry.ExtensionsParser.parseMan ifest(ExtensionsParser.java:375)
at
org.eclipse.core.internal.registry.EclipseBundleListener.get BundleModel(EclipseBundleListener.java:197)
at
org.eclipse.core.internal.registry.EclipseBundleListener.add Bundle(EclipseBundleListener.java:101)
at
org.eclipse.core.internal.registry.EclipseBundleListener.pro cessBundles(EclipseBundleListener.java:82)
at
org.eclipse.core.internal.registry.ExtensionRegistry.<init>(ExtensionRegistry.java:687)
at
org.eclipse.core.internal.runtime.PlatformActivator.startReg istry(PlatformActivator.java:84)
at
org.eclipse.core.internal.runtime.PlatformActivator.start(Pl atformActivator.java:58)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl$2 .run(BundleContextImpl.java:994)
at java.security.AccessController.doPrivileged(Native Method)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tartActivator(BundleContextImpl.java:988)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tart(BundleContextImpl.java:969)
at
org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:321)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.resu me(AbstractBundle.java:339)
at
org.eclipse.osgi.framework.internal.core.Framework.resumeBun dle(Framework.java:1024)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(StartLevelManager.java:576)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLevelManager.java:498)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:275)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d ispatchEvent(StartLevelManager.java:458)
at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.java:189)
at
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread .run(EventManager.java:291)


!ENTRY org.eclipse.core.runtime 2005-11-27 11:12:01.114
!MESSAGE Product org.eclipse.sdk.ide could not be found.

!ENTRY org.eclipse.osgi 2005-11-27 11:12:01.134
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: No application id has been found.
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:204)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
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:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
Re: eclipse fails to run: could not parse manifest [message #120024 is a reply to message #120009] Sun, 27 November 2005 13:02 Go to previous message
Eclipse UserFriend
Originally posted by: wolfgang.eckhardt.planet-interkom.de

I now decided to try a new Installation of windows...


Wolfgang Eckhardt wrote:
> Hello!
>
> After I my eclipse crashed, I deleted the program-folder, and extracted
> the zip-file in order to re-install eclipse. When I now want to start
> eclipse, an error message pops up that tells me to see the log-file
> attached ("Could not parse plug-in manifest" error repeats about 68
> times for different .jars). Also a new installation of the jdk didn't help.
>
> I have absolutely no idea why eclipse doesn't want to work and haven't
> found anything in the web.
>
> I'm using eclipse 3.1.0 (I tried also 3.0 with the same result), jdk
> 1.5.0_02, windows xp.
>
>
>
>
> !SESSION 2005-11-27 11:12:00.63
> ------------------------------------------------
> eclipse.buildId=I20050627-1435
> java.version=1.5.0_02
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
> Command-line arguments: -os win32 -ws win32 -arch x86
>
> !ENTRY org.eclipse.core.runtime 4 0 2005-11-27 11:12:00.714
> !MESSAGE Could not parse plug-in manifest for
> "initial@reference:file:plugins/org.eclipse.core.runtime_3.1.0.jar/".
> Any contributed extensions and extension points will be ignored.
> !STACK 0
> javax.xml.parsers.ParserConfigurationException: Feature:
> http://xml.org/sax/features/string-interning
> at
> org.apache.crimson.jaxp.SAXParserFactoryImpl.newSAXParser(SA XParserFactoryImpl.java:119)
>
> at
> org.eclipse.core.internal.registry.ExtensionsParser.parseMan ifest(ExtensionsParser.java:375)
>
> at
> org.eclipse.core.internal.registry.EclipseBundleListener.get BundleModel(EclipseBundleListener.java:197)
>
> at
> org.eclipse.core.internal.registry.EclipseBundleListener.add Bundle(EclipseBundleListener.java:101)
>
> at
> org.eclipse.core.internal.registry.EclipseBundleListener.pro cessBundles(EclipseBundleListener.java:82)
>
> at
> org.eclipse.core.internal.registry.ExtensionRegistry.<init>(ExtensionRegistry.java:687)
>
> at
> org.eclipse.core.internal.runtime.PlatformActivator.startReg istry(PlatformActivator.java:84)
>
> at
> org.eclipse.core.internal.runtime.PlatformActivator.start(Pl atformActivator.java:58)
>
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl$2 .run(BundleContextImpl.java:994)
>
> at java.security.AccessController.doPrivileged(Native Method)
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tartActivator(BundleContextImpl.java:988)
>
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tart(BundleContextImpl.java:969)
>
> at
> org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:321)
>
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.resu me(AbstractBundle.java:339)
>
> at
> org.eclipse.osgi.framework.internal.core.Framework.resumeBun dle(Framework.java:1024)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(StartLevelManager.java:576)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLevelManager.java:498)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:275)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.d ispatchEvent(StartLevelManager.java:458)
>
> at
> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.java:189)
>
> at
> org.eclipse.osgi.framework.eventmgr.EventManager$EventThread .run(EventManager.java:291)
>
>
>
> !ENTRY org.eclipse.core.runtime 2005-11-27 11:12:01.114
> !MESSAGE Product org.eclipse.sdk.ide could not be found.
>
> !ENTRY org.eclipse.osgi 2005-11-27 11:12:01.134
> !MESSAGE Application error
> !STACK 1
> java.lang.RuntimeException: No application id has been found.
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:204)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
>
> 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:334 )
> at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> at org.eclipse.core.launcher.Main.run(Main.java:973)
> at org.eclipse.core.launcher.Main.main(Main.java:948)
Previous Topic:Eclipse failing to run
Next Topic:<ejb-client-jar> causes "cvc-complex-type.2.4.a: Invalid content was found"
Goto Forum:
  


Current Time: Sat Jul 20 23:31:05 GMT 2024

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

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

Back to the top