users@glassfish.java.net

Re: Unable to launch application on Sun Java System Application Server 9.1

From: Jan Luehe <Jan.Luehe_at_Sun.COM>
Date: Mon, 12 Jan 2009 09:57:29 -0800

On 01/11/09 23:37, glassfish_at_javadesktop.org wrote:
> Hi,
>
> I have created two domains on 'Sun Java System Application Server 9.1'. One with 'Cluster' profile while other with 'Developer' profile.
>
> However I am unable to launch the application on any of these application.
>
> Kindly suggest the possible reason and fix to this issue. Thanks in anticipation.
>
> The error logs are -
>
> [#|2009-01-09T17:58:18.107+0530|SEVERE|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=21;_ThreadName=httpSSLWorkerThread-8080-1;_RequestID=4e1ef8f2-eed8-40cf-b3a2-7d1c4a2151cc;|StandardWrapperValve[interop]: PWC1406: Servlet.service() for servlet interop threw exception
> java.lang.NullPointerException
> at org.apache.jsp.error_jsp._jspService(error_jsp.java from :32)
>

Looks like there is a bug in your JSP error page, causing the NPE.
Please check line 32 of the generated servlet to see how you can guard
against
this NPE.

Also, an error must have occurred prior to the invocation of your error page
(otherwise, your error page would not have been invoked in the first place).

Did you map your error page to an error status or exception type in your
deployment descriptor?

Jan

> at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:93)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
> at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
> at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:470)
> at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:364)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
> at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:411)
> at org.apache.catalina.core.ApplicationDispatcher.doInvoke(ApplicationDispatcher.java:855)
> at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:703)
> at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:542)
> at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:474)
> at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:366)
> at com.stortek.gltools.interop.servlet.InteropServlet.service(InteropServlet.java:617)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
> at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:411)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:290)
>
> Regards,
> Kuldeep
> [Message sent by forum member 'kgosain' (kgosain)]
>
> http://forums.java.net/jive/thread.jspa?messageID=325293
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>