Re: Changing rpc_port in cassandra.yaml has no effect

2012-12-28 Thread Andras Szerdahelyi
Its not clear to me how you are starting the daemon. You mention Eclipse - do you have Cassandra embedded in an Eclipse project? cassandra.yaml might not be read correctly. Make sure its on the class path, i have it in src/main/resources and it gets picked up from there just fine ( although i

Re: Changing rpc_port in cassandra.yaml has no effect

2012-12-28 Thread Bob Futrelle
Thanks for the detailed help. I'll follow up. - Bob Futrelle On Fri, Dec 28, 2012 at 1:51 PM, Andras Szerdahelyi andras.szerdahe...@ignitionone.com wrote: Its not clear to me how you are starting the daemon. You mention Eclipse - do you have Cassandra embedded in an Eclipse project?

Changing rpc_port in cassandra.yaml has no effect

2012-12-25 Thread Bob Futrelle
I have been using cqlsh (and --cql3) successfully for a few weeks. But yesterday it stopped working, with the all too familiar, Connection error: Could not connect to localhost:9160 Still got the same message, 9160, after I changed the rpc_port in the yaml file to 9161 or 9159. I recently