On 01/07/2016 10:17 PM, Nick Bailey wrote: > stomp_interface is the address to connect back to the central OpsCenter > daemon with, so 127.0.0.1 should be correct. I believe the issue is just > jmx_host needing to be set to 'localhost'
This indeed looks promising, thanks Nick! mshuler@hana:~$ ccm status Cluster: 'test' --------------- node1: UP node3: UP node2: UP mshuler@hana:~$ netstat -ltunp|egrep '7.00'|grep java (Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.) tcp 0 0 127.0.0.1:7100 0.0.0.0:* LISTEN 19006/java tcp 0 0 127.0.0.1:7200 0.0.0.0:* LISTEN 18994/java tcp 0 0 127.0.0.1:7300 0.0.0.0:* LISTEN 19021/java tcp 0 0 127.0.0.3:7000 0.0.0.0:* LISTEN 19021/java tcp 0 0 127.0.0.2:7000 0.0.0.0:* LISTEN 18994/java tcp 0 0 127.0.0.1:7000 0.0.0.0:* LISTEN 19006/java -- Kind regards, Michael