----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

I am running ApacheJserv 1.1 and Apache 1.3.9 on Solaris 2.6
I have a servlet which works fine on smaller models.
But when I run the same servlet on bigger models my browser
is busy for about 9 minutes and then it gives the error:
 Internal Server Error
 The server encountered and internal error or misconfiguration and was
unable to complete your request

The mod_jserv.log file has:
  (EMERGENCY) ajp12[1]: cannot scan servlet headers  (500)
  (ERROR) an error returned handling request via protocol "ajpv12"

The error_log file has:
  Premature end of script headers: /servlet/servlet-name

The access_log file has:
  "POST /servlet/servlet-name HTTP/1.0" 500 605

This definitely looks to be some kind of a timeout problem that happens
in large cases. I have the following timeouts set:

"Timeout 0" in httpd.conf
"ApJServVMTimeout 1500" in jserv.conf
"init.timeout=0" in zone.properties
"destroy.timeout=0" in zone.properties
"session.timeout=1800000" in zone.properties

Any suggestions regarding this will be a big help.

Thanking you in advance..

-Anupam


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to