Hi,
You will need to check the version of Servlet.jar you are using.
JspWriterImpl.flush method is in the servlet.jar version2.2.
Also check you classpath,probably it is using the older version
somewhere.
Vasudha
----- Original Message -----
From: phil bartholo <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 11, 2000 3:14 PM
Subject: iplanet log file exception
> I'm using JSP's on iPlanet Web Server. After every request,
> the exception below appears in the log file. I appears to me
> that iPlanet is compiling the jsp with a more recent jsdk than
> when it tries to run the resulting servlet. As required, I
> installed iPlanet with my own JDK (1.2.2). One fix I tried for
> this was adding the latest j2ee.jar at the front of the
> server's jvm classpath, but that didn't work.
>
> The funny thing is, everything works fine. JSP's compile and
> run properly... It's just that every request for a jsp creates
> this exact exception in the logs.
>
> Any thoughts? Thanks, Phil
>
> Exception:
>
>
> [11/Jul/2000:14:07:43] failure (21953): Internal error: exception thrown
> from the servlet service function (uri=/index.jsp):
> java.lang.NoSuchMethodError: javax.servlet.ServletResponse: method
> flushBuffer()V not found, Stack: java.lang.NoSuchMethodError:
> javax.servlet.ServletResponse: method flushBuffer()V not found
> at
> org.apache.jasper.runtime.JspWriterImpl.flush(JspWriterImpl.java:195)
> at _index_jsp._jspService(_index_jsp.java:246)
> at
> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:126)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
> at
>
com.netscape.server.http.servlet.NSServletRunner.Service(NSServletRunner.jav
a:476)
>
> --
> *********************************
> Phil Bartholo
> Software Products and Platforms
> Sun Microsystems Inc.
> [EMAIL PROTECTED]
> *********************************
>
>
===========================================================================
> 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