Hello,
We're trying to upgrade the jar files for logback and are running on payara5, but when we upgrade to 1.1.10 of logback, it stops working with the following error;
remote failure: Error occurred during deployment: Exception while loading the app : java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.util.ServiceConfigurationError: javax.servlet.ServletContainerInitializer: Provider ch.qos.logback.classic.servlet.LogbackServletContainerInitializer not a subtype. Please see server.log for more details.
Has anyone else had the same problem?
We've tried disabling the servlet container initializer as they suggest in their documentation.
<context-param>
<param-name>logbackDisableServletContainerInitializer</param-name>
<param-value>true</param-value>
</context-param>
Any suggestions would be a great help.
Thanks,
Paul.