i couldn't run a jsp file on iplanet web server.
807567Mar 12 2008 — edited Mar 17 2008Hi guys, I installed iplanet web server on windows xp. I have some jsp files which were working correctly with apache. Later when i try to open a jsp file, http://localhost/myfolder/index.jsp, with sun iplanet web server, i get the following error message:
Server Error
This server has encountered an internal error which prevents it from fulfilling your request. The most likely cause is a misconfiguration. Please ask the administrator to look for messages in the server's error log.
Then according to this message i saw the error log and get the following:
at org.apache.jasper.compiler.Parser.parse(Parser.java:1096) at org.apache.jasper.compiler.Parser.parse(Parser.java:1061) at org.apache.jasper.compiler.Parser.parse(Parser.java:1057) at org.apache.jasper.compiler.Compiler.compile(Compiler.java:218) at com.iplanet.server.http.servlet.NSServletEntity.load(NSServletEntity.java:252) at com.iplanet.server.http.servlet.NSServletEntity.update(NSServletEntity.java:173) at com.iplanet.server.http.servlet.NSServletRunner.Service(NSServletRunner.java:427)
[12/Mar/2008:15:29:26] warning ( 3524): Internal error: Failed to get GenericServlet. (uri=/problem store/web/index.jsp,SCRIPT_NAME=/problem store/web/index.jsp) [12/Mar/2008:15:50:41] info ( 3524): Internal Info: loading servlet /problem store/web/index.jsp
[12/Mar/2008:15:50:41] info ( 3524): JSP: JSP1x compiler threw exception org.apache.jasper.compiler.ParseException: C:/iPlanet/Servers/docs/problem store/web/index.jsp(6,0) Page directive: Invalid attribute, pageEncoding at org.apache.jasper.compiler.JspUtil.checkAttributes(JspUtil.java:237) at org.apache.jasper.compiler.Parser$Directive.accept(Parser.java:194) at org.apache.jasper.compiler.Parser.parse(Parser.java:1096) at org.apache.jasper.compiler.Parser.parse(Parser.java:1061) at org.apache.jasper.compiler.Parser.parse(Parser.java:1057) at org.apache.jasper.compiler.Compiler.compile(Compiler.java:218) at com.iplanet.server.http.servlet.NSServletEntity.load(NSServletEntity.java:252) at com.iplanet.server.http.servlet.NSServletEntity.update(NSServletEntity.java:173) at com.iplanet.server.http.servlet.NSServletRunner.Service(NSServletRunner.java:427)
[12/Mar/2008:15:50:41] warning ( 3524): Internal error: Failed to get GenericServlet. (uri=/problem store/web/index.jsp,SCRIPT_NAME=/problem store/web/index.jsp)
So, what do you recommend me to do?
Thanks in advance.