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

socket timeout when reading from post stream

0 views
Skip to first unread message

Rama Raghavan

unread,
May 22, 2002, 2:08:46 PM5/22/02
to

I get the following error when a servlet tries to read an object from the post stream.


Is there a way to set any timeout values on, say a socket, or static variable on
any weblogic SocketImpl..?

Appreciate any help.
Thanks-
Rama


java.io.InterruptedIOException: Read timed out
at java.net.SocketInputStream.socketRead(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:86)
at weblogic.servlet.internal.PostInputStream.read(PostInputStream.java:124)
at weblogic.servlet.internal.ServletInputStreamImpl.read(ServletInputStreamImpl.jav
a:97)
at java.io.ObjectInputStream.read(ObjectInputStream.java:1835)

0 new messages