Tuesday, February 6, 2007

What causes Java.io exceptions in the log file of WebLogic Server?

You may see messages like these in the log file:
(Windows NT)
java.io.IOException Connection Reset by Peer
java.io.EOFException Connection Reset by Peer
(Solaris)
java.io.Exception: Broken pipe
These messages occur when you are using servlets. A client initiates an HTTP request, and then performs a series of actions on the browser:
o Click Stop or enter equivalent command or keystrokes
o Click Refresh or enter equivalent command or keystrokes
o Send a new HTTP request.
The messages indicate that WebLogic Server has detected and recovered from an interrupted HTTP request.

SOURCE : www.referjava.com

No comments: