Problem Scenario
You have installed Apache Cassandra on Linux. It is deployed as a single node configuration (not a cluster). When you run “cqlsh” you get this error:
“Connection error: (‘Unable to connect to any servers’, {‘127.0.0.1’: error(111, “Tried connecting to [(‘127.0.0.1’, 9042)]. Last error: Connection refused”)})”
How do you troubleshoot cqlsh when you get this message “”Tried connecting to [(‘127.0.0.1’, 9042)].
…
Continue reading “How Do You Troubleshoot the Cassandra Problem about “Connection refused”?”