I have added the port to Iptables for Input, Forward and Output, still no luck
Apache Cassandra 2.1.6 Not Binding to port 9042
637 views Asked by konga_joe At
1
I have added the port to Iptables for Input, Forward and Output, still no luck
It turns out that an earlier instance was still binding to the port with its process. netstat -alnp | grep 9042 - This showed the process id kill -KILL - this killed it
Cassandra started successfully