Hello everyone,

I have a project using GWT, Spring and Maven. Using the new GWT Maven
plugin we were able to update the project to use GWT 1.6.4.
Unfortunately this resulted in having the application failing in some
computers.

On one it works just fine. On the other it fails when using a service.
The only difference found so far is in the kernel.

Working kernel: 2.6.28-14-generic #47-Ubuntu x86_64 GNU/Linux
Error kernel: 2.6.28-14-generic #47-Ubuntu i686 GNU/Linux

Any ideia on what could be the problem? Other than a problem with
different libraries for 32 a 64 bits I cannot see what could be
causing this error.

We are using java version 1.6.0_13, with apache 6.0.18, maven 2.0.9
and springframework 2.5.1

The error log shows the following output:

[ERROR] [ERROR] Error on server
[ERROR] com.google.gwt.user.client.rpc.StatusCodeException:
[ERROR] The call failed on the server; see server log for details
[ERROR]     at
com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived
(RequestCallbackAdapter.java:192)
[ERROR]     at
com.google.gwt.http.client.Request.fireOnResponseReceivedImpl
(Request.java:264)
[ERROR]     at
com.google.gwt.http.client.Request.fireOnResponseReceivedAndCatch
(Request.java:236)
[ERROR]     at
com.google.gwt.http.client.Request.fireOnResponseReceived(Request.java:
227)
[ERROR]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[ERROR]     at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
[ERROR]     at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
[ERROR]     at java.lang.reflect.Method.invoke(Method.java:597)
[ERROR]     at com.google.gwt.dev.shell.MethodAdaptor.invoke
(MethodAdaptor.java:103)
[ERROR]     at com.google.gwt.dev.shell.moz.MethodDispatch.invoke
(MethodDispatch.java:80)
[ERROR]     at
org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native
Method)
[ERROR]     at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration
(OS.java:1428)
[ERROR]     at org.eclipse.swt.widgets.Display.readAndDispatch
(Display.java:2840)
[ERROR]     at com.google.gwt.dev.SwtHostedModeBase.processEvents
(SwtHostedModeBase.java:235)
[ERROR]     at com.google.gwt.dev.HostedModeBase.pumpEventLoop
(HostedModeBase.java:558)
[ERROR]     at com.google.gwt.dev.HostedModeBase.run
(HostedModeBase.java:405)
[ERROR]     at com.google.gwt.dev.HostedMode.main(HostedMode.java:232)

Thanks in advance for your help

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to