<?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: Error in OpsCenter</title>
		<link>http://www.datastax.com/support-forums/topic/error-in-opscenter</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 10:55:19 +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/error-in-opscenter" rel="self" type="application/rss+xml" />

		<item>
			<title>nickmbailey on "Error in OpsCenter"</title>
			<link>http://www.datastax.com/support-forums/topic/error-in-opscenter#post-302</link>
			<pubDate>Thu, 14 Jul 2011 18:13:05 +0000</pubDate>
			<dc:creator>nickmbailey</dc:creator>
			<guid isPermaLink="false">302@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Good to hear it all got figured out. Glad you like the newest version :).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blueplastic on "Error in OpsCenter"</title>
			<link>http://www.datastax.com/support-forums/topic/error-in-opscenter#post-301</link>
			<pubDate>Thu, 14 Jul 2011 17:56:15 +0000</pubDate>
			<dc:creator>blueplastic</dc:creator>
			<guid isPermaLink="false">301@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Yup, you're right Nick. Thanks for the help, don't think I would have figured this out on my own.&#60;/p&#62;
&#60;p&#62;The brisk_system keyspace was automatically set up to place one replica in the Brisk data center  (which doesn't exist since I'm not using BriskSnitch):&#60;br /&#62;
[default@brisk_system] describe keyspace;&#60;br /&#62;
Keyspace: brisk_system:&#60;br /&#62;
  Replication Strategy: org.apache.cassandra.locator.NetworkTopologyStrategy&#60;br /&#62;
  Durable Writes: true&#60;br /&#62;
    Options: [Brisk:1, Cassandra:0]&#60;/p&#62;
&#60;p&#62;I ran this command to update the keyspace:&#60;br /&#62;
[default@brisk_system] update keyspace brisk_system with placement_strategy = 'org.apache.cassandra.locator.NetworkTopologyStrategy' and strategy_options=[{DC2:1, DC1:0}];&#60;br /&#62;
5a8ec1c0-ae40-11e0-0000-8b19d956fdfe&#60;br /&#62;
Waiting for schema agreement...&#60;br /&#62;
... schemas agree across the cluster&#60;/p&#62;
&#60;p&#62;And finally:&#60;/p&#62;
&#60;p&#62;[default@brisk_system] describe keyspace;&#60;br /&#62;
Keyspace: brisk_system:&#60;br /&#62;
  Replication Strategy: org.apache.cassandra.locator.NetworkTopologyStrategy&#60;br /&#62;
  Durable Writes: true&#60;br /&#62;
    Options: [DC2:1, DC1:0]&#60;/p&#62;
&#60;p&#62;OpsCenter works now and I just auto-installed the agent on the rest of the nodes.&#60;/p&#62;
&#60;p&#62;By the way, OpsCenter v1.2 is pretty sweet.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nickmbailey on "Error in OpsCenter"</title>
			<link>http://www.datastax.com/support-forums/topic/error-in-opscenter#post-300</link>
			<pubDate>Thu, 14 Jul 2011 02:48:02 +0000</pubDate>
			<dc:creator>nickmbailey</dc:creator>
			<guid isPermaLink="false">300@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;So by default the brisk specific column families are created with NetworkTopologyStrategy and set to only exist in the 'Brisk' datacenter. When you use the BriskSnitch that datacenter gets set up automatically. Since you are using the property file snitch, and have no nodes in the 'Brisk' datacenter, you are seeing those errors.&#60;/p&#62;
&#60;p&#62;You can either modify the brisk column families to replicate to 'DC1' or 'DC2', or just change the name of one of those datacenters.&#60;/p&#62;
&#60;p&#62;Make sense?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blueplastic on "Error in OpsCenter"</title>
			<link>http://www.datastax.com/support-forums/topic/error-in-opscenter#post-299</link>
			<pubDate>Thu, 14 Jul 2011 00:06:25 +0000</pubDate>
			<dc:creator>blueplastic</dc:creator>
			<guid isPermaLink="false">299@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hmm, you were right Nick.&#60;/p&#62;
&#60;p&#62;So, I started doing some investigation, but can't find the root cause of the problem here.&#60;/p&#62;
&#60;p&#62;The Cassandra system.log is littered with these errors, like you predicted:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;ERROR [pool-2-thread-10274] 2011-07-12 23:43:40,320 Cassandra.java (line 3668) Internal error processing describe_ring
java.lang.IllegalStateException: datacenter (Brisk) has no more endpoints, (1) replicas still needed
	at org.apache.cassandra.locator.NetworkTopologyStrategy.calculateNaturalEndpoints(NetworkTopologyStrategy.java:124)
	at org.apache.cassandra.locator.AbstractReplicationStrategy.getNaturalEndpoints(AbstractReplicationStrategy.java:100)
	at org.apache.cassandra.service.StorageService.constructRangeToEndpointMap(StorageService.java:618)
	at org.apache.cassandra.service.StorageService.getRangeToAddressMap(StorageService.java:593)
	at org.apache.cassandra.service.StorageService.getRangeToEndpointMap(StorageService.java:567)
	at org.apache.cassandra.thrift.CassandraServer.describe_ring(CassandraServer.java:714)
	at org.apache.cassandra.thrift.Cassandra$Processor$describe_ring.process(Cassandra.java:3664)
	at org.apache.cassandra.thrift.Brisk$Processor.process(Brisk.java:464)
	at org.apache.cassandra.thrift.CustomTThreadPoolServer$WorkerProcess.run(CustomTThreadPoolServer.java:187)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:662)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So, it sounds like the brisk DC needs another replica? I don't fully understand this.&#60;/p&#62;
&#60;p&#62;I remember we got rid of this error a couple of weeks ago by clearing out  /var/lib/cassandra, but we can't do that now b/c there is data on this cluster.&#60;/p&#62;
&#60;p&#62;Here is what nodetool ring shows (note, I reorganized the row output according to DC/RAC):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;Address         DC          Rack        Status State   Load            Owns    Token
                                                                               148873535527910577765226390751398592512
10.192.143.x   DC1         RAC1        Up     Normal  643.42 GB       12.50%  0
10.192.171.x  DC1         RAC1        Up     Normal  128.96 GB       6.25%   21267647932558653966460912964485513216
10.210.95.x   DC1         RAC1        Up     Normal  128.34 GB       12.50%  42535295865117307932921825928971026432
10.211.19.x    DC1         RAC1        Up     Normal  128.55 GB       6.25%   63802943797675961899382738893456539648
10.68.58.x     DC1         RAC2        Up     Normal  643.05 GB       12.50%  85070591730234615865843651857942052864
10.110.31.x    DC1         RAC2        Up     Normal  128.84 GB       6.25%   106338239662793269832304564822427566080
10.96.58.x    DC1         RAC2        Up     Normal  128.11 GB       12.50%  127605887595351923798765477786913079296
10.210.195.x   DC1         RAC2        Up     Normal  129.33 GB       6.25%   148873535527910577765226390751398592512
10.114.138.x  DC2         RAC1        Up     Normal  258.04 GB       6.25%   10633823966279326983230456482242756608
10.203.79.x   DC2         RAC1        Up     Normal  257.14 GB       6.25%   53169119831396634916152282411213783040
10.242.209.x  DC2         RAC1        Up     Normal  256.58 GB       6.25%   95704415696513942849074108340184809472
10.38.25.x    DC2         RAC1        Up     Normal  257.08 GB       6.25%   138239711561631250781995934269155835904&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;YAML file snitch settings:&#60;br /&#62;
endpoint_snitch: org.apache.cassandra.locator.PropertyFileSnitch&#60;br /&#62;
dynamic_snitch: true&#60;/p&#62;
&#60;p&#62;cassandra-topology.properties file:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;# Cassandra Node IP=Data Center:Rack
10.192.143.x=DC1:RAC1
10.192.171.x=DC1:RAC1
10.210.95.x=DC1:RAC1
10.211.19.x=DC1:RAC1
10.68.58.x=DC1:RAC2
10.110.31.x=DC1:RAC2
10.96.58.x=DC1:RAC2
10.210.195.x=DC1:RAC2
10.114.138.x=DC2:RAC1
10.203.79.x=DC2:RAC1
10.242.209.x=DC2:RAC1
10.38.25.x=DC2:RAC1

# default for unknown nodes
default=DC1:RAC1
# Native IPv6 is supported, however you must escape the colon in the IPv6 Address
# Also be sure to comment out JVM_OPTS=&#38;quot;$JVM_OPTS -Djava.net.preferIPv4Stack=true&#38;quot;
# in cassandra-env.sh
#fe80\:0\:0\:0\:202\:b3ff\:fe1e\:8329=DC1:RAC3&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Our Keyspace is set to NetworkTopologyStrategy:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[default@DemoKS] describe keyspace;
Keyspace: DemoKS:
  Replication Strategy: org.apache.cassandra.locator.NetworkTopologyStrategy
  Durable Writes: true
    Options: [DC2:1, DC1:2]
  Column Families:
    ColumnFamily: DemoCF
      Key Validation Class: org.apache.cassandra.db.marshal.BytesType
      Default column value validator: org.apache.cassandra.db.marshal.BytesType
      Columns sorted by: org.apache.cassandra.db.marshal.BytesType
      Row cache size / save period in seconds: 0.0/0
      Key cache size / save period in seconds: 200000.0/14400
      Memtable thresholds: 1.0875/232/1440 (millions of ops/MB/minutes)
      GC grace seconds: 864000
      Compaction min/max thresholds: 4/32
      Read repair chance: 1.0
      Replicate on write: false
      Built indexes: []&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>mbulman on "Error in OpsCenter"</title>
			<link>http://www.datastax.com/support-forums/topic/error-in-opscenter#post-298</link>
			<pubDate>Wed, 13 Jul 2011 22:34:49 +0000</pubDate>
			<dc:creator>mbulman</dc:creator>
			<guid isPermaLink="false">298@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Failure: thrift.Thrift.TApplicationException: Internal error processing describe_ring&#60;/p&#62;
&#60;p&#62;This line indicates there is some sort of problem with the nodes you're trying to connect to, most likely a schema disagreement.  If you look in the cassandra log on that server, you should be able to get more info.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nickmbailey on "Error in OpsCenter"</title>
			<link>http://www.datastax.com/support-forums/topic/error-in-opscenter#post-297</link>
			<pubDate>Wed, 13 Jul 2011 22:33:34 +0000</pubDate>
			<dc:creator>nickmbailey</dc:creator>
			<guid isPermaLink="false">297@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Your problem is:&#60;/p&#62;
&#60;p&#62;Failure: thrift.Thrift.TApplicationException: Internal error processing describe_ring&#60;/p&#62;
&#60;p&#62;Unfortunately thats all the information we get back from cassandra, however if you check the cassandra logs you should see an indication of what the problem is when processing describe_ring. Often times it is a NetworkTopologyStrategy/datacenter misconfiguration.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blueplastic on "Error in OpsCenter"</title>
			<link>http://www.datastax.com/support-forums/topic/error-in-opscenter#post-296</link>
			<pubDate>Wed, 13 Jul 2011 22:20:40 +0000</pubDate>
			<dc:creator>blueplastic</dc:creator>
			<guid isPermaLink="false">296@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Thanks for the advice, Mike and Nick.&#60;/p&#62;
&#60;p&#62;So, the first node in my 12 node cluster is a seed node and the OpsCenter server. The 8th node, which is in a different logical DC is the other seed node.&#60;/p&#62;
&#60;p&#62;I logged into the 1st node/seed (the OpsCenter server) and was able to telnet into both seeds:&#60;/p&#62;
&#60;p&#62;ubuntu@domU-12-31-39-0E-x-x:~$ telnet 10.192.x.x 9160&#60;br /&#62;
Trying 10.192.x.x...&#60;br /&#62;
Connected to 10.192.x.x.&#60;br /&#62;
Escape character is '^]'.&#60;/p&#62;
&#60;p&#62;ubuntu@domU-12-31-39-0E-x-x:~$ telnet 10.114.x.x 9160&#60;br /&#62;
Trying 10.114.x.x...&#60;br /&#62;
Connected to 10.114.x.x.&#60;br /&#62;
Escape character is '^]'.&#60;/p&#62;
&#60;p&#62;Here is the output from DEBUG turned on:&#60;/p&#62;
&#60;p&#62;2011-07-13 21:04:29+0000 [-] Log opened.&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] twistd 10.2.0 (/usr/bin/python 2.6.6) starting up.&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] reactor class: twisted.internet.selectreactor.SelectReactor.&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] set uid/gid 0/0&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] Logging level set to 'debug'&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] OpsCenterdService startService&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] OpsCenter version: 1.2&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] Compatible agent version: 2.0&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] HTTP BASIC authentication disabled&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] agent_config items: {'jmx_user': '', 'jmx_pass': '', 'jmx_port': 7199, 'metrics_enabled': 1, 'metrics_ignored_column_families': '', 'metrics_ignored_keyspaces': 'system, OpsCenter'}&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] opscenterd.WebServer.OpsCenterdWebServer starting on 8888&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] Starting factory &#38;lt;opscenterd.WebServer.OpsCenterdWebServer instance at 0x1876b00&#38;gt;&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] Jython args: ['/usr/bin/java', '-Djava.library.path=/usr/lib/jni', '-Dpython.cachedir=/root/.jython_cache', 'org.python.util.jython', '-jar', '/usr/share/opscenter/bin/jmxjython.jar']&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] JmxJythonService started. State is now &#34;startup&#34;.&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] Starting CassandraCluster service&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] Adding connection to &#38;lt;CassandraNode 10.192.x.x:9160 @0x1886638&#38;gt;&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] Adding connection to &#38;lt;CassandraNode 10.114.x.x:9160 @0x18866c8&#38;gt;&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] Adding connection to &#38;lt;CassandraNode 10.192.x.x:9160 @0x1886638&#38;gt;&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] Adding connection to &#38;lt;CassandraNode 10.114.x.x:9160 @0x18866c8&#38;gt;&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] Adding connection to &#38;lt;CassandraNode 10.192.x.x:9160 @0x1886638&#38;gt;&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] Waiting for describe_version() results&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] morbid.morbid.StompFactory starting on 61619&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] Starting factory &#38;lt;morbid.morbid.StompFactory instance at 0x1882878&#38;gt;&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] morbid.morbid.StompFactory starting on 61620&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] Starting PushService&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] Waiting for a successful thrift call&#60;br /&#62;
2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] Thrift pool connection to &#38;lt;CassandraNode 10.192.x.x:9160 @0x1886638&#38;gt; failed&#60;br /&#62;
	Traceback (most recent call last):&#60;br /&#62;
	Failure: thrift.Thrift.TApplicationException: Internal error processing describe_ring&#60;/p&#62;
&#60;p&#62;2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] not considering &#38;lt;CassandraNode 10.192.x.x:9160 @0x1886638&#38;gt; for new connection; has 0.10830187797546387 left on connect blackout&#60;br /&#62;
2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] Adding connection to &#38;lt;CassandraNode 10.114.x.x:9160 @0x18866c8&#38;gt;&#60;br /&#62;
2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] not considering &#38;lt;CassandraNode 10.192.x.x:9160 @0x1886638&#38;gt; for new connection; has 0.10861492156982422 left on connect blackout&#60;br /&#62;
2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] Adding connection to &#38;lt;CassandraNode 10.114.x.x:9160 @0x18866c8&#38;gt;&#60;br /&#62;
2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] not considering &#38;lt;CassandraNode 10.192.x.x:9160 @0x1886638&#38;gt; for new connection; has 0.10861301422119141 left on connect blackout&#60;br /&#62;
2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] Adding connection to &#38;lt;CassandraNode 10.114.x.x:9160 @0x18866c8&#38;gt;&#60;br /&#62;
2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] Thrift pool connection to &#38;lt;CassandraNode 10.114.x.x:9160 @0x18866c8&#38;gt; failed&#60;br /&#62;
	Traceback (most recent call last):&#60;br /&#62;
	Failure: thrift.Thrift.TApplicationException: Internal error processing describe_ring&#60;/p&#62;
&#60;p&#62;2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] not considering &#38;lt;CassandraNode 10.114.x.x:9160 @0x18866c8&#38;gt; for new connection; has 0.11836552619934082 left on connect blackout&#60;br /&#62;
2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] not considering &#38;lt;CassandraNode 10.192.x.x:9160 @0x1886638&#38;gt; for new connection; has 0.10730290412902832 left on connect blackout&#60;br /&#62;
2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] (No candidate nodes to expand pool to target size 5 from 0; there are 1 pending requests. Expected candidate node retry in 0.1 seconds.)&#60;br /&#62;
2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] not considering &#38;lt;CassandraNode 10.114.x.x:9160 @0x18866c8&#38;gt; for new connection; has 0.11850237846374512 left on connect blackout&#60;br /&#62;
2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] not considering &#38;lt;CassandraNode 10.192.x.x:9160 @0x1886638&#38;gt; for new connection; has 0.10667991638183594 left on connect blackout&#60;br /&#62;
2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] (No candidate nodes to expand pool to target size 5 from 0; there are 1 pending requests. Expected candidate node retry in 0.1 seconds.)&#60;br /&#62;
2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] not considering &#38;lt;CassandraNode 10.114.x.x:9160 @0x18866c8&#38;gt; for new connection; has 0.1185004711151123 left on connect blackout&#60;br /&#62;
2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] not considering &#38;lt;CassandraNode 10.192.x.x:9160 @0x1886638&#38;gt; for new connection; has 0.097223997116088867 left on connect blackout&#60;br /&#62;
2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] (No candidate nodes to expand pool to target size 5 from 0; there are 1 pending requests. Expected candidate node retry in 0.1 seconds.)&#60;br /&#62;
2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] not considering &#38;lt;CassandraNode 10.114.x.x:9160 @0x18866c8&#38;gt; for new connection; has 0.11850333213806152 left on connect blackout&#60;br /&#62;
2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] not considering &#38;lt;CassandraNode 10.192.x.x:9160 @0x1886638&#38;gt; for new connection; has 0.096638917922973633 left on connect blackout&#60;br /&#62;
2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] (No candidate nodes to expand pool to target size 5 from 0; there are 1 pending requests. Expected candidate node retry in 0.1 seconds.)&#60;br /&#62;
2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] not considering &#38;lt;CassandraNode 10.114.x.x:9160 @0x18866c8&#38;gt; for new connection; has 0.11850428581237793 left on connect blackout&#60;br /&#62;
2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] not considering &#38;lt;CassandraNode 10.192.x.x:9160 @0x1886638&#38;gt; for new connection; has 0.096105098724365234 left on connect blackout&#60;br /&#62;
2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] (No candidate nodes to expand pool to target size 5 from 0; there are 1 pending requests. Expected candidate node retry in 0.1 seconds.)&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] not considering &#38;lt;CassandraNode 10.114.x.x:9160 @0x18866c8&#38;gt; for new connection; has 0.015861272811889648 left on connect blackout&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] Adding connection to &#38;lt;CassandraNode 10.192.x.x:9160 @0x1886638&#38;gt;&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] not considering &#38;lt;CassandraNode 10.114.x.x:9160 @0x18866c8&#38;gt; for new connection; has 0.015218257904052734 left on connect blackout&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] Adding connection to &#38;lt;CassandraNode 10.192.x.x:9160 @0x1886638&#38;gt;&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] not considering &#38;lt;CassandraNode 10.114.x.x:9160 @0x18866c8&#38;gt; for new connection; has 0.014885425567626953 left on connect blackout&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] Adding connection to &#38;lt;CassandraNode 10.192.x.x:9160 @0x1886638&#38;gt;&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] not considering &#38;lt;CassandraNode 10.114.x.x:9160 @0x18866c8&#38;gt; for new connection; has 0.014558315277099609 left on connect blackout&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] Adding connection to &#38;lt;CassandraNode 10.192.x.x:9160 @0x1886638&#38;gt;&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] not considering &#38;lt;CassandraNode 10.114.x.x:9160 @0x18866c8&#38;gt; for new connection; has 0.014231443405151367 left on connect blackout&#60;br /&#62;
2011-07-13 21:04:29+0000 [-] Adding connection to &#38;lt;CassandraNode 10.192.x.x:9160 @0x1886638&#38;gt;&#60;br /&#62;
2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] Thrift pool connection to &#38;lt;CassandraNode 10.192.x.x:9160 @0x1886638&#38;gt; failed&#60;br /&#62;
	Traceback (most recent call last):&#60;br /&#62;
	Failure: thrift.Thrift.TApplicationException: Internal error processing describe_ring&#60;/p&#62;
