ServletException: Broken pipe

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.

admin JAVA-Servlets

  1. admin
    March 9th, 2009 at 18:22 | #1

    Check if you have declared cursors that are not opened in your stored procedures and open them.

  2. admin
    March 9th, 2009 at 18:22 | #2

    Disable the submit button after one click.

  1. No trackbacks yet.