Attempt to clear a buffer that is already been flushed

Applies to:
Tomcat 3.2.2

Description:
An internal server error while trying to run an application built in JavaBeans and JSP.

Cause:
A clearBuffer() method is called when the buffer has already been flushed.

admin JAVA-JSP

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

    Change the buffer size by using any of these options:
    a. setBufferSize() method in the servlet code
    b. < %@ page ..> directive

  1. No trackbacks yet.