ServletException: Broken pipe
March 9th, 2009
Applies to:
Description:
An error that occurs when the process is aborted.
Cause:
a. User clicks the stop button or logs off – a normal operation
b. There are cursors in the stored procedures that are not opened
c. The JSP page is submitted more than once.
Check if you have declared cursors that are not opened in your stored procedures and open them.
Disable the submit button after one click.