Bonjour,
Nous sommes en train de porter notre application sur iPlanet 7 (Sun
One). Il s'agit d'une appli a base de JSP / Servlet (pas d'EJB). Pour
info, cette appli fonctionne sur Resin, Tomcat, WebLogic et Websphere.
Malheureusement nous sommes confront� � un gros probleme. Certaines de
nos JSP invoquent <jsp:include>. Or a l'execution de la JSP, iPlanet
provoque une erreur (cf. fichier attach�) : il dit qu'il ne connait pas
la m�thode :
JspRuntimeLibrary.include(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse,
java.lang.String,
javax.servlet.jsp.JspWrier,
boolean)
Savez-vous comment faire pour r�soudre ce pb ?
Je met en attachement la trace d'erreur...
Merci
a+
--
---------------------------------------------------------------
Olivier Dedieu
Jalios - Master Your Content - http://www.jalios.com/
---------------------------------------------------------------
(BSun ONE Application Server - HTTP Status 500 Error
The server encountered an internal error (Internal Server Error) that prevented it
from fulfilling this request.
Type: Exception Report
Message: Internal Server Error
Exception
org.apache.jasper.JasperException: Unable to compile class for JSPNote:
sun.tools.javac.Main has been deprecated.
An error occurred between lines: 4 and 5 in the JSP file: /testinc.jsp
Generated servlet error:
/sun/appserver7/appserv/domains/domain1/server1/generated/jsp/j2ee-modules/javafinal/_jasper/_testinc_jsp.java:60:
Method include(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse, java.lang.String, javax.servlet.jsp.JspWriter,
boolean) not found in class org.apache.jasper.runtime.JspRuntimeLibrary.
JspRuntimeLibrary.include(request, response, "included.jsp" +
_jspx_qStr, out, true);
^
1 error, 1 warning
at org.apache.jasper(B.compiler.Compiler.compile(Unknown Source)
at com.iplanet.ias.web.jsp.JspServlet$JspServletWrapper.loadJSP(Unknown
Source)
at com.iplanet.ias.web.jsp.JspServlet$JspServletWrapper.access$000(Unknown
Source)
at com.iplanet.ias.web.jsp.JspServlet.serviceJspFile(Unknown Source)
at com.iplanet.ias.web.jsp.JspServlet.service(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.StandardWrapperValve.invokeServletService(Unknown Source)
at org.apache.catalina.core.StandardWrapperValve.access$000(Unknown Source)
at org.apache.catalina.core.StandardWrapperValve$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.catalina.core.StandardWrapperValve.invoke(Unknown Source)
at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source)
at org.apache.catalina.core.StandardContextV(Balve.invoke(Unknown Source)
at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source)
at org.apache.catalina.core.StandardHostValve.invoke(Unknown Source)
at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source)
at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(Unknown
Source)
at com.iplanet.ias.web.WebContainer.service(Unknown Source)