That's because you flushed the page (i.e. buffer was full and was flushed or you did
it in your code) and then tried to clear it (could even be a redirection) We had the
same thing here.

Try not flushing or increase the buffer size.

Philippe

Howard Lee wrote:

> Hi guys,
>
> I get this error message once in awhile. Does anyone have seen this error
> message? Got an idea what is causing this and what it means? Thanks!
>
> javax.servlet.ServletException: Error: Attempt to clear a buffer that's
> already been flushed
>         at org.apache.jasper.runtime.JspServlet.service(JspServlet.java:359)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
>         at
> org.apache.tomcat.core.ServiceInvocationHandler.method(ServletWrapper.java:6
> 26)
>         at
> org.apache.tomcat.core.ServletWrapper.handleInvocation(ServletWrapper.java:5
> 34)
>         at
> org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:378)
>         at org.apache.tomcat.core.Context.handleRequest(Context.java:644)
>         at org.apache.tomcat.core.ContextManager.service(ContextManager.java:440)
>         at
> org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection
> (Ajp12ConnectionHandler.java:144)
>         at org.apache.tomcat.service.TcpConnectionThread.run(TcpEndpoint.java:304)
>         at java.lang.Thread.run(Thread.java:475)
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to