On 12.08.2010 10:45, HANDE CANORUÇ wrote:
I am using mod jk in order to connect tomcat and glassfish 3.1. In the
mod_jk log file I am getting these errors;

  [info]  ajp_send_request::jk_ajp_common.c (1178): Socket 24 is not
connected any more (errno=-1)
[info]  ajp_send_request::jk_ajp_common.c (1202): Error sending request.
Will try another pooled connection
  [info]  ajp_send_request::jk_ajp_common.c (1225): All endpoints are
disconnected or dead
  [info]  ajp_service::jk_ajp_common.c (1749): Sending request to tomcat
failed,  recoverable operation attempt=1



and in the server log file I am getting ;

SEVERE|glassfish3.1|org.apache.tomcat.util.threads.ThreadPool|_ThreadID=17;_ThreadName=Thread-1;|threadpool.busy|#]

Any suggestions??

First get yourself the recent mod_jk version (1.2.30). Version 2.15 does not exist. If you wanted to say version 1.2.15, that's pretty outdated.

Then second grab the example config from the 1.2.30 source download as a starter.

Finally: for recent versions of mod_jk there's nothing to worry as long as you only get "info" level log messages in the mod_jk log file. As soon as there are warnings or errors, the additional info log lines can be helpful to fully understand the problem. Inf alone without accompanying warnings or errors are harmless.

Regards,

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to