You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greetings, I recently upgraded my springboot version from 2.5.4 to 2.6.6. My spring-boot-admin-starter-client 2.4.1 used to work with springboot 2.5.4. I tried using spring-boot-admin-starter-client 2.4.1, 2.6.6 and 2.6.7 with springboot 2.6.6, all versions give the same runtime error below:
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:
The calling method's class, io.opentracing.contrib.spring.web.starter.SkipPatternAutoConfiguration$ManagementSkipPatternProviderConfig, was loaded from the following location:
The called method's class, org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties, is available from the following locations:
Correct the classpath of your application so that it contains compatible versions of the classes io.opentracing.contrib.spring.web.starter.SkipPatternAutoConfiguration$ManagementSkipPatternProviderConfig and org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties
You might be able to get past that issue by adding application configuration so that the configuration above isn't loaded, and providing your own SkipPattern if needed. But I wouldn't be surprised if you run into additional problems with that unmaintained dependency.
Greetings, I recently upgraded my springboot version from 2.5.4 to 2.6.6. My spring-boot-admin-starter-client 2.4.1 used to work with springboot 2.5.4. I tried using spring-boot-admin-starter-client 2.4.1, 2.6.6 and 2.6.7 with springboot 2.6.6, all versions give the same runtime error below:
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:
The following method did not exist:
The calling method's class, io.opentracing.contrib.spring.web.starter.SkipPatternAutoConfiguration$ManagementSkipPatternProviderConfig, was loaded from the following location:
The called method's class, org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties, is available from the following locations:
The called method's class hierarchy was loaded from the following locations:
Action:
Correct the classpath of your application so that it contains compatible versions of the classes io.opentracing.contrib.spring.web.starter.SkipPatternAutoConfiguration$ManagementSkipPatternProviderConfig and org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties
My YML configs:
your feedback will be highly appreciated
The text was updated successfully, but these errors were encountered: