Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Error while setting up Apigee Private Cloud standalone mode - Cassandra failed to start or unreachable

Not applicable

@Maruti Chand

Apigee 4.15.04.00

Error Message: Cassandra failed to start or unreacheable

RHEL 6.6

Oracle JDK 1.7

Solved Solved
0 8 948
1 ACCEPTED SOLUTION

Can you see if iptables is running ? sudo service iptables status . If it is running please run sudo service iptables stop. I am guessing Iptables have a reject rule which is stopping traffic at that port.

The other thing to check is : while doing the installation when it asks for cassandra IP if you specify 127.0.0.1 or localhost it will fail. Instead you should provide there what hostname -i returns .

View solution in original post

8 REPLIES 8
Top Solution Authors