Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] eclipse-SDK-2.0.2-solaris-motif fails to start on Solaris

Hi,

After downloading and extracting eclipse-SDK-2.0.2-solaris-motif.zip 
on a Solaris 8 machine, a pop-up containing this text appears

Problems during startup.  Check the ".log" file
in the ".metadata" directory of your workspace.

The contents of the log are at the end.

Typing 

uname -a

on the sun box returns this:

SunOS bigbuild 5.8 Generic_108528-03 sun4u sparc

Typing

java -version

returns this

java version "1.4.1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-b21)
Java HotSpot(TM) Client VM (build 1.4.1-b21, mixed mode)

This also fails after typing this

unsetenv CLASSPATH

Please indicate what I need to do to not produce this error.

Thanks,

Lysander

Log:

!SESSION
----------------------------------------------------------------------
!ENTRY org.eclipse.core.launcher 4 0 Feb 18, 2003 10:25:31.617
!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.processManifestFile(Registr
yLoader.java:89)
	at
org.eclipse.core.internal.plugins.RegistryLoader.processPluginPathFile(Regis
tryLoader.java:136)
	at
org.eclipse.core.internal.plugins.RegistryLoader.processPluginPathEntry(Regi
stryLoader.java:127)
	at
org.eclipse.core.internal.plugins.RegistryLoader.processManifestFiles(Regist
ryLoader.java:104)
	at
org.eclipse.core.internal.plugins.RegistryLoader.parseRegistry(RegistryLoade
r.java:63)
	at
org.eclipse.core.internal.plugins.RegistryLoader.parseRegistry(RegistryLoade
r.java:71)
	at
org.eclipse.core.internal.runtime.InternalPlatform.parsePlugins(InternalPlat
form.java:742)
	at
org.eclipse.core.internal.runtime.InternalPlatform.loadRegistry(InternalPlat
form.java:686)
	at
org.eclipse.core.internal.runtime.InternalPlatform.loaderStartup(InternalPla
tform.java:562)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at
org.eclipse.core.internal.boot.InternalBootLoader.startup(InternalBootLoader
.java:965)
	at
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.jav
a:824)
	at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:247)
	at org.eclipse.core.launcher.Main.run(Main.java:703)
	at org.eclipse.core.launcher.Main.main(Main.java:539)


Back to the top