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
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 o
assume you're using a *nix system, the command to check which program is
using port 9160:
netstat -anp | grep 9160
On Wed, Dec 26, 2012 at 5:56 AM, Bob Futrelle wrote:
> I have been using cqlsh (and --cql3) successfully for a few weeks.
> But yesterday it stopped working, with the all too famili
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