Hi all,
I’m running Flowable all-in-one in a docker container. Recently, when booting it up, I was presented with the following error below.
No installation changes occurred during the last time it was booted up successfully until now.
Has anyone ever encountered this issue before? If so, would you be able to elaborate a little more on what caused this and what is meant by the action of "correcting the classpath?
Thank you kindly!
***************************
APPLICATION FAILED TO START
***************************
Description:
An attempt was made to call a method that does not exist. The attempt was made from
the following location:
org.springframework.boot.autoconfigure.web.embedded.TomcatWebServerFactoryCustomizer.customizeRemoteIpValve(TomcatWebServerFactoryCustomizer.java:189)
The following method did not exist:
'void org.apache.catalina.valves.RemoteIpValve.setHostHeader(java.lang.String)'
The method's class, org.apache.catalina.valves.RemoteIpValve, is available from the
following locations:
jar:file:/opt/tomcat/lib/catalina.jar!/org/apache/catalina/valves/RemoteIpValve.class
It was loaded from the following location:
file:/opt/tomcat/lib/catalina.jar
Action:
Correct the classpath of your application so that it contains a single, compatible version
of org.apache.catalina.valves.RemoteIpValve