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.java: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

Reply via email to