Discussion:
nodetool , localhost connection refused
A J
2012-08-20 22:10:46 UTC
Permalink
I am running 1.1.3
Nodetool on the database node (just a single node db) is giving the error:
Failed to connect to 'localhost:7199': Connection refused

Any idea what could be causing this ?

Thanks.
Hiller, Dean
2012-08-20 22:17:03 UTC
Permalink
My guess is "telnet localhost 7199" also fails? And if you are on linux
and run netstat -anp, you will see no one is listening on that port?

So database node did not start and bind to that port and you would see
exception in the logs of that database nodeŠ.just a guess.

Dean
Post by A J
I am running 1.1.3
Failed to connect to 'localhost:7199': Connection refused
Any idea what could be causing this ?
Thanks.
A J
2012-08-20 22:33:36 UTC
Permalink
Yes, the telnet does not work.
Don't know what it was but switching to 1.1.4 solved the issue.
Post by Hiller, Dean
My guess is "telnet localhost 7199" also fails? And if you are on linux
and run netstat -anp, you will see no one is listening on that port?
So database node did not start and bind to that port and you would see
exception in the logs of that database nodeŠ.just a guess.
Dean
Post by A J
I am running 1.1.3
Failed to connect to 'localhost:7199': Connection refused
Any idea what could be causing this ?
Thanks.
Loading...