Thanks, I got past that issue, now I have the error below:
2011-06-20 10:05:35-0700 [-] Log opened.
2011-06-20 10:05:35-0700 [-] twistd 10.2.0 (/usr/bin/python2.6 2.6.5) starting up.
2011-06-20 10:05:35-0700 [-] reactor class: twisted.internet.selectreactor.SelectReactor.
2011-06-20 10:05:35-0700 [-] opscenterd.WebServer.OpsCenterdWebServer starting on 8888
2011-06-20 10:05:35-0700 [-] Starting factory <opscenterd.WebServer.OpsCenterdWebServer instance at 0x17530a28>
2011-06-20 10:05:35-0700 [-] morbid.morbid.StompFactory starting on 61619
2011-06-20 10:05:35-0700 [-] Starting factory <morbid.morbid.StompFactory instance at 0x1760d8c0>
2011-06-20 10:05:35-0700 [-] morbid.morbid.StompFactory starting on 61620
2011-06-20 10:05:35-0700 [-] set uid/gid 101/102
2011-06-20 10:05:35-0700 [-] OpsCenterdService startService
2011-06-20 10:05:35-0700 [-] JmxJythonService started. State is now "startup".
2011-06-20 10:05:35-0700 [-] Starting CassandraCluster service
2011-06-20 10:05:35-0700 [-] Waiting for metric storage to start...
2011-06-20 10:05:35-0700 [-] Adding connection to <CassandraNode tsemoncass01:9160 @0x17612710>
2011-06-20 10:05:35-0700 [-] Adding connection to <CassandraNode tsemoncass01:9160 @0x17612710>
2011-06-20 10:05:35-0700 [-] Adding connection to <CassandraNode tsemoncass01:9160 @0x17612710>
2011-06-20 10:05:35-0700 [-] Adding connection to <CassandraNode tsemoncass01:9160 @0x17612710>
2011-06-20 10:05:35-0700 [-] Adding connection to <CassandraNode tsemoncass01:9160 @0x17612710>
2011-06-20 10:05:35-0700 [-] JmxJythonService did not get jmxjython startup message. Message: <twisted.python.failure.Failure <class 'opscenterd.jmxadapt.JmxJythonService.JmxJythonShutdown'>>.
2011-06-20 10:05:35-0700 [-] JmxJythonService is now in state "dying"
2011-06-20 10:05:35-0700 [-] JmxJythonService is now in state "dead"
2011-06-20 10:05:35-0700 [CassandraPoolParticipantClient,client] Successfully added connection to <CassandraNode tsemoncass01:9160 @0x17612710> to the pool
2011-06-20 10:05:35-0700 [CassandraPoolParticipantClient,client] Successfully added connection to <CassandraNode tsemoncass01:9160 @0x17612710> to the pool
2011-06-20 10:05:35-0700 [CassandraPoolParticipantClient,client] Successfully added connection to <CassandraNode tsemoncass01:9160 @0x17612710> to the pool
2011-06-20 10:05:35-0700 [CassandraPoolParticipantClient,client] Successfully added connection to <CassandraNode tsemoncass01:9160 @0x17612710> to the pool
2011-06-20 10:05:35-0700 [CassandraPoolParticipantClient,client] Successfully added connection to <CassandraNode tsemoncass01:9160 @0x17612710> to the pool
2011-06-20 10:05:35-0700 [CassandraPoolParticipantClient,client] acquired initial keyspace list: [CassandraKeyspace(keyspace=system, column_families=['NodeIdInfo', 'IndexInfo', 'Schema', 'Migrations', 'LocationInfo', 'HintsColumnFamily'], attributes={'strategy_options': {'replication_factor': '1'}, 'replica_placement_strategy': 'org.apache.cassandra.locator.LocalStrategy', 'replication_factor': '1'}), CassandraKeyspace(keyspace=OpsCenter, column_families=['metrics', 'events', 'events_timeline'], attributes={'strategy_options': {'replication_factor': '1'}, 'replica_placement_strategy': 'org.apache.cassandra.locator.SimpleStrategy', 'replication_factor': '1'})]
2011-06-20 10:05:35-0700 [CassandraPoolParticipantClient,client] acquired partitioner: org.apache.cassandra.dht.RandomPartitioner
2011-06-20 10:05:35-0700 [CassandraPoolParticipantClient,client] acquired snitch: org.apache.cassandra.locator.SimpleSnitch
2011-06-20 10:05:35-0700 [CassandraPoolParticipantClient,client] 'Failed to call getNodeList for node tsemoncass01 (will try with next conn)'
2011-06-20 10:05:35-0700 [CassandraPoolParticipantClient,client] 'Failed to call getNodeList for node tsemoncass01 (will try with next conn)'
2011-06-20 10:05:35-0700 [CassandraPoolParticipantClient,client] 'Failed to call getNodeList for node tsemoncass01 (will try with next conn)'
2011-06-20 10:05:35-0700 [CassandraPoolParticipantClient,client] 'Failed to call getNodeList for node tsemoncass01 (will try with next conn)'
2011-06-20 10:05:35-0700 [CassandraPoolParticipantClient,client] Couldn't refresh node list
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/twisted/internet/defer.py", line 542, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/usr/lib/python2.6/site-packages/twisted/internet/defer.py", line 1076, in gotResult
_inlineCallbacks(r, g, deferred)
File "/usr/lib/python2.6/site-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib/python2.6/site-packages/twisted/python/failure.py", line 349, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
--- <exception caught here> ---
File "/usr/lib/python2.6/site-packages/opscenterd/Cluster.py", line 562, in collectNodeList
File "/usr/lib/python2.6/site-packages/twisted/internet/defer.py", line 1020, in _inlineCallbacks
result = g.send(result)
File "/usr/lib/python2.6/site-packages/opscenterd/Cluster.py", line 533, in call_with_any_jmxconn
opscenterd.jmxadapt.JmxJythonService.JmxJythonShutdown: lost connection to child
2011-06-20 10:05:35-0700 [CassandraPoolParticipantClient,client] acquired cluster name: Test Cluster
2011-06-20 10:05:35-0700 [CassandraPoolParticipantClient,client] 'Failed to call getNodeList for node tsemoncass01 (will try with next conn)'
2011-06-20 10:05:35-0700 [CassandraPoolParticipantClient,client] 'Failed to call getNodeList for node tsemoncass01 (will try with next conn)'
2011-06-20 10:05:35-0700 [CassandraPoolParticipantClient,client] 'Failed to call getNodeList for node tsemoncass01 (will try with next conn)'
2011-06-20 10:05:35-0700 [CassandraPoolParticipantClient,client] 'Failed to call getNodeList for node tsemoncass01 (will try with next conn)'
2011-06-20 10:05:35-0700 [CassandraPoolParticipantClient,client] Couldn't refresh node list
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/twisted/internet/defer.py", line 1141, in unwindGenerator
return _inlineCallbacks(None, f(*args, **kwargs), Deferred())
File "/usr/lib/python2.6/site-packages/twisted/internet/defer.py", line 1020, in _inlineCallbacks
result = g.send(result)
File "/usr/lib/python2.6/site-packages/opscenterd/Cluster.py", line 561, in collectNodeList
File "/usr/lib/python2.6/site-packages/twisted/internet/defer.py", line 1141, in unwindGenerator
return _inlineCallbacks(None, f(*args, **kwargs), Deferred())
--- <exception caught here> ---
File "/usr/lib/python2.6/site-packages/twisted/internet/defer.py", line 1020, in _inlineCallbacks
result = g.send(result)
File "/usr/lib/python2.6/site-packages/opscenterd/Cluster.py", line 533, in call_with_any_jmxconn
opscenterd.jmxadapt.JmxJythonService.JmxJythonShutdown: lost connection to child