Though I should be posting it on servlets' list, but I feel many would be
able to answer my question here.

What are servlet headers?
It frequently gives me the message below in one of the apache log files,
though sometimes i find that the same servlet is working OK...
Any clues??
Thanks in advance.
Anshul

[22/09/2000 12:40:54:373] (EMERGENCY) ajp12[1]: cannot scan servlet headers
(500)
[22/09/2000 12:40:54:373] (ERROR) an error returned handling request via
protocol "ajpv12"
[22/09/2000 12:40:55:368] (EMERGENCY) ajp12: auth did not receive challenge
size
[22/09/2000 12:40:55:368] (EMERGENCY) ajp12: function auth fail
[22/09/2000 12:40:55:369] (ERROR) wrapper: printing debugging information
(command line, env)
[22/09/2000 12:40:55:369] (ERROR) wrapper: argument[ 0]
/usr/local/jdk1.2.2/bin/java
[22/09/2000 12:40:55:369] (ERROR) wrapper: argument[ 1]
org.apache.jserv.JServ
[22/09/2000 12:40:55:369] (ERROR) wrapper: argument[ 2]
/etc/httpd/conf/jserv/jserv.properties
[22/09/2000 12:40:55:369] (ERROR) wrapper: environment[ 0]
PATH=/bin:/usr/bin:/usr/local/bin
[22/09/2000 12:40:55:369] (ERROR) wrapper: environment[ 1]
CLASSPATH=/usr/lib/apache/ApacheJServ.jar:/home/httpd/classes/servlet-2.0.ja
r:/usr/local/jdk1.2.2/jre/lib/rt.jar:/usr/local/JSDK2.0/lib/jsdk.jar:/usr/lo
cal/lib/postgresql.jar
[22/09/2000 12:40:55:369] (INFO) wrapper: Java VM died 5 times in a row with
less than 120 seconds between successive failures, setting delay to 60
seconds before restarting. Check the Apache error log and the Apache JServ
log files for more details; for maximum log information be sure to enable
the Apache  JServ log file in the main jserv properties file by: setting the
'log' property to true, the 'log.file' property to a file writable  by the
uid as whom Apache JServ is run, and by enabling log channels  using the
'log.channel.*' properties)
[22/09/2000 12:40:55:369] (INFO) wrapper: Java VM restarting (PID=671)
[22/09/2000 12:40:55:370] (INFO) wrapper: Java VM spawned (PID=4240,
PPID=671)

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to