Beans tab on intellij debugger says Application readiness check failed: JMX agent not loaded. Check that the application started successfully.

Answered

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?

0
5 comments

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.

0

It looks similar. Not 100% sure if same.

0

Do you use custom JMX names?

0

What's custom JMX names?

0

spring.jmx.unique-names in application.properties.

0

Please sign in to leave a comment.