&#60;p&#62;2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] not considering &#38;lt;CassandraNode 10.192.x.x:9160 @0x1886638&#38;gt; for new connection; has 0.26951456069946289 left on connect blackout&#60;br /&#62;
2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] Adding connection to &#38;lt;CassandraNode 10.114.x.x:9160 @0x18866c8&#38;gt;&#60;br /&#62;
2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] not considering &#38;lt;CassandraNode 10.192.x.x:9160 @0x1886638&#38;gt; for new connection; has 0.26970458030700684 left on connect blackout&#60;br /&#62;
2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] Adding connection to &#38;lt;CassandraNode 10.114.x.x:9160 @0x18866c8&#38;gt;&#60;br /&#62;
2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] not considering &#38;lt;CassandraNode 10.192.x.x:9160 @0x1886638&#38;gt; for new connection; has 0.26970577239990234 left on connect blackout&#60;br /&#62;
2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] Adding connection to &#38;lt;CassandraNode 10.114.x.x:9160 @0x18866c8&#38;gt;&#60;br /&#62;
2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] not considering &#38;lt;CassandraNode 10.192.x.x:9160 @0x1886638&#38;gt; for new connection; has 0.26970577239990234 left on connect blackout&#60;br /&#62;
2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] Adding connection to &#38;lt;CassandraNode 10.114.x.x:9160 @0x18866c8&#38;gt;&#60;br /&#62;
2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] not considering &#38;lt;CassandraNode 10.192.x.x:9160 @0x1886638&#38;gt; for new connection; has 0.26970577239990234 left on connect blackout&#60;br /&#62;
2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] Adding connection to &#38;lt;CassandraNode 10.114.x.x:9160 @0x18866c8&#38;gt;&#60;br /&#62;
2011-07-13 21:04:29+0000 [CassandraPoolParticipantClient,client] Thrift pool connection to &#38;lt;CassandraNode 10.114.x.x:9160 @0x18866c8&#38;gt; failed&#60;br /&#62;
	Traceback (most recent call last):&#60;br /&#62;
	Failure: thrift.Thrift.TApplicationException: Internal error processing describe_ring
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nickmbailey on "Error in OpsCenter"</title>
			<link>http://www.datastax.com/support-forums/topic/error-in-opscenter#post-295</link>
			<pubDate>Wed, 13 Jul 2011 17:40:17 +0000</pubDate>
			<dc:creator>nickmbailey</dc:creator>
			<guid isPermaLink="false">295@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;The problem is definitely with thrift.&#60;/p&#62;
&#60;p&#62;From the logs you posted it doesn't look like OpsCenter is even trying to connect to the hosts listed in the conf. The conf you posted looks normal at first glance, but perhaps there is a syntax error in there somewhere?&#60;/p&#62;
&#60;p&#62;I would recommend turning on DEBUG logging and seeing if that shows any more useful errors regarding thrift.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbulman on "Error in OpsCenter"</title>
			<link>http://www.datastax.com/support-forums/topic/error-in-opscenter#post-294</link>
			<pubDate>Wed, 13 Jul 2011 14:37:34 +0000</pubDate>
			<dc:creator>mbulman</dc:creator>
			<guid isPermaLink="false">294@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Looks like OpsCenter can't talk to your nodes via thrift.  Can you trying &#60;code&#62;telnet &#38;lt;IP&#38;gt; 9160&#60;/code&#62; from the opscenter machine to the IPs listed in seed_hosts in opscenterd.conf?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blueplastic on "Error in OpsCenter"</title>
			<link>http://www.datastax.com/support-forums/topic/error-in-opscenter#post-293</link>
			<pubDate>Tue, 12 Jul 2011 23:50:20 +0000</pubDate>
			<dc:creator>blueplastic</dc:creator>
			<guid isPermaLink="false">293@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Quick update. &#60;/p&#62;
&#60;p&#62;I also tried temporarily opening all TCP ports in my EC2 Security Group (source: 0.0.0.0/0).&#60;/p&#62;
&#60;p&#62;Then I restarted OpsCenter:&#60;/p&#62;
&#60;p&#62;root@domU-12-31-39-0E-x-x:/home/ubuntu# sudo service opscenterd restart&#60;br /&#62;
* Restarting Cassandra cluster manager opscenterd                                                                   [ OK ]&#60;/p&#62;
&#60;p&#62;Finally, I refreshed the OpsCenter website but got the same error.&#60;/p&#62;
&#60;p&#62;I have removed the all TCP rule from my security group for now.&#60;/p&#62;
&#60;p&#62;Also, I want to clarify that all of my 12 Cassandra nodes are technically in the same Amazon region and two different Availability Zones. However, we’re using the Property Files snitch and simulating two different DCs and the 1st DC has two Racs.&#60;/p&#62;
&#60;p&#62;Here are all of the TCP ports that are current open in my security group:&#60;/p&#62;
&#60;p&#62;1024 - 65535	sg-b04c3dd9 (BriskNodes)&#60;br /&#62;
22 (SSH)	0.0.0.0/0&#60;br /&#62;
80 (HTTP)	0.0.0.0/0&#60;br /&#62;
7000	0.0.0.0/0&#60;br /&#62;
7199	0.0.0.0/0&#60;br /&#62;
8012	0.0.0.0/0&#60;br /&#62;
8888	0.0.0.0/0&#60;br /&#62;
8983	0.0.0.0/0&#60;br /&#62;
9160	0.0.0.0/0&#60;br /&#62;
50030	0.0.0.0/0&#60;br /&#62;
50060	0.0.0.0/0
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blueplastic on "Error in OpsCenter"</title>
			<link>http://www.datastax.com/support-forums/topic/error-in-opscenter#post-291</link>
			<pubDate>Tue, 12 Jul 2011 23:16:23 +0000</pubDate>
			<dc:creator>blueplastic</dc:creator>
			<guid isPermaLink="false">291@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I decided to completely uninstall the older version of OpsCenter and moved to the new version released a couple of days ago. The new version of installed on just one of the seed nodes.&#60;/p&#62;
&#60;p&#62;When I load the web GUI for OpsCenter, I get this error:&#60;/p&#62;
&#60;p&#62;Error Loading OpsCenter&#60;br /&#62;
OpsCenter is having trouble gathering basic information about your cluster. This usually means OpsCenter cannot connect to your cluster via thrift.&#60;/p&#62;
&#60;p&#62;Be sure to check your seed hosts in opscenterd.conf.&#60;/p&#62;
&#60;p&#62;----&#60;/p&#62;
&#60;p&#62;Error: No Cassandra connections available&#60;/p&#62;
&#60;p&#62;The opscenterd.conf file correctly has the seeds set as the private IPs for my Amazon EC2 nodes:&#60;/p&#62;
&#60;p&#62;# opscenterd.conf&#60;/p&#62;
&#60;p&#62;[jmx]&#60;br /&#62;
# The default jmx port for Cassandra &#38;gt;= 0.8.0 is 7199.  If you are using&#60;br /&#62;
# Cassandra 0.7.*, the default is 8080, and you should change this to&#60;br /&#62;
# reflect that.&#60;br /&#62;
port = 7199&#60;/p&#62;
&#60;p&#62;[webserver]&#60;br /&#62;
port = 8888&#60;br /&#62;
interface = 0.0.0.0&#60;/p&#62;
&#60;p&#62;[logging]&#60;br /&#62;
# level may be TRACE, DEBUG, INFO, WARN, or ERROR&#60;br /&#62;
level = INFO&#60;/p&#62;
&#60;p&#62;[cassandra]&#60;br /&#62;
# a comma-separated list of places to try for a connection to your Cassandra&#60;br /&#62;
# cluster:&#60;br /&#62;
seed_hosts = 10.192.x.x,10.114.x.x&#60;/p&#62;
&#60;p&#62;# the API (Thrift) port on your Cassandra cluster&#60;br /&#62;
api_port = 9160&#60;/p&#62;
&#60;p&#62;[authentication]&#60;br /&#62;
# if this file does not exist, there will be no password protection. Use the&#60;br /&#62;
# set_passwd.py tool (included with OpsCenter) to set passwords.&#60;br /&#62;
passwd_file = /etc/opscenter/.passwd&#60;/p&#62;
&#60;p&#62;[cassandra_metrics]&#60;br /&#62;
# A list of keyspaces to *not* collect metrics for, separated by commas&#60;br /&#62;
ignored_keyspaces = system, OpsCenter&#60;/p&#62;
&#60;p&#62;# A list of column families to *not* collect metrics for, separated&#60;br /&#62;
# by commas.  Each entry should be of the form &#34;ks.cf&#34;.  For example:&#60;br /&#62;
# metrics_ignored_column_families = system.NodeInfo, system.Schema, Keyspace1.Standard1&#60;br /&#62;
ignored_column_families =&#60;/p&#62;
&#60;p&#62;OpsCenter log shows:&#60;/p&#62;
&#60;p&#62;2011-07-12 23:05:09+0000 [-] Log opened.&#60;br /&#62;
2011-07-12 23:05:09+0000 [-] twistd 10.2.0 (/usr/bin/python 2.6.6) starting up.&#60;br /&#62;
2011-07-12 23:05:09+0000 [-] reactor class: twisted.internet.selectreactor.SelectReactor.&#60;br /&#62;
2011-07-12 23:05:09+0000 [-] set uid/gid 0/0&#60;br /&#62;
2011-07-12 23:05:09+0000 [-] Logging level set to 'info'&#60;br /&#62;
2011-07-12 23:05:09+0000 [-] OpsCenterdService startService&#60;br /&#62;
2011-07-12 23:05:09+0000 [-] OpsCenter version: 1.2&#60;br /&#62;
2011-07-12 23:05:09+0000 [-] Compatible agent version: 2.0&#60;br /&#62;
2011-07-12 23:05:09+0000 [-] HTTP BASIC authentication disabled&#60;br /&#62;
2011-07-12 23:05:09+0000 [-] agent_config items: {'jmx_user': '', 'jmx_pass': '', 'jmx_port': 7199, 'metrics_enabled': 1, 'metrics_ignored_column_families': '', 'metrics_ignored_keyspaces': 'system, OpsCenter'}&#60;br /&#62;
2011-07-12 23:05:09+0000 [-] opscenterd.WebServer.OpsCenterdWebServer starting on 8888&#60;br /&#62;
2011-07-12 23:05:09+0000 [-] Starting factory &#38;lt;opscenterd.WebServer.OpsCenterdWebServer instance at 0x308cb00&#38;gt;&#60;br /&#62;
2011-07-12 23:05:09+0000 [-] JmxJythonService started. State is now &#34;startup&#34;.&#60;br /&#62;
2011-07-12 23:05:09+0000 [-] Starting CassandraCluster service&#60;br /&#62;
2011-07-12 23:05:09+0000 [-] morbid.morbid.StompFactory starting on 61619&#60;br /&#62;
2011-07-12 23:05:09+0000 [-] Starting factory &#38;lt;morbid.morbid.StompFactory instance at 0x3098878&#38;gt;&#60;br /&#62;
2011-07-12 23:05:09+0000 [-] morbid.morbid.StompFactory starting on 61620&#60;br /&#62;
2011-07-12 23:05:09+0000 [-] Starting PushService&#60;br /&#62;
2011-07-12 23:05:09+0000 [CassandraPoolParticipantClient,client] (No candidate nodes to expand pool to target size 5 from 0; there are 1 pending requests. Expected candidate node retry in 0.2 seconds.)&#60;br /&#62;
2011-07-12 23:05:09+0000 [CassandraPoolParticipantClient,client] (No candidate nodes to expand pool to target size 5 from 0; there are 1 pending requests. Expected candidate node retry in 0.2 seconds.)&#60;br /&#62;
2011-07-12 23:05:09+0000 [CassandraPoolParticipantClient,client] (No candidate nodes to expand pool to target size 5 from 0; there are 1 pending requests. Expected candidate node retry in 0.2 seconds.)&#60;/p&#62;
&#60;p&#62;[there's tons of lines like the one above, which I removed]&#60;/p&#62;
&#60;p&#62;2011-07-12 23:05:16+0000 [CassandraPoolParticipantClient,client] (No candidate nodes to expand pool to target size 5 from 0; there are 0 pending requests. Expected candidate node retry in 6.8 seconds.)&#60;br /&#62;
2011-07-12 23:05:16+0000 [-] JmxJythonService got jmxjython startup message. State is now &#34;normal&#34;.&#60;br /&#62;
2011-07-12 23:05:22+0000 [CassandraPoolParticipantClient,client] (No candidate nodes to expand pool to target size 5 from 0; there are 0 pending requests. Expected candidate node retry in 3.6 seconds.)&#60;/p&#62;
&#60;p&#62;2011-07-12 23:09:39+0000 [CassandraPoolParticipantClient,client] (No candidate nodes to expand pool to target size 5 from 0; there are 0 pending requests. Expected candidate node retry in 160.6 seconds.)&#60;br /&#62;
2011-07-12 23:09:39+0000 [CassandraPoolParticipantClient,client] (No candidate nodes to expand pool to target size 5 from 0; there are 0 pending requests. Expected candidate node retry in 160.6 seconds.)&#60;br /&#62;
2011-07-12 23:10:37+0000 [HTTPChannel,3,152.179.x.x] Problem while calling ClusterController&#60;br /&#62;
	Traceback (most recent call last):&#60;br /&#62;
	Failure: opscenterd.CassandraService.NoCassandraConnection: No Cassandra connections available&#60;/p&#62;
&#60;p&#62;All the ports I mentioned in the first post are still open in the EC2 security group.&#60;/p&#62;
&#60;p&#62;Would it help if I turned on higher level debugging in OpsCenter?&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joaquin on "Error in OpsCenter"</title>
			<link>http://www.datastax.com/support-forums/topic/error-in-opscenter#post-255</link>
			<pubDate>Sat, 02 Jul 2011 20:31:57 +0000</pubDate>
			<dc:creator>joaquin</dc:creator>
			<guid isPermaLink="false">255@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Okay, well enjoy your vacation and we will definitely pick this up after the summit.&#60;/p&#62;
&#60;p&#62;And yes, OpsCenter should only be installed on one machine, preferable a separate machine. With the AMI code, I made it check the indexid was 0 before installing. You could also do something like this to see if it helps lower the overall load.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blueplastic on "Error in OpsCenter"</title>
			<link>http://www.datastax.com/support-forums/topic/error-in-opscenter#post-254</link>
			<pubDate>Sat, 02 Jul 2011 00:49:34 +0000</pubDate>
			<dc:creator>blueplastic</dc:creator>
			<guid isPermaLink="false">254@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Port change didn't fix the problem. Could be an issue related to how OpsCenter is installed in our cluster.&#60;/p&#62;
&#60;p&#62;OpsCenter was installed on the custom AMI we've created. So, when we spawn a cluster, all nodes technically have OpsCenter installed and the service running. I will try uninstalling OpsCenter from all of the nodes, except one... or at least stop the OpsCenter service on the other nodes. &#60;/p&#62;
&#60;p&#62;Also, I'm not sure what kind of problems having OpsCenter installed on all nodes would create. Does each node try to create a new OpsCenter column family?&#60;/p&#62;
&#60;p&#62;Anyway, will be on vacation for a week, so I'll have to pick back up on this issue on July 13th, after the Cassandra summit.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joaquin on "Error in OpsCenter"</title>
			<link>http://www.datastax.com/support-forums/topic/error-in-opscenter#post-251</link>
			<pubDate>Fri, 01 Jul 2011 01:39:05 +0000</pubDate>
			<dc:creator>joaquin</dc:creator>
			<guid isPermaLink="false">251@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;For Brisk and Cassandra, you need to switch to port 7199 for JMX.&#60;/p&#62;
&#60;p&#62;Could you give that a try and let us know if that works?&#60;/p&#62;
&#60;p&#62;Also, OpsCenter must be started before the Cassandra cluster and restarted after every conf change.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blueplastic on "Error in OpsCenter"</title>
			<link>http://www.datastax.com/support-forums/topic/error-in-opscenter#post-249</link>
			<pubDate>Fri, 01 Jul 2011 01:09:11 +0000</pubDate>
			<dc:creator>blueplastic</dc:creator>
			<guid isPermaLink="false">249@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;This is probably something simple.&#60;/p&#62;
&#60;p&#62;Trying to get OpsCenter to work on my 12 node Brisk-b2 cluster in Amazon.&#60;/p&#62;
&#60;p&#62;My Security Group has these ports open:&#60;br /&#62;
8888&#60;br /&#62;
9160&#60;br /&#62;
1024 - 65535 (source is the security group, so only traffic originating within the security group can talk via these ports)&#60;/p&#62;
&#60;p&#62;(all of the other ports mentioned in the Brisk AMI on Amazon documentation on this website are also open)&#60;/p&#62;
&#60;p&#62;OpsCenter was successfully installed on a Cassandra seed node and the cassandra-env.sh file was changed on all nodes with the updated EC2 public DNS name. Cassandra was also restarted on all nodes.&#60;/p&#62;
&#60;p&#62;OpsCenter.conf file:&#60;br /&#62;
# opscenterd.conf&#60;/p&#62;
&#60;p&#62;[jmx]&#60;br /&#62;
cassandra_classpath = /usr/share/opscenter/lib/*.jar&#60;br /&#62;
port = 8080&#60;/p&#62;
&#60;p&#62;[webserver]&#60;br /&#62;
port = 8888&#60;br /&#62;
interface = 0.0.0.0&#60;br /&#62;
staticdir = /usr/share/opscenter/content&#60;/p&#62;
&#60;p&#62;[cassandra]&#60;br /&#62;
forget_nodes_after = 2629800   ; average month&#60;/p&#62;
&#60;p&#62;# a comma-separated list of places to try for a connection to your Cassandra&#60;br /&#62;
# cluster:&#60;br /&#62;
seed_hosts = 10.192.x.x&#60;/p&#62;
&#60;p&#62;# the API (Thrift) port on your Cassandra cluster&#60;br /&#62;
api_port = 9160&#60;/p&#62;
&#60;p&#62;[collection]&#60;br /&#62;
basic_info_period = 3600&#60;br /&#62;
node_poll_period = 120&#60;/p&#62;
&#60;p&#62;[authentication]&#60;br /&#62;
# if this file does not exist, there will be no password protection. Use the&#60;br /&#62;
# set_passwd.py tool (included with OpsCenter) to set passwords.&#60;br /&#62;
passwd_file = /etc/opscenter/.passwd&#60;/p&#62;
&#60;p&#62;- - - - - - -&#60;/p&#62;
&#60;p&#62;When I go to the URL for OpsCenter now, I see Loading Opscenter... then an error:&#60;br /&#62;
Error loading cluster: No Cassandra connections available&#60;/p&#62;
&#60;p&#62;Here is the Opscenter log (note, IP addresses have been cleaned with x.x):&#60;/p&#62;
&#60;p&#62;2011-07-01 00:54:55+0000 [Uninitialized] Thrift pool connection to &#38;lt;CassandraNode 10.192.x.x:9160 @0x2eb66c8&#38;gt; failed&#60;br /&#62;
	Traceback (most recent call last):&#60;br /&#62;
	Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 111: Connection refused.&#60;/p&#62;
&#60;p&#62;2011-07-01 00:54:55+0000 [Uninitialized] not considering &#38;lt;CassandraNode 10.192.x.x:9160 @0x2eb66c8&#38;gt; for new connection; has 180.96665978431702 left on connect blackout&#60;br /&#62;
2011-07-01 00:54:55+0000 [Uninitialized] (No candidate nodes to expand pool to target size 5 from 0; there are 0 pending requests. Expected candidate node retry in 181.0 seconds.)&#60;br /&#62;
2011-07-01 00:54:55+0000 [Uninitialized] not considering &#38;lt;CassandraNode 10.192.x.x:9160 @0x2eb66c8&#38;gt; for new connection; has 180.96680474281311 left on connect blackout&#60;br /&#62;
2011-07-01 00:54:55+0000 [Uninitialized] (No candidate nodes to expand pool to target size 5 from 0; there are 0 pending requests. Expected candidate node retry in 181.0 seconds.)&#60;br /&#62;
2011-07-01 00:54:55+0000 [Uninitialized] not considering &#38;lt;CassandraNode 10.192.x.x:9160 @0x2eb66c8&#38;gt; for new connection; has 180.96680688858032 left on connect blackout&#60;br /&#62;
2011-07-01 00:54:55+0000 [Uninitialized] (No candidate nodes to expand pool to target size 5 from 0; there are 0 pending requests. Expected candidate node retry in 181.0 seconds.)&#60;br /&#62;
2011-07-01 00:54:55+0000 [Uninitialized] not considering &#38;lt;CassandraNode 10.192.x.x:9160 @0x2eb66c8&#38;gt; for new connection; has 180.96680688858032 left on connect blackout&#60;br /&#62;
2011-07-01 00:54:55+0000 [Uninitialized] (No candidate nodes to expand pool to target size 5 from 0; there are 0 pending requests. Expected candidate node retry in 181.0 seconds.)&#60;br /&#62;
2011-07-01 00:54:55+0000 [Uninitialized] not considering &#38;lt;CassandraNode 10.192.x.x:9160 @0x2eb66c8&#38;gt; for new connection; has 180.96680569648743 left on connect blackout&#60;br /&#62;
2011-07-01 00:54:55+0000 [Uninitialized] (No candidate nodes to expand pool to target size 5 from 0; there are 0 pending requests. Expected candidate node retry in 181.0 seconds.)&#60;br /&#62;
2011-07-01 00:55:32+0000 [HTTPChannel,10,152.179.x.x] 152.179.x.x - - [01/Jul/2011:00:55:32 +0000] &#34;GET /hadoop/jobs HTTP/1.1&#34; 404 72 &#34;http://ec2-174-129-x-x.compute-1.amazonaws.com:8888/opscenter/index.html&#34; &#34;Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.x.x Safari/534.30&#34;&#60;br /&#62;
2011-07-01 00:56:32+0000 [HTTPChannel,10,152.179.x.x] 152.179.x.x - - [01/Jul/2011:00:56:32 +0000] &#34;GET /hadoop/jobs HTTP/1.1&#34; 404 72 &#34;http://ec2-174-129-x-x.compute-1.amazonaws.com:8888/opscenter/index.html&#34; &#34;Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.x.x Safari/534.30&#34;&#60;br /&#62;
2011-07-01 00:57:32+0000 [HTTPChannel,10,152.179.x.x] 152.179.x.x - - [01/Jul/2011:00:57:32 +0000] &#34;GET /hadoop/jobs HTTP/1.1&#34; 404 72 &#34;http://ec2-174-129-x-x.compute-1.amazonaws.com:8888/opscenter/index.html&#34; &#34;Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.x.x Safari/534.30&#34;&#60;br /&#62;
2011-07-01 00:57:39+0000 [HTTPChannel,10,152.179.x.x] 152.179.x.x - - [01/Jul/2011:00:57:39 +0000] &#34;GET /opscenter/index.html HTTP/1.1&#34; 200 2599 &#34;-&#34; &#34;Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.x.x Safari/534.30&#34;&#60;br /&#62;
2011-07-01 00:57:39+0000 [HTTPChannel,2,152.179.x.x] 152.179.x.x - - [01/Jul/2011:00:57:39 +0000] &#34;GET /opscenter/js/dojotoolkit/dojox/grid/resources/Grid.css HTTP/1.1&#34; 200 7125 &#34;http://ec2-174-129-x-x.compute-1.amazonaws.com:8888/opscenter/index.html&#34; &#34;Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.x.x Safari/534.30&#34;&#60;br /&#62;
2011-07-01 00:57:39+0000 [HTTPChannel,9,152.179.x.x] 152.179.x.x - - [01/Jul/2011:00:57:39 +0000] &#34;GET /opscenter/css/ripcord.css HTTP/1.1&#34; 200 25573 &#34;http://ec2-174-129-x-x.compute-1.amazonaws.com:8888/opscenter/index.html&#34; &#34;Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.x.x Safari/534.30&#34;&#60;br /&#62;
2011-07-01 00:57:39+0000 [HTTPChannel,14,152.179.x.x] 152.179.x.x - - [01/Jul/2011:00:57:39 +0000] &#34;GET /opscenter/images/opsc-logo.png HTTP/1.1&#34; 200 3052 &#34;http://ec2-174-129-x-x.compute-1.amazonaws.com:8888/opscenter/index.html&#34; &#34;Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.x.x Safari/534.30&#34;&#60;br /&#62;
2011-07-01 00:57:40+0000 [HTTPChannel,10,152.179.x.x] 152.179.x.x - - [01/Jul/2011:00:57:39 +0000] &#34;GET /opscenter/js/dojotoolkit/dijit/themes/tundra/tundra.css HTTP/1.1&#34; 200 76329 &#34;http://ec2-174-129-x-x.compute-1.amazonaws.com:8888/opscenter/index.html&#34; &#34;Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.x.x Safari/534.30&#34;&#60;br /&#62;
2011-07-01 00:57:40+0000 [HTTPChannel,8,152.179.x.x] 152.179.x.x - - [01/Jul/2011:00:57:40 +0000] &#34;GET /opscenter/js/dojotoolkit/dojo/dojo.js HTTP/1.1&#34; 200 90325 &#34;http://ec2-174-129-x-x.compute-1.amazonaws.com:8888/opscenter/index.html&#34; &#34;Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.x.x Safari/534.30&#34;&#60;br /&#62;
2011-07-01 00:57:41+0000 [HTTPChannel,13,152.179.x.x] 152.179.x.x - - [01/Jul/2011:00:57:41 +0000] &#34;GET /opscenter/js/ripcord/ripcord.js HTTP/1.1&#34; 200 982295 &#34;http://ec2-174-129-x-x.compute-1.amazonaws.com:8888/opscenter/index.html&#34; &#34;Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.x.x Safari/534.30&#34;&#60;br /&#62;
2011-07-01 00:57:42+0000 [HTTPChannel,13,152.179.x.x] 152.179.x.x - - [01/Jul/2011:00:57:41 +0000] &#34;GET /opscenter/js/dojotoolkit/dojox/gfx/svg.js?1309481862161 HTTP/1.1&#34; 200 39650 &#34;http://ec2-174-129-x-x.compute-1.amazonaws.com:8888/opscenter/index.html&#34; &#34;Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.x.x Safari/534.30&#34;&#60;br /&#62;
2011-07-01 00:57:42+0000 [HTTPChannel,13,152.179.x.x] 152.179.x.x - - [01/Jul/2011:00:57:42 +0000] &#34;GET /opscenter/js/dojotoolkit/dojo/nls/ripcorddojo_en-us.js?1309481862161 HTTP/1.1&#34; 200 5540 &#34;http://ec2-174-129-x-x.compute-1.amazonaws.com:8888/opscenter/index.html&#34; &#34;Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.x.x Safari/534.30&#34;&#60;br /&#62;
2011-07-01 00:57:42+0000 [HTTPChannel,13,152.179.x.x] 152.179.x.x - - [01/Jul/2011:00:57:42 +0000] &#34;GET /opscenter/images/sidebar-line.png HTTP/1.1&#34; 200 291 &#34;http://ec2-174-129-x-x.compute-1.amazonaws.com:8888/opscenter/index.html&#34; &#34;Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.x.x Safari/534.30&#34;&#60;br /&#62;
2011-07-01 00:57:42+0000 [HTTPChannel,8,152.179.x.x] 152.179.x.x - - [01/Jul/2011:00:57:42 +0000] &#34;GET /opscenter/images/sidebar-bg.png HTTP/1.1&#34; 200 514 &#34;http://ec2-174-129-x-x.compute-1.amazonaws.com:8888/opscenter/index.html&#34; &#34;Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.x.x Safari/534.30&#34;&#60;br /&#62;
2011-07-01 00:57:42+0000 [HTTPChannel,8,152.179.x.x] 152.179.x.x - - [01/Jul/2011:00:57:42 +0000] &#34;GET /rc/userrole HTTP/1.1&#34; 200 4 &#34;http://ec2-174-129-x-x.compute-1.amazonaws.com:8888/opscenter/index.html&#34; &#34;Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.x.x Safari/534.30&#34;&#60;br /&#62;
2011-07-01 00:57:42+0000 [HTTPChannel,13,152.179.x.x] 152.179.x.x - - [01/Jul/2011:00:57:42 +0000] &#34;GET /rc/version HTTP/1.1&#34; 200 7 &#34;http://ec2-174-129-x-x.compute-1.amazonaws.com:8888/opscenter/index.html&#34; &#34;Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.x.x Safari/534.30&#34;&#60;br /&#62;
2011-07-01 00:57:42+0000 [HTTPChannel,13,152.179.x.x] Problem while calling ClusterController&#60;br /&#62;
	Traceback (most recent call last):&#60;br /&#62;
	Failure: opscenterd.CassandraService.NoCassandraConnection: No Cassandra connections available&#60;/p&#62;
&#60;p&#62;2011-07-01 00:57:42+0000 [HTTPChannel,13,152.179.x.x] 152.179.x.x - - [01/Jul/2011:00:57:42 +0000] &#34;GET /cluster HTTP/1.1&#34; 400 49 &#34;http://ec2-174-129-x-x.compute-1.amazonaws.com:8888/opscenter/index.html&#34; &#34;Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.x.x Safari/534.30&#34;&#60;br /&#62;
2011-07-01 00:57:42+0000 [HTTPChannel,8,152.179.x.x] 152.179.x.x - - [01/Jul/2011:00:57:42 +0000] &#34;GET /favicon.ico HTTP/1.1&#34; 404 52 &#34;-&#34; &#34;Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.x.x Safari/534.30&#34;&#60;br /&#62;
2011-07-01 00:57:43+0000 [HTTPChannel,8,152.179.x.x] 152.179.x.x - - [01/Jul/2011:00:57:42 +0000] &#34;GET /opscenter/images/closeicon.png HTTP/1.1&#34; 200 1238 &#34;http://ec2-174-129-x-x.compute-1.amazonaws.com:8888/opscenter/index.html&#34; &#34;Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.x.x Safari/534.30&#34;&#60;br /&#62;
2011-07-01 00:57:43+0000 [HTTPChannel,13,152.179.x.x] 152.179.x.x - - [01/Jul/2011:00:57:42 +0000] &#34;GET /opscenter/js/dojotoolkit/dijit/themes/tundra/images/buttonEnabled.png HTTP/1.1&#34; 200 120 &#34;http://ec2-174-129-x-x.compute-1.amazonaws.com:8888/opscenter/index.html&#34; &#34;Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.x.x Safari/534.30&#34;&#60;br /&#62;
2011-07-01 00:57:56+0000 [-] Adding connection to &#38;lt;CassandraNode 10.192.x.x:9160 @0x2eb66c8&#38;gt;&#60;br /&#62;
2011-07-01 00:57:56+0000 [-] Adding connection to &#38;lt;CassandraNode 10.192.x.x:9160 @0x2eb66c8&#38;gt;&#60;br /&#62;
2011-07-01 00:57:56+0000 [-] Adding connection to &#38;lt;CassandraNode 10.192.x.x:9160 @0x2eb66c8&#38;gt;&#60;br /&#62;
2011-07-01 00:57:56+0000 [-] Adding connection to &#38;lt;CassandraNode 10.192.x.x:9160 @0x2eb66c8&#38;gt;&#60;br /&#62;
2011-07-01 00:57:56+0000 [-] Adding connection to &#38;lt;CassandraNode 10.192.x.x:9160 @0x2eb66c8&#38;gt;&#60;br /&#62;
2011-07-01 00:57:56+0000 [Uninitialized] Thrift pool connection to &#38;lt;CassandraNode 10.192.x.x:9160 @0x2eb66c8&#38;gt; failed&#60;br /&#62;
	Traceback (most recent call last):&#60;br /&#62;
	Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 111: Connection refused.&#60;/p&#62;
&#60;p&#62;2011-07-01 00:57:56+0000 [Uninitialized] not considering &#38;lt;CassandraNode 10.192.x.x:9160 @0x2eb66c8&#38;gt; for new connection; has 174.66835308074951 left on connect blackout&#60;br /&#62;
2011-07-01 00:57:56+0000 [Uninitialized] (No candidate nodes to expand pool to target size 5 from 0; there are 0 pending requests. Expected candidate node retry in 174.7 seconds.)&#60;br /&#62;
2011-07-01 00:57:56+0000 [Uninitialized] not considering &#38;lt;CassandraNode 10.192.x.x:9160 @0x2eb66c8&#38;gt; for new connection; has 174.66850137710571 left on connect blackout&#60;br /&#62;
2011-07-01 00:57:56+0000 [Uninitialized] (No candidate nodes to expand pool to target size 5 from 0; there are 0 pending requests. Expected candidate node retry in 174.7 seconds.)&#60;br /&#62;
2011-07-01 00:57:56+0000 [Uninitialized] not considering &#38;lt;CassandraNode 10.192.x.x:9160 @0x2eb66c8&#38;gt; for new connection; has 174.66850113868713 left on connect blackout&#60;br /&#62;
2011-07-01 00:57:56+0000 [Uninitialized] (No candidate nodes to expand pool to target size 5 from 0; there are 0 pending requests. Expected candidate node retry in 174.7 seconds.)&#60;br /&#62;
2011-07-01 00:57:56+0000 [Uninitialized] not considering &#38;lt;CassandraNode 10.192.x.x:9160 @0x2eb66c8&#38;gt; for new connection; has 174.66850018501282 left on connect blackout&#60;br /&#62;
2011-07-01 00:57:56+0000 [Uninitialized] (No candidate nodes to expand pool to target size 5 from 0; there are 0 pending requests. Expected candidate node retry in 174.7 seconds.)&#60;br /&#62;
2011-07-01 00:57:56+0000 [Uninitialized] not considering &#38;lt;CassandraNode 10.192.x.x:9160 @0x2eb66c8&#38;gt; for new connection; has 174.66850018501282 left on connect blackout&#60;br /&#62;
2011-07-01 00:57:56+0000 [Uninitialized] (No candidate nodes to expand pool to target size 5 from 0; there are 0 pending requests. Expected candidate node retry in 174.7 seconds.)&#60;br /&#62;
2011-07-01 00:58:03+0000 [HTTPChannel,13,152.179.x.x] 152.179.x.x - - [01/Jul/2011:00:58:03 +0000] &#34;GET /opscenter/js/dojotoolkit/dijit/themes/tundra/images/buttonHover.png HTTP/1.1&#34; 200 144 &#34;http://ec2-174-129-x-x.compute-1.amazonaws.com:8888/opscenter/index.html&#34; &#34;Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.x.x Safari/534.30&#34;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
