I get the following error when I attempt to run a JSP under ServletExec:

        Error. The server encountered an unexpected condition which
prevented it from fulfilling the request.
    java.lang.NullPointerException
        at
newatlanta.servletexec.JSP10Servlet.setProperties(JSP10Servlet.java,
Compiled Code)
        at pagecompile._process_xjsp._jspService(_process_xjsp.java:43)
        at
newatlanta.servletexec.JSP10HttpJspPage.service(JSP10HttpJspPage.java)
        at newatlanta.servletexec.JSP10Servlet.service(JSP10Servlet.java)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java, Compiled
Code)
        at
newatlanta.servletexec.ServletExec.CallServletService(ServletExec.java,
Compiled Code)
        at
newatlanta.servletexec.SERequestDispatcher.forward(SERequestDispatcher.java,
Compiled Code)
        at
newatlanta.servletexec.ApplicationInfo.processApplRequest(ApplicationInfo.ja
va, Compiled Code)
        at
newatlanta.servletexec.ServerHostInfo.processApplRequest(ServerHostInfo.java
, Compiled Code)
        at
newatlanta.servletexec.ServletExec.ProcessRequest(ServletExec.java, Compiled
Code)
        at
newatlanta.servletexec.ServletExec.ProcessRequest(ServletExec.java, Compiled
Code)

The application runs fine under other application servers. I am running
ServletExec under Microsoft IIS 5.0.

I did get their example JSP (hangman) to run fine!!!

Thanks,
   Mike Payne

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to