You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 21, 2019. It is now read-only.
[2016-05-09 21:38:54,618] ERROR ar.com.threelegs.newrelic.CassandraRing -
ar.com.threelegs.newrelic.jmx.ConnectionException: unable to connect to server IP
The text was updated successfully, but these errors were encountered:
@vinay291 I had the same issue with the the debian package build of cassandra, you'll want to edit the cassandra-env.yaml file and change the LOCAL_JMX declaration as well as disable authentication.
JMX to listen to 0.0.0.0:
# Cassandra ships with JMX accessible *only* from localhost.
# To enable remote JMX connections, uncomment lines below
# with authentication and/or ssl enabled. See https://wiki.apache.org/cassandra/JmxSecurity
#
if [ "x$LOCAL_JMX" = "x" ]; then
LOCAL_JMX=no
fi
@vinay291 I had the same issue with the the debian package build of cassandra, you'll want to edit the cassandra-env.yaml file and change the LOCAL_JMX declaration as well as disable authentication.
JMX to listen to 0.0.0.0:
Cassandra ships with JMX accessible only from localhost.
To enable remote JMX connections, uncomment lines below
[2016-05-09 21:38:54,618] ERROR ar.com.threelegs.newrelic.CassandraRing -
ar.com.threelegs.newrelic.jmx.ConnectionException: unable to connect to server IP
The text was updated successfully, but these errors were encountered: