<?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: tupton</title>
		<link><a href='http://www.datastax.com/support-forums/profile/tupton'>tupton</a></link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 11:55:47 +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>thobbs on "Agents running without Error, but not connecting to OpsCenter"</title>
			<link>http://www.datastax.com/support-forums/topic/agents-running-without-error-but-not-connecting-to-opscenter#post-10281</link>
			<pubDate>Tue, 23 Apr 2013 20:54:21 +0000</pubDate>
			<dc:creator>thobbs</dc:creator>
			<guid isPermaLink="false">10281@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Great! Glad to hear that worked for you.  Thanks for posting your solution.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tember.josef on "Agents running without Error, but not connecting to OpsCenter"</title>
			<link>http://www.datastax.com/support-forums/topic/agents-running-without-error-but-not-connecting-to-opscenter#post-10280</link>
			<pubDate>Tue, 23 Apr 2013 20:42:30 +0000</pubDate>
			<dc:creator>tember.josef</dc:creator>
			<guid isPermaLink="false">10280@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Ok - I made without my network guys  ;)&#60;/p&#62;
&#60;p&#62;I configured apache2-httpd and added an aditional Proxy&#60;br /&#62;
maybe this solutions is helpful for somebody else, too.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
ProxyPass /opscenter &#60;a href=&#34;http://127.0.0.1:8888&#34; rel=&#34;nofollow&#34;&#62;http://127.0.0.1:8888&#60;/a&#62;&#60;br /&#62;
ProxyPassReverse /opscenter &#60;a href=&#34;http://127.0.0.1:8888&#34; rel=&#34;nofollow&#34;&#62;http://127.0.0.1:8888&#60;/a&#62;&#60;br /&#62;
ProxyPass /tcp &#60;a href=&#34;http://127.0.0.1:8888/tcp&#34; rel=&#34;nofollow&#34;&#62;http://127.0.0.1:8888/tcp&#60;/a&#62;&#60;br /&#62;
ProxyPassReverse /tcp &#60;a href=&#34;http://127.0.0.1:8888/tcp&#34; rel=&#34;nofollow&#34;&#62;http://127.0.0.1:8888/tcp&#60;/a&#62;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;everything works now.&#60;/p&#62;
&#60;p&#62;Thank you very much for your support -- SOLVED !!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thobbs on "Agents running without Error, but not connecting to OpsCenter"</title>
			<link>http://www.datastax.com/support-forums/topic/agents-running-without-error-but-not-connecting-to-opscenter#post-10277</link>
			<pubDate>Tue, 23 Apr 2013 20:22:38 +0000</pubDate>
			<dc:creator>thobbs</dc:creator>
			<guid isPermaLink="false">10277@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Ah, I believe that is causing the problem.  In addition to acting as a normal webserver, opscenterd also pushes data to the browser using orbited (&#60;a href=&#34;http://orbited2.org/)&#34; rel=&#34;nofollow&#34;&#62;http://orbited2.org/)&#60;/a&#62;.  To do that, opscenterd listens on 127.0.0.1:61619 (by default) and tunnels requests to &#60;code&#62;&#38;lt;opscenterd_ip&#38;gt;/tcp&#60;/code&#62; to that interface and port.  (I'm personally a little unclear on the specifics of how that works, but perhaps that will give you a clue.)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tember.josef on "Agents running without Error, but not connecting to OpsCenter"</title>
			<link>http://www.datastax.com/support-forums/topic/agents-running-without-error-but-not-connecting-to-opscenter#post-10275</link>
			<pubDate>Tue, 23 Apr 2013 19:57:11 +0000</pubDate>
			<dc:creator>tember.josef</dc:creator>
			<guid isPermaLink="false">10275@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Yes, there's a Firewall.&#60;/p&#62;
&#60;p&#62;So we made a proxy pass through apache httpd&#60;/p&#62;
&#60;p&#62;    default-server.conf:ProxyPass /opscenter &#60;a href=&#34;http://127.0.0.1:8888&#34; rel=&#34;nofollow&#34;&#62;http://127.0.0.1:8888&#60;/a&#62;&#60;br /&#62;
    default-server.conf:ProxyPassReverse /opscenter &#60;a href=&#34;http://127.0.0.1:8888&#34; rel=&#34;nofollow&#34;&#62;http://127.0.0.1:8888&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;can this be a problem? If yes, I can tell you tomorrow ... I have to talk to our network guys first  ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thobbs on "Agents running without Error, but not connecting to OpsCenter"</title>
			<link>http://www.datastax.com/support-forums/topic/agents-running-without-error-but-not-connecting-to-opscenter#post-10274</link>
			<pubDate>Tue, 23 Apr 2013 19:46:13 +0000</pubDate>
			<dc:creator>thobbs</dc:creator>
			<guid isPermaLink="false">10274@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Okay, that looks good, so perhaps the problem is between opscenterd and your browser.  Do you have any kind of firewall/NAT/VPN that might be interfering with traffic in either direction?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tember.josef on "Agents running without Error, but not connecting to OpsCenter"</title>
			<link>http://www.datastax.com/support-forums/topic/agents-running-without-error-but-not-connecting-to-opscenter#post-10273</link>
			<pubDate>Tue, 23 Apr 2013 19:30:32 +0000</pubDate>
			<dc:creator>tember.josef</dc:creator>
			<guid isPermaLink="false">10273@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;[{&#34;load&#34;: 1.3100000000000001, &#34;has_jna&#34;: false, &#34;devices&#34;: {&#34;saved_caches&#34;: &#34;cciss/c0d1p1&#34;, &#34;commitlog&#34;: &#34;cciss/c0d1p1&#34;, &#34;other&#34;: [&#34;sda&#34;, &#34;cciss/c0d1&#34;, &#34;cciss/c0d0&#34;], &#34;data&#34;: [&#34;cciss/c0d1p1&#34;]}, &#34;task_progress&#34;: {}, &#34;node_ip&#34;: &#34;10.176.29.51&#34;, &#34;network_interfaces&#34;: [&#34;lo&#34;, &#34;eth0&#34;, &#34;eth1&#34;, &#34;eth2&#34;, &#34;eth3&#34;, &#34;eth4&#34;, &#34;eth5&#34;], &#34;ec2&#34;: {&#34;instance-type&#34;: null, &#34;placement&#34;: null, &#34;ami-id&#34;: null, &#34;instance-id&#34;: null}, &#34;node_version&#34;: {&#34;cassandra&#34;: &#34;1.2.1&#34;}, &#34;dc&#34;: &#34;datacenter1&#34;, &#34;node_name&#34;: &#34;geo4&#34;, &#34;num_procs&#34;: 24, &#34;streaming&#34;: {}, &#34;token&#34;: &#34;102084710076281539039012382229530463435&#34;, &#34;data_held&#34;: 714620999434.0, &#34;mode&#34;: &#34;normal&#34;, &#34;rpc_ip&#34;: &#34;10.176.29.51&#34;, &#34;partitions&#34;: {&#34;saved_caches&#34;: &#34;/dev/cciss/c0d1p1&#34;, &#34;commitlog&#34;: &#34;/dev/cciss/c0d1p1&#34;, &#34;other&#34;: [&#34;/dev/cciss/c0d0p2&#34;], &#34;data&#34;: [&#34;/dev/cciss/c0d1p1&#34;]}, &#34;os&#34;: &#34;linux&#34;, &#34;rack&#34;: &#34;rack1&#34;, &#34;last_seen&#34;: 0}, {&#34;load&#34;: 1.0700000000000001, &#34;has_jna&#34;: false, &#34;devices&#34;: {&#34;saved_caches&#34;: &#34;cciss/c0d1p1&#34;, &#34;commitlog&#34;: &#34;cciss/c0d1p1&#34;, &#34;other&#34;: [&#34;sda&#34;, &#34;cciss/c0d1&#34;, &#34;cciss/c0d0&#34;], &#34;data&#34;: [&#34;cciss/c0d1p1&#34;]}, &#34;task_progress&#34;: {}, &#34;node_ip&#34;: &#34;10.176.29.50&#34;, &#34;network_interfaces&#34;: [&#34;lo&#34;, &#34;eth4&#34;, &#34;eth5&#34;, &#34;eth0&#34;, &#34;eth1&#34;, &#34;eth2&#34;, &#34;eth3&#34;], &#34;ec2&#34;: {&#34;instance-type&#34;: null, &#34;placement&#34;: null, &#34;ami-id&#34;: null, &#34;instance-id&#34;: null}, &#34;node_version&#34;: {&#34;cassandra&#34;: &#34;1.2.1&#34;}, &#34;dc&#34;: &#34;datacenter1&#34;, &#34;node_name&#34;: &#34;geo3&#34;, &#34;num_procs&#34;: 24, &#34;streaming&#34;: {}, &#34;token&#34;: &#34;68056473384187692692674921486353642290&#34;, &#34;data_held&#34;: 695851410528.0, &#34;mode&#34;: &#34;normal&#34;, &#34;rpc_ip&#34;: &#34;10.176.29.50&#34;, &#34;partitions&#34;: {&#34;saved_caches&#34;: &#34;/dev/cciss/c0d1p1&#34;, &#34;commitlog&#34;: &#34;/dev/cciss/c0d1p1&#34;, &#34;other&#34;: [&#34;/dev/cciss/c0d0p2&#34;], &#34;data&#34;: [&#34;/dev/cciss/c0d1p1&#34;]}, &#34;os&#34;: &#34;linux&#34;, &#34;rack&#34;: &#34;rack1&#34;, &#34;last_seen&#34;: 0}, {&#34;load&#34;: 0.46999999999999997, &#34;has_jna&#34;: false, &#34;devices&#34;: {&#34;saved_caches&#34;: &#34;cciss/c0d1p1&#34;, &#34;commitlog&#34;: &#34;cciss/c0d1p1&#34;, &#34;other&#34;: [&#34;sda&#34;, &#34;cciss/c0d1&#34;, &#34;cciss/c0d0&#34;], &#34;data&#34;: [&#34;cciss/c0d1p1&#34;]}, &#34;task_progress&#34;: {}, &#34;node_ip&#34;: &#34;10.176.29.52&#34;, &#34;network_interfaces&#34;: [&#34;lo&#34;, &#34;eth0&#34;, &#34;eth1&#34;, &#34;eth2&#34;, &#34;eth3&#34;, &#34;eth4&#34;, &#34;eth5&#34;], &#34;ec2&#34;: {&#34;instance-type&#34;: null, &#34;placement&#34;: null, &#34;ami-id&#34;: null, &#34;instance-id&#34;: null}, &#34;node_version&#34;: {&#34;cassandra&#34;: &#34;1.2.1&#34;}, &#34;dc&#34;: &#34;datacenter1&#34;, &#34;node_name&#34;: &#34;geo5&#34;, &#34;num_procs&#34;: 24, &#34;streaming&#34;: {}, &#34;token&#34;: &#34;136112946768375385385349842972707284580&#34;, &#34;data_held&#34;: 696355555527.0, &#34;mode&#34;: &#34;normal&#34;, &#34;rpc_ip&#34;: &#34;10.176.29.52&#34;, &#34;partitions&#34;: {&#34;saved_caches&#34;: &#34;/dev/cciss/c0d1p1&#34;, &#34;commitlog&#34;: &#34;/dev/cciss/c0d1p1&#34;, &#34;other&#34;: [&#34;/dev/cciss/c0d0p2&#34;], &#34;data&#34;: [&#34;/dev/cciss/c0d1p1&#34;]}, &#34;os&#34;: &#34;linux&#34;, &#34;rack&#34;: &#34;rack1&#34;, &#34;last_seen&#34;: 0}, {&#34;load&#34;: 0.79000000000000004, &#34;has_jna&#34;: false, &#34;devices&#34;: {&#34;saved_caches&#34;: &#34;cciss/c0d1p1&#34;, &#34;commitlog&#34;: &#34;cciss/c0d1p1&#34;, &#34;other&#34;: [&#34;sda&#34;, &#34;cciss/c0d1&#34;, &#34;cciss/c0d0&#34;], &#34;data&#34;: [&#34;cciss/c0d1p1&#34;]}, &#34;task_progress&#34;: {}, &#34;node_ip&#34;: &#34;10.176.29.48&#34;, &#34;network_interfaces&#34;: [&#34;lo&#34;, &#34;eth4&#34;, &#34;eth5&#34;, &#34;eth0&#34;, &#34;eth1&#34;, &#34;eth2&#34;, &#34;eth3&#34;], &#34;ec2&#34;: {&#34;instance-type&#34;: null, &#34;placement&#34;: null, &#34;ami-id&#34;: null, &#34;instance-id&#34;: null}, &#34;node_version&#34;: {&#34;cassandra&#34;: &#34;1.2.1&#34;}, &#34;dc&#34;: &#34;datacenter1&#34;, &#34;node_name&#34;: &#34;geo1&#34;, &#34;num_procs&#34;: 24, &#34;streaming&#34;: {}, &#34;token&#34;: &#34;0&#34;, &#34;data_held&#34;: 697872070718.0, &#34;mode&#34;: &#34;normal&#34;, &#34;rpc_ip&#34;: &#34;10.176.29.48&#34;, &#34;partitions&#34;: {&#34;saved_caches&#34;: &#34;/dev/cciss/c0d1p1&#34;, &#34;commitlog&#34;: &#34;/dev/cciss/c0d1p1&#34;, &#34;other&#34;: [&#34;/dev/cciss/c0d0p2&#34;], &#34;data&#34;: [&#34;/dev/cciss/c0d1p1&#34;]}, &#34;os&#34;: &#34;linux&#34;, &#34;rack&#34;: &#34;rack1&#34;, &#34;last_seen&#34;: 0}, {&#34;load&#34;: 1.24, &#34;has_jna&#34;: false, &#34;devices&#34;: {&#34;saved_caches&#34;: &#34;cciss/c0d1p1&#34;, &#34;commitlog&#34;: &#34;cciss/c0d1p1&#34;, &#34;other&#34;: [&#34;sda&#34;, &#34;cciss/c0d1&#34;, &#34;cciss/c0d0&#34;], &#34;data&#34;: [&#34;cciss/c0d1p1&#34;]}, &#34;task_progress&#34;: {}, &#34;node_ip&#34;: &#34;10.176.29.49&#34;, &#34;network_interfaces&#34;: [&#34;lo&#34;, &#34;eth4&#34;, &#34;eth0&#34;, &#34;eth1&#34;, &#34;eth2&#34;, &#34;eth3&#34;, &#34;eth5&#34;], &#34;ec2&#34;: {&#34;instance-type&#34;: null, &#34;placement&#34;: null, &#34;ami-id&#34;: null, &#34;instance-id&#34;: null}, &#34;node_version&#34;: {&#34;cassandra&#34;: &#34;1.2.1&#34;}, &#34;dc&#34;: &#34;datacenter1&#34;, &#34;node_name&#34;: &#34;geo2&#34;, &#34;num_procs&#34;: 24, &#34;streaming&#34;: {}, &#34;token&#34;: &#34;34028236692093846346337460743176821145&#34;, &#34;data_held&#34;: 702705998022.0, &#34;mode&#34;: &#34;normal&#34;, &#34;rpc_ip&#34;: &#34;10.176.29.49&#34;, &#34;partitions&#34;: {&#34;saved_caches&#34;: &#34;/dev/cciss/c0d1p1&#34;, &#34;commitlog&#34;: &#34;/dev/cciss/c0d1p1&#34;, &#34;other&#34;: [&#34;/dev/cciss/c0d0p2&#34;], &#34;data&#34;: [&#34;/dev/cciss/c0d1p1&#34;]}, &#34;os&#34;: &#34;linux&#34;, &#34;rack&#34;: &#34;rack1&#34;, &#34;last_seen&#34;: 0}]
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thobbs on "Agents running without Error, but not connecting to OpsCenter"</title>
			<link>http://www.datastax.com/support-forums/topic/agents-running-without-error-but-not-connecting-to-opscenter#post-10270</link>
			<pubDate>Tue, 23 Apr 2013 18:08:17 +0000</pubDate>
			<dc:creator>thobbs</dc:creator>
			<guid isPermaLink="false">10270@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;To confirm that opscenterd and the agents are communicating correctly, can you curl &#34;&#38;lt;opscenterd_ip&#38;gt;:8888/BettyCluster/nodes/all&#34; and paste the results here?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tember.josef on "Agents running without Error, but not connecting to OpsCenter"</title>
			<link>http://www.datastax.com/support-forums/topic/agents-running-without-error-but-not-connecting-to-opscenter#post-10243</link>
			<pubDate>Tue, 23 Apr 2013 06:45:13 +0000</pubDate>
			<dc:creator>tember.josef</dc:creator>
			<guid isPermaLink="false">10243@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;The &#34;0 of 0 agents connected&#34;-message doesn't disappear (for hours/days)&#60;/p&#62;
&#60;p&#62;And: Yes The Error still apears:&#60;/p&#62;
&#60;p&#62;Ring View:  ---&#38;gt;  Error loading cluster view: Unknown cluster partitioner&#60;/p&#62;
&#60;p&#62;Just guessing: Is it possible it depends on the change of the Default-Partitioner / resp. the differen default token-numbering?&#60;/p&#62;
&#60;p&#62;Is there a way to check out manually the communication between Cassandra &#38;lt;--&#38;gt; Agents &#38;lt;--&#38;gt; OpsCenter ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thobbs on "Agents running without Error, but not connecting to OpsCenter"</title>
			<link>http://www.datastax.com/support-forums/topic/agents-running-without-error-but-not-connecting-to-opscenter#post-10206</link>
			<pubDate>Mon, 22 Apr 2013 14:33:16 +0000</pubDate>
			<dc:creator>thobbs</dc:creator>
			<guid isPermaLink="false">10206@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Do you still get an error when you attempt to view the Ring View?  If the metrics and storage capacity chart are both working, that usually indicates that the agents and opscenterd can communicate without any problems.&#60;/p&#62;
&#60;p&#62;The UI can temporarily show &#34;0 of 0 agents connected&#34;, but that typically goes away pretty quickly.  Is that not happening for you?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tember.josef on "Agents running without Error, but not connecting to OpsCenter"</title>
			<link>http://www.datastax.com/support-forums/topic/agents-running-without-error-but-not-connecting-to-opscenter#post-10190</link>
			<pubDate>Mon, 22 Apr 2013 07:26:15 +0000</pubDate>
			<dc:creator>tember.josef</dc:creator>
			<guid isPermaLink="false">10190@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;How can I find out who is comunicating with whom?&#60;/p&#62;
&#60;p&#62;OpsCenter says: 0 of 0 agents connected&#60;br /&#62;
but there are Data and Graphs in the &#34;Performance&#34;-Section as well as the Disk-Usage-Pie-Chart seems to be ok
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tupton on "Agents running without Error, but not connecting to OpsCenter"</title>
			<link>http://www.datastax.com/support-forums/topic/agents-running-without-error-but-not-connecting-to-opscenter#post-10147</link>
			<pubDate>Fri, 19 Apr 2013 21:46:39 +0000</pubDate>
			<dc:creator>tupton</dc:creator>
			<guid isPermaLink="false">10147@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;It looks like those kerberos messages in the logs were a red herring, so you can ignore that. I'm still wondering if the agent can communicate with Cassandra and if opscenter can communicate with the agents.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tupton on "Starting agent get the java.io.FileNotFoundException exception"</title>
			<link>http://www.datastax.com/support-forums/topic/starting-agent-get-the-javaiofilenotfoundexception-exception#post-10146</link>
			<pubDate>Fri, 19 Apr 2013 19:59:27 +0000</pubDate>
			<dc:creator>tupton</dc:creator>
			<guid isPermaLink="false">10146@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;What is your JAVA_HOME? Is it set and is it the same for the agent user?&#60;/p&#62;
&#60;p&#62;When starting the agent manually, you should run the init script, which should be in /etc/init.d/opscenter-agent. This will attempt to set up certain environment variables needed to run the agent, such as JAVA_HOME and the correct config directory.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tupton on "Agents running without Error, but not connecting to OpsCenter"</title>
			<link>http://www.datastax.com/support-forums/topic/agents-running-without-error-but-not-connecting-to-opscenter#post-10145</link>
			<pubDate>Fri, 19 Apr 2013 19:52:05 +0000</pubDate>
			<dc:creator>tupton</dc:creator>
			<guid isPermaLink="false">10145@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;The logs seem to indicate that you have kerberos enabled. Is that the case, and is it set up and working properly? It could be that the agent cannot connect to cassandra.&#60;/p&#62;
&#60;p&#62;What is the output of an api call to '&#34;/&#38;lt;cluster_name&#38;gt;/storage-capacity&#34;? This requires that the agent be connected to report meaningful data, and can help figure out if the problem is a connection between opscenter and the agent or something else.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tember.josef on "Agents running without Error, but not connecting to OpsCenter"</title>
			<link>http://www.datastax.com/support-forums/topic/agents-running-without-error-but-not-connecting-to-opscenter#post-10130</link>
			<pubDate>Fri, 19 Apr 2013 08:50:27 +0000</pubDate>
			<dc:creator>tember.josef</dc:creator>
			<guid isPermaLink="false">10130@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;We manuelly installed OpsCenter and Agents (Version 3.0.2) // Older Version worked neither (same issue)&#60;br /&#62;
disabled SSL&#60;br /&#62;
The Agents are running&#60;br /&#62;
Opscenter is running&#60;/p&#62;
&#60;p&#62;We don't see any StackTraces &#60;/p&#62;
&#60;p&#62;Opscenter sais: 0 of 0 agents connected&#60;br /&#62;
When choosing Ringview : Error loading cluster view: Unknown cluster partitioner&#60;/p&#62;
&#60;p&#62;LogFile Agent&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;br /&#38;gt;
user@server:/raidvolume/cassandra/agent&#38;gt; bin/opscenter-agent -f&#38;lt;br /&#38;gt;
log4j:WARN No appenders could be found for logger (org.eclipse.jetty.util.log).&#38;lt;br /&#38;gt;
log4j:WARN Please initialize the log4j system properly.&#38;lt;br /&#38;gt;
log4j:WARN See &#60;a href=&#34;http://logging.apache.org/log4j/1.2/faq.html#noconfig&#34; rel=&#34;nofollow&#34;&#62;http://logging.apache.org/log4j/1.2/faq.html#noconfig&#60;/a&#62; for more info.&#38;lt;br /&#38;gt;
 INFO [main] 2013-04-19 10:26:38,640 Loading conf files: ./conf/address.yaml&#38;lt;br /&#38;gt;
 INFO [main] 2013-04-19 10:26:38,704 Java vendor/version: Java HotSpot(TM) 64-Bit Server VM/1.6.0_41&#38;lt;br /&#38;gt;
 INFO [main] 2013-04-19 10:26:38,705 Waiting for the config from OpsCenter&#38;lt;br /&#38;gt;
 INFO [main] 2013-04-19 10:26:38,705 SSL communication is disabled&#38;lt;br /&#38;gt;
 INFO [main] 2013-04-19 10:26:38,705 Creating stomp connection to 10.176.29.52:61620&#38;lt;br /&#38;gt;
 INFO [StompConnection receiver] 2013-04-19 10:26:38,712 Reconnecting in 0s.&#38;lt;br /&#38;gt;
 INFO [main] 2013-04-19 10:26:38,714 Attempting to determine Cassandra&#38;#039;s broadcast address through JMX&#38;lt;br /&#38;gt;
 INFO [StompConnection receiver] 2013-04-19 10:26:38,720 Connected to 10.176.29.52:61620&#38;lt;br /&#38;gt;
 INFO [Initialization] 2013-04-19 10:26:38,731 Sleeping for 2s before trying to determine IP over JMX again&#38;lt;br /&#38;gt;
 INFO [main] 2013-04-19 10:26:38,773 Starting Jetty server: {:port 61621, :host nil, :ssl? false, :join? false}&#38;lt;br /&#38;gt;
 INFO [Jetty] 2013-04-19 10:26:38,865 Jetty server started&#38;lt;br /&#38;gt;
 INFO [StompConnection receiver] 2013-04-19 10:26:38,865 Got new config from OpsCenter: {:kerberos_use_keytab true, :rollups300_ttl 2419200, :kerberos_use_ticket_cache true, :rollups60_ttl 604800, :thrift_port 9160, :metrics_enabled 1, :rollups7200_ttl 31536000, :thrift_ssl_truststore nil, :metrics_ignored_column_families &#38;quot;&#38;quot;, :cassandra_log_location &#38;quot;/var/log/cassandra/system.log&#38;quot;, :thrift_rpc_interface &#38;quot;10.176.29.51&#38;quot;, :thrift_ssl_truststore_password nil, :jmx_port 7199, :provisioning 0, :kerberos_debug false, :rollups86400_ttl -1, :api_port &#38;quot;61621&#38;quot;, :storage_keyspace &#38;quot;OpsCenter&#38;quot;, :kerberos_renew_tgt true, :metrics_ignored_solr_cores &#38;quot;&#38;quot;, :thrift_ssl_truststore_type &#38;quot;JKS&#38;quot;, :metrics_ignored_keyspaces &#38;quot;system, system_traces, system_auth, dse_auth, OpsCenter&#38;quot;, :rollup_subscriptions [], :cassandra_install_location &#38;quot;/raidvolume/cassandra/apache-cassandra-1.2.1&#38;quot;}&#38;lt;br /&#38;gt;
 INFO [Initialization] 2013-04-19 10:26:40,734 New JMX connection (127.0.0.1:7199)&#38;lt;br /&#38;gt;
 INFO [Initialization] 2013-04-19 10:26:41,186 Using 10.176.29.51 as the cassandra broadcast address&#38;lt;br /&#38;gt;
 INFO [Initialization] 2013-04-19 10:26:41,190 Clearing ssl.truststore&#38;lt;br /&#38;gt;
 INFO [Initialization] 2013-04-19 10:26:41,191 Clearing ssl.truststore.password&#38;lt;br /&#38;gt;
 INFO [Initialization] 2013-04-19 10:26:41,191 Setting ssl.store.type to JKS&#38;lt;br /&#38;gt;
 INFO [Initialization] 2013-04-19 10:26:41,192 Clearing kerberos.service.principal.name&#38;lt;br /&#38;gt;
 INFO [Initialization] 2013-04-19 10:26:41,192 Clearing kerberos.principal&#38;lt;br /&#38;gt;
 INFO [Initialization] 2013-04-19 10:26:41,192 Setting kerberos.useTicketCache to true&#38;lt;br /&#38;gt;
 INFO [Initialization] 2013-04-19 10:26:41,193 Clearing kerberos.ticketCache&#38;lt;br /&#38;gt;
 INFO [Initialization] 2013-04-19 10:26:41,193 Setting kerberos.useKeyTab to true&#38;lt;br /&#38;gt;
 INFO [Initialization] 2013-04-19 10:26:41,193 Clearing kerberos.keyTab&#38;lt;br /&#38;gt;
 INFO [Initialization] 2013-04-19 10:26:41,193 Setting kerberos.renewTGT to true&#38;lt;br /&#38;gt;
 INFO [Initialization] 2013-04-19 10:26:41,194 Setting kerberos.debug to false&#38;lt;br /&#38;gt;
 INFO [Initialization] 2013-04-19 10:26:41,197 Starting OS metric collectors (Linux)&#38;lt;br /&#38;gt;
 INFO [thrift-init] 2013-04-19 10:26:41,198 Connecting to Cassandra cluster: 10.176.29.51 (port 9160)&#38;lt;br /&#38;gt;
 INFO [Initialization] 2013-04-19 10:26:41,210 Starting Cassandra JMX metric collectors&#38;lt;br /&#38;gt;
 INFO [thrift-init] 2013-04-19 10:26:41,219 Downed Host Retry service started with queue size -1 and retry delay 10s&#38;lt;br /&#38;gt;
 INFO [Initialization] 2013-04-19 10:26:41,224 New JMX connection (127.0.0.1:7199)&#38;lt;br /&#38;gt;
 INFO [thrift-init] 2013-04-19 10:26:41,227 Registering JMX me.prettyprint.cassandra.service_Agent Cluster:ServiceType=hector,MonitorType=hector&#38;lt;br /&#38;gt;
 INFO [Initialization] 2013-04-19 10:26:41,243 New JMX connection (127.0.0.1:7199)&#38;lt;br /&#38;gt;
 INFO [thrift-init] 2013-04-19 10:26:41,285 Connected to Cassandra cluster: BettyCluster&#38;lt;br /&#38;gt;
 INFO [pdp-loader] 2013-04-19 10:26:41,285 in execute with client org.apache.cassandra.thrift.Cassandra$Client@15d07c3f&#38;lt;br /&#38;gt;
 INFO [thrift-init] 2013-04-19 10:26:41,291 in execute with client org.apache.cassandra.thrift.Cassandra$Client@15d07c3f&#38;lt;br /&#38;gt;
 INFO [thrift-init] 2013-04-19 10:26:41,292 Using partitioner: org.apache.cassandra.dht.RandomPartitioner&#38;lt;br /&#38;gt;
 INFO [pdp-loader] 2013-04-19 10:26:41,294 Attempting to load stored metric values.&#38;lt;br /&#38;gt;
 INFO [Initialization] 2013-04-19 10:26:41,357 New JMX connection (127.0.0.1:7199)&#38;lt;br /&#38;gt;
 INFO [pool-4-thread-1] 2013-04-19 10:26:46,218 New JMX connection (127.0.0.1:7199)&#38;lt;br /&#38;gt;
 INFO [pool-4-thread-2] 2013-04-19 10:26:51,220 New JMX connection (127.0.0.1:7199)&#38;lt;br /&#38;gt;
 INFO [pool-4-thread-4] 2013-04-19 10:26:51,221 New JMX connection (127.0.0.1:7199)&#38;lt;br /&#38;gt;
 INFO [pool-4-thread-3] 2013-04-19 10:26:51,223 New JMX connection (127.0.0.1:7199)&#38;lt;br /&#38;gt;
 INFO [pool-5-thread-1] 2013-04-19 10:26:52,368 New JMX connection (127.0.0.1:7199)&#38;lt;br /&#38;gt;
 INFO [pool-5-thread-2] 2013-04-19 10:26:52,370 New JMX connection (127.0.0.1:7199)&#38;lt;br /&#38;gt;
 INFO [pool-5-thread-3] 2013-04-19 10:26:52,371 New JMX connection (127.0.0.1:7199)&#38;lt;br /&#38;gt;
 INFO [pool-5-thread-1] 2013-04-19 10:26:52,373 Cassandra node just went down&#38;lt;br /&#38;gt;
 INFO [pool-5-thread-1] 2013-04-19 10:26:57,376 New JMX connection (127.0.0.1:7199)&#38;lt;br /&#38;gt;
 INFO [qtp385491364-30] 2013-04-19 10:26:58,249 HTTP: :get /os-metric/disk-space  - 200&#38;lt;br /&#38;gt;
 INFO [pool-5-thread-1] 2013-04-19 10:27:02,384 New JMX connection (127.0.0.1:7199)&#38;lt;br /&#38;gt;
 INFO [pool-5-thread-2] 2013-04-19 10:27:02,455 New JMX connection (127.0.0.1:7199)&#38;lt;br /&#38;gt;
 INFO [pool-5-thread-1] 2013-04-19 10:27:07,392 New JMX connection (127.0.0.1:7199)&#38;lt;br /&#38;gt;
 INFO [qtp385491364-30] 2013-04-19 10:27:10,536 HTTP: :get /os-metric/disk-space  - 200&#38;lt;br /&#38;gt;
 INFO [pool-5-thread-1] 2013-04-19 10:27:12,400 New JMX connection (127.0.0.1:7199)&#38;lt;br /&#38;gt;
 INFO [pool-5-thread-2] 2013-04-19 10:27:12,507 New JMX connection (127.0.0.1:7199)&#38;lt;br /&#38;gt;
 INFO [pool-5-thread-1] 2013-04-19 10:27:17,408 New JMX connection (127.0.0.1:7199)&#38;lt;br /&#38;gt;
...&#38;lt;br /&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;LogFile OpsCenter&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;br /&#38;gt;
2013-04-19 10:46:02+0200 []  INFO: Log opened.&#38;lt;br /&#38;gt;
2013-04-19 10:46:02+0200 []  INFO: twistd 10.2.0 (/usr/bin/python2.6 2.6.5) starting up.&#38;lt;br /&#38;gt;
2013-04-19 10:46:02+0200 []  INFO: reactor class: twisted.internet.selectreactor.SelectReactor.&#38;lt;br /&#38;gt;
2013-04-19 10:46:02+0200 []  INFO: Logging level set to &#38;#039;info&#38;#039;&#38;lt;br /&#38;gt;
2013-04-19 10:46:02+0200 []  INFO: OpsCenter version: 3.0.2&#38;lt;br /&#38;gt;
2013-04-19 10:46:02+0200 []  INFO: Compatible agent version: 3.0.2&#38;lt;br /&#38;gt;
2013-04-19 10:46:02+0200 []  INFO: Loading per-cluster config file ./conf/clusters/BettyCluster.conf&#38;lt;br /&#38;gt;
2013-04-19 10:46:02+0200 []  INFO: HTTP BASIC authentication enabled&#38;lt;br /&#38;gt;
2013-04-19 10:46:02+0200 []  INFO: Starting webserver with ssl disabled.&#38;lt;br /&#38;gt;
2013-04-19 10:46:02+0200 []  INFO: SSL disabled&#38;lt;br /&#38;gt;
2013-04-19 10:46:02+0200 []  INFO: opscenterd.WebServer.OpsCenterdWebServer starting on 8888&#38;lt;br /&#38;gt;
2013-04-19 10:46:02+0200 []  INFO: Starting factory &#38;lt;opscenterd.WebServer.OpsCenterdWebServer instance at 0x1fba560&#38;gt;&#38;lt;br /&#38;gt;
2013-04-19 10:46:02+0200 []  INFO: morbid.morbid.StompFactory starting on 61619&#38;lt;br /&#38;gt;
2013-04-19 10:46:02+0200 []  INFO: Starting factory &#38;lt;morbid.morbid.StompFactory instance at 0x2115908&#38;gt;&#38;lt;br /&#38;gt;
2013-04-19 10:46:02+0200 []  INFO: Configuring agent communication with ssl support disabled.&#38;lt;br /&#38;gt;
2013-04-19 10:46:02+0200 []  INFO: morbid.morbid.StompFactory starting on 61620&#38;lt;br /&#38;gt;
2013-04-19 10:46:02+0200 [BettyCluster]  INFO: Starting services for cluster BettyCluster&#38;lt;br /&#38;gt;
2013-04-19 10:46:02+0200 []  INFO: Starting PushService&#38;lt;br /&#38;gt;
2013-04-19 10:46:02+0200 [BettyCluster]  INFO: Starting CassandraCluster service&#38;lt;br /&#38;gt;
2013-04-19 10:46:02+0200 [BettyCluster]  INFO: agent_config items: {&#38;#039;cassandra_log_location&#38;#039;: &#38;#039;/var/log/cassandra/system.log&#38;#039;, &#38;#039;thrift_port&#38;#039;: 9160, &#38;#039;thrift_ssl_truststore&#38;#039;: None, &#38;#039;rollups300_ttl&#38;#039;: 2419200, &#38;#039;rollups86400_ttl&#38;#039;: -1, &#38;#039;jmx_port&#38;#039;: 7199, &#38;#039;metrics_ignored_solr_cores&#38;#039;: &#38;#039;&#38;#039;, &#38;#039;api_port&#38;#039;: &#38;#039;61621&#38;#039;, &#38;#039;metrics_enabled&#38;#039;: 1, &#38;#039;thrift_ssl_truststore_type&#38;#039;: &#38;#039;JKS&#38;#039;, &#38;#039;kerberos_use_ticket_cache&#38;#039;: True, &#38;#039;kerberos_renew_tgt&#38;#039;: True, &#38;#039;rollups60_ttl&#38;#039;: 604800, &#38;#039;cassandra_install_location&#38;#039;: &#38;#039;/raidvolume/cassandra/apache-cassandra-1.2.1&#38;#039;, &#38;#039;rollups7200_ttl&#38;#039;: 31536000, &#38;#039;kerberos_debug&#38;#039;: False, &#38;#039;storage_keyspace&#38;#039;: &#38;#039;OpsCenter&#38;#039;, &#38;#039;provisioning&#38;#039;: 0, &#38;#039;kerberos_use_keytab&#38;#039;: True, &#38;#039;metrics_ignored_column_families&#38;#039;: &#38;#039;&#38;#039;, &#38;#039;thrift_ssl_truststore_password&#38;#039;: None, &#38;#039;metrics_ignored_keyspaces&#38;#039;: &#38;#039;system, system_traces, system_auth, dse_auth, OpsCenter&#38;#039;}&#38;lt;br /&#38;gt;
2013-04-19 10:46:02+0200 []  INFO: OS Version: Linux version 2.6.34.7-0.7-desktop (geeko@buildhost) (gcc version 4.5.0 20100604 [gcc-4_5-branch revision 160292] (SUSE Linux) ) #1 SMP PREEMPT 2010-12-13 11:13:53 +0100&#38;lt;br /&#38;gt;
2013-04-19 10:46:02+0200 []  INFO: CPU Info: [&#38;#039;2666.762&#38;#039;, &#38;#039;2666.762&#38;#039;, &#38;#039;2666.762&#38;#039;, &#38;#039;2666.762&#38;#039;, &#38;#039;2666.762&#38;#039;, &#38;#039;2666.762&#38;#039;, &#38;#039;2666.762&#38;#039;, &#38;#039;2666.762&#38;#039;, &#38;#039;2666.762&#38;#039;, &#38;#039;2666.762&#38;#039;, &#38;#039;2666.762&#38;#039;, &#38;#039;2666.762&#38;#039;, &#38;#039;2666.762&#38;#039;, &#38;#039;2666.762&#38;#039;, &#38;#039;2666.762&#38;#039;, &#38;#039;2666.762&#38;#039;, &#38;#039;2666.762&#38;#039;, &#38;#039;2666.762&#38;#039;, &#38;#039;2666.762&#38;#039;, &#38;#039;2666.762&#38;#039;, &#38;#039;2666.762&#38;#039;, &#38;#039;2666.762&#38;#039;, &#38;#039;2666.762&#38;#039;, &#38;#039;2666.762&#38;#039;]&#38;lt;br /&#38;gt;
2013-04-19 10:46:02+0200 [BettyCluster]  INFO: Keyspaces: {&#38;#039;BETTYTEST&#38;#039;: CassandraKeyspace(name=BETTYTEST, column_families=[&#38;#039;atkis&#38;#039;, &#38;#039;atkisgray&#38;#039;, &#38;#039;atkishybrid&#38;#039;], attributes={&#38;#039;strategy_options&#38;#039;: {&#38;#039;replication_factor&#38;#039;: &#38;#039;1&#38;#039;}, &#38;#039;replica_placement_strategy&#38;#039;: &#38;#039;org.apache.cassandra.locator.SimpleStrategy&#38;#039;}), &#38;#039;system_auth&#38;#039;: CassandraKeyspace(name=system_auth, column_families=[], attributes={&#38;#039;strategy_options&#38;#039;: {&#38;#039;replication_factor&#38;#039;: &#38;#039;1&#38;#039;}, &#38;#039;replica_placement_strategy&#38;#039;: &#38;#039;org.apache.cassandra.locator.SimpleStrategy&#38;#039;}), &#38;#039;system&#38;#039;: CassandraKeyspace(name=system, column_families=[&#38;#039;schema_keyspaces&#38;#039;, &#38;#039;HintsColumnFamily&#38;#039;, &#38;#039;IndexInfo&#38;#039;, &#38;#039;Migrations&#38;#039;, &#38;#039;LocationInfo&#38;#039;, &#38;#039;NodeIdInfo&#38;#039;, &#38;#039;hints&#38;#039;, &#38;#039;Schema&#38;#039;], attributes={&#38;#039;strategy_options&#38;#039;: {}, &#38;#039;replica_placement_strategy&#38;#039;: &#38;#039;org.apache.cassandra.locator.LocalStrategy&#38;#039;}), &#38;#039;OpsCenter&#38;#039;: CassandraKeyspace(name=OpsCenter, column_families=[&#38;#039;events_timeline&#38;#039;, &#38;#039;settings&#38;#039;, &#38;#039;rollups60&#38;#039;, &#38;#039;rollups86400&#38;#039;, &#38;#039;pdps&#38;#039;, &#38;#039;rollups7200&#38;#039;, &#38;#039;events&#38;#039;, &#38;#039;rollups300&#38;#039;], attributes={&#38;#039;strategy_options&#38;#039;: {&#38;#039;replication_factor&#38;#039;: &#38;#039;2&#38;#039;}, &#38;#039;replica_placement_strategy&#38;#039;: &#38;#039;org.apache.cassandra.locator.SimpleStrategy&#38;#039;}), &#38;#039;BETTY&#38;#039;: CassandraKeyspace(name=BETTY, column_families=[&#38;#039;dfk&#38;#039;, &#38;#039;atkishybrid&#38;#039;, &#38;#039;urpos&#38;#039;, &#38;#039;parzinv&#38;#039;, &#38;#039;parzellar&#38;#039;, &#38;#039;satdop&#38;#039;, &#38;#039;topo&#38;#039;, &#38;#039;dop40&#38;#039;, &#38;#039;cir40&#38;#039;, &#38;#039;dfkinv&#38;#039;, &#38;#039;urauf&#38;#039;, &#38;#039;cir20&#38;#039;, &#38;#039;onmaphybrid&#38;#039;, &#38;#039;lod1&#38;#039;, &#38;#039;atkisgray&#38;#039;, &#38;#039;atkis&#38;#039;], attributes={&#38;#039;strategy_options&#38;#039;: {&#38;#039;replication_factor&#38;#039;: &#38;#039;3&#38;#039;}, &#38;#039;replica_placement_strategy&#38;#039;: &#38;#039;org.apache.cassandra.locator.SimpleStrategy&#38;#039;}), &#38;#039;system_traces&#38;#039;: CassandraKeyspace(name=system_traces, column_families=[], attributes={&#38;#039;strategy_options&#38;#039;: {&#38;#039;replication_factor&#38;#039;: &#38;#039;1&#38;#039;}, &#38;#039;replica_placement_strategy&#38;#039;: &#38;#039;org.apache.cassandra.locator.SimpleStrategy&#38;#039;})}&#38;lt;br /&#38;gt;
2013-04-19 10:46:02+0200 []  INFO: Mem Info: 28188MB&#38;lt;br /&#38;gt;
2013-04-19 10:46:02+0200 [BettyCluster]  INFO: Snitch: org.apache.cassandra.locator.SimpleSnitch&#38;lt;br /&#38;gt;
2013-04-19 10:46:02+0200 [BettyCluster]  INFO: Cluster Name: BettyCluster&#38;lt;br /&#38;gt;
2013-04-19 10:46:02+0200 [BettyCluster]  INFO: Partitioner: org.apache.cassandra.dht.RandomPartitioner&#38;lt;br /&#38;gt;
2013-04-19 10:46:02+0200 [BettyCluster]  INFO: Recognizing new node 10.176.29.51 (&#38;#039;102084710076281539039012382229530463435&#38;#039;)&#38;lt;br /&#38;gt;
2013-04-19 10:46:02+0200 [BettyCluster]  INFO: Recognizing new node 10.176.29.52 (&#38;#039;136112946768375385385349842972707284580&#38;#039;)&#38;lt;br /&#38;gt;
2013-04-19 10:46:02+0200 [BettyCluster]  INFO: Recognizing new node 10.176.29.49 (&#38;#039;34028236692093846346337460743176821145&#38;#039;)&#38;lt;br /&#38;gt;
2013-04-19 10:46:02+0200 [BettyCluster]  INFO: Recognizing new node 10.176.29.50 (&#38;#039;68056473384187692692674921486353642290&#38;#039;)&#38;lt;br /&#38;gt;
2013-04-19 10:46:02+0200 [BettyCluster]  INFO: Recognizing new node 10.176.29.48 (&#38;#039;0&#38;#039;)&#38;lt;br /&#38;gt;
2013-04-19 10:46:03+0200 []  INFO: Package Manager: Unknown&#38;lt;br /&#38;gt;
2013-04-19 10:46:03+0200 [BettyCluster]  INFO: Initializing event storage.&#38;lt;br /&#38;gt;
2013-04-19 10:46:03+0200 [BettyCluster]  INFO: Attempting to load all persisted alert rules&#38;lt;br /&#38;gt;
2013-04-19 10:46:03+0200 [BettyCluster]  INFO: Done loading persisted alert rules&#38;lt;br /&#38;gt;
2013-04-19 10:46:03+0200 [BettyCluster]  INFO: Done loading persisted scheduled job descriptions&#38;lt;br /&#38;gt;
2013-04-19 10:46:03+0200 [BettyCluster]  INFO: Done initializing event storage.&#38;lt;br /&#38;gt;
2013-04-19 10:46:03+0200 [BettyCluster]  INFO: OpsCenter starting up.&#38;lt;br /&#38;gt;
2013-04-19 10:46:41+0200 [BettyCluster]  INFO: Version: {&#38;#039;cassandra&#38;#039;: &#38;#039;1.2.1&#38;#039;}&#38;lt;br /&#38;gt;
2013-04-19 10:46:41+0200 [BettyCluster]  INFO: Node 10.176.29.49 changed its mode to normal&#38;lt;br /&#38;gt;
2013-04-19 10:46:41+0200 [BettyCluster]  INFO: Node 10.176.29.52 changed its mode to normal&#38;lt;br /&#38;gt;
2013-04-19 10:46:41+0200 [BettyCluster]  INFO: Node 10.176.29.51 changed its mode to normal&#38;lt;br /&#38;gt;
2013-04-19 10:46:41+0200 [BettyCluster]  INFO: Node 10.176.29.50 changed its mode to normal&#38;lt;br /&#38;gt;
2013-04-19 10:46:41+0200 [BettyCluster]  INFO: Node 10.176.29.48 changed its mode to normal&#38;lt;br /&#38;gt;
2013-04-19 10:46:52+0200 [BettyCluster]  INFO: Using 10.176.29.49 as the RPC address for node 10.176.29.49&#38;lt;br /&#38;gt;
2013-04-19 10:46:52+0200 [BettyCluster]  INFO: Using 10.176.29.50 as the RPC address for node 10.176.29.50&#38;lt;br /&#38;gt;
2013-04-19 10:46:52+0200 [BettyCluster]  INFO: Using 10.176.29.48 as the RPC address for node 10.176.29.48&#38;lt;br /&#38;gt;
2013-04-19 10:46:52+0200 [BettyCluster]  INFO: Using 10.176.29.51 as the RPC address for node 10.176.29.51&#38;lt;br /&#38;gt;
2013-04-19 10:46:52+0200 [BettyCluster]  INFO: Using 10.176.29.52 as the RPC address for node 10.176.29.52&#38;lt;br /&#38;gt;
2013-04-19 10:47:34+0200 [BettyCluster]  INFO: Agent for ip 10.176.29.52 is version u&#38;#039;3.0.2&#38;#039;&#38;lt;br /&#38;gt;
2013-04-19 10:47:34+0200 [BettyCluster]  INFO: Agent for ip 10.176.29.48 is version u&#38;#039;3.0.2&#38;#039;&#38;lt;br /&#38;gt;
2013-04-19 10:47:34+0200 [BettyCluster]  INFO: Agent for ip 10.176.29.51 is version u&#38;#039;3.0.2&#38;#039;&#38;lt;br /&#38;gt;
2013-04-19 10:47:34+0200 [BettyCluster]  INFO: Agent for ip 10.176.29.50 is version u&#38;#039;3.0.2&#38;#039;&#38;lt;br /&#38;gt;
2013-04-19 10:47:34+0200 [BettyCluster]  INFO: Agent for ip 10.176.29.49 is version u&#38;#039;3.0.2&#38;#039;&#38;lt;br /&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I appreciate any hint&#60;/p&#62;
&#60;p&#62;Josef
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tina on "Starting agent get the java.io.FileNotFoundException exception"</title>
			<link>http://www.datastax.com/support-forums/topic/starting-agent-get-the-javaiofilenotfoundexception-exception#post-10123</link>
			<pubDate>Fri, 19 Apr 2013 03:56:07 +0000</pubDate>
			<dc:creator>Tina</dc:creator>
			<guid isPermaLink="false">10123@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;My environment is CentOs 5.8 Final.&#60;br /&#62;
I install the OpsCenter first then use OpsCenter UI install agent in each Cassandra, it show the success message.&#60;br /&#62;
But there is no information in OpsCenter then I check the installer.log(DEBUG level) in agent.&#60;br /&#62;
It had some message show agent might start up fail.&#60;/p&#62;
&#60;p&#62;[installer.log]&#60;br /&#62;
...&#60;br /&#62;
2013-04-18 14:40:08 +0800  Starting new agent...&#60;br /&#62;
2013-04-18 14:40:08 +0800  Starting Cassandra cluster manager agent opscenter-agent&#60;br /&#62;
2013-04-18 14:40:08 +0800  Starting opscenter-agentUnable to find a java executable!&#60;br /&#62;
2013-04-18 14:40:08 +0800  Please install java or set JAVA_HOME.&#60;br /&#62;
2013-04-18 14:40:08 +0800  [FAILED]&#60;br /&#62;
2013-04-18 14:40:10 +0800  Agent installation complete.&#60;/p&#62;
&#60;p&#62;The log show that cannot find JAVA_HOME.&#60;br /&#62;
I try to execute the &#34;find-java&#34; in &#34;/usr/share/opscenter-agent/bin&#34;, it print the correct JAVA_HOME value.&#60;br /&#62;
Then I try to run the &#34;/usr/share/opscenter-agent/bin/opscenter-agent&#34; and got java.io.FileNotFoundException exception.&#60;br /&#62;
Can I run the &#34;opscenter-agent&#34; alone? &#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
