This is probably because rmi code jmx uses to listen detected wrong address.
To fix this add the following to cassandra nodes startup script instances:
-Djava.rmi.server.hostname=127.0.0.1
(change 127.0.0.1 to actual internal address of cassandra node)

Reply via email to