【发布时间】:2016-02-22 19:20:07
【问题描述】:
当我在 git bash 中使用命令 bin/cassandra install 时,它会显示此错误:
$ Error: Could not find or load main class org.apache.cassandra.service.CassandraDaemon
它在“cmd”上完成,但是当我使用 bin/cqlsh 时出现此错误:
Connection error: ('Unable to connect to any servers',
{'127.0.0.1': error(10061, "Tried connecting to [('127.0.0.1', 9042)].
Last error: No connection could be made because the target machine actively refused it")})
我该如何解决?
【问题讨论】:
-
请编辑问题并将此信息作为问题的一部分放在上面的评论中。
标签: cassandra