Newbie question. Can't launch Eclipse [message #147950] |
Wed, 22 October 2003 20:55 |
Eclipse User |
|
|
|
Originally posted by: Mike.Spertus.veritas.com
I apologize if this has been asked before, but I couldn't find this
error after browsing the newsgroup for several minutes. I downloaded
Eclipse 2.1 for Windows. Running eclipse.exe fails to launch and creates
the following .metadata\.log file:
C:\eclipse>java -version
java version "1.4.1-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-beta-b14)
Java HotSpot(TM) Client VM (build 1.4.1-beta-b14, mixed mode)
C:\eclipse>eclipse
C:\eclipse>type .metadata\.log
!SESSION
------------------------------------------------------------ ----------
!ENTRY org.eclipse.core.launcher 4 0 Oct 22, 2003 14:58:15.351
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.ExceptionInInitializerError
at
org.eclipse.core.internal.plugins.RegistryLoader.processMani festFile(RegistryLoader.java:89)
at
org.eclipse.core.internal.plugins.RegistryLoader.processPlug inPathFile(RegistryLoader.java:136)
at
org.eclipse.core.internal.plugins.RegistryLoader.processPlug inPathEntry(RegistryLoader.java:127)
at
org.eclipse.core.internal.plugins.RegistryLoader.processMani festFiles(RegistryLoader.java:104)
at
org.eclipse.core.internal.plugins.RegistryLoader.parseRegist ry(RegistryLoader.java:63)
at
org.eclipse.core.internal.plugins.RegistryLoader.parseRegist ry(RegistryLoader.java:71)
at
org.eclipse.core.internal.runtime.InternalPlatform.parsePlug ins(InternalPlatform.java:890)
at
org.eclipse.core.internal.runtime.InternalPlatform.loadRegis try(InternalPlatform.java:834)
at
org.eclipse.core.internal.runtime.InternalPlatform.loaderSta rtup(InternalPlatform.java:684)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.eclipse.core.internal.boot.InternalBootLoader.startup(In ternalBootLoader.java:1040)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.java:838)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
Caused by: java.lang.ClassCastException
at org.apache.xerces.parsers.SAXParser.<init>(SAXParser.java:95)
at
org.eclipse.core.internal.plugins.PluginParser.initializePar ser(PluginParser.java:80)
at
org.eclipse.core.internal.plugins.PluginParser.<clinit>(PluginParser.java:44)
... 23 more
!SESSION
------------------------------------------------------------ ----------
!ENTRY org.eclipse.core.launcher 4 0 Oct 22, 2003 15:04:10.291
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.ExceptionInInitializerError
at
org.eclipse.core.internal.plugins.RegistryLoader.processMani festFile(RegistryLoader.java:89)
at
org.eclipse.core.internal.plugins.RegistryLoader.processPlug inPathFile(RegistryLoader.java:136)
at
org.eclipse.core.internal.plugins.RegistryLoader.processPlug inPathEntry(RegistryLoader.java:127)
at
org.eclipse.core.internal.plugins.RegistryLoader.processMani festFiles(RegistryLoader.java:104)
at
org.eclipse.core.internal.plugins.RegistryLoader.parseRegist ry(RegistryLoader.java:63)
at
org.eclipse.core.internal.plugins.RegistryLoader.parseRegist ry(RegistryLoader.java:71)
at
org.eclipse.core.internal.runtime.InternalPlatform.parsePlug ins(InternalPlatform.java:890)
at
org.eclipse.core.internal.runtime.InternalPlatform.loadRegis try(InternalPlatform.java:834)
at
org.eclipse.core.internal.runtime.InternalPlatform.loaderSta rtup(InternalPlatform.java:684)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.eclipse.core.internal.boot.InternalBootLoader.startup(In ternalBootLoader.java:1040)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.java:838)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
Caused by: java.lang.ClassCastException
at org.apache.xerces.parsers.SAXParser.<init>(SAXParser.java:95)
at
org.eclipse.core.internal.plugins.PluginParser.initializePar ser(PluginParser.java:80)
at
org.eclipse.core.internal.plugins.PluginParser.<clinit>(PluginParser.java:44)
... 23 more
|
|
|
|
Re: Newbie question. Can't launch Eclipse [message #148638 is a reply to message #147994] |
Thu, 23 October 2003 17:40 |
Eclipse User |
|
|
|
Originally posted by: Mike.Spertus.veritas.com
Darin Swanson wrote:
> Appears to be http://eclipsewiki.swiki.net/134#badXerces
>
> Darins
>
That was it. Thanks!
Mike
> "Mike Spertus" <Mike.Spertus@veritas.com> wrote in message
> news:bn6qqj$sl8$1@eclipse.org...
>
>>I apologize if this has been asked before, but I couldn't find this
>>error after browsing the newsgroup for several minutes. I downloaded
>>Eclipse 2.1 for Windows. Running eclipse.exe fails to launch and creates
>>the following .metadata\.log file:
>>
>>
>>C:\eclipse>java -version
>>java version "1.4.1-beta"
>>Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-beta-b14)
>>Java HotSpot(TM) Client VM (build 1.4.1-beta-b14, mixed mode)
>>
>>C:\eclipse>eclipse
>>C:\eclipse>type .metadata\.log
>>
>>!SESSION
>> ------------------------------------------------------------ ----------
>>!ENTRY org.eclipse.core.launcher 4 0 Oct 22, 2003 14:58:15.351
>>!MESSAGE Exception launching the Eclipse Platform:
>>!STACK
>>java.lang.ExceptionInInitializerError
>>at
>>
>
> org.eclipse.core.internal.plugins.RegistryLoader.processMani festFile(Registr
> yLoader.java:89)
>
>>at
>>
>
> org.eclipse.core.internal.plugins.RegistryLoader.processPlug inPathFile(Regis
> tryLoader.java:136)
>
>>at
>>
>
> org.eclipse.core.internal.plugins.RegistryLoader.processPlug inPathEntry(Regi
> stryLoader.java:127)
>
>>at
>>
>
> org.eclipse.core.internal.plugins.RegistryLoader.processMani festFiles(Regist
> ryLoader.java:104)
>
>>at
>>
>
> org.eclipse.core.internal.plugins.RegistryLoader.parseRegist ry(RegistryLoade
> r.java:63)
>
>>at
>>
>
> org.eclipse.core.internal.plugins.RegistryLoader.parseRegist ry(RegistryLoade
> r.java:71)
>
>>at
>>
>
> org.eclipse.core.internal.runtime.InternalPlatform.parsePlug ins(InternalPlat
> form.java:890)
>
>>at
>>
>
> org.eclipse.core.internal.runtime.InternalPlatform.loadRegis try(InternalPlat
> form.java:834)
>
>>at
>>
>
> org.eclipse.core.internal.runtime.InternalPlatform.loaderSta rtup(InternalPla
> tform.java:684)
>
>>at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>at
>>
>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39
> )
>
>>at
>>
>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl
> .java:25)
>
>>at java.lang.reflect.Method.invoke(Method.java:324)
>>at
>>
>
> org.eclipse.core.internal.boot.InternalBootLoader.startup(In ternalBootLoader
> .java:1040)
>
>>at
>>
>
> org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
> a:838)
>
>>at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
>>at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>at
>>
>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39
> )
>
>>at
>>
>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl
> .java:25)
>
>>at java.lang.reflect.Method.invoke(Method.java:324)
>>at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
>>at org.eclipse.core.launcher.Main.run(Main.java:747)
>>at org.eclipse.core.launcher.Main.main(Main.java:583)
>>Caused by: java.lang.ClassCastException
>>at org.apache.xerces.parsers.SAXParser.<init>(SAXParser.java:95)
>>at
>>
>
> org.eclipse.core.internal.plugins.PluginParser.initializePar ser(PluginParser
> .java:80)
>
>>at
>>
>
> org.eclipse.core.internal.plugins.PluginParser.<clinit>(PluginParser.java:44
> )
>
>>... 23 more
>>
>>!SESSION
>> ------------------------------------------------------------ ----------
>>!ENTRY org.eclipse.core.launcher 4 0 Oct 22, 2003 15:04:10.291
>>!MESSAGE Exception launching the Eclipse Platform:
>>!STACK
>>java.lang.ExceptionInInitializerError
>>at
>>
>
> org.eclipse.core.internal.plugins.RegistryLoader.processMani festFile(Registr
> yLoader.java:89)
>
>>at
>>
>
> org.eclipse.core.internal.plugins.RegistryLoader.processPlug inPathFile(Regis
> tryLoader.java:136)
>
>>at
>>
>
> org.eclipse.core.internal.plugins.RegistryLoader.processPlug inPathEntry(Regi
> stryLoader.java:127)
>
>>at
>>
>
> org.eclipse.core.internal.plugins.RegistryLoader.processMani festFiles(Regist
> ryLoader.java:104)
>
>>at
>>
>
> org.eclipse.core.internal.plugins.RegistryLoader.parseRegist ry(RegistryLoade
> r.java:63)
>
>>at
>>
>
> org.eclipse.core.internal.plugins.RegistryLoader.parseRegist ry(RegistryLoade
> r.java:71)
>
>>at
>>
>
> org.eclipse.core.internal.runtime.InternalPlatform.parsePlug ins(InternalPlat
> form.java:890)
>
>>at
>>
>
> org.eclipse.core.internal.runtime.InternalPlatform.loadRegis try(InternalPlat
> form.java:834)
>
>>at
>>
>
> org.eclipse.core.internal.runtime.InternalPlatform.loaderSta rtup(InternalPla
> tform.java:684)
>
>>at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>at
>>
>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39
> )
>
>>at
>>
>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl
> .java:25)
>
>>at java.lang.reflect.Method.invoke(Method.java:324)
>>at
>>
>
> org.eclipse.core.internal.boot.InternalBootLoader.startup(In ternalBootLoader
> .java:1040)
>
>>at
>>
>
> org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
> a:838)
>
>>at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
>>at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>at
>>
>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39
> )
>
>>at
>>
>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl
> .java:25)
>
>>at java.lang.reflect.Method.invoke(Method.java:324)
>>at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
>>at org.eclipse.core.launcher.Main.run(Main.java:747)
>>at org.eclipse.core.launcher.Main.main(Main.java:583)
>>Caused by: java.lang.ClassCastException
>>at org.apache.xerces.parsers.SAXParser.<init>(SAXParser.java:95)
>>at
>>
>
> org.eclipse.core.internal.plugins.PluginParser.initializePar ser(PluginParser
> .java:80)
>
>>at
>>
>
> org.eclipse.core.internal.plugins.PluginParser.<clinit>(PluginParser.java:44
> )
>
>>... 23 more
>>
>
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.06973 seconds