Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

- Read timed out - while forwarding to another servlet

0 views
Skip to first unread message

Falk Nickenig

unread,
May 2, 2000, 3:00:00 AM5/2/00
to
I get the following exception when forwarding a request to another servlet:

Here's the code snippet:

ServletContext sc = getServletConfig().getServletContext();
RequestDispatcher rd = sc.getRequestDispatcher("/LoginAC");
rd.forward(req,response);

After about 30 seconds the servlet throws the exception below.

Any suggestions ?

- Falk

--------------------------------------------------------------------
java.io.InterruptedIOException: Read timed out
at java.net.SocketInputStream.socketRead(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java, Compiled
Code)
at weblogic.socket.PostInputStream.read(PostInputStream.java:90)
at java.io.InputStream.read(InputStream.java:95)
at
weblogic.servlet.internal.ServletInputStreamImpl.read(ServletInputStreamImpl
.java:35)
at java.io.InputStreamReader.fill(InputStreamReader.java:163)
at java.io.InputStreamReader.read(InputStreamReader.java:239)
at
weblogic.servlet.internal.ServletRequestImpl.mergePostParams(ServletRequestI
mpl.java, Compiled Code)
at
weblogic.servlet.internal.ServletRequestImpl.parseQueryParams(ServletRequest
Impl.java:325)
at
weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
l.java:113)
at securitytest.DoxEP.service(DoxEP.java, Compiled Code)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:105)
at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java:742)
at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java:686)
at
weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
Manager.java:247)
at
weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:363)
at
weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:263)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
Code)
--------------- nested within: ------------------
weblogic.utils.NestedRuntimeException: cannot parse POST parameters of
request /DoxEP/DoxEP/LoginAC - with nested exception:
[java.io.InterruptedIOException: Read timed out]
at
weblogic.servlet.internal.ServletRequestImpl.mergePostParams(ServletRequestI
mpl.java, Compiled Code)
at
weblogic.servlet.internal.ServletRequestImpl.parseQueryParams(ServletRequest
Impl.java:325)
at
weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
l.java:113)
at securitytest.DoxEP.service(DoxEP.java, Compiled Code)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:105)
at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java:742)
at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java:686)
at
weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
Manager.java:247)
at
weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:363)
at
weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:263)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
Code)

0 new messages