Hi,

I have a web application deployed in tomcat embedded in jonas 4.7.4
Application Server, and  in frontend  there are apache 2.0.55 and mod_jk
12.20.

My issue is that the message below is generated systematically after every
jsp call although the jsp are well served and the application works fine.


[2007-01-18 14:51:48 (Thu 18 Jan 2007)] [19047:0001] [info]
ajp_send_request::jk_ajp_common.c (1201): (mgf_worker2) error sending
request. Will try another p
ooled connection
[2007-01-18 14:51:48 (Thu 18 Jan 2007)] [19047:0001] [info]
ajp_send_request::jk_ajp_common.c (1227): (mgf_worker2) all endpoints are
disconnected
[2007-01-18 14:51:48 (Thu 18 Jan 2007)] [19047:0001] [info]
ajp_send_request::jk_ajp_common.c (1230): (mgf_worker2) increase the backend
idle connection time
out or the connection_pool_minsize
[2007-01-18 14:51:48 (Thu 18 Jan 2007)] [19047:0001] [info]
ajp_service::jk_ajp_common.c (1916): (mgf_worker2) sending request to tomcat
failed,  recoverable
operation attempt=1
[2007-01-18 14:53:09 (Thu 18 Jan 2007)] [19053:0001] [info]
ajp_send_request::jk_ajp_common.c (1201): (mgf_worker2) error sending
request. Will try another p
ooled connection
[2007-01-18 14:53:09 (Thu 18 Jan 2007)] [19053:0001] [info]
ajp_send_request::jk_ajp_common.c (1227): (mgf_worker2) all endpoints are
disconnected
[2007-01-18 14:53:09 (Thu 18 Jan 2007)] [19053:0001] [info]
ajp_send_request::jk_ajp_common.c (1230): (mgf_worker2) increase the backend
idle connection time
out or the connection_pool_minsize
[2007-01-18 14:53:09 (Thu 18 Jan 2007)] [19053:0001] [info]
ajp_service::jk_ajp_common.c (1916): (mgf_worker2) sending request to tomcat
failed,  recoverable
operation attempt=1

My question is what is the meaning of this message and how to avoid a second
attempt ?

PS :
- my Apache is 2.0.55 prefork so I can't increase the connectio_pool_minsize
(cf. http://tomcat.apache.org/connectors-doc/reference/workers.html )
- the workers.properties is in standard configuration.


Thanks,

Hind

Reply via email to