I had a similar problem and i eventually tracked it down to a looping rpc call.
If you doing a very large request (or many in very quick succession) then you will have to read the apache docs and edit the settings in your web.xml (possibly "keep alive") although with the default settings of 1min before timeout this is unlikely. Hope this helps, Steve On Jan 4, 10:51 pm, rakesh wagh <[email protected]> wrote: > Please provide more details on what you are doing. Are you getting > this error on client or server? How much time does your request waits? > Is it because of long executing methods? The error message clearly > reads that it is a time out exception. My guess is some operation on > server is taking more time than your time out values set. > > For a better answer, give us more information. > > Rakesh Wagh > > On Jan 4, 12:45 am, tin <[email protected]> wrote: > > > > > Hi All, > > > I occassionally get this exception when my app's page is getting > > downloaded in the broser. In my application, I make few rpc calls to > > fetch the data once the JSP is downloaded by the browser. > > > Any help in this will greatly be appreciated. No concrete answer could > > be found for this on the internet but it seeems others have faced this > > problem too. > > > Stack Trace: > > > java.net.SocketTimeoutException: Read timed out > > at java.net.SocketInputStream.socketRead0(Native Method) > > at java.net.SocketInputStream.read(Unknown Source) > > at org.apache.coyote.http11.InternalInputBuffer.fill > > (InternalInputBuffer.java:747) > > at org.apache.coyote.http11.InternalInputBuffer > > $InputStreamInputBuffer.doRead(InternalInputBuffer.java:777) > > at org.apache.coyote.http11.filters.IdentityInputFilter.doRead > > (IdentityInputFilter.java:115) > > at org.apache.coyote.http11.InternalInputBuffer.doRead > > (InternalInputBuffer.java:712) > > at org.apache.coyote.Request.doRead(Request.java:427) > > at org.apache.catalina.connector.InputBuffer.realReadBytes > > (InputBuffer.java:283) > > at org.apache.tomcat.util.buf.ByteChunk.substract(ByteChunk.java:379) > > at org.apache.catalina.connector.InputBuffer.read(InputBuffer.java: > > 298) > > at org.apache.catalina.connector.CoyoteInputStream.read > > (CoyoteInputStream.java:180) > > at com.google.gwt.user.server.rpc.RPCServletUtils.readContentAsUtf8 > > (RPCServletUtils.java:146) > > at com.google.gwt.user.server.rpc.RemoteServiceServlet.readContent > > (RemoteServiceServlet.java:335) > > at com.google.gwt.user.server.rpc.RemoteServiceServlet.doPost > > (RemoteServiceServlet.java:77) > > at org.gwtwidgets.server.spring.GWTSpringController.handleRequest > > (GWTSpringController.java:82) > > at > > org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle > > (SimpleControllerHandlerAdapter.java:48) > > at org.springframework.web.servlet.DispatcherServlet.doDispatch > > (DispatcherServlet.java:875) > > at org.springframework.web.servlet.DispatcherServlet.doService > > (DispatcherServlet.java:809) > > at org.springframework.web.servlet.FrameworkServlet.processRequest > > (FrameworkServlet.java:523) > > at org.springframework.web.servlet.FrameworkServlet.doPost > > (FrameworkServlet.java:463) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)- Hide > > quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
