We've been doing some reconfiguration to try to track down some issues and
with one of the changes, we are now getting a number of errors (but not all
the time) like this one:

[8624:1188] [info] jk_ajp_common.c (840): awaited reply cpong, received 3
instead
[8624:1188] [info] jk_ajp_common.c (1237):
(810ED18641A24B1784CF0575992D73C7) error sending request. Will try another
pooled connection
[8624:1188] [info] jk_ajp_common.c (1272):
(810ED18641A24B1784CF0575992D73C7) all endpoints are dead
[8624:1188] [info] jk_ajp_common.c (1281):
(810ED18641A24B1784CF0575992D73C7) increase the backend idle connection
timeout or the connection_pool_minsize
[8624:1188] [info] jk_ajp_common.c (2085):
(810ED18641A24B1784CF0575992D73C7) sending request to tomcat failed, 
recoverable operation attempt=1

In all instances of the error, it always says "received 3 instead".

Any idea what could be causing this issue?

Thanks,

Darin

OS (Tomcat and Apache): Windows 2003 Service Pack 2
Tomcat: 5.5.25
mod_jk: 1.2.25
Apache: 2.2.6 (ApacheLounge version)

workers.properties:
worker.template-worker.connection_pool_timeout=600
worker.template-worker.connect_timeout=10000
worker.template-worker.prepost_timeout=10000
worker.template-worker.reply_timeout=60000
worker.template-worker.max_reply_timeouts=3
worker.template-worker.socket_timeout=30
worker.template-worker.socket_keepalive=true
worker.template-worker.type=ajp13
worker.template-worker.lbfactor=1
worker.810ED18641A24B1784CF0575992D73C7.reference=worker.template-worker
worker.810ED18641A24B1784CF0575992D73C7.host=192.168.1.100
worker.810ED18641A24B1784CF0575992D73C7.port=8209

server.xml AJP:
<Connector port="8209" enableLookups="false" protocol="AJP/1.3"
maxThreads="1000" connectionTimeout="600000" />
-- 
View this message in context: 
http://www.nabble.com/CPong-error-tp16918132p16918132.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to