-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Springboot app startup failed when chaos-monkey-spring-boot is binded to the application using external dependency jar file. #446
Comments
Thank you for raising the issue. |
Attached the sample project. Error Stack:
| | | |__ __ _ ___ ___ | \ / | ___ _ __ | | _____ _ _ :: Chaos Monkey for Spring Boot :: 2024-03-18T13:20:14.961+11:00 WARN 25456 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'de.codecentric.spring.boot.chaos.monkey.configuration.ChaosMonkeyConfiguration' of type [de.codecentric.spring.boot.chaos.monkey.configuration.ChaosMonkeyConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [chaosMonkeyBeanPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies. Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled. 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, org.springframework.aop.support.AopUtils, was loaded from the following location:
The called method's class, org.springframework.core.BridgeMethodResolver, 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 org.springframework.aop.support.AopUtils and org.springframework.core.BridgeMethodResolver |
Hi @WtfJoke , Any update on the above issue please? |
Hey @heyitspulkit I might reach out to colleagues if they might have time to look at the issue. Hope you understand. |
Our application is running on the latest spring boot versions and we are trying to integrate chaos-monkey-spring-boot with the application using external dependency jar file, the application is failing to start.
Spring boot version in the application - 3.2.2
Chaos jar version - chaos-monkey-spring-boot-3.1.0-jar-with-dependencies.jar
Is it some known version incompatibility issue as mentioned (https://codecentric.github.io/chaos-monkey-spring-boot/latest/#:~:text=Chaos%20Monkey%20might%20break) or a bug?
Kindly assist.
The text was updated successfully, but these errors were encountered: