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

What does java.net.SocketException: Connection reset by peer mean?

3 views
Skip to first unread message

Alexander Stepochkin

unread,
Apr 15, 2000, 3:00:00 AM4/15/00
to
Weblogic often send this exception:

java.net.SocketException: Connection reset by peer: Connection reset by peer
at java.net.SocketInputStream.socketRead(Native Method)
at java.net.SocketInputStream.socketRead(Compiled Code)
at java.net.SocketInputStream.read(Compiled Code)
at weblogic.socket.PosixSocketMuxer.processSockets(Compiled Code)
at
weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:19)
at weblogic.t3.srvr.ExecuteThread.run(Compiled Code)


What does it mean?

Thanks in advance.
Stepochkin Alexander
Information Business Systems
tel. +7(095) 967 8030 (ext. 2049), eMail: AStyop...@ibs.ru


Jeff Martin

unread,
Apr 17, 2000, 3:00:00 AM4/17/00
to
Alexander Stepochkin wrote:
>
> Weblogic often send this exception:
>
> java.net.SocketException: Connection reset by peer: Connection reset by peer
> at java.net.SocketInputStream.socketRead(Native Method)
> at java.net.SocketInputStream.socketRead(Compiled Code)
> at java.net.SocketInputStream.read(Compiled Code)
> at weblogic.socket.PosixSocketMuxer.processSockets(Compiled Code)
> at
> weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:19)
> at weblogic.t3.srvr.ExecuteThread.run(Compiled Code)
>
> What does it mean?

It means the user (aka the browser) requested a page, and the exited
before you could send the entire page back to the browser. Thus, your
connection (from servlet to browser) was reset by the peer (again, the
browser).

Jeff


0 new messages