Re: Tomcat 9.0.65 Clustering in Azure Kubernetes Service (AKS)

2022-08-17 Thread Chew Kok Hoor
Hi Chris, Following are my setup. It seems to work but I am not sure if I did things correctly: 1. In my server.xml, I followed the setup in javadoc https://tomcat.apache.org/tomcat-9.0-doc/api/org/apache/catalina/tribes/membership/cloud/DNSMembershipProvider.html for the cluster tag.

RE: Issue in tomcat start

2022-08-17 Thread Mohan T
Hi, In one of the logs I could see the below error message . org.apache.catalina.core.ApplicationContext.log No Spring WebApplicationInitializer types detected on classpath Thanks Mohan -Original Message- From: Shekhar Naidu Sent: 18 August 2022 10:15 To: Tomcat Users List Subject:

Re: Issue in tomcat start

2022-08-17 Thread Shekhar Naidu
Did you check all other logs to see if there is additional trace available? Thanks Shekar On Wed, Aug 17, 2022 at 11:36 PM Mohan T wrote: > Dear All, > > We are using tomcat 8.5 on suse linux. > > We have two environments where in one the issue tomcat starts without any > errors and in thro ther

Issue in tomcat start

2022-08-17 Thread Mohan T
Dear All, We are using tomcat 8.5 on suse linux. We have two environments where in one the issue tomcat starts without any errors and in thro there is issue while starting. Working Not working Server number: 8.5.35.0 OS Name: Windows 10 OS Version:10.0 Architec

Re: Tomcat 9.0.65 Clustering in Azure Kubernetes Service (AKS)

2022-08-17 Thread Christopher Schultz
All, If you are havig issues with the CloudMembershipService, I would highly recommend that you continue to have this discussion. The original author (remm) was mostly targeting OpenShift (he works for RedHat, so it's not a surprise) but it doesn't mean that its support cannot expand to incl

Unexpected EOF read on the socket

2022-08-17 Thread Lucas Bovetto
Hello, is everything ok? I have this problem with one of my clients. Sometimes the server returns an unknown error and generates the following errors in the log: Tomcat Version: 9.0.54. Java Version (JDK): 8.321 Error: 17-Aug-2022 09:42:05.681 SEVERE [https-openssl-apr-443-exec-33] org.apache.cata

RE: Getting error on Tomcat Start

2022-08-17 Thread Mohan T
Hi, We have a similar setup where the same application is deployed. Here there are no error messages. 17-Aug-2022 09:37:31.850 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina] 17-Aug-2022 09:37:31.851 INFO [main] org.apache.catalina.core.StandardE

RE: Getting error on Tomcat Start

2022-08-17 Thread Thomas Meyer
Hi, Sadly this still does not contain the stacktrace which shows why you servlet crashes, probably some missing bean in spring framework. All below stacktraces seems to come from AppDynamics java agents which tries to load classes from webapo class loader after your webapp was already stopped.

RE: Getting error on Tomcat Start

2022-08-17 Thread Mohan T
Dear Thomas, See below the full stack -Aug-2022 21:43:35.731 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["https-jsse-nio2-169.21.198.159-8082"] 16-Aug-2022 21:43:35.733 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 182478 ms 16-Aug-2

AW: Getting error on Tomcat Start

2022-08-17 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello Mohan, Could you paste the whole stack trace please? Even if spring stacks are usually quite long... Von: Mohan T Gesendet: Dienstag, 16. August 2022 19:08:33 An: Tomcat Users List Betreff: Getting error on Tomcat Start Dear All, We are using tomcat 8.5 on