<?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; User Favorites: hhj</title>
		<link><a href='http://www.datastax.com/support-forums/profile/hhj'>hhj</a></link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 16:57:58 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>hhj on "Compatible with Ubuntu 12.10?"</title>
			<link>http://www.datastax.com/support-forums/topic/compatible-with-ubuntu-1210#post-7580</link>
			<pubDate>Mon, 19 Nov 2012 22:41:59 +0000</pubDate>
			<dc:creator>hhj</dc:creator>
			<guid isPermaLink="false">7580@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Now that made a huge difference.&#60;br /&#62;
All the agent nodes are now responding to requests.&#60;/p&#62;
&#60;p&#62;Thanks a lot for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nickmbailey on "Compatible with Ubuntu 12.10?"</title>
			<link>http://www.datastax.com/support-forums/topic/compatible-with-ubuntu-1210#post-7579</link>
			<pubDate>Mon, 19 Nov 2012 21:53:59 +0000</pubDate>
			<dc:creator>nickmbailey</dc:creator>
			<guid isPermaLink="false">7579@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;The agents won't listen on that port until the receive a response from OpsCenter. The problem appears to be that OpsCenter can't match the agents to a cluster. You can see the relevant log line:&#60;/p&#62;
&#60;p&#62;2012-11-19 20:48:17+0000 [] WARN: Unable to find a matching cluster for [u'0:0:0:0:0:0:0:1%1', u'fe80:0:0:0:1031:3cff:fe06:5878%2', u'127.0.0.1', u'10.51.91.134']&#60;/p&#62;
&#60;p&#62;It appears that your cassandra nodes are configured with an interface that the agent can't auto detect. You can resolve this by adding an additional configuration line to address.yaml that specifies the broadcast/listen address that the cassandra node is using:&#60;/p&#62;
&#60;p&#62;local_interface: &#38;lt;cassandra listen address&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hhj on "Compatible with Ubuntu 12.10?"</title>
			<link>http://www.datastax.com/support-forums/topic/compatible-with-ubuntu-1210#post-7578</link>
			<pubDate>Mon, 19 Nov 2012 21:24:41 +0000</pubDate>
			<dc:creator>hhj</dc:creator>
			<guid isPermaLink="false">7578@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;As mentioned in the initial post, the agents aren't even listening on port 61621 on the nodes, which I guess is the root cause of the problems.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hhj on "Compatible with Ubuntu 12.10?"</title>
			<link>http://www.datastax.com/support-forums/topic/compatible-with-ubuntu-1210#post-7577</link>
			<pubDate>Mon, 19 Nov 2012 21:04:48 +0000</pubDate>
			<dc:creator>hhj</dc:creator>
			<guid isPermaLink="false">7577@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Cassandra version is 1.1.6. Opscenter 2.1.2.&#60;br /&#62;
