>How many httpd nodes? 
1

>Which MPM? 
Tried worker and event

>Per MPM, what is MaxClients, etc.?
Listen 80
Listen 443
ServerRoot "/usr/local/apache2"
ServerName localhost:80
PidFile logs/httpd.pid
Timeout 10
UseCanonicalName Off
KeepAlive On
ServerTokens Prod
MaxKeepAliveRequests 100
KeepAliveTimeout 1
TraceEnable off
HostnameLookups Off
ServerSignature Off
ServerLimit            16
MaxRequestWorkers      512
ThreadLimit            32
ThreadsPerChild        32
MaxConnectionsPerChild 0

>How many Tomcat nodes? 
1

>Tomcat connector configuration?
<Connector port="8009" enableLookups="true" redirectPort="8443" 
maxThreads="400" protocol="AJP/1.3" />

Thx for any advice
- Clemens

-----Ursprüngliche Nachricht-----
Von: Christopher Schultz <ch...@christopherschultz.net> 
Gesendet: Sonntag, 16. September 2018 20:42
An: users@tomcat.apache.org
Betreff: Re: jk_handler::mod_jk.c (2917): Could not get endpoint for worker ...

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Clemens,

On 9/15/18 06:50, Clemens Wyss DEV wrote:
> Hi all, we are seeing quite a few: "[Mon Sep 10 15:19:46 2018] 
> [27562:140532026529536] [error] jk_handler::mod_jk.c (2917): Could not 
> get endpoint for worker=testAPJ"
> 
> errors in our md_jk.log. Worker properties are as follwos:
> 
> ... worker.list=testAPJ
> 
> worker.testAPJ.port=8009 worker.testAPJ.host=127.0.0.1
> worker.testAPJ.type=ajp13 worker.testAPJ.socket_keepalive=1
> worker.testAJP.connection_pool_timeout=600 ...
> 
> At that point Apache seems to be stuck/struggling (but our tomcat does 
> not seem to be under pressure). Restarting Apache solves the issue ... 
> till it pops up again ...
> 
> What is happening? What needs tob e tuned?
> 
> Apache 2.4.34, tried both event- and worker-MPM

How many httpd nodes? Which MPM? Per MPM, what is MaxClients, etc.?

How many Tomcat nodes? Tomcat connector configuration?

Usually, this happens because you are overwhelming your Tomcat nodes with 
connections from the web server. Remember that every Tomcat node needs to be 
able to handle the maximum number connections from *all web servers 
simultaneously*. That number is probably way more than your Tomcat connector is 
configured to handle.

- -chris
-----BEGIN PGP SIGNATURE-----
Comment: Using GnuPG with Thunderbird - https://www.enigmail.net/

iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAlueo+oACgkQHPApP6U8
pFhwVw/+M48YAmMzOBmHelQyzyFQFOZj5hEy/bUVyDmTgJ6xWfiRxSgJRViRK6lW
DxAs1YFdLdam/RZg9uraE/KKc01zAtNKPAbr134Vkz4/gVMbCs1Ndc1rlvb2Etjb
dOX7JajPOgLZa8m0hIu4KitkhbkXBJmqT2zQOmLF1KZmyNmaxkgknQux3K5mn5P9
p/ml2N9FTaxh1PYVnQWPKbLlwBBRlxHrTMqeLLpy5rZh8x41sSCdNQI2eLOopWAZ
1bRkOFMMCdT66yp5VcPTMNCKBL98GWsewTsRhkO5EB54IoL/x/uIYkx7BuHpU/C4
lt9dSYECqzp1HZJBkJKAUxsGRCH2hcTQJ75g+X4QfhCFv6ZKQTy+j8cE6nvwXk5D
T9krmy9flmKccmFq+EPwt8mIcC0aZQ9TRmCBW5+HRQh/LTf4BexA0pDq4Yi2zxc2
9PkZSaTGkFLUGpLDH5qIwNhH78LhHT1BjwWxkeupgLAscEIb1znjZhwiJ87zd/7/
HHKXttaIUJ2E4s1zptkg1m8dNuLS7GCv/GuO1TER2Nk/4BtIrHE1QojNZj0Logll
B65vvtHS7UdIarfF1DU1Jq7mh+fJ7PZseFgPI2WukwhUndNqo+AZ8ipnJEEAKklS
hxsPGW0vuRzyqXV0IHB7rQMwAEArnq8yEi0Mwj7WagPQmKrxDdE=
=7/Kx
-----END PGP SIGNATURE-----

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

Reply via email to