> 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;
    }

-jon


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

Reply via email to