On Sat, 6 Jul 2002, Ignacio J. Ortega wrote:

> I'm trying JK2 ( native& java ) of course, i've got this logs:


It seems it is trying to connecto to localhost:8019 first.
It reads the first part of the body - and the read fails.

> [Sat Jul 06 01:16:36 2002] (error ) [jk_service_iis.c (202)]
> jk_ws_service_t::read, ReadClient failed

I'm not sure about the rest - it looks like the initial 
request and post data went through, then servlet gets
executed and asks for more data, and that fails in ReadClient.

If this is the case, the behavior is correct - it can't
 recover after the servlet started processing.

In any case, if ReadClient fails there's little we 
can do to recover - that's where I would look first.


Costin


> [Sat Jul 06 01:16:36 2002] (error ) [jk_msg_ajp.c (479)]
> msgAjp.appendFromServer() error reading from server
> [Sat Jul 06 01:16:36 2002] (error ) [jk_handler_response.c (252)]
> handler_request.getChunk() - read failed len=-1
> [Sat Jul 06 01:16:36 2002] (error ) [jk_worker_ajp13.c (398)]
> ajp13.service() ajpGetReply unrecoverable error 4
> [Sat Jul 06 01:16:36 2002] (error ) [jk_worker_ajp13.c (500)]
> ajp13.service() Error  forwarding ajp13:localhost:8019
> [Sat Jul 06 01:16:36 2002] (error ) [jk_worker_lb.c (426)]  lb.service()
> worker failed ajp13:localhost:8019
> [Sat Jul 06 01:16:36 2002] (error ) [jk_worker_lb.c (439)]  lb.service()
> unrecoverable error...
> [Sat Jul 06 01:16:36 2002] (debug ) [jk_isapi_plugin.c (506)]
> HttpExtensionProc service() Failed
> 
> 
> 
> Saludos ,
> Ignacio J. Ortega
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to