Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Running on RHL 7.3
Running on RHL 7.3 [message #61323] Tue, 03 June 2003 15:03 Go to next message
Eclipse UserFriend
Originally posted by: hankr.crustal.ucsb.edu

I need to run on Red Hat Linux 7.3. I tried instlling gtk+-2.06 and I
am running j2sdk 1.4.1_02. Thanks in advance for any ideas. I get
the following error as reported by the startup log:

!SESSION
------------------------------------------------------------ ----------
!ENTRY org.eclipse.core.launcher 4 0 Jun 03, 2003 11:54:08.146
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.VerifyError: (class:
org/eclipse/core/internal/plugins/PluginParser, method: initializeParser
signature: ()V) Incompatible object argument for function call
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:779)
at
org.eclipse.core.internal.runtime.InternalPlatform.loadRegis try(InternalPlatform.java:723)
at
org.eclipse.core.internal.runtime.InternalPlatform.loaderSta rtup(InternalPlatform.java:574)
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:1011)
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)




--
Hank Ratzesberger
UCSB Institute for Crustal Studies
Re: Running on RHL 7.3 [message #62266 is a reply to message #61323] Wed, 04 June 2003 09:44 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: chaves.inf.ufsc.br.nospam

Somebody already found this problem before:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=23873

It is a different manifestation of the "bad xerces" bug (see bug 19252 and
its duplicates).

For a workaround, see:

http://eclipsewiki.swiki.net/134#badXerces
Re: Running on RHL 7.3 [message #62584 is a reply to message #62266] Wed, 04 June 2003 12:14 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: user.domain.invalid

That is indeed the problem. Thank you!

--Hank


chaves wrote:
> Somebody already found this problem before:
>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=23873
>
> It is a different manifestation of the "bad xerces" bug (see bug 19252 and
> its duplicates).
>
> For a workaround, see:
>
> http://eclipsewiki.swiki.net/134#badXerces
>
Re: Running on RHL 7.3 [message #65688 is a reply to message #61323] Fri, 06 June 2003 11:44 Go to previous message
Eclipse UserFriend
Originally posted by: user.domain.invalid

What did you do to get Eclipse to run on RH 7.3? I've tried
unsuccessfully to install gtk+-2.0.6 but get caught in rpm dependency hell.

Any help is MUCH appreciated.

Doug Walker


Hank Ratzesberger wrote:
>
> I need to run on Red Hat Linux 7.3. I tried instlling gtk+-2.06 and I
> am running j2sdk 1.4.1_02. Thanks in advance for any ideas. I get
> the following error as reported by the startup log:
>
> !SESSION
> ------------------------------------------------------------ ----------
> !ENTRY org.eclipse.core.launcher 4 0 Jun 03, 2003 11:54:08.146
> !MESSAGE Exception launching the Eclipse Platform:
> !STACK
> java.lang.VerifyError: (class:
> org/eclipse/core/internal/plugins/PluginParser, method: initializeParser
> signature: ()V) Incompatible object argument for function call
> 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:779)
>
> at
> org.eclipse.core.internal.runtime.InternalPlatform.loadRegis try(InternalPlatform.java:723)
>
> at
> org.eclipse.core.internal.runtime.InternalPlatform.loaderSta rtup(InternalPlatform.java:574)
>
> 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:1011)
>
> 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)
>
>
>
>
Previous Topic:Can I get Eclipse to ignore CVS?
Next Topic:set java vm for ant runner?
Goto Forum:
  


Current Time: Thu May 08 14:20:39 EDT 2025

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

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

Back to the top