I am using Apache JServ1.1.
 
When we open the servlet file(no compilation error) in the browser it displays the following error:
    "The server encountered an internal error or misconfiguration and was unable to complete your request."
and
  error_logs the following error:
 
 java.lang.NullPointerException
        at org.apache.jserv.JServServletManager.checkReload(JServServletManager.
java:408)
        at org.apache.jserv.JServConnection.processRequest(JServConnection.java:
255)
        at org.apache.jserv.JServConnection.run(JServConnection.java, Compiled C
ode)
        at java.lang.Thread.run(Thread.java, Compiled Code)
[Mon Feb 26 20:54:08 2001] [error] [client 172.16.1.226] Premature end of script
 headers: /example/testservlet
 
Thanks for any Help.
 
Venkatesh

Reply via email to