Re: JNI memory leak?

2020-04-24 Thread Mark Boon
Thanks Chris for taking the time. As you point out, from the threads I can tell we're not using ARP as the names al all starting with "jsse". AFAI could find out BouncyCastle is a pure Java implementation, so that also can't be the cause. Someone suggested PAMLibrary may be the culprit. So I

Re: Catalina PID file

2020-04-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 4/24/20 11:27, Konstantin Kolinko wrote: > пт, 24 апр. 2020 г. в 05:25, Christopher Schultz > : >> >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> >> Rafael, >> >> On 4/23/20 17:18, Rafael Oliveira wrote: >>> I does not happen

Re: Catalina PID file

2020-04-24 Thread Konstantin Kolinko
пт, 24 апр. 2020 г. в 05:25, Christopher Schultz : > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Rafael, > > On 4/23/20 17:18, Rafael Oliveira wrote: > > I does not happen every time, but it happens, actually it happened > > twice during a couple of deployments and only in one instance

Re: Tomcat serving old TXT file even after deleting work directory and rebooted

2020-04-24 Thread Mladen Adamović
Lame! It turned out that I have @WebServlet(name = "AdsTxt", urlPatterns = {"/ads.txt"}) LOL On Fri, Apr 24, 2020 at 4:48 PM Mladen Adamović wrote: > I've changed ads.txt did upload ROOT.war file and it now contains new > version which is 18892 bytes old, checked files in the filesystem:

Tomcat serving old TXT file even after deleting work directory and rebooted

2020-04-24 Thread Mladen Adamović
I've changed ads.txt did upload ROOT.war file and it now contains new version which is 18892 bytes old, checked files in the filesystem: root@condor1796 /home/glassfish/apache-tomcat-8.5.5 # find . | grep "ads.txt" | xargs ls -l -rw-r- 1 glassfish nogroup 18892 Apr 24 2020

Re: Large file uploads via https fail on Tomcat 9

2020-04-24 Thread Manuel Dominguez Sarmiento
Glad that helped!* Manuel Dominguez Sarmiento* On 24/04/2020 06:42, OIT Nua wrote: Thanks, again, for the assistance. Upgrading to 9.0.34 has resolved the issue.

RE: Large file uploads via https fail on Tomcat 9

2020-04-24 Thread OIT Nua
Thanks, again, for the assistance. Upgrading to 9.0.34 has resolved the issue.