Hide Forgot
project_key: EDG when debug level is enabled ComponentsJmxRegistration.registerMBeans() fails because of the line 99: log.debug(String.format("Object name %s already registered"), objectName); that should be: log.debug(String.format("Object name %s already registered", objectName)); this blocks EDG startup log attached
Galder I'm assigning to you, cause I saw your name in the class/commit in question ... if this is not for you please reassign
Attachment: Added: server.log.error.txt
affects infinispan 4.2.1.CR1
Manik fixed it a couple of weeks back: https://github.com/infinispan/infinispan/commit/928735f946d6d155388bb18b4047ad06006a3f78#L22L99 It should be included in CR2.