Apache Cassandra 2.1.6 Not Binding to port 9042

671 Views Asked by At

I have added the port to Iptables for Input, Forward and Output, still no luck

The error I got

1

There are 1 best solutions below

0
On BEST ANSWER

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