<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>DataStax Support Forums &#187; Topic: Node went Down in Cassandra cluster</title>
		<link>http://www.datastax.com/support-forums/topic/node-went-down-in-cassandra-cluster</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 05:43:22 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.datastax.com/support-forums/search.php</link>
		</textInput>
		<atom:link href="http://www.datastax.com/support-forums/rss/topic/node-went-down-in-cassandra-cluster" rel="self" type="application/rss+xml" />

		<item>
			<title>Anonymous on "Node went Down in Cassandra cluster"</title>
			<link>http://www.datastax.com/support-forums/topic/node-went-down-in-cassandra-cluster#post-1086</link>
			<pubDate>Fri, 03 Feb 2012 19:05:51 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1086@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;There is no Error messages in the Cassandra logs, just the Info messages, what do I need change so that I could see the Errors as well in the logs?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thepaul on "Node went Down in Cassandra cluster"</title>
			<link>http://www.datastax.com/support-forums/topic/node-went-down-in-cassandra-cluster#post-1084</link>
			<pubDate>Thu, 02 Feb 2012 16:56:37 +0000</pubDate>
			<dc:creator>thepaul</dc:creator>
			<guid isPermaLink="false">1084@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;That just means nodetool couldn't make a TCP connection to the cassandra instance on the dead node (probably because it's dead).  You'll probably find more useful information in the cassandra logs.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Node went Down in Cassandra cluster"</title>
			<link>http://www.datastax.com/support-forums/topic/node-went-down-in-cassandra-cluster#post-1080</link>
			<pubDate>Thu, 02 Feb 2012 00:07:32 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1080@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi Experts,&#60;/p&#62;
&#60;p&#62;one of our nodes went down unexpectedly.&#60;br /&#62;
I am trying to investigate what might be root cause for this happen.&#60;/p&#62;
&#60;p&#62;I did a &#60;code&#62;nodetool -h localhost info&#60;/code&#62; on the dead node &#38;amp; got this&#60;/p&#62;
&#60;p&#62;Error connection to remote JMX agent!&#60;br /&#62;
java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: localhost; nested exception is:&#60;br /&#62;
        java.net.ConnectException: Connection refused]&#60;br /&#62;
        at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:340)&#60;br /&#62;
        at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)&#60;br /&#62;
        at org.apache.cassandra.tools.NodeProbe.connect(NodeProbe.java:143)&#60;br /&#62;
        at org.apache.cassandra.tools.NodeProbe.&#38;lt;init&#38;gt;(NodeProbe.java:113)&#60;br /&#62;
        at org.apache.cassandra.tools.NodeCmd.main(NodeCmd.java:589)&#60;br /&#62;
Caused by: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: localhost; nested exception is:&#60;br /&#62;
        java.net.ConnectException: Connection refused]&#60;br /&#62;
        at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:101)&#60;br /&#62;
        at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:185)&#60;br /&#62;
        at javax.naming.InitialContext.lookup(InitialContext.java:392)&#60;br /&#62;
        at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1888)&#60;br /&#62;
        at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1858)&#60;br /&#62;
        at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:257)&#60;br /&#62;
        ... 4 more&#60;br /&#62;
Caused by: java.rmi.ConnectException: Connection refused to host: localhost; nested exception is:&#60;br /&#62;
        java.net.ConnectException: Connection refused&#60;br /&#62;
        at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:601)&#60;br /&#62;
        at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:198)&#60;br /&#62;
        at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)&#60;br /&#62;
        at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)&#60;br /&#62;
        at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)&#60;br /&#62;
        at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:97)&#60;br /&#62;
        ... 9 more&#60;br /&#62;
Caused by: java.net.ConnectException: Connection refused&#60;br /&#62;
        at java.net.PlainSocketImpl.socketConnect(Native Method)&#60;br /&#62;
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)&#60;br /&#62;
        at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)&#60;br /&#62;
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)&#60;br /&#62;
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)&#60;br /&#62;
        at java.net.Socket.connect(Socket.java:529)&#60;br /&#62;
        at java.net.Socket.connect(Socket.java:478)&#60;br /&#62;
        at java.net.Socket.&#38;lt;init&#38;gt;(Socket.java:375)&#60;br /&#62;
        at java.net.Socket.&#38;lt;init&#38;gt;(Socket.java:189)&#60;br /&#62;
        at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)&#60;br /&#62;
        at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128)&#60;br /&#62;
        at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:595)&#60;br /&#62;
        ... 14 more&#60;/p&#62;
&#60;p&#62;Could you please throw me some hints.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Nish
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
