HI all..
 
    I am new to JSP.
    I wrote my first JSP program and the code is
 
 <HTML>
<BODY>
<% out.println("Surya"); %>
</BODY>
</HTML>
 
Personal web server and JRun is running on my PC.
and the result is :
 
500 Internal Server Error
 
java.lang.NullPointerException
        at com.livesoftware.jrun.plugins.jsp.JSP.PopulateUserTaglets(Compiled Code)
        at com.livesoftware.jrun.plugins.jsp.JSP.getAllTaglets(JSP.java)
        at com.livesoftware.jrun.plugins.jsp.JSPCore.buildServletCode(JSPCore.java)
        at com.livesoftware.jrun.plugins.jsp.JSPCore.getCheckable(JSPCore.java)
        at com.livesoftware.jrun.plugins.jsp.JSPCore.getPage(JSPCore.java)
        at com.livesoftware.jrun.plugins.jsp.JSP.callPage(JSP.java)
        at com.livesoftware.jrun.plugins.jsp.JSP.service(JSP.java)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:611)
        at com.livesoftware.jrun.JRun.runServlet(Compiled Code)
        at com.livesoftware.jrun.JRunGeneric.handleConnection(JRunGeneric.java)
        at com.livesoftware.jrun.service.web.JRunWebServiceHandler.handleOutput(JRunWebServiceHandler.java)
        at com.livesoftware.jrun.service.web.JRunWebServiceHandler.handleRequest(Compiled Code)
        at com.livesoftware.jrun.service.ThreadConfigHandler.run(Compiled Code)
Please help me in this regard.
Thanks in Advance.
-Surya

Reply via email to