Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

New relic cassandra plugin #53

Open
vinay291 opened this issue May 9, 2016 · 2 comments
Open

New relic cassandra plugin #53

vinay291 opened this issue May 9, 2016 · 2 comments

Comments

@vinay291
Copy link

vinay291 commented May 9, 2016

[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

@nothau
Copy link

nothau commented Jun 3, 2016

@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
Disable JMX authentication:

JVM_OPTS="$JVM_OPTS -Dcom.sun.management.jmxremote.authenticate=false"

@vinay291
Copy link
Author

vinay291 commented Jun 4, 2016

Ya ,osm it's working ...thanks for the information

Sent from my iPhone

On 03-Jun-2016, at 11:09 PM, nothau [email protected] wrote:

@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
Disable JMX authentication:

JVM_OPTS="$JVM_OPTS -Dcom.sun.management.jmxremote.authenticate=false"


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants