Unable to register MBean [HikariDataSource (HikariPool-0)] with key ‘dataSource’
I was having a similar issue, with 2 jhipster application instances running alongside on a single tomcat server. I posted this also in https://github.com/jhipster/generator-jhipster/issues/874#issuecomment-113023849 From https://docs.oracle.com/javase/tutorial/jmx/mbeans/standard.html Every JMX MBean must have an object name. The object name is an instance of the JMX class ?ObjectName and must conform to the syntax defined by the JMX … Read more