Eclipse crash [message #329044] |
Wed, 11 June 2008 07:51 |
Eclipse User |
|
|
|
Originally posted by: jerome.soulabaille.vegatechnologies.fr
Hi all,
I work on a RedHat 5 EL Edition and when
I try to start eclipse and I get the following message :
JVM terminated. Exit code=13
/usr/bin/java
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx256m
-jar
/opt/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x _v20080118.jar
-os linux
-ws gtk
-arch x86
-showsplash
-launcher /opt/eclipse/eclipse
-name Eclipse
--launcher.library
/opt/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux. x86_1.0.3.R33x_v20080118/eclipse_1023.so
-startup
/opt/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x _v20080118.jar
-exitdata 270012
-vm /usr/bin/java
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx256m
-jar
/opt/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x _v20080118.jar
I try to run eclipse with the following line (jre 1.5):
./eclipse -vm /usr/java/jre1.5.0_15/bin/java
or with the following line (jdk 1.6) :
/eclipse -vm /usr/java/jdk1.6.0_06/bin/java
And it gives me the same message.
The log message is :
!SESSION 2008-06-11 09:46:17.002
-----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86
!ENTRY org.eclipse.osgi 4 0 2008-06-11 09:46:17.363
!MESSAGE Application error
!STACK 1
java.lang.IllegalStateException: Unable to acquire application service.
Ensure that the org.eclipse.core.runtime bundle is resolved and started
(see config.ini).
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:72)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:363)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:176)
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:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
Any idea how to solve the problem ?
Thanks in advance,
Jérôme
|
|
|
Powered by
FUDForum. Page generated in 0.03610 seconds