【发布时间】:2018-05-23 04:34:45
【问题描述】:
运行sbt runAll 会产生以下结果:
[info] Starting Cassandra
.
[info] Cassandra server is not yet started.
[info]
[info] The value assigned to
[info] `lagomCassandraMaxBootWaitingTime`
[info] is either too short, or this may indicate another
[info] process is already running on port 4000
端口 4000 上没有运行。我尝试配置不同的端口,但消息仍然存在(使用不同的端口)。
默认情况下,20 秒就足够了,我强烈怀疑这是问题所在。
不知道如何调试此问题或可能导致此问题的原因。
我意识到我可以运行本地 Cassandra 服务器,但我希望让它工作。
有什么建议么?
【问题讨论】: