At 11:22 AM 3/3/99 -0800, you wrote:
>> I'm running Apache 1.3.3 with Jserv 1.0b2.  Quite frequently my session
>> gets reset and looking at the jserv.log file I see:
>>
>> [date] (EMERGENCY) ajp11: cannot scan servlet headers
>>
>> The JVM is then restarted.  What does this error mean and what can I do to
>> correct the situation?
>
>Here is the code that is being executed...
>
>    /* Receive the response from JServ */
>    ap_hard_timeout("ajpv11-read", r);
>    if (ret=ap_scan_script_header_err_buff(r,buffsocket,NULL)) {
>        ap_kill_timeout(r);
>        jserv_error(JSERV_LOG_EMERG,cfg,"ajp11: %s",
>                    "cannot scan servlet headers");
>        return SERVER_ERROR;
>    }
>

So it would appear to be a timeout waiting for a response from the
ap_scan_script_header_err_buf function?  What is this doing?  Does a
response timeout here indicate that I have something misconfigured?

Regards,
Bob




----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://www.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to