0
私はこの問題に直面しています。私は適切にカッサンドラを始めましたが、なぜ私はこれに直面しているのか誤りを理解していません。JAVAのCassandraエラー
[email protected]:~$ sudo service cassandra start
sudo: /etc/sudoers.d is world writable
[email protected]:~$ sudo service cassandra status
sudo: /etc/sudoers.d is world writable
● cassandra.service - LSB: distributed storage system for structured data
Loaded: loaded (/etc/init.d/cassandra; bad; vendor preset: enabled)
Active: active (exited) since Thu 2016-11-24 19:12:59 PST; 15min ago
Docs: man:systemd-sysv-generator(8)
Process: 14796 ExecStop=/etc/init.d/cassandra stop (code=exited, status=0/SUCCESS)
Process: 16659 ExecStart=/etc/init.d/cassandra start (code=exited, status=0/SUCCESS)
Nov 24 19:12:59 aims systemd[1]: Starting LSB: distributed storage system for structured data...
Nov 24 19:12:59 aims systemd[1]: Started LSB: distributed storage system for structured data.
Nov 24 19:28:19 aims systemd[1]: Started LSB: distributed storage system for structured data.
[email protected]:~$ cd cassandra/
[email protected]:~/cassandra$ bin/cassandra
[email protected]:~/cassandra$ OpenJDK 64-Bit Server VM warning: Cannot open file bin/../logs/gc.log due to No such file or directory
Error: Could not find or load main class org.apache.cassandra.service.CassandraDaemon
なぜこの種の問題に直面しているかを教えてください。
私のJAVAが存在する場所です:
[email protected]:~/cassandra$ echo $JAVA_HOME
/home/aims/java/bin
は私のためのソリューションを聞くことを願っています。
'JAVA_HOME'ではなく、再び –
'輸出JAVA_HOME = /ホーム/目的/ java'する必要があります..私はそれをチェックしてみましょうありがとうございます。 –
@NicolasFilottoを試し、その後、' /ホーム/目的/ java' –