I’ve done an install on an amazon instance, and for some strange reason I can telnet to the JMX port, but node tool just hangs and doesn’t do anything. I am hoping I’m overlooking something simple that someone could help me point out? Thanks (:
cassandra@t1:/cassandra/db$ telnet 127.0.0.1 7199 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. ^]quit telnet> quit Connection closed. cassandra@t1:/cassandra/db$ nodetool -h 127.0.0.1 status Failed to connect to '127.0.0.1:7199': Connection timed out Any pointers would be appreciated. (cqlsh works fine, its just nodetool thats giving me the headache) Thanks, Jacob