Cannot start Cassandra db using bin/cassandra

后端 未结 4 845
孤城傲影
孤城傲影 2020-12-31 00:55

I have Ubuntu 12.04 with cassandra 1.1.3 (tarball installation), When I try to start cassandra, I get the following:

user@ubuntu:~/apache-cassandra-1.1.3/bin         


        
4条回答
  •  耶瑟儿~
    2020-12-31 01:40

    I had the same. Flowing steps helped me.

    Remove cassandra $ apt-get remove cassandra

    Update apt repos $ sudo add-apt-repository ppa:webupd8team/java

    Reinstall java $ sudo apt-get install oracle-java8-set-default

    Install cassandra again $ apt-get install cassandra

    I was using information from that page

提交回复
热议问题