Attempt to clear a buffer that is already been flushed
March 9th, 2009
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.
Change the buffer size by using any of these options:
a. setBufferSize() method in the servlet code
b. < %@ page ..> directive