Hi guys, when I run rake cequel:keyspace:create or rake cequel:migrate, I get this error. I searched my whole configuration file for 127.0.0.1 and replaced them with localhost:3001 but I still can't get past this error. Any help please? Thank you.
Asked
Active
Viewed 52 times
0
-
localhost by default resolves to the loopback address of 127.0.0.1 If you run `ping localhost` you can see this for yourself. Are you sure that you have the authentication setup correctly? – Andy Gauge Apr 26 '16 at 21:09
-
Can you tell me where to look to set up authentication? – Brian Lau Apr 26 '16 at 21:15
-
Actually, Connection Refused likely means the daemon isn't running. Running `sudo netstat -plnt` will list the services. If you run `sudo netstat -plnt | grep 3001` you should see the program running. I've never used Cassandra personally. – Andy Gauge Apr 26 '16 at 21:19