Hi Mike,

the jsp engine has a default write buffer of about 8k.
If that buffer is exceeded it will be flushed.
If an exception happens in your page after that or
you call jsp:forward you will get that error.
You may avoid it by increasing the buffer in page
directive.

>Hi -
>
>I searched the archives and deja-news about error 500 problems with JSP's.
>I have a page that is getting this error:
>
>java.io.IOException: Error: Attempt to clear a buffer that's already been
>flushed
>        at com.sun.jsp.runtime.JspWriterImpl.clear(Compiled Code)
>        at
>usr.local.jswdk_0002d_00031_0005f_00030.earthtrip.jsp.air.jsp_0002fair_0002f
>airresults_0002ejspairresults_jsp_1._jspService(Compiled Code)
>
>Any ideas on what is going on with this.  There were a lot of deja postings
>about this particular problem but most were with web-sphere.
>
>I'm using IBM JDK 1.1.8 for Linux and JSWDK 1.0.1 Final.
>
>Thanks for any help or workarounds.
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST"
.
>FAQs on JSP can be found at:
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html

Ciao,
        Carsten Heyl

  Carsten Heyl                          [EMAIL PROTECTED]
  NADS - Solutions on Nets              http://www.nads.de/
  NADS GmbH                             http://www.pixelboxx.de/
  Hildebrandtstr. 4E                    Tel.: +49 211 933 02-90
D-40215 Duesseldorf                     Fax.: +49 211 933 02-93

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to