That might have worked, but i worked around the problem. I tracked it down to a Serializable object that contained a date that was reconstructed from a Postgres DB using Apache's open JPA. Anyway for some reason. GWT did not want to transport that date. When I created a new date object using the time time in milliseconds from the problem date and passed *that* via RPC it worked fine. Very strange.
On Sun, Oct 19, 2008 at 3:37 PM, Daniel Kurka <[EMAIL PROTECTED]>wrote: > I would suggest setting a lower loglevel. then you will be able to see the > server side exception in the gwt window... > > 2008/10/19 jones34 <[EMAIL PROTECTED]> > > >> I'm getting an RPC failure (client stack trace below). The message >> says to check the server logs, but there's nothing in them. Stepping >> through the server code, I don't see any exceptions getting thrown. >> >> Any ideas? >> >> com.google.gwt.user.client.rpc.StatusCodeException: The call failed on >> the server; see server log for details >> at >> >> com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java: >> 192) >> at >> >> com.google.gwt.http.client.Request.fireOnResponseReceivedImpl(Request.java: >> 254) >> at >> >> com.google.gwt.http.client.Request.fireOnResponseReceivedAndCatch(Request.java: >> 226) >> at >> com.google.gwt.http.client.Request.fireOnResponseReceived(Request.java: >> 217) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: >> 39) >> at >> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java: >> 25) >> at java.lang.reflect.Method.invoke(Method.java:585) >> at >> com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java: >> 103) >> at >> com.google.gwt.dev.shell.ie.IDispatchImpl.callMethod(IDispatchImpl.java: >> 126) >> at >> com.google.gwt.dev.shell.ie.IDispatchProxy.invoke(IDispatchProxy.java: >> 155) >> at >> com.google.gwt.dev.shell.ie.IDispatchImpl.Invoke(IDispatchImpl.java: >> 294) >> at >> com.google.gwt.dev.shell.ie.IDispatchImpl.method6(IDispatchImpl.java: >> 194) >> at >> org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java: >> 117) >> at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native >> Method) >> at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1925) >> at >> org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966) >> at com.google.gwt.dev.GWTShell.pumpEventLoop(GWTShell.java:720) >> at com.google.gwt.dev.GWTShell.run(GWTShell.java:593) >> at com.google.gwt.dev.GWTShell.main(GWTShell.java:357) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: >> 39) >> at >> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java: >> 25) >> at java.lang.reflect.Method.invoke(Method.java:585) >> at com.intellij.rt.execution.application.AppMain.main(AppMain.java: >> 90) >> >> >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
