serviceUrl, theEnv, theMBeanServer);
cs.start();
log.info(sm.getString("jmxRemoteLifecycleListener.start",
- Integer.valueOf(theRmiRegistryPort),
- Integer.valueOf(theRmiServerPort), serverName));
+ Integer.toString(theRmiRegistryPort),
+ Integer.toString(theRmiServerPort), serverName));
} catch (IOException e) {
log.error(sm.getString(
"jmxRemoteLifecycleListener.createServerFailed",
</fix>
</changelog>
</subsection>
+ <subsection name="Extras">
+ <changelog>
+ <fix>
+ <bug>49861</bug>: Don't log RMI ports formatted with commas for the
+ JMX remote listener. (markt)
+ </fix>
+ </changelog>
+ </subsection>
<subsection name="Other">
<changelog>
<fix>