Cannot to connect to a Cassandra DB from localhost
Posted
by DJYod
on Server Fault
See other posts from Server Fault
or by DJYod
Published on 2010-05-22T14:36:20Z
Indexed on
2010/05/22
14:41 UTC
Read the original article
Hit count: 349
Hello,
I don't know if I'm on the right site, I installed OpenSolaris a single cassandra node, I don't have other node. On the same server, I install Ruby 1.8 with the gem Cassandra.
If I try to connect from my computer to the Cassandra node through the ruby gem cassandra, I can connect perfectly, if I try to to the same from the ruby gem cassandra in the server, it says that there is no listening on 127.0.0.1.
I can connect locally to the instance using telnet 127.0.0.1 9160 and it works...
any idea?
Thank you!
© Server Fault or respective owner