users@glassfish.java.net

Re: PWC1406: Servlet.service() makes java.lang.NullPointerException

From: Wolfram Rittmeyer <w.rittmeyer_at_jsptutorial.org>
Date: Tue, 21 Apr 2009 19:28:50 +0200

glassfish_at_javadesktop.org wrote:
> Hallo. Im a glassfish beginner. The following log summary shows the "Log Viewer Result" on top and the second summary shows the details of stacktrace. In the HTTP Service configurations SSL is disabled! Could anybody explain me this errorlog??
>

It looks like the exception happens within the main.jsp of your project.
The class main_jsp listed in the stacktrace is the generated servlet and
the method _jspService is the name of the generated method that contains
the servlet code which is based on your JSP.

If your JSPServlet is configured to write generated servlet classes to
the file system you can find these here:
$GF_HOME/domains/domain1/generated/jsp/j2ee_modules/_nameOfWar_/org/apache/jsp

or for EAR-files here:
$GF_HOME/domains/domain1/generated/jsp/j2ee_apps/_nameOfEar_/_nameOfWar_/org/apache/jsp


--
Wolfram Rittmeyer