Hi, we have a special problem with a GWT app running on Tomcat. The problem occurs, after the session has been invalidated and user tries to make a call. We get this exception:
SEVERE: Exception while dispatching incoming RPC call java.io.IOException: Stream closed at org.apache.catalina.connector.InputBuffer.read(InputBuffer.java: 325) at org.apache.catalina.connector.CoyoteInputStream.read(CoyoteInputStream.java: 193) at com.google.gwt.user.server.rpc.RPCServletUtils.readContentAsUtf8(RPCServletUtils.java: 183) 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:637) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java: 290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java: 206) We can reproduce this problem very simple by invalidating the session via Tomcat manager, so we are sure that this occurs after the session has been invalidated. This problem occurs just on our test enviroment - Tomcat 6.0.26 on Red Hat 4.1.2-46. On Windows XP or Mac OS we cannot reproduce this problem (the session-timeout is handled correctly and the user is redirested to the login page). Tomcat version and configurations are the same for all enviroments. We tried to set maxKeepAliveRequests=1 on Tomcat, but didn't work neither. Thanks for any help or suggestion. A. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.