RE: server.xml setting broken with Tomcat 9.0.81

2024-02-28 Thread Jonathan Ho
I resolved my issue by recreate the private key with different encryption My old key was encrypted with DES-CBC, and new one I used AES-256-CBC https://stackoverflow.com/questions/17733536/how-to-convert-a-private-key-to-an-rsa-private-key openssl rsa -aes256 -in server.key -out new.key To

Re: server.xml setting broken with Tomcat 9.0.81

2024-02-28 Thread Konstantin Kolinko
ср, 28 февр. 2024 г. в 14:42, Jonathan Ho : > > I have following connectors in server.xml file and working for a long time > with various version of Tomcat 9 until I upgrade to 9.0.81 or newer versions. > I verified that 9.0.80 is working. > What I am getting from 9.0.81 on startup is I will get

server.xml setting broken with Tomcat 9.0.81

2024-02-28 Thread Jonathan Ho
I have following connectors in server.xml file and working for a long time with various version of Tomcat 9 until I upgrade to 9.0.81 or newer versions. I verified that 9.0.80 is working. What I am getting from 9.0.81 on startup is I will get pass phrase prompt on tomcat start up and following

Re: Core Dump File Generation

2024-02-28 Thread Olaf Kock
On 28.02.24 12:03, Chaudhary, Mohit wrote: Hi, Java version 1.8.0_121 is running on server. From the release notes of Java 1.8.0_121 (https://www.oracle.com/java/technologies/javase/8u121-relnotes.html): The JRE expires whenever a new release with security vulnerability fixes becomes

Re: Core Dump File Generation

2024-02-28 Thread Olaf Kock
On 28.02.24 09:57, Chaudhary, Mohit wrote: Hi All, We are facing issues on tomcat. Core dump file generating very frequent twice to thrice in a month and core file size would be 13GB to 15GB every time .Whenever this issue is happening tomcat services stopped automatically. We have done

Re: Core Dump File Generation

2024-02-28 Thread Chaudhary, Mohit
Hi, Java version 1.8.0_121 is running on server. Get Outlook for iOS From: Simon Matter Sent: Wednesday, February 28, 2024 4:06:09 PM To: Tomcat Users List Subject: RE: Core Dump File Generation [You don't often get email from

RE: Core Dump File Generation

2024-02-28 Thread Simon Matter
Hi, > Hi, > > I am talking about java core dump file which is generating on tomcat/bin > path and the OS is RHEL 6. What's the exact version of Java running? Regards, Simon > > Thanks & Regards, > Mohit Chaudhary > > > -Original Message- > From: Simon Matter > Sent: Wednesday,

RE: Core Dump File Generation

2024-02-28 Thread Chaudhary, Mohit
Hi, I am talking about java core dump file which is generating on tomcat/bin path and the OS is RHEL 6. Thanks & Regards, Mohit Chaudhary -Original Message- From: Simon Matter Sent: Wednesday, February 28, 2024 3:03 PM To: Tomcat Users List Subject: Re: Core Dump File Generation

Re: Core Dump File Generation

2024-02-28 Thread Simon Matter
Hi Mohit, > Hi All, > > We are facing issues on tomcat. Core dump file generating very frequent > twice to thrice in a month and core file size would be 13GB to 15GB every > time .Whenever this issue is happening tomcat services stopped I'm a bit confused, are you talking about a UNIX style core

Core Dump File Generation

2024-02-28 Thread Chaudhary, Mohit
Hi All, We are facing issues on tomcat. Core dump file generating very frequent twice to thrice in a month and core file size would be 13GB to 15GB every time .Whenever this issue is happening tomcat services stopped automatically. We have done analysis of hs_err_pid.log file and based on