Thursday, February 21, 2013

Re: IncompatibleRemoteServiceException : The response can not be Deserialized

But this code still runs in the context of your app or does it also fail as a standalone mini example?

Things I would do (in this order):
- make sure you use source/target version 1.6 for Java7 (client and server code)
- recheck that gwt-servlet.jar belongs to 2.5.0 and you are compiling with 2.5.0 (client 2.5.1-rc1 and server 2.5.0 doesn't work for me for example although its only a minor update).
- As it also happens in DevMode: Breakpoint in RequestCallbackAdapter.onResponseReceived() and stepping through the deserialization process (or stop on any exception and take a look at the call stack).
- upgrade GWTP to trunk/0.8 (not sure if any server stuff is included in GWTP, never used it)
- Try Java6 if you have installed it


-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment