StephenOTT/Camunda-Monitoring

Does not work with camunda latest docker image

alaminopu opened this issue · 1 comments

Would be an idea to change the docker image tag to some specific version of Camunda docker image?

Currently, it is not working with camunda/camunda-bpm-platform:run-latest. However, it works with camunda/camunda-bpm-platform:run-7.16.0-alpha4

E.g. I didn't try to use other docker images.

I have problem with Compatible version of org.springframework.boot.util.Instantiator, thanks!

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.sql.init.dependency.DatabaseInitializationDependencyConfigurer$DependsOnDatabaseInitializationPostProcessor.getDetectors(DatabaseInitializationDependencyConfigurer.java:157)
The following method did not exist:
'java.util.List org.springframework.boot.util.Instantiator.instantiate(java.lang.ClassLoader, java.util.Collection)'
The method's class, org.springframework.boot.util.Instantiator, is available from the following locations:
jar:file:/camunda/configuration/userlib/Camunda-Monitoring.jar!/org/springframework/boot/util/Instantiator.class
jar:file:/camunda/internal/camunda-bpm-run-core.jar!/BOOT-INF/lib/spring-boot-2.6.4.jar!/org/springframework/boot/util/Instantiator.class
The class hierarchy was loaded from the following locations:
org.springframework.boot.util.Instantiator: file:/camunda/configuration/userlib/Camunda-Monitoring.jar
Action:
Correct the classpath of your application so that it contains a single, compatible version of org.springframework.boot.util.Instantiator