Re: StaticMembers within Multiple Clusters

2019-01-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Tim, On 1/9/19 10:39, Tim K wrote: > I'm trying to split 4 separate tomcat instances into 2 clusters > (2x2) to try and avoid the all-to-all traffic, but even when > setting up the Receiver and Static members to only speak to 1 other > instance, som

StaticMembers within Multiple Clusters

2019-01-09 Thread Tim K
I'm trying to split 4 separate tomcat instances into 2 clusters (2x2) to try and avoid the all-to-all traffic, but even when setting up the Receiver and Static members to only speak to 1 other instance, some still seems to find and add the other members outside of the defined config to the wrong cl

Re: Proper way to set up tomcat 8.5 (autostart and service setup)

2019-01-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John, On 1/8/19 12:49, John Dale wrote: > I'm using init.d and a custom script complete with single command > deploy using git hooks. > > git push master pushes, builds, and bounces Tomcat. I > like it very much .. building and deploying can be

Re: Proper way to set up tomcat 8.5 (autostart and service setup)

2019-01-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Joel, On 1/8/19 12:01, Joel Saunders wrote: > I just installed Tomcat 8.5 on RedHat. Which flavor? Are you using the package-managed version, or one directly from ASF? The yum package-maintainer for Tomcat is a member of this list, so he should b

RE: Too low setting for -Xss and illegal cyclic inheritance dependencies

2019-01-09 Thread faisal
Hi Mark, We are running 4 war build copies of same source code with different environments. It does run fine on a Windows machine, but when we deploy it to Ubuntu server it give the error mentioned. We did not directly include these dependencies, these might be some dependency we used that will b

Re: Too low setting for -Xss and illegal cyclic inheritance dependencies

2019-01-09 Thread Mark Thomas
On 09/01/2019 13:21, fai...@bestercapitalmedia.com wrote: > It does compile some war files but raised an error on some or all of the> war > files, with random behavior. You have a corrupt JAR or conflicting dependencies or similar. > Caused by: java.lang.IllegalStateException: Unable to complete

Re: Tomcat memory growth while using TLS

2019-01-09 Thread Mark Thomas
On 09/01/2019 10:14, Mark Thomas wrote: > On 08/01/2019 23:51, Mason Meier wrote: >> Hello, >> >> I'm running Tomcat-8.5 with TLS and I've noticed substantial memory growth >> with requests over time, to the point that if I run Tomcat in Docker and >> make constant requests to it, Docker will kill

Too low setting for -Xss and illegal cyclic inheritance dependencies

2019-01-09 Thread faisal
Hi there, I am facing a problem in deploying multiple war file on a server on tomcat. I tried multiple war files on windows machine on tomcat 8 & 9 versions, which works fine. But when it does deploy to Linux (ubuntu) server it does not deploy all of the war files on the server. I tried it

Re: Tomcat memory growth while using TLS

2019-01-09 Thread i...@flyingfischer.ch
Am 09.01.19 um 11:14 schrieb Mark Thomas: > On 08/01/2019 23:51, Mason Meier wrote: >> Hello, >> >> I'm running Tomcat-8.5 with TLS and I've noticed substantial memory growth >> with requests over time, to the point that if I run Tomcat in Docker and >> make constant requests to it, Docker will kil

Re: TOMCAT 7.0.92 with JDK 11 :- ERROR localhost-startStop-1 org.apache.catalina.startup.ContextConfig - Unable to process Jar tools.jar for annotations

2019-01-09 Thread Ravi Kumar
Hi Mark, Thanks for the suggestion. It worked at my end. We are verifying further and keep you posted. Thank you again ! Thanks, Ravi On Wed, Jan 9, 2019 at 3:56 PM Mark Thomas wrote: > On 09/01/2019 09:19, Ravi Kumar wrote: > > Dear Team, > > > > We have a web application running on Tomcat

Re: distinction between resource charset and format octet decoding

2019-01-09 Thread Mark Thomas
On 09/01/2019 00:50, Garret Wilson wrote: > Hi, Mark, and thanks for some quick response. You provided some info I > wasn't aware of. Some responses below: > > On 1/8/2019 9:57 PM, Mark Thomas wrote: >> On 08/01/2019 21:31, Garret Wilson wrote: >> >> >> >>> But as discussed above, this is complet

Re: TOMCAT 7.0.92 with JDK 11 :- ERROR localhost-startStop-1 org.apache.catalina.startup.ContextConfig - Unable to process Jar tools.jar for annotations

2019-01-09 Thread Mark Thomas
On 09/01/2019 09:19, Ravi Kumar wrote: > Dear Team, > > We have a web application running on Tomcat server container. Web > application is compiled and using JDK 11 as runtime JRE for execution > purpose. > > Tomcat Version : - 7.0.92 > JDK Version :- 11 The stack trace below is not consistent

Re: Tomcat memory growth while using TLS

2019-01-09 Thread Mark Thomas
On 08/01/2019 23:51, Mason Meier wrote: > Hello, > > I'm running Tomcat-8.5 with TLS and I've noticed substantial memory growth > with requests over time, to the point that if I run Tomcat in Docker and > make constant requests to it, Docker will kill the container due to > excessive memory utiliz

TOMCAT 7.0.92 with JDK 11 :- ERROR localhost-startStop-1 org.apache.catalina.startup.ContextConfig - Unable to process Jar tools.jar for annotations

2019-01-09 Thread Ravi Kumar
Dear Team, We have a web application running on Tomcat server container. Web application is compiled and using JDK 11 as runtime JRE for execution purpose. Tomcat Version : - 7.0.92 JDK Version :- 11 Problem Description :- 1.We are seeing the errors in tomcat log regarding jar scanning at time