Re: Production Tomcat 8.5.5 suddenly started to give ClassNotFoundError

2018-06-17 Thread Adam Feder
I have seen deeper problems appear as ClassNotFoundExceptions. For instance, I have seen an application that was leaking file descriptors eventually get errors for having too many open files and then those have turned into ClassNotFoundExceptions. good luck, ab On Sat, Jun 16, 2018 at 2:37 AM Ml

Re: Http11Nio2Protocol allows brand-new sockets to live indefinitely? (Tomcat 9.0.8 and others)

2018-05-30 Thread Adam Feder
On Wed, May 30, 2018 at 12:00 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > > On 5/30/18 12:33 PM, Rémy Maucherat wrote: > > It will be included in 9.0.9. > > More specifically, the current releases are usually released about > once per month give or take a few weeks. You shouldn

Re: Http11Nio2Protocol allows brand-new sockets to live indefinitely? (Tomcat 9.0.8 and others)

2018-05-30 Thread Adam Feder
On Wed, May 30, 2018 at 1:34 AM, Rémy Maucherat wrote: > > I have now added the timeout during handshake. > Thanks for the quick fix, Rémy! I haven't figured out what the release cycle is for 9.0.x releases. Do you know when the fix will be available in an official release? thanks! ab

Http11Nio2Protocol allows brand-new sockets to live indefinitely? (Tomcat 9.0.8 and others)

2018-05-29 Thread Adam Feder
Hi -- While testing 9.0.8 in staging, we found that when a client connects to our Tomcat's TLS connector and doesn't send any data (not even to do the handshake), the connection is allowed to stay open indefinitely. We first saw this problem on Debian. We have been able to reproduce it using the