RE: Re: Re: Tomcat 8.5.75 Servlet WriteListener and ReadListener setting thread

2022-03-01 Thread Istvan SZEKELY
Thanks for the quick fix :) On 2022/02/28 16:47:20 Rémy Maucherat wrote: > Thanks for the test, this is what I had in mind. As I kind of expected > when reading about the sequential technique used, the previous fix was > causing a new problem since the thread id was not reset until the full >

RE: [ANN] Apache Tomcat 8.5.76 available

2022-03-01 Thread Evan Rempel
The JMX remote for Tomcat 8.5.76 is not in the download folder. I just get 404 errors when trying to download it. On 2022/02/28 22:10:47 Christopher Schultz wrote: > The Apache Tomcat team announces the immediate availability of Apache > Tomcat 8.5.76. > > Apache Tomcat 8 is an open source

Re: [ANN] Apache Tomcat 8.5.76 available

2022-03-01 Thread Mark Thomas
On 01/03/2022 16:47, Evan Rempel wrote: The JMX remote for Tomcat 8.5.76 is not in the download folder. I just get 404 errors when trying to download it. Correct. The JmxRemoteLifecycleListener was deprecated for 8.5.x in December 2019 with the following notice: "This listener will be

Re: java.lang.OutOfMemoryError: Metaspace while deploying application

2022-03-01 Thread Mark Thomas
https://home.apache.org/~markt/presentations/2010-08-05-Memory-Leaks-JavaOne-60mins.pdf Written for Java 7 but applies equally later versions of Tomcat. Mark On 01/03/2022 13:49, Rengaswamy, Nagarajan wrote: Hi Team, Currently we are running 6 applications in Tomcat version 8.5.70 Our

Re: [ANN] Apache Tomcat 8.5.76 available

2022-03-01 Thread Evan Rempel
Thanks. That change log entry was for 8.5.75 and the catalina-jmx-remote.jar file was still available in that release. There was no change log entry for 8.5.76 regarding this so I was confused. Thanks again. Evan On 2022-03-01 08:59, Mark Thomas wrote: On 01/03/2022 16:47, Evan Rempel

Re: java.lang.OutOfMemoryError: Metaspace while deploying application

2022-03-01 Thread Christopher Schultz
Nagarajan, On 3/1/22 08:49, Rengaswamy, Nagarajan wrote: Currently we are running 6 applications in Tomcat version 8.5.70 Our Linux Infra - memory size allocated like Entire memory 3GB, In that 1.5 GB as Heap size and 512 is for XX:MaxMetaspaceSize. The numbers above are confusing to me. If

RE: java.lang.OutOfMemoryError: Metaspace while deploying application

2022-03-01 Thread Rengaswamy, Nagarajan
Hi Team, Currently we are running 6 applications in Tomcat version 8.5.70 Our Linux Infra - memory size allocated like Entire memory 3GB, In that 1.5 GB as Heap size and 512 is for XX:MaxMetaspaceSize. Java version as 11. No performance related issue while application runs in peak load. But