Wednesday, January 29, 2020

Cassandra Error: nodetool: Failed to connect to '159.65.236.256:7199' - NoSuchObjectException: 'no such object in table'.

Cassandra Error: nodetool: Failed to connect to '159.65.236.256:7199' - NoSuchObjectException: 'no such object in table'.

Make sure these parameters were set.

In cassandra-env.sh, enable hostname to IP address/resolvable hostname.
Example: JVM_OPTS="$JVM_OPTS -Djava.rmi.server.hostname=204.48.27.256"

and set
LOCAL_JMX=no --- This will allow other hosts JMX connection
&
JVM_OPTS="$JVM_OPTS -Dcom.sun.management.jmxremote.authenticate=false" --- This will disable authentication, we can keep it true if needed.

***

No comments:

Post a Comment