Re: RPC error - garbled text as the response.

2009-03-13 Thread gregor
(DefaultServlet.java:698) at org.apache.catalina.servlets.DefaultServlet.doGet (DefaultServlet.java:354) That doesn't look right. Are you sure this stack trace was caused by your RPC service call? If it was you need to figure out how come a doGet(..) is being called. GWT RPC servlets use

Re: RPC error - garbled text as the response.

2009-03-13 Thread Magius
I remenber to have read that GWT-RPC zips the data sent in some cases. And your message has a "PK" mark, the same that for ZIP files. If this is true the RPC message could be ok. I cannot help wtith the rest. In the exception log there isn't any gwt classes... By the way, I migrated from GWT 1.4

RPC error - garbled text as the response.

2009-03-12 Thread cij100
Hi, I have a gwt based application,that uses RPC calls to communicate with the server. Normally this works fine, however occasionally the response fails and I'm unsure what is causing it. Using firebug, I can see the response is garbled text instead of the OK message. An example of the response i