sharath karnati wrote:
Hi All,
In weblogic server log, I found these error multiple times. Is anyone come accross this kind of problem?
2008-09-11 07:12:47,415 ERROR [org.apache.struts2.components.UIBean] - error when rendering
java.net.SocketException: Broken pipe
One cause is that the client terminated the connection early.
ie. the server was sending something and the user clicked on a link so
the browser interrupted the connection.
In this case a tag was trying to write to the output stream but the
stream was connection had been closed.
If its frequent, it could be indicative of a non-critical problem (such
as a slow page load). I'm not sure what else to read into it.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]