Error in Tomcat - One or more listeners failed to start

Hello!

I am new to Camunda and am getting this error when deploying (copying) WAR file (generated in Eclipse) to …Camunda\server\apache-tomcat-9.0.33\webapps directory. This is a basic example as used in the Camunda tutorials.

27-Oct-2020 12:24:24.716 SEVERE [main] org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file
27-Oct-2020 12:24:24.716 SEVERE [main] org.apache.catalina.core.StandardContext.startInternal Context [/pizza-order] startup failed due to previous errors

The WAR file looks to unpack successfully, but the process never appears in Tasklist in order to start the process.

I am no able to get any additional details from the Catalina or camunda-stderr log files. Does anyone know what the issue might be?

Thank you!

Take a peek at the other logs in your tomcat logs directory. Guessing that one of the localhost-xxx.log files has a relevant stacktrace.