jeanouii commented on code in PR #1762:
URL: https://github.com/apache/activemq/pull/1762#discussion_r2930050380
##########
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 agree!
Improving the log message is great, but it has to be visible. DEBUG does not
seem adequate here so +1 for WARN instead
--
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