What does the exception "javax.servlet.jsp.JspException: Broken pipe" signify?

Posted by Ruepen on Stack Overflow See other posts from Stack Overflow or by Ruepen
Published on 2010-05-05T17:48:48Z Indexed on 2010/05/05 18:08 UTC
Read the original article Hit count: 188

Filed under:
|
|

I'm getting the following error:

javax.servlet.jsp.JspException: Broken pipe

Now I have seen questions/answers with respects to the socket exception, but this error is coming from a different package. Any help is greatly appreciated.
BTW, I am seeing quite a lot of these errors in a struts web app Weblogic Node logs and I am thinking that it has to do with end users closing their web browser before the page reloads/executes the next step (database transaction which takes quite a bit of time to execute, anywhere from 30 seconds to 4 mins).

© Stack Overflow or respective owner

Related posts about java

Related posts about struts