Is there any canssandra genius who can help me to solve the suddenly starup error of "Error: Could not find or load main class -ea"?

2019-12-24 Thread Nimbus Lin
To Cassandra's developers and users: CC dimo: Firstly thanks dimo for his guiding, but as my former mail show, there is no -ea variable in the cassandra's startup program and configuration. And the centos6.9 OS's env also don't have -ea variable. And the cassandra startup fail, so I cann't

Re: RE:_Why_suddenly_cassandra_3.11.4_and_3.11.3_“can_not_find_or_load_main_class_-ea”?

2019-12-24 Thread Shalom Sagges
Hi Georgelin, Do you have jdk 1.8 installed? Is JAVA_HOME set in your cassandra-env.sh file? Also, try to check the /var/log/cassandra/startup.log for additional information. Hope this helps. On Tue, Dec 24, 2019 at 10:39 AM gloCalHelp.com wrote: > To Dimo: > > Thank you for your reply an

回复:RE:_Why_suddenly_cassandra_3.11.4_and_3.11.3_“can_not_find_or_load_main_class_-ea”?

2019-12-24 Thread gloCalHelp.com
To Dimo: Thank you for your reply and guiding , but not only my customized soure, but also the original cassandra 3.11.3/4 suddenly cann't run as several years ago and throw the -ea errors, and I have check the original running bin/cassandra source and centos's environment, no any -ea let.

RE: Why suddenly cassandra 3.11.4 and 3.11.3 “can not find or load main class -ea”?

2019-12-24 Thread Dimo Velev
-ea is a jvm parameter to enable assertions. Maybe you are passing it at the wrong place and the jvm interprets it as class name that you want to start. Original message From: "gloCalHelp.com" Date: 24/12/2019 08:03 (GMT+01:00) To: user , dev-help , www_8ems_com Subject: Wh