Monday, October 29, 2012

Re: Problems with GWT-RPC: encodedRequest cannot be empty

Hi,
Have you figured it out? I'm experiencing similar issue and I have no clue about what is causing it.
If you have a solution or workaround, could you please share it?
Thank you,

Román


On Monday, April 16, 2012 2:08:41 PM UTC-3, kishorpatel415 wrote:
Hi,

We are using GWT 2.3. Our application is encountering the error
"encodedRequest cannot be empty". Full stack trace below. This is an
intermittent error that occurs when making GWT-RPC calls.

Please let me know if there are any work around or solutions
available. Thank you.

Stack Trace:
Exception while dispatching incoming RPC call
java.lang.IllegalArgumentException: encodedRequest cannot be empty
        at com.google.gwt.user.server.rpc.RPC.decodeRequest(RPC.java:229)
        at
com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:
206)
        at
com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:
248)
        at
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:
62)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)

Client Environment
- Browser: Microsoft Internet Explorer 8
- Operating System: MS Windows 7

Server Environment
- App Server: Tomcat 7
- Operating System: MS Windows Server 2008






--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/suz1i4DcGlUJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment