httpd/JK/Tomcat hung connections (2009 edition)

2009-10-10 Thread darinpope
I'm having the same issue as documented in: http://www.nabble.com/httpd-JK-Tomcat-hung-connections-td10403182.html For our situation, we haven't hit the "server reached MaxClients setting" issue yet, but we easily could. We also have this same config running on a Windows cluster and that envir

Re: CPong error

2008-04-28 Thread darinpope
I cannot reproduce this error on demand. It happens sporadically throughout all the logs. I did remove socket_timeout and set maxThreads to 380 and I'm still seeing the exact same errors: [1660:3036] [info] jk_ajp_common.c (840): awaited reply cpong, received 3 instead [1660:3036] [info] jk_ajp_

Re: CPong error

2008-04-27 Thread darinpope
With this release, we were adding in some timeouts based on the recommendations from http://tomcat.apache.org/connectors-doc/generic_howto/timeouts.html http://tomcat.apache.org/connectors-doc/generic_howto/timeouts.html Previously, our workers.properties looked like: worker.template-worker.typ

CPong error

2008-04-26 Thread darinpope
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 (123

Re: AJP connector question

2008-04-09 Thread darinpope
Tomcat 5.5.25 mod_jk 1.2.25 -- View this message in context: http://www.nabble.com/AJP-connector-question-tp16587397p16592150.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail:

Re: AJP connector question

2008-04-09 Thread darinpope
It's an (un)documented attribute called "packetSize" for the AJP connector: https://issues.apache.org/bugzilla/show_bug.cgi?id=44541 The packetSize attribute is only good for 5.5.20+ and 6.0.2+. However, I'm having issues with this myself. I've set my max_packet_size in the worker and the packe