Re: mod_jk errors errno=110 and errno=115

2013-04-21 Thread Philippe Bossu
Thank you Rainer, it was very helpful.
Sorry for late answer.

On Sun, Feb 17, 2013 at 12:02 PM, Rainer Jung rainer.j...@kippdata.dewrote:

 On 14.02.2013 14:17, Philippe Bossu wrote:
  We have a mod_jk in version 1.2.28 with Apache 2.16  fronting a Tomcat
  server in version 6 on JDK6.
 
  We are facing long response times and timeouts from time to time.
  Mod_jk log files show the following errors:
 
  [][X] [error] ajp_connect_to_endpoint::jk_ajp_common.c
  (1035): (nodeXX) cping/cpong after connecting to the backend server
 failed
  (errno=110)
  [][X] [error] ajp_send_request::jk_ajp_common.c (1630):
  (nodeXX) connecting to backend failed. Tomcat is probably not started or
 is
  listening on the wrong port (errno=110)
  [][X] [error] ajp_connect_to_endpoint::jk_ajp_common.c
  (1035): (nodeXX) cping/cpong after connecting to the backend server
 failed
  (errno=110)
  [][X] [error] ajp_send_request::jk_ajp_common.c (1630):
  (nodeXX) connecting to backend failed. Tomcat is probably not started or
 is
  listening on the wrong port (errno=110)
  [][X] [error] ajp_service::jk_ajp_common.c (2626):
 (nodeXX)
  connecting to tomcat failed.
 
 
  [][X] [error] ajp_send_request::jk_ajp_common.c (1630):
  (nodeYY) connecting to backend failed. Tomcat is probably not started or
 is
  listening on the wrong port (errno=115)
 
  [][X] ] [error] ajp_send_request::jk_ajp_common.c (1630):
  (nodeYY) connecting to backend failed. Tomcat is probably not started or
 is
  listening on the wrong port (errno=115)
  [][X]  [error] ajp_service::jk_ajp_common.c (2626):
  (nodeYY) connecting to tomcat failed.
 
 
  What could be the explanations except for Tomcat Thread pool not having
  threads available anymore ? Thing we checked.
 
  Was there fixes in new mod_jk versions (1.2.37) regarding issues like
 these
  ?

 System errno numbers are platform dependent and you didn't tell us your
 OS. See e.g.

 http://www.ioplex.com/~miallen/errcmpp.html

 I guess oyu are on Linux and then those are expected errnos. The reason
 is not expected on the jk side of things. As you said, it can be your
 Tomcat got stuck - take Thread Dumps when this is happening to
 investigate, or there's a network problem including possibly firewalls
 in between mod_jk and Tomcat.

 Regards,

 Rainer


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




Re: mod_jk errors errno=110 and errno=115

2013-02-17 Thread Rainer Jung
On 14.02.2013 14:17, Philippe Bossu wrote:
 We have a mod_jk in version 1.2.28 with Apache 2.16  fronting a Tomcat
 server in version 6 on JDK6.
 
 We are facing long response times and timeouts from time to time.
 Mod_jk log files show the following errors:
 
 [][X] [error] ajp_connect_to_endpoint::jk_ajp_common.c
 (1035): (nodeXX) cping/cpong after connecting to the backend server failed
 (errno=110)
 [][X] [error] ajp_send_request::jk_ajp_common.c (1630):
 (nodeXX) connecting to backend failed. Tomcat is probably not started or is
 listening on the wrong port (errno=110)
 [][X] [error] ajp_connect_to_endpoint::jk_ajp_common.c
 (1035): (nodeXX) cping/cpong after connecting to the backend server failed
 (errno=110)
 [][X] [error] ajp_send_request::jk_ajp_common.c (1630):
 (nodeXX) connecting to backend failed. Tomcat is probably not started or is
 listening on the wrong port (errno=110)
 [][X] [error] ajp_service::jk_ajp_common.c (2626): (nodeXX)
 connecting to tomcat failed.
 
 
 [][X] [error] ajp_send_request::jk_ajp_common.c (1630):
 (nodeYY) connecting to backend failed. Tomcat is probably not started or is
 listening on the wrong port (errno=115)
 
 [][X] ] [error] ajp_send_request::jk_ajp_common.c (1630):
 (nodeYY) connecting to backend failed. Tomcat is probably not started or is
 listening on the wrong port (errno=115)
 [][X]  [error] ajp_service::jk_ajp_common.c (2626):
 (nodeYY) connecting to tomcat failed.
 
 
 What could be the explanations except for Tomcat Thread pool not having
 threads available anymore ? Thing we checked.
 
 Was there fixes in new mod_jk versions (1.2.37) regarding issues like these
 ?

System errno numbers are platform dependent and you didn't tell us your
OS. See e.g.

http://www.ioplex.com/~miallen/errcmpp.html

I guess oyu are on Linux and then those are expected errnos. The reason
is not expected on the jk side of things. As you said, it can be your
Tomcat got stuck - take Thread Dumps when this is happening to
investigate, or there's a network problem including possibly firewalls
in between mod_jk and Tomcat.

Regards,

Rainer


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



RE: mod_jk errors errno=110 and errno=115

2013-02-14 Thread Martin Gainty
Phillipe

ajp_send_request::jk_ajp_common.c (1630):
(nodeYY) connecting to backend failed. Tomcat is probably not started or is
listening on the wrong port (errno=115)

