I developed a Spring boot application and the functionality of the application is working fine. However, at the time of startup, I see the below exception multiple times.
I had the same issue with IDEA IntelliJ. The problem was IntelliJ's default server configurations. You just need to remove the 'Enable launch optimization' and 'Enable JMX agent' checkboxes, then it works!
Steps: