I've got an application that just started producing the following
error from servlets.

javax.servlet.ServletException: Content-Length must be specified
        at
com.google.gwt.user.server.rpc.RPCServletUtils.readContentAsUtf8(RPCServletUtils.java:
168)
        at
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.readContent(AbstractRemoteServiceServlet.java:
179)
        at
com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:
215)
        at
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:
62)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:713)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)

While this is obviously a problem with my client RPC code, what
worries me is that this just started happening on the server without
any changes from me.

Has anybody else seen this?

If there are platform changes that are deployed to GAE that can
destabilize our code without us knowing about it then that's a real
concern. We have a dev & QA version of our app to try to avoid this
situation but this occurred in already tested code.

Does anyone have any insight into this change in behaviour?

p.s. If I discover that it was actually my own deployed code that
broke this then I will update this thread.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to