Beans tab on intellij debugger says Application readiness check failed: JMX agent not loaded. Check that the application started successfully.
已回答
I want to see beans loaded in my spring boot application. I see there is Beans, health, Mappings tabs on debugger. But when I click it it says:
Application readiness check failed: JMX agent not loaded. Check that the application started successfully.
How do I fix that?
请先登录再写评论。
Does https://youtrack.jetbrains.com/issue/IDEA-366480/Problems-with-detecting-beans-when-using-non-standard-JMX-naming look like your issue? If not, please file a new bug with the steps to reproduce. A sample project and the environment details will be helpful as well.
It looks similar. Not 100% sure if same.
Do you use custom JMX names?
What's custom JMX names?
spring.jmx.unique-names in application.properties.