Re: HTTP/2 connection gets closed and won't be reopened

2020-05-16 Thread uni
Hi there, I'd like to share some new results... I've been able to somehow fix the issue. The changes were: 1) Added log4j2 jars and configured logging for apache httpclient5 (although there's no log output, only files getting created) 2) upgraded hc5-async-json-0.2.0.jar to version 0.2.1

Re: HTTP/2 connection gets closed and won't be reopened

2020-05-14 Thread Oleg Kalnichevski
On Thu, 2020-05-14 at 13:59 +0200, u...@natune.net.INVALID wrote: > > I need to see the original exception with a full stack trace that > > caused the i/o reactor to shut down and preferably the complete > > session > > log leading to that condition. > > > > Oleg > > I was unable to get

Re: HTTP/2 connection gets closed and won't be reopened

2020-05-14 Thread uni
I need to see the original exception with a full stack trace that caused the i/o reactor to shut down and preferably the complete session log leading to that condition. Oleg I was unable to get HttpClient5 logging to work. I used this config in /WEB-INF/log4j2.xml. The log files get

Re: HTTP/2 connection gets closed and won't be reopened

2020-05-14 Thread Oleg Kalnichevski
On Thu, 2020-05-14 at 10:53 +0200, u...@natune.net.INVALID wrote: > > > While using HTTP/2 only client, after approx. 12 hours the > > > connection > > > is > > > broken and is not established anymore. Every couple of minutes > > > async > > > HTTP/2 requests are sent to a Tomcat9 server. There

Re: HTTP/2 connection gets closed and won't be reopened

2020-05-14 Thread uni
While using HTTP/2 only client, after approx. 12 hours the connection is broken and is not established anymore. Every couple of minutes async HTTP/2 requests are sent to a Tomcat9 server. There are no errors whatsoever but after a couple of hours every request fails until the application

Re: HTTP/2 connection gets closed and won't be reopened

2020-05-13 Thread Oleg Kalnichevski
On Wed, 2020-05-13 at 19:23 +0200, u...@natune.net.INVALID wrote: > Hello, > > While using HTTP/2 only client, after approx. 12 hours the connection > is > broken and is not established anymore. Every couple of minutes async > HTTP/2 requests are sent to a Tomcat9 server. There are no errors >

HTTP/2 connection gets closed and won't be reopened

2020-05-13 Thread uni
Hello, While using HTTP/2 only client, after approx. 12 hours the connection is broken and is not established anymore. Every couple of minutes async HTTP/2 requests are sent to a Tomcat9 server. There are no errors whatsoever but after a couple of hours every request fails until the