What function are you calling to get data and what is the error ?
Try calling a function like keyspaces(), it should return a list of the keyspaces in your cluster and is a good way to test things are connected.
If there is still no joy check you can connect to your cluster using the cassandra-cli command line app located in cassandra/bin
Aaron
On 07 Dec, 2010,at 08:46 AM, Alberto Velandia <betovelan...@gmail.com> wrote:
Hi I'm trying to create a connection to a server running cassandra doing this:compass = Cassandra.new('Compas', servers="223.798.456.123:9160")But once I try to get some data I realize that there's no connection, any ideas?? I'm I missing something ?Thanks