Re: unable to connect to apache ccassandra

2021-12-30 Thread Michael Shuler
Reply-to set to user@ mailing list address, which would the best place to seek this type of help; dev@ bcc'ed. Is cassandra running, did you start it? Is the process listening on localhost (127.0.0.1) port 9042? `ss -ltn | grep 9042` would be a good way to check if the process is listening.

unable to connect to apache ccassandra

2021-12-26 Thread Dorian ROSSE
Hello, I fall on error following : root@ubuntu-ThinkPad-X250:/etc/apt/sources.list.d# cqlsh 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 to run fully apache cassandra ? Thank