Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Problems starting eclipse(Eclipse failing to start on Ubuntu 11.04 )
Problems starting eclipse [message #848640] Wed, 18 April 2012 12:44 Go to next message
Purvez Desai is currently offline Purvez DesaiFriend
Messages: 5
Registered: April 2012
Junior Member
I have downloaded from the BIRT project site:
birt-report-designer-all-in-one-linux-gtk-3_7_2.tar.gz
and unpacked it in ~/DevSW/BIRTReportWriter/ and I now have an eclipse directory under this directory. If I try running the eclipse executable from there I get the following output in what appears to be the 'splash' screen.

JVM terminated. Exit code=13
/usr/bin/java
-Xms40m
-Xmx384m
-XX:MaxPermSize=256m
-jar /home/purvez/DevSW/BIRTReportWriter/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
-os linux
-ws gtk
-arch x86
-showsplash
-launcher /home/purvez/DevSW/BIRTReportWriter/eclipse/eclipse
-name Eclipse
--launcher.library /home/purvez/DevSW/BIRTReportWriter/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505/eclipse_1407.so
-startup /home/purvez/DevSW/BIRTReportWriter/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.overrideVmargs
-exitdata 17f802a
-vm /usr/bin/java
-vmargs
-Xms40m
-Xmx384m
-XX:MaxPermSize=256m
-jar /home/purvez/DevSW/BIRTReportWriter/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar 


I thought it might be jvm related so I tried running it from the command line in the installed directory as:

./eclipse -vm /usr/lib/jvm/java-6-openjdk/jre/bin/java

This provided another splash type screen with the following output:

JVM terminated. Exit code=13
/usr/bin/java
-Xms40m
-Xmx384m
-XX:MaxPermSize=256m
-jar /home/purvez/DevSW/BIRTReportWriter/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
-os linux
-ws gtk
-arch x86
-showsplash
-launcher /home/purvez/DevSW/BIRTReportWriter/eclipse/eclipse
-name Eclipse
--launcher.library /home/purvez/DevSW/BIRTReportWriter/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505/eclipse_1407.so
-startup /home/purvez/DevSW/BIRTReportWriter/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.overrideVmargs
-exitdata 17f802a
-vm /usr/bin/java
-vmargs
-Xms40m
-Xmx384m
-XX:MaxPermSize=256m
-jar /home/purvez/DevSW/BIRTReportWriter/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar 


In addition I got the following in the command screen:

/usr/lib/gio/modules/libgiobamf.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgiobamf.so
/usr/lib/gio/modules/libgvfsdbus.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so

(Eclipse:7947): Gtk-WARNING **: Error loading theme icon 'dialog-error' for stock: Unable to load image-loading module: /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: wrong ELF class: ELFCLASS64

(Eclipse:7947): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

** (Eclipse:7947): CRITICAL **: murrine_style_draw_render_icon: assertion `base_pixbuf != NULL' failed

(Eclipse:7947): Gtk-CRITICAL **: IA__gtk_style_render_icon: assertion `pixbuf != NULL' failed

(Eclipse:7947): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed

(Eclipse:7947): Gtk-WARNING **: Error loading theme icon 'dialog-error' for stock: Unable to load image-loading module: /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: wrong ELF class: ELFCLASS64

(Eclipse:7947): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

** (Eclipse:7947): CRITICAL **: murrine_style_draw_render_icon: assertion `base_pixbuf != NULL' failed

(Eclipse:7947): Gtk-CRITICAL **: IA__gtk_style_render_icon: assertion `pixbuf != NULL' failed

(Eclipse:7947): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed


Unfortunately I'm not knowledgeable enough to understand these messages. Please can someone tell me what I'm doing wrong?

Thanks
Purvez
Re: Problems starting eclipse [message #848683 is a reply to message #848640] Wed, 18 April 2012 13:31 Go to previous messageGo to next message
Purvez Desai is currently offline Purvez DesaiFriend
Messages: 5
Registered: April 2012
Junior Member
OK looking through the logs it would appear that the version of eclipse bundled in the BIRT package is 32bit and the jre is 64bit. Looking at the Eclipse download page at www.eclipse.org/downloads/ there are loads of different Packages all with 64bit versions EXCEPT none of them mention BIRT. Please can someone tell me which Package I should download to be compatible with BIRT.

Thanks

Purvez
Re: Problems starting eclipse [message #848688 is a reply to message #848640] Wed, 18 April 2012 13:32 Go to previous messageGo to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 2012.04.18 6:44, Purvez Desai wrote:
> I have downloaded from the BIRT project site:
> birt-report-designer-all-in-one-linux-gtk-3_7_2.tar.gz
> and unpacked it in ~/DevSW/BIRTReportWriter/ and I now have an eclipse
> directory under this directory.
> [snip]
>
> Unfortunately I'm not knowledgeable enough to understand these messages.
> Please can someone tell me what I'm doing wrong?
>
> Thanks
> Purvez

There's a separate Eclipse forum dedicated to BIRT.
Re: Problems starting eclipse [message #848699 is a reply to message #848688] Wed, 18 April 2012 13:49 Go to previous message
Purvez Desai is currently offline Purvez DesaiFriend
Messages: 5
Registered: April 2012
Junior Member
OK I've reposted this on the BIRT specific forum but if anyone does know the answer here then I would appreciate the info. Thanks
Previous Topic:Program terminated without execution
Next Topic:Connector/J issues
Goto Forum:
  


Current Time: Sat Apr 27 00:43:45 GMT 2024

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

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

Back to the top