cassandra cql shell window got disappears after installation in windows

前端 未结 4 2164
攒了一身酷
攒了一身酷 2021-02-13 18:03

cassandra cql shell window got disappears after installation in windows? this was installed using MSI installer availalbe in planet cassandra.

Why this happens ? please

4条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-13 18:55

    Goto C:\Program Files\DataStax Community\apache-cassandra\logs\debug.log and find the error.

    like I facing was same issue, I checked the logs and there was an error

    ERROR [main] 2018-01-16 14:54:49,359 JVMStabilityInspector.java:82 - Exiting due to error while processing commit log during initialization.
    org.apache.cassandra.db.commitlog.CommitLogReplayer$CommitLogReplayException: Could not read commit log descriptor in file C:\Program Files\DataStax Community\data\commitlog\CommitLog-6-1516029298188.log
    

    i've deleted the the all log files and started server from below location

    "C:\Program Files\DataStax Community\apache-cassandra\bin\cassandra.bat"
    

    once your server is up and running now you can open Cassandra CQL Shell

提交回复
热议问题