1825509 Members
1777 Online
109681 Solutions
New Discussion юеВ

Apache mod_jk log error

 
Norman Dignard
Regular Advisor

Apache mod_jk log error

New to all this. We're running HPux web suite - hpuxwsApache A.2.0.58.00 and hpuxwsTomcat A.5.5.9.03 to server up web capabilities for a 3rd party app - Remedy. In Apache's mod_jk logs there are repeated messages that I am trying to resolve. We have 2 servers on production and one for testing and both have the same issue.

Can someone tell me what these erros are and how to resolve them? Are they something that can be ignored? The web app appears to be functioning fine.

Here's and extract of the log. They start as soon as I start apache.
[Fri Apr 18 12:04:01 2008] arsysWorker1 nesaweb 0.027898

[Fri Apr 18 12:04:01 2008] [info] ajp_send_request::jk_ajp_common.c (1178): Socket 12 is not connected any more (errno=11)
[Fri Apr 18 12:04:01 2008] [info] ajp_send_request::jk_ajp_common.c (1202): Error sending request. Will try another pooled connection
[Fri Apr 18 12:04:01 2008] [info] ajp_send_request::jk_ajp_common.c (1225): All endpoints are disconnected or dead
[Fri Apr 18 12:04:01 2008] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed, recoverable operation attempt=1
[Fri Apr 18 12:04:01 2008] arsysWorker1 nesaweb 0.013328

[Fri Apr 18 12:04:01 2008] [info] ajp_send_request::jk_ajp_common.c (1178): Socket 12 is not connected any more (errno=11)
[Fri Apr 18 12:04:01 2008] [info] ajp_send_request::jk_ajp_common.c (1202): Error sending request. Will try another pooled connection
[Fri Apr 18 12:04:01 2008] [info] ajp_send_request::jk_ajp_common.c (1225): All endpoints are disconnected or dead
[Fri Apr 18 12:04:01 2008] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed, recoverable operation attempt=1
2 REPLIES 2
YAQUB_1
Respected Contributor

Re: Apache mod_jk log error

Hi,

Can U check this:-
For mod_jk logging edit file:
/opt/hpws/tomcat/jk/apache2/mod_jk.conf
And set:
JkLogFile /opt/hpws/tomcat/logs/jk.log

Thanks--Yaqub
I am a Customer Advocate!!!
Norman Dignard
Regular Advisor

Re: Apache mod_jk log error

And how does this address my issue?
The only mod_jk.conf I have on my system is in the /opt/hpws/apache/conf dir and the logfile setting is /opt/hpws/apache/logs/jk.log.


Norm