RE: apache-tomcat-8.5.59 too many open files on Linux 8

2021-05-25 Thread Yeggy Javadi
Hi, Below is the nsenter output: # ps -ef | grep tomcat root 165217 1 1 10:22 ?00:05:33 /usr/local/jre/bin/java -Djava.util.logging.config.file=/usr/local/apache-tomcat/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -d64 -server

Re: POEditor translations currently corrupted

2021-05-25 Thread Mark Thomas
On 25/05/2021 18:16, Mark Thomas wrote: All, The translations we manage via POEditor are currently corrupted. This is entirely my fault. In trying to fix a small bug, I introduced a bigger one. No translations have been lost. Reverting my fix and re-exporting the translations from a clean

Re: [External] Re: Zip file upload corruption on Linux

2021-05-25 Thread Christopher Schultz
Tim, On 5/25/21 11:22, Scott,Tim wrote: Hi Chris, "nah, nobody still uses Struts 1.x". I wouldn't put it past this 14 year old application ... :) Mine is coming up on 20 years old. But at this point, if you have things working, you can probably stop. > My OCD says No!, but my

POEditor translations currently corrupted

2021-05-25 Thread Mark Thomas
All, The translations we manage via POEditor are currently corrupted. This is entirely my fault. In trying to fix a small bug, I introduced a bigger one. No translations have been lost. Reverting my fix and re-exporting the translations from a clean git checkout will restore everything.

Re: apache-tomcat-8.5.59 too many open files on Linux 8

2021-05-25 Thread tomcat/perl
Hi. The point is to try to figure out what these thousands of apparently "TCPv6" sockets belonging to the tomcat process actually are, so that we can maybe begin to look at where they may be coming from. The trouble is, the lsof output so far did not really tell us what these "sock" things

Re: Tomcat SSL stops working after an undetermined amount of time

2021-05-25 Thread Ezsra McDonald
Lots of good information was provided. This afternoon I plan to test the "sslProtocol" to "protocols" change in our lower environments. I will reply back with any findings. Thank you everyone for your responses. regards, -- Ez On Tue, May 25, 2021 at 10:48 AM Mysore, Raghunath wrote: > Hi

RE: Tomcat SSL stops working after an undetermined amount of time

2021-05-25 Thread Mysore, Raghunath
Hi Chris, -Original Message- From: Christopher Schultz Sent: Tuesday, May 25, 2021 9:10 AM To: users@tomcat.apache.org Subject: Re: Tomcat SSL stops working after an undetermined amount of time Ronald, On 5/25/21 09:31, Roskens, Ronald wrote: > >> -Original Message- >> From:

RE: [External] Re: Zip file upload corruption on Linux

2021-05-25 Thread Scott,Tim
Hi Chris, > "nah, nobody still uses Struts 1.x". I wouldn't put it past this 14 year old application ... > But at this point, if you have things working, you can probably stop. My OCD says No!, but my pragmatic side says "leave it until I have to change" > But something is *definitely*

Re: Tomcat SSL stops working after an undetermined amount of time

2021-05-25 Thread Christopher Schultz
Ronald, On 5/25/21 09:31, Roskens, Ronald wrote: -Original Message- From: Christopher Schultz Sent: Monday, May 24, 2021 1:56 PM To: users@tomcat.apache.org Subject: [EXTERNAL] Re: Tomcat SSL stops working after an undetermined amount of time CAUTION: This email originated from

Re: [External] Re: Zip file upload corruption on Linux

2021-05-25 Thread Christopher Schultz
Tim, On 5/25/21 05:03, Scott,Tim wrote: Hi Mark, No. You should be able to use HttpServletRequest.getPart() I've given up on that attempt as I keep getting: java.lang.AbstractMethodError: Method

Re: [OT] Tomcat SSL stops working after an undetermined amount of time

2021-05-25 Thread Christopher Schultz
Ed, On 5/24/21 16:25, Ed Rouse wrote: This works for me. In server.xml: If you really put your server's key into C:\Program Files\Java\openjdk_1.8.0.242\jre\lib\security\cacerts you are making a mistake IMHO. That file is supposed to contain the

Re: Tomcat SSL stops working after an undetermined amount of time

2021-05-25 Thread Christopher Schultz
Ezsra, On 5/24/21 11:18, Ezsra McDonald wrote: I was unable to identify the issue with debug enabled. I started looking closer at the error I was getting in the various browsers. Apparently the SSL is working. The browsers are blocking it because the server is using something other than TLSv1.2

Re: Tomcat SSL stops working after an undetermined amount of time

2021-05-25 Thread Roskens, Ronald
> -Original Message- > From: Christopher Schultz > Sent: Monday, May 24, 2021 1:56 PM > To: users@tomcat.apache.org > Subject: [EXTERNAL] Re: Tomcat SSL stops working after an undetermined > amount of time > > CAUTION: This email originated from outside of the organization. DO NOT >

Re: #tomcat on Freenode?

2021-05-25 Thread Coty Sutherland
On Thu, May 20, 2021 at 1:03 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Coty, > > On 5/19/21 15:28, Coty Sutherland wrote: > > Hi all, > > > > I was just notified about some mess going on with Freenode which has > > seemingly resulted in a mass exodus of users from the

RE: [External] Re: Zip file upload corruption on Linux

2021-05-25 Thread Scott,Tim
Hi Mark, > No. You should be able to use HttpServletRequest.getPart() I've given up on that attempt as I keep getting: java.lang.AbstractMethodError: Method org/apache/struts/upload/MultipartRequestWrapper.getPart(Ljava/lang/String;)Ljavax/servlet/http/Part; is abstract I have my workaround