I am running Apache with mod_jk 1.2.26 module (on Solaris) In the same machine, I am running Tomcat 6.0.16 with the Tomcat Native Library 1.1.12 (linked to APR 1.3.3)
I am getting sporadic errors on the mod_jk log as the shown below: [Tue Feb 03 08:48:29.367 2009] [13821:22] [error] ajp_get_reply::jk_ajp_common.c (1730): (localworker) Timeout with waiting reply from tomcat. Tomcat is down, stopped or network problems (errno=145) [Tue Feb 03 08:48:31.377 2009] [13821:22] [info] ajp_service::jk_ajp_common.c (2186): (localworker) sending request to tomcat failed (recoverable), because of reply timeout (attempt=1) It seems that some of the requests (from Apache to Tomcat) just get lost by the Tomcat Native Library, Apache then resends the request. If that request does not produce any Tomcat response again, Apache responds to my client with "504 Gateway timeout" but sometimes my client just timeouts before getting any response from Apache. Does anybody has experienced this problem? Any solution (other than disabling the Tomcat Native Library)? -Jorge --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org