I have seen the same error on iPlanet.  Are you sure it's vendor-specific?
I've seen it related to a <jsp:forward (I believe), so I don't know if it's
in response to any ONE tag, either.  Just FYI.  Good luck with the new
vendor, but you might still see the problem.

-----Original Message-----
From: Matt Krevs [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 25, 2000 7:59 PM
To: [EMAIL PROTECTED]
Subject: Re: Error: Attempt to clear a buffer that's already been
flushed


Are you using Tomcat?

This is a know problem that occurs when an exception is raised in your jsp
after a <jsp:include> has been processed.

I dont know of any workaround for this problem.

I have posted to this list several times regarding this issue and it seems
as though everyone is just living with the problem and hoping it will be
fixed in the next tomcat release. Unfortunately I couldnt wait so I changed
to another vendor.

-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Howard Lee
Sent: Wednesday, 26 April 2000 10:04
To: [EMAIL PROTECTED]
Subject: Error: Attempt to clear a buffer that's already been flushed


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: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to