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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
