Re: NoServer Available

2010-07-28 Thread Daniel Bernstein
Thanks for the help Aaron. I sorted it out: the problem was that I was using the latest version of pycassa against cassandra 0.6.x. When I downloaded the 0.3.0 pycassa and used the previous api, all worked properly. Cheers, db On Wed, Jul 28, 2010 at 2:44 PM, Aaron Morton wrote: > Just check

Re: NoServer Available

2010-07-28 Thread Daniel Bernstein
Thanks for the help Aaron. I sorted it out: the problem was that I was using the latest version of pycassa against cassandra 0.6.x. When I downloaded the 0.3.0 pycassa and used the previous api, all worked properly. Cheers, db On Wed, Jul 28, 2010 at 2:44 PM, Aaron Morton wrote: > Just check

Re: NoServer Available

2010-07-28 Thread Aaron Morton
Just checking the obvious, your connecting to the local host so is this code running on one of the machines with the cassandra installed ? Second, assuming your using the current git hub source, put a break point in connection.py at line 191 to see what the actual error is when it tries to connect.

NoServer Available

2010-07-27 Thread Daniel Bernstein
I've set up a 2 node cluster and I'm trying to connect using pycassa. My thrift address is set to the default: localhost:9160 I've verified that the port is open and I'm able to connect to it via telnet. My keyspace "Ananda" is defined as is the column family "URL" in storage.xml Running the f