Friday, March 13, 2009

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

Question :What causes Java.io exceptions in the log file of WebLogic Server? (EJB)
Answer :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:
1. Click Stop or enter equivalent command or keystrokes
2. Click Refresh or enter equivalent command or keystrokes
3. Send a new HTTP request.
The messages indicate that WebLogic Server has detected and recovered
from an interrupted HTTP request.

No comments: