我正在尝试连接到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")})
当我尝试nodetool状态时,它会给我错误
nodetool: Failed to connect to '127.0.0.1:7199' - ConnectException: 'Connection refused'.
在我的cassandra.yaml中有start_rpc:true。我的rpc地址设置为rpc_address:0.0.0.0
我已经通过ervice --status-all检查服务,并且cassandra正在运行。
我也试过并寻找所有可能的解决方案,但没有任何帮助。
请帮助我,因为我是cassandra开发的新手。