Open maasg opened 10 years ago
Do you know of a workaround? I don't have a Mesos environment to try this on right now so it would help us a lot. Thanks!
I'm looking into it.
for the record: workaround at the moment: disable jmx remoting by removing it from the config:
# -Dcom.sun.management.jmxremote.port=9999
# -Dcom.sun.management.jmxremote.authenticate=false
# -Dcom.sun.management.jmxremote.ssl=false
When running on Mesos, the main port is configurable, but JMX ports are kept on the default value, therefore with the potential to clash other processes (that left jmx ports also to the same default value)