0 Replies Latest reply on Jul 8, 2004 5:40 AM by dutoitc

    Jasper Proxy error

    dutoitc

      I'm using JBoss 3.2.5 and develop an ear, name xxx-nb.ear, nb is an increasing number.
      When I deploy the ear, I first removed the existing ear and wait for some seconds.
      But when I ask a page that existed before, I got the proxy error as displayed below.

      I think this is a deployment/installation/configuration error, so I posted this here.
      Do anybody know why I got this error ?
      Do anybody know where the Apache Tomcat/5.0.26 logs are ?
      On the web, I saw that this is a recurent error, but I found no solutions.

      Thks,
      C.Dutoit/BSI

      ----------------------------------




      type Exception report

      message

      description The server encountered an internal error () that prevented it from fulfilling this request.

      exception

      org.apache.jasper.JasperException: $Proxy65
      org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:372)
      org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
      org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
      javax.servlet.http.HttpServlet.service(HttpServlet.java:810)

      root cause

      java.lang.ClassCastException: $Proxy65
      org.apache.jsp.functions.searchXPATH_jsp._jspService(searchXPATH_jsp.java:60)
      org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
      javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
      org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
      org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
      org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
      javax.servlet.http.HttpServlet.service(HttpServlet.java:810)

      note The full stack trace of the root cause is available in the Apache Tomcat/5.0.26 logs.