Premature end of script headers...
843811May 17 2003 — edited May 19 2003
Hi ,
When we start a particular servlet we are getting "Internal server Error" at some point(Rarely it gets completed and loads the UI.).
error_log entry
[Wed May 14 14:26:20 2003] [error] [client 192.168.100.31] Premature end of script headers:
mod-jserv-log entry
[14/05/2003 14:26:20:199] (EMERGENCY) ajp12[1]: cannot scan servlet headers (500)
[14/05/2003 14:26:20:233] (ERROR) an error returned handling request via protocol "ajpv12"
[14/05/2003 14:26:21:205] (EMERGENCY) ajp12: ping: no reply (-1)
Please make sure that the wrapper.classpath is pointing to the correct version of ApacheJServ.jar
Error is not thrown at the same time frame. Sometimes it ocurrs immdly after starting and some times after a few seconds..
Further searching the web to solve the problem we tried changing the following in jserv configuration file...
APJServMount /servlets /root changed to APJServMount /servlets ajpv12://localhost:8007/root
ApJServVMTimeout increased to 120 secs(previously it was 10 secs)
But the problem is still there.
Can anyone help in solving this problem?
Thanks..
Jagadeeswari H