You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jacob FanChiang <ja...@cht.com.tw> on 2001/10/18 12:12:48 UTC

mod_jk Error by stress test.

Hi,
I use a software called LoadRunner to stress my apache1.2.30 + tomcat-3.3-b1
on Redhat Linux-7.1 simulate 200 users.
There are all these kind of message in my logs/mod_jk.log
Could somebody tell me what should I do to avoid this problem??
Thanks

[Thu Oct 18 09:01:07 2001]  [jk_ajp13_worker.c (226)]:
connection_tcp_get_message: Error - jk_tcp_so
cket_recvfull failed
[Thu Oct 18 09:01:07 2001]  [jk_ajp13_worker.c (681)]: Error reading reply
[Thu Oct 18 09:01:07 2001]  [jk_ajp13_worker.c (805)]: In
jk_endpoint_t::service, get_reply failed i
n send loop 0
[Thu Oct 18 09:01:07 2001]  [jk_connect.c (143)]: jk_open_socket, connect()
failed errno = 111
[Thu Oct 18 09:01:07 2001]  [jk_ajp13_worker.c (194)]: In
jk_endpoint_t::connect_to_tomcat, failed e
rrno = 111
[Thu Oct 18 09:01:07 2001]  [jk_ajp13_worker.c (604)]: Error connecting to
the Tomcat process.
[Thu Oct 18 09:01:07 2001]  [jk_ajp13_worker.c (808)]: In
jk_endpoint_t::service, send_request faile
d in send loop 1
[Thu Oct 18 09:01:07 2001]  [jk_connect.c (143)]: jk_open_socket, connect()
failed errno = 111
[Thu Oct 18 09:01:07 2001]  [jk_ajp13_worker.c (194)]: In
jk_endpoint_t::connect_to_tomcat, failed e
rrno = 111
[Thu Oct 18 09:01:07 2001]  [jk_ajp13_worker.c (604)]: Error connecting to
the Tomcat process.
[Thu Oct 18 09:01:07 2001]  [jk_ajp13_worker.c (808)]: In
jk_endpoint_t::service, send_request faile
d in send loop 2
[Thu Oct 18 09:45:54 2001]  [jk_ajp13_worker.c (350)]: Error
ajp13_process_callback - write failed
[Thu Oct 18 09:45:54 2001]  [jk_ajp13_worker.c (801)]: In
jk_endpoint_t::service, get_reply failed w
ithout recovery in send loop 0


Jacob FanChiang