I am getting below error in prod mode for (Java8+Oauth2+MySql+Hazelcast+no clustered http sessions) combination. Dev mode has worked fine.
Unable to register MBe
Simply add below annotation on your Config file
@EnableMBeanExport(registration=RegistrationPolicy.IGNORE_EXISTING)
It will work for you.