jbonofre commented on code in PR #1762:
URL: https://github.com/apache/activemq/pull/1762#discussion_r2929770928


##########
activemq-broker/src/main/java/org/apache/activemq/broker/jmx/ManagementContext.java:
##########
@@ -569,7 +569,9 @@ private void createConnector(MBeanServer mbeanServer) 
throws IOException {
         } catch(ClassNotFoundException e) {
             LOG.debug("Probably not using JRE 1.4: {}", 
e.getLocalizedMessage());
         } catch (Throwable e) {
-            LOG.debug("Failed to create local registry. This exception will be 
ignored.", e);
+            LOG.debug("Failed to create local RMI registry on port {}. This 
may happen when another process or broker instance "

Review Comment:
   I would also propose to use `warn` instead of `debug` here (to clearly 
inform the user).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to