Re: GWT 1.6.4 on Linux amd64 architecture fails
On Mon, Apr 27, 2009 at 7:51 PM, marco wrote: > > This seems a similar issue as with GWT 1.5.3, in that both seem to > require a 32bit JVM to run properly. The 32b JVM is needed for the hosted mode. In production we are using 64b pure server. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~--~~~~--~~--~--~---
Re: GWT 1.6.4 on Linux amd64 architecture fails
I was having similar problems on 64 bit Ubuntu Jaunty; adding the GTK_PATH environment variable made the error message disappear. However, now that I've added a new service that tries to persist some objects using JPA, I get the following errors when the service is called: The server is running at http://localhost:8080/ /usr/lib/gio/modules/libgioremote-volume-monitor.so: wrong ELF class: ELFCLASS64 Failed to load module: /usr/lib/gio/modules/libgioremote-volume- monitor.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/libgvfsdbus.so: wrong ELF class: ELFCLASS64 Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so Any help would be much appreciated. Thanks! On May 13, 12:53 pm, Yuri C wrote: > To fix the problem: > Eclipse -> Launch/Run Configuration Dialog -> Environment Variables -> > set GTK_PATH=/usr/lib32/gtk-2.0 > > On Apr 27, 3:00 pm, Alex Rudnick wrote: > > > Hey marco, > > > I've seen that same message -- it seems to coincide with upgrading to > > Ubuntu 9.04. Which distribution are you using? > > > If it's causing any particular problems, please let us know! > > > Thanks! > > > On Mon, Apr 27, 2009 at 1:51 PM, marco wrote: > > > > This seems a similar issue as with GWT 1.5.3, in that both seem to > > > require a 32bit JVM to run properly. > > > I have applied the same workaround (downloaded and installed a 32bit > > > JRE 1.6.0) and used it in the Eclipse project as well as in the Run > > > Configuration. > > > > This seems to be doing the trick (I can get the sample app up and > > > running) but I still do get the following error messages: > > > > Gtk-Message: Failed to load module "canberra-gtk-module": /usr/lib/ > > > gtk-2.0/modules/libcanberra-gtk-module.so: wrong ELF class:ELFCLASS64 > > > /usr/lib/gio/modules/libgioremote-volume-monitor.so: wrong ELF class: > > >ELFCLASS64 > > > Failed to load module: /usr/lib/gio/modules/libgioremote-volume- > > > monitor.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/libgvfsdbus.so: wrong ELF class:ELFCLASS64 > > > Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so > > > > So I am just wondering whether there is more than ought to be done, > > > and/or I'm missing something. > > > Thanks. > > > -- > > Alex Rudnick > > swe, gwt, atl > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~--~~~~--~~--~--~---
Re: GWT 1.6.4 on Linux amd64 architecture fails
To fix the problem: Eclipse -> Launch/Run Configuration Dialog -> Environment Variables -> set GTK_PATH=/usr/lib32/gtk-2.0 On Apr 27, 3:00 pm, Alex Rudnick wrote: > Hey marco, > > I've seen that same message -- it seems to coincide with upgrading to > Ubuntu 9.04. Which distribution are you using? > > If it's causing any particular problems, please let us know! > > Thanks! > > > > On Mon, Apr 27, 2009 at 1:51 PM, marco wrote: > > > This seems a similar issue as with GWT 1.5.3, in that both seem to > > require a 32bit JVM to run properly. > > I have applied the same workaround (downloaded and installed a 32bit > > JRE 1.6.0) and used it in the Eclipse project as well as in the Run > > Configuration. > > > This seems to be doing the trick (I can get the sample app up and > > running) but I still do get the following error messages: > > > Gtk-Message: Failed to load module "canberra-gtk-module": /usr/lib/ > > gtk-2.0/modules/libcanberra-gtk-module.so: wrong ELF class:ELFCLASS64 > > /usr/lib/gio/modules/libgioremote-volume-monitor.so: wrong ELF class: > >ELFCLASS64 > > Failed to load module: /usr/lib/gio/modules/libgioremote-volume- > > monitor.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/libgvfsdbus.so: wrong ELF class:ELFCLASS64 > > Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so > > > So I am just wondering whether there is more than ought to be done, > > and/or I'm missing something. > > Thanks. > > -- > Alex Rudnick > swe, gwt, atl --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~--~~~~--~~--~--~---
Re: GWT 1.6.4 on Linux amd64 architecture fails
Hey marco, I've seen that same message -- it seems to coincide with upgrading to Ubuntu 9.04. Which distribution are you using? If it's causing any particular problems, please let us know! Thanks! On Mon, Apr 27, 2009 at 1:51 PM, marco wrote: > > This seems a similar issue as with GWT 1.5.3, in that both seem to > require a 32bit JVM to run properly. > I have applied the same workaround (downloaded and installed a 32bit > JRE 1.6.0) and used it in the Eclipse project as well as in the Run > Configuration. > > This seems to be doing the trick (I can get the sample app up and > running) but I still do get the following error messages: > > Gtk-Message: Failed to load module "canberra-gtk-module": /usr/lib/ > gtk-2.0/modules/libcanberra-gtk-module.so: wrong ELF class: ELFCLASS64 > /usr/lib/gio/modules/libgioremote-volume-monitor.so: wrong ELF class: > ELFCLASS64 > Failed to load module: /usr/lib/gio/modules/libgioremote-volume- > monitor.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/libgvfsdbus.so: wrong ELF class: ELFCLASS64 > Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so > > So I am just wondering whether there is more than ought to be done, > and/or I'm missing something. > Thanks. -- Alex Rudnick swe, gwt, atl --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~--~~~~--~~--~--~---
GWT 1.6.4 on Linux amd64 architecture fails
This seems a similar issue as with GWT 1.5.3, in that both seem to require a 32bit JVM to run properly. I have applied the same workaround (downloaded and installed a 32bit JRE 1.6.0) and used it in the Eclipse project as well as in the Run Configuration. This seems to be doing the trick (I can get the sample app up and running) but I still do get the following error messages: Gtk-Message: Failed to load module "canberra-gtk-module": /usr/lib/ gtk-2.0/modules/libcanberra-gtk-module.so: wrong ELF class: ELFCLASS64 /usr/lib/gio/modules/libgioremote-volume-monitor.so: wrong ELF class: ELFCLASS64 Failed to load module: /usr/lib/gio/modules/libgioremote-volume- monitor.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/libgvfsdbus.so: wrong ELF class: ELFCLASS64 Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so So I am just wondering whether there is more than ought to be done, and/or I'm missing something. Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~--~~~~--~~--~--~---