Hi All, I am having an issue with my GWT app. The first RPC call it makes fails in IE6. It works correctly in all other browsers including later IE versions. I have followed the Server Side code through with a Debuger and its not throwing an exceptions and nothing is logged on the server. Following through the response writter it seems to be writing the an OK response rather than an exception thrown one.
Its seems odd this happens only in IE6. The RPC has been functioning fine in IE6 previously and this code hasn't changed since then. This happens in both development and compiled mode. Below is the stack trace form it running in development mode: Error: com.google.gwt.user.client.rpc.InvocationException Stack Trace: com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java: 201) com.google.gwt.http.client.Request.fireOnResponseReceived(Request.java: 287) com.google.gwt.http.client.RequestBuilder $1.onReadyStateChange(RequestBuilder.java:393) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) java.lang.reflect.Method.invoke(Unknown Source) com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103) com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java: 157) com.google.gwt.dev.shell.BrowserChannel.reactToMessagesWhileWaitingForReturn(BrowserChannel.java: 1714) com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java: 165) com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java: 120) com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java: 507) com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java: 264) com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java: 91) com.google.gwt.core.client.impl.Impl.apply(Impl.java) com.google.gwt.core.client.impl.Impl.entry0(Impl.java:188) sun.reflect.GeneratedMethodAccessor45.invoke(Unknown Source) sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) java.lang.reflect.Method.invoke(Unknown Source) com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103) com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java: 157) com.google.gwt.dev.shell.BrowserChannel.reactToMessages(BrowserChannel.java: 1669) com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java: 401) com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java: 222) java.lang.Thread.run(Unknown Source) Has anyone else experience something like this before or that any ideas? Thanks, Charlie M -- 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.