indicate that you might have a misconfig on jk.properties ...check out host and 
port attributes here
http://tomcat.apache.org/connectors-doc/reference/workers.html
Bon Chance,
Martin 
__ 
Note de déni et de confidentialitéCe message est confidentiel et peut être 
privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec 
bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non 
autorisée ou la copie de ceci est interdite. Ce message sert à l'information 
seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant 
donné que les email peuvent facilement être sujets à la manipulation, nous ne 
pouvons accepter aucune responsabilité pour le contenu fourni.

  Date: Thu, 14 Feb 2013 14:17:10 +0100
 Subject: mod_jk errors errno=110 and errno=115
 From: pbo...@gmail.com
 To: users@tomcat.apache.org
 
 Hello,
 
 We have a mod_jk in version 1.2.28 with Apache 2.16  fronting a Tomcat
 server in version 6 on JDK6.
 
 We are facing long response times and timeouts from time to time.
 Mod_jk log files show the following errors:
 
 [][X] [error] ajp_connect_to_endpoint::jk_ajp_common.c
 (1035): (nodeXX) cping/cpong after connecting to the backend server failed
 (errno=110)
 [][X] [error] ajp_send_request::jk_ajp_common.c (1630):
 (nodeXX) connecting to backend failed. Tomcat is probably not started or is
 listening on the wrong port (errno=110)
 [][X] [error] ajp_connect_to_endpoint::jk_ajp_common.c
 (1035): (nodeXX) cping/cpong after connecting to the backend server failed
 (errno=110)
 [][X] [error] ajp_send_request::jk_ajp_common.c (1630):
 (nodeXX) connecting to backend failed. Tomcat is probably not started or is
 listening on the wrong port (errno=110)
 [][X] [error] ajp_service::jk_ajp_common.c (2626): (nodeXX)
 connecting to tomcat failed.
 
 
 [][X] [error] ajp_send_request::jk_ajp_common.c (1630):
 (nodeYY) connecting to backend failed. Tomcat is probably not started or is
 listening on the wrong port (errno=115)
 
 [][X] ] [error] ajp_send_request::jk_ajp_common.c (1630):
 (nodeYY) connecting to backend failed. Tomcat is probably not started or is
 listening on the wrong port (errno=115)
 [][X]  [error] ajp_service::jk_ajp_common.c (2626):
 (nodeYY) connecting to tomcat failed.
 
 
 What could be the explanations except for Tomcat Thread pool not having
 threads available anymore ? Thing we checked.
 
 Was there fixes in new mod_jk versions (1.2.37) regarding issues like these
 ?
 
 
 Thanks for your help
  

Re: mod_jk errors errno=110 and errno=115

2013-02-14 Thread Philippe Bossu
Thank you, we'll double check

On Friday, February 15, 2013, Martin Gainty wrote:

 Phillipe

 ajp_send_request::jk_ajp_common.c (1630):
 (nodeYY) connecting to backend failed. Tomcat is probably not started or is
 listening on the wrong port (errno=115)

 indicate that you might have a misconfig on jk.properties ...check out
 host and port attributes here
 http://tomcat.apache.org/connectors-doc/reference/workers.html
 Bon Chance,
 Martin
 __
 Note de déni et de confidentialitéCe message est confidentiel et peut être
 privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons
 avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle
 diffusion non autorisée ou la copie de ceci est interdite. Ce message sert
 à l'information seulement et n'aura pas n'importe quel effet légalement
 obligatoire. Étant donné que les email peuvent facilement être sujets à la
 manipulation, nous ne pouvons accepter aucune responsabilité pour le
 contenu fourni.

   Date: Thu, 14 Feb 2013 14:17:10 +0100
  Subject: mod_jk errors errno=110 and errno=115
  From: pbo...@gmail.com javascript:;
  To: users@tomcat.apache.org javascript:;
 
  Hello,
 
  We have a mod_jk in version 1.2.28 with Apache 2.16  fronting a Tomcat
  server in version 6 on JDK6.
 
  We are facing long response times and timeouts from time to time.
  Mod_jk log files show the following errors:
 
  [][X] [error] ajp_connect_to_endpoint::jk_ajp_common.c
  (1035): (nodeXX) cping/cpong after connecting to the backend server
 failed
  (errno=110)
  [][X] [error] ajp_send_request::jk_ajp_common.c (1630):
  (nodeXX) connecting to backend failed. Tomcat is probably not started or
 is
  listening on the wrong port (errno=110)
  [][X] [error] ajp_connect_to_endpoint::jk_ajp_common.c
  (1035): (nodeXX) cping/cpong after connecting to the backend server
 failed
  (errno=110)
  [][X] [error] ajp_send_request::jk_ajp_common.c (1630):
  (nodeXX) connecting to backend failed. Tomcat is probably not started or
 is
  listening on the wrong port (errno=110)
  [][X] [error] ajp_service::jk_ajp_common.c (2626):
 (nodeXX)
  connecting to tomcat failed.
 
 
  [][X] [error] ajp_send_request::jk_ajp_common.c (1630):
  (nodeYY) connecting to backend failed. Tomcat is probably not started or
 is
  listening on the wrong port (errno=115)
 
  [][X] ] [error] ajp_send_request::jk_ajp_common.c (1630):
  (nodeYY) connecting to backend failed. Tomcat is probably not started or
 is
  listening on the wrong port (errno=115)
  [][X]  [error] ajp_service::jk_ajp_common.c (2626):
  (nodeYY) connecting to tomcat failed.
 
 
  What could be the explanations except for Tomcat Thread pool not having
  threads available anymore ? Thing we checked.
 
  Was there fixes in new mod_jk versions (1.2.37) regarding issues like
 these
  ?
 
 
  Thanks for your help