Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » Eclipse 4.2 crashes on Ubuntu 10.04 64bit
Eclipse 4.2 crashes on Ubuntu 10.04 64bit [message #899509] Wed, 01 August 2012 08:50 Go to next message
Sihan goi is currently offline Sihan goiFriend
Messages: 8
Registered: March 2012
Junior Member
Hi,

I'm trying to run Eclipse 4.2 on my Ubuntu 10.04 LTS 64bit PC.

I have both 32bit and 64bit versions, but neither work.

I've installed jdk6.

When I run the 32bit, this error message pops up:

JVM terminated. Exit code=13
/usr/bin/java
-Xms40m
-Xmx512m
-XX:MaxPermSize=256m
-jar /home/goister/android/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
-os linux
-ws gtk
-arch x86
-showsplash /home/goister/android/eclipse//plugins/org.eclipse.platform_4.2.0.v201206081400/splash.bmp
-launcher /home/goister/android/eclipse/eclipse
-name Eclipse
--launcher.library /home/goister/android/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120522-1813/eclipse_1502.so
-startup /home/goister/android/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.overrideVmargs
-exitdata 408015
-vm /usr/bin/java
-vmargs
-Xms40m
-Xmx512m
-XX:MaxPermSize=256m
-jar /home/goister/android/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar 


In my terminal, I get the following output

/usr/lib/gio/modules/libgvfsdbus.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
/usr/lib/gio/modules/libgiogconf.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgiogconf.so
/usr/lib/gio/modules/libgioremote-volume-monitor.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgioremote-volume-monitor.so


When I run the 64bit, this error message pops up:

JVM terminated. Exit code=13
/usr/bin/java
-Xms40m
-Xmx512m
-XX:MaxPermSize=256m
-jar /home/goister/android/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
-os linux
-ws gtk
-arch x86
-showsplash /home/goister/android/eclipse//plugins/org.eclipse.platform_4.2.0.v201206081400/splash.bmp
-launcher /home/goister/android/eclipse/eclipse
-name Eclipse
--launcher.library /home/goister/android/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120522-1813/eclipse_1502.so
-startup /home/goister/android/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.overrideVmargs
-exitdata 418015
-vm /usr/bin/java
-vmargs
-Xms40m
-Xmx512m
-XX:MaxPermSize=256m
-jar /home/goister/android/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar 


In my terminal, I get the following output

gogo: CommandNotFoundException: Command not found: gosh
org.apache.felix.gogo.runtime.CommandNotFoundException: Command not found: gosh
	at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:466)
	at org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:395)
	at org.apache.felix.gogo.runtime.Pipe.run(Pipe.java:108)
	at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:183)
	at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:120)
	at org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:89)
	at org.apache.felix.gogo.shell.Activator.run(Activator.java:75)
	at java.lang.Thread.run(Thread.java:619)
/usr/lib/gio/modules/libgvfsdbus.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
/usr/lib/gio/modules/libgiogconf.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgiogconf.so
/usr/lib/gio/modules/libgioremote-volume-monitor.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgioremote-volume-monitor.so


Does anyone know what's wrong?

Thanks.
Re: Eclipse 4.2 crashes on Ubuntu 10.04 64bit [message #899517 is a reply to message #899509] Wed, 01 August 2012 09:15 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
You are launching Eclipse 32bit on a 64bit JVM.

a) Download Eclipse GTK/64bit
or
b) Download 32bit JVM

Tom

