Re: Protocol handler initialization failed, Address already in use

2018-07-11 Thread Sergey Esin
Hi, Thanks for your reply. The only change that I've made - I've added *address="0.0.0.0"* to all of my Tomcat Connectors and seems that it solves the issue. At least I can not reproduce it any more. Java runs with *-Djava.net.preferIPv4Stack=true* Here what ifconfig shows inside the container

RE: Protocol handler initialization failed, Address already in use

2018-07-10 Thread Jäkel , Guido
Dear Sergey, does this actually happen on a restart situation (with less than about 5min pausing time)? Then maybe you have a dangling connection (close/time waiting) on the TCP stack from the shutdown of a client connection (or the reverse proxy). Please check if any is still open after