I have not changed any defaults other than use_ssl: no.&#60;br /&#62;
The setup is running in AWS across multiple regions.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
tail /var/log/opscenter/opscenterd.log&#60;br /&#62;
2012-11-19 20:48:16+0000 [PING]  WARN: Unable to collect datacenter, rack information: Failed query to &#60;a href=&#34;http://23.21.197.95:61621/cluster/datacenter?node_ip=176.34.238.192&#34; rel=&#34;nofollow&#34;&#62;http://23.21.197.95:61621/cluster/datacenter?node_ip=176.34.238.192&#60;/a&#62; : Connection was refused by other side: 111: Connection refused.&#60;br /&#62;
2012-11-19 20:48:16+0000 [PING]  WARN: HTTP request &#60;a href=&#34;http://54.251.40.92:61621/cluster/datacenter?node_ip=23.21.197.95&#34; rel=&#34;nofollow&#34;&#62;http://54.251.40.92:61621/cluster/datacenter?node_ip=23.21.197.95&#60;/a&#62; failed: Connection was refused by other side: 111: Connection refused.&#60;br /&#62;
2012-11-19 20:48:16+0000 [PING]  WARN: Unable to collect datacenter, rack information: Failed query to &#60;a href=&#34;http://54.251.40.92:61621/cluster/datacenter?node_ip=23.21.197.95&#34; rel=&#34;nofollow&#34;&#62;http://54.251.40.92:61621/cluster/datacenter?node_ip=23.21.197.95&#60;/a&#62; : Connection was refused by other side: 111: Connection refused.&#60;br /&#62;
2012-11-19 20:48:16+0000 [PING]  WARN: HTTP request &#60;a href=&#34;http://54.251.40.92:61621/cluster/datacenter?node_ip=54.251.40.92&#34; rel=&#34;nofollow&#34;&#62;http://54.251.40.92:61621/cluster/datacenter?node_ip=54.251.40.92&#60;/a&#62; failed: Connection was refused by other side: 111: Connection refused.&#60;br /&#62;
2012-11-19 20:48:16+0000 [PING]  WARN: Unable to collect datacenter, rack information: Failed query to &#60;a href=&#34;http://54.251.40.92:61621/cluster/datacenter?node_ip=54.251.40.92&#34; rel=&#34;nofollow&#34;&#62;http://54.251.40.92:61621/cluster/datacenter?node_ip=54.251.40.92&#60;/a&#62; : Connection was refused by other side: 111: Connection refused.&#60;br /&#62;
2012-11-19 20:48:17+0000 []  WARN: Unable to find a matching cluster for [u'0:0:0:0:0:0:0:1%1', u'fe80:0:0:0:1031:3cff:fe06:5878%2', u'127.0.0.1', u'10.51.91.134']&#60;br /&#62;
2012-11-19 20:48:27+0000 []  WARN: Unable to find a matching cluster for [u'10.142.214.245', u'0:0:0:0:0:0:0:1%1', u'fe80:0:0:0:1031:41ff:fe04:d507%2', u'127.0.0.1']&#60;br /&#62;
2012-11-19 20:48:37+0000 []  WARN: Unable to find a matching cluster for [u'0:0:0:0:0:0:0:1%1', u'fe80:0:0:0:1031:3cff:fe06:5878%2', u'127.0.0.1', u'10.51.91.134']&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nickmbailey on "Compatible with Ubuntu 12.10?"</title>
			<link>http://www.datastax.com/support-forums/topic/compatible-with-ubuntu-1210#post-7575</link>
			<pubDate>Mon, 19 Nov 2012 16:22:58 +0000</pubDate>
			<dc:creator>nickmbailey</dc:creator>
			<guid isPermaLink="false">7575@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;A couple of questions&#60;/p&#62;
&#60;p&#62;* What version of cassandra are you using&#60;br /&#62;
* Did you change the default jmx port&#60;br /&#62;
* Can you attach the main opscenter log? It looks like the agents are connecting to it but it is not responding.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hhj on "Compatible with Ubuntu 12.10?"</title>
			<link>http://www.datastax.com/support-forums/topic/compatible-with-ubuntu-1210#post-7572</link>
			<pubDate>Mon, 19 Nov 2012 13:04:50 +0000</pubDate>
			<dc:creator>hhj</dc:creator>
			<guid isPermaLink="false">7572@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Thanks for the reply.&#60;/p&#62;
&#60;p&#62;Yes, SSL is disabled through use_ssl: 0. &#60;/p&#62;
&#60;p&#62;There are no messages regarding the agents in the opscenterd logs, other than the WARN described above.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thobbs on "Compatible with Ubuntu 12.10?"</title>
			<link>http://www.datastax.com/support-forums/topic/compatible-with-ubuntu-1210#post-7540</link>
			<pubDate>Fri, 16 Nov 2012 23:02:15 +0000</pubDate>
			<dc:creator>thobbs</dc:creator>
			<guid isPermaLink="false">7540@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;How did you disable SSL on the agent? The correct method is to add the following to &#60;code&#62;address.yaml&#60;/code&#62;: &#34;&#60;code&#62;use_ssl: 0&#60;/code&#62;&#34;.  (The &#60;code&#62;address.yaml&#60;/code&#62; file is in &#60;code&#62;/var/lib/opscenter-agent/conf&#60;/code&#62; if it was installed through the OpsCenter UI or from a package.)&#60;/p&#62;
&#60;p&#62;Do the opscenterd logs show any messages coming in from that agent?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hhj on "Compatible with Ubuntu 12.10?"</title>
			<link>http://www.datastax.com/support-forums/topic/compatible-with-ubuntu-1210#post-7507</link>
			<pubDate>Thu, 15 Nov 2012 19:10:09 +0000</pubDate>
			<dc:creator>hhj</dc:creator>
			<guid isPermaLink="false">7507@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Does OpsCenter have any known issues on Ubuntu 12.10?&#60;/p&#62;
&#60;p&#62;The reason I'm asking, is that on every node I'm seeing the following messages in the agent logs:&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
DEBUG [pool-2-thread-2] 2012-11-15 19:01:05,819 Sending message '[null,[&#34;2.10&#34;,&#34;\/453709357\/conf&#34;,[&#34;0:0:0:0:0:0:0:1%1&#34;,&#34;fe80:0:0:0:1031:3cff:fe06:5878%2&#34;,&#34;127.0.0.1&#34;,&#34;10.51.91.134&#34;]]]' to channel '/conf-request'.&#60;br /&#62;
 INFO [Initialization] 2012-11-15 19:01:05,820 Sleeping for 20s before trying to determine IP over JMX again&#60;br /&#62;
DEBUG [pool-2-thread-2] 2012-11-15 19:01:25,822 Sending message '[null,[&#34;2.10&#34;,&#34;\/453709357\/conf&#34;,[&#34;0:0:0:0:0:0:0:1%1&#34;,&#34;fe80:0:0:0:1031:3cff:fe06:5878%2&#34;,&#34;127.0.0.1&#34;,&#34;10.51.91.134&#34;]]]' to channel '/conf-request'.&#60;br /&#62;
 INFO [Initialization] 2012-11-15 19:01:25,823 Sleeping for 20s before trying to determine IP over JMX again&#60;br /&#62;
DEBUG [pool-2-thread-2] 2012-11-15 19:01:45,825 Sending message '[null,[&#34;2.10&#34;,&#34;\/453709357\/conf&#34;,[&#34;0:0:0:0:0:0:0:1%1&#34;,&#34;fe80:0:0:0:1031:3cff:fe06:5878%2&#34;,&#34;127.0.0.1&#34;,&#34;10.51.91.134&#34;]]]' to channel '/conf-request'.&#60;br /&#62;
 INFO [Initialization] 2012-11-15 19:01:45,827 Sleeping for 20s before trying to determine IP over JMX again&#60;br /&#62;
DEBUG [pool-2-thread-2] 2012-11-15 19:02:05,828 Sending message '[null,[&#34;2.10&#34;,&#34;\/453709357\/conf&#34;,[&#34;0:0:0:0:0:0:0:1%1&#34;,&#34;fe80:0:0:0:1031:3cff:fe06:5878%2&#34;,&#34;127.0.0.1&#34;,&#34;10.51.91.134&#34;]]]' to channel '/conf-request'.&#60;br /&#62;
 INFO [Initialization] 2012-11-15 19:02:05,830 Sleeping for 20s before trying to determine IP over JMX again&#60;br /&#62;
DEBUG [pool-2-thread-2] 2012-11-15 19:02:25,832 Sending message '[null,[&#34;2.10&#34;,&#34;\/453709357\/conf&#34;,[&#34;0:0:0:0:0:0:0:1%1&#34;,&#34;fe80:0:0:0:1031:3cff:fe06:5878%2&#34;,&#34;127.0.0.1&#34;,&#34;10.51.91.134&#34;]]]' to channel '/conf-request'.&#60;br /&#62;
 INFO [Initialization] 2012-11-15 19:02:25,833 Sleeping for 20s before trying to determine IP over JMX again&#60;br /&#62;
&#60;/code&#62;&#60;br /&#62;
The agents doesn't seem to be listening on port 61621, as that port doesn't appear in netstat.&#60;/p&#62;
&#60;p&#62;This results in the following messages on the opscenter server:&#60;br /&#62;
&#60;code&#62;WARN: Unable to collect datacenter, rack information: Failed query to &#60;a href=&#34;http://x.x.x.x:61621/cluster/datacenter?node_ip=x.x.x.x&#34; rel=&#34;nofollow&#34;&#62;http://x.x.x.x:61621/cluster/datacenter?node_ip=x.x.x.x&#60;/a&#62; : The http request to the agent timed out. This most likely indicates that you need to restart the agent on this node.&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Connectivity between the servers on port 61620/61621 has been verified.&#60;br /&#62;
Has been tested on Oracle Java JRE 1.6 and OpenJDK JRE 1.7.&#60;br /&#62;
SSL has been disabled, as part of my debugging efforts.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