Am 01.08.12 10:50, schrieb Sihan goi:
> Hi,
>
> I'm trying to run Eclipse 4.2 on my Ubuntu 10.04 LTS 64bit PC.
>
> I have both 32bit and 64bit versions, but neither work.
>
> I've installed jdk6.
>
> When I run the 32bit, this error message pops up:
>
>
> JVM terminated. Exit code=13
> /usr/bin/java
> -Xms40m
> -Xmx512m
> -XX:MaxPermSize=256m
> -jar
> /home/goister/android/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
>
> -os linux
> -ws gtk
> -arch x86
> -showsplash
> /home/goister/android/eclipse//plugins/org.eclipse.platform_4.2.0.v201206081400/splash.bmp
>
> -launcher /home/goister/android/eclipse/eclipse
> -name Eclipse
> --launcher.library
> /home/goister/android/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120522-1813/eclipse_1502.so
>
> -startup
> /home/goister/android/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
>
> --launcher.overrideVmargs
> -exitdata 408015
> -vm /usr/bin/java
> -vmargs
> -Xms40m
> -Xmx512m
> -XX:MaxPermSize=256m
> -jar
> /home/goister/android/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
>
>
> In my terminal, I get the following output
>
>
> /usr/lib/gio/modules/libgvfsdbus.so: wrong ELF class: ELFCLASS64
> Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
> /usr/lib/gio/modules/libgiogconf.so: wrong ELF class: ELFCLASS64
> Failed to load module: /usr/lib/gio/modules/libgiogconf.so
> /usr/lib/gio/modules/libgioremote-volume-monitor.so: wrong ELF class:
> ELFCLASS64
> Failed to load module: /usr/lib/gio/modules/libgioremote-volume-monitor.so
>
>
> When I run the 64bit, this error message pops up:
>
>
> JVM terminated. Exit code=13
> /usr/bin/java
> -Xms40m
> -Xmx512m
> -XX:MaxPermSize=256m
> -jar
> /home/goister/android/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
>
> -os linux
> -ws gtk
> -arch x86
> -showsplash
> /home/goister/android/eclipse//plugins/org.eclipse.platform_4.2.0.v201206081400/splash.bmp
>
> -launcher /home/goister/android/eclipse/eclipse
> -name Eclipse
> --launcher.library
> /home/goister/android/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120522-1813/eclipse_1502.so
>
> -startup
> /home/goister/android/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
>
> --launcher.overrideVmargs
> -exitdata 418015
> -vm /usr/bin/java
> -vmargs
> -Xms40m
> -Xmx512m
> -XX:MaxPermSize=256m
> -jar
> /home/goister/android/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
>
>
> In my terminal, I get the following output
>
>
> gogo: CommandNotFoundException: Command not found: gosh
> org.apache.felix.gogo.runtime.CommandNotFoundException: Command not
> found: gosh
> at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:466)
> at
> org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:395)
> at org.apache.felix.gogo.runtime.Pipe.run(Pipe.java:108)
> at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:183)
> at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:120)
> at
> org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:89)
>
> at org.apache.felix.gogo.shell.Activator.run(Activator.java:75)
> at java.lang.Thread.run(Thread.java:619)
> /usr/lib/gio/modules/libgvfsdbus.so: wrong ELF class: ELFCLASS64
> Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
> /usr/lib/gio/modules/libgiogconf.so: wrong ELF class: ELFCLASS64
> Failed to load module: /usr/lib/gio/modules/libgiogconf.so
> /usr/lib/gio/modules/libgioremote-volume-monitor.so: wrong ELF class:
> ELFCLASS64
> Failed to load module: /usr/lib/gio/modules/libgioremote-volume-monitor.so
>
>
> Does anyone know what's wrong?
>
> Thanks.
Re: Eclipse 4.2 crashes on Ubuntu 10.04 64bit [message #899521 is a reply to message #899509] Wed, 01 August 2012 09:30 Go to previous messageGo to next message
Sihan goi is currently offline Sihan goiFriend
Messages: 8
Registered: March 2012
Junior Member
Like I said, I tried both 32bit and 64bit Eclipse. The error messages for the 64bit version is in the later half of my original post.

Edit: Never mind, figured out what was wrong. I had a corrupted 64bit version.

[Updated on: Wed, 01 August 2012 09:41]

Report message to a moderator

Re: Eclipse 4.2 crashes on Ubuntu 10.04 64bit [message #899528 is a reply to message #899521] Wed, 01 August 2012 09:51 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
I'm sorry to say but this is not true:

This line indicates that you run, the 32bit version:

----8<----
/home/goister/android/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120522-1813/eclipse_1502.so

----8<----

it's the same in both of your logs. So you are definately not starting a
64bit eclipse.

Tom

Am 01.08.12 11:30, schrieb Sihan goi:
> Like I said, I tried both 32bit and 64bit Eclipse. The error messages
> for the 64bit version is in the later half of my original post.
Previous Topic:How do I start with eclipse4 API
Next Topic:No Customize perspective in Juno ???
Goto Forum:
  


Current Time: Fri Apr 19 20:36:25 GMT 2024

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

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

Back to the top