-
Notifications
You must be signed in to change notification settings - Fork 218
Description
Hi team i cloned your code and tried to run it but found that the steps written to run the code was not correct as the step mvn cassandra:run while running this step its giving error that JVM_Bind address is already in use . when i tried to modified the port using cammand line arguments then also it gived exception.
i used mvn cassandra:run -Dcassandra.rpcPort=19160 -Dcassandra.jmxPort=17199 -Dcassandra.storagePort=17000 -Dcassandra.stopPort=18081
following cammand.
my window is getting hanged on following part:
[WARN] 13:14:04,446 MemoryMeter uninitialized (jamm not specified as java agent); KeyCache size in JVM Heap will not be calculated accurately. Usually this means cassandra-env.sh disabled jamm because you are using a buggy JRE; upgrade to the Sun JRE instead