I have installed Cassandra from DataStax and the version is 3.0.9 and my java version is 1.8.0_162. When I tried to do multi-node cluster. I used two computers one is mac and another one is ubuntu and the Mac started running and I had a problem with Linux. So when I thought of starting with single node cluster with mac, I reinstalled everything and I tried to run ./cassandra -f and it stops at some point and not running.
Error I get:
ERROR 08:03:44 Exception encountered during startup
java.lang.AbstractMethodError: org.apache.cassandra.utils.JMXServerUtils$Exporter.exportObject(Ljava/rmi/Remote;ILjava/rmi/server/RMIClientSocketFactory;Ljava/rmi/server/RMIServerSocketFactory;Lsun/misc/ObjectInputFilter;)Ljava/rmi/Remote;
I reviewed the same question from others but nothing helps. Please let me know where I am wrong and how can I run it properly.
Thanks