You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Bill Blackmon <bi...@verizon.net> on 2002/08/22 05:36:40 UTC

jsp compilation errorss

I've had to recreate my dev environment and I've dis-configured something
that I can't seem to find.
All of my jsp pages now throw the same errors:

log trace message:
2002-08-21 23:27:32 StandardContext[/EGPS]:  Mapped to servlet 'jsp' with
servlet path '/membersList.jsp' and path info 'null' and update=true
2002-08-21 23:27:34 jsp: init
2002-08-21 23:27:34 StandardWrapperValve[jsp]: Servlet.service() for servlet
jsp threw exception
org.apache.jasper.JasperException
 at org.apache.jasper.servlet.JspServletWrapper.service(Unknown Source)

javax.servlet.ServletException
	at org.apache.jasper.runtime.PageContextImpl.handlePageException(Unknown
Source)
	at org.apache.jsp.membersList$jsp._jspService(membersList$jsp.java:359)


$jsp.java file error line:
  } catch (Throwable t) {
      if (out != null && out.getBufferSize() != 0)
        out.clearBuffer();
// here       if (pageContext != null) pageContext.handlePageException(t);

At least its consistent. Any ideas?

Thanks,
Bill


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>