HttpClient 5.0 / Apache Tomcat

2019-09-27 Thread i...@flyingfischer.ch
In case anybody with advanced Docker skills is interested to help improve compatibility tests between HttpClient 5.0 and Apache Tomcat: http://mail-archives.apache.org/mod_mbox/hc-dev/201909.mbox/%3C0d30be42ab3743b48fd73122a4421d11d301761b.camel%40apache.org%3E Best Markus

RE: Tomcat 9.0.24/9.0.26 suspected memory leak

2019-09-27 Thread Chen Levy
-Original Message- From: Mark Thomas Sent: Friday, September 27, 2019 15:34 To: users@tomcat.apache.org Subject: Re: Tomcat 9.0.24/9.0.26 suspected memory leak On 27/09/2019 16:34, Chen Levy wrote: > On 26/09/2019 18:22, Chen Levy wrote: >> The HashMap referenced in the report

Re: Tomcat 9.0.24/9.0.26 suspected memory leak

2019-09-27 Thread Mark Thomas
On 27/09/2019 16:34, Chen Levy wrote: > On 26/09/2019 18:22, Chen Levy wrote: >> The HashMap referenced in the report appears to be "waitingProcessors" >> inside AbstractProtocol which contain 262K entries. > > OK. Those are asynchronous Servlets that are still in async mode. > * I do not

RE: Tomcat 9.0.24/9.0.26 suspected memory leak

2019-09-27 Thread Chen Levy
-Original Message- From: Mark Thomas Sent: Thursday, September 26, 2019 15:50 To: users@tomcat.apache.org Subject: Re: Tomcat 9.0.24/9.0.26 suspected memory leak On 26/09/2019 18:22, Chen Levy wrote: > Hello Experts > > Several of my production servers were recently upgraded from

RE: SSL issue : java.security.KeyStoreException: Cannot store non-PrivateKeys

2019-09-27 Thread Venkataraman Srinivasan
John, Thanks for your response. But we have not set any JAVA_OPTS or CATALINA_OPTS in our environment. >From Apache Tomcat perspective what value have we to give for them? Thanks Venkat >>> 9/26/2019 6:35 PM >>> Sounds like you need to share your JAVA_OPTS or CATALINA_OPTS, not your

Re: Release of Tomcat 8.5.46, EOL of 8.5.x?

2019-09-27 Thread Mark Thomas
On 27/09/2019 14:38, KM wrote: > I saw the announcement of the latest 8.5.x version of Tomcat.  Has anyone > heard of an EOL date for Tomcat 8.5.x?  I haven't seen anything about it > anywhere.  I saw 8.0.x was EOL.  We are using embedded Tomcat 8.5 now and > want to upgrade to the latest.   >

Release of Tomcat 8.5.46, EOL of 8.5.x?

2019-09-27 Thread KM
I saw the announcement of the latest 8.5.x version of Tomcat.  Has anyone heard of an EOL date for Tomcat 8.5.x?  I haven't seen anything about it anywhere.  I saw 8.0.x was EOL.  We are using embedded Tomcat 8.5 now and want to upgrade to the latest.   We were considering upgrading to 9.0.x,

Re: SSL issue : java.security.KeyStoreException: Cannot store non-PrivateKeys

2019-09-27 Thread Rémy Maucherat
On Fri, Sep 27, 2019 at 9:40 AM Mark Thomas wrote: > > > certificateFile="key_store/ssl_certificate.p7b" > > certificateAlias="bla" > > keystoreFile="/key_store/blabla.jks" type="RSA" > > keystoreType="JKS" > >

Re: SSL issue : java.security.KeyStoreException: Cannot store non-PrivateKeys

2019-09-27 Thread Mark Thomas
On 26/09/2019 22:30, Venkataraman Srinivasan wrote: > > Hi, >   > I am getting below error while I am starting TOMCAT >   > Caused by: java.lang.IllegalArgumentException: Cannot store non-PrivateKeys This looks like it is related to the work we have been doing to make it easy to swap between