Yes, 7199 is in the opscenterd.conf. I stopped and started the service again, just to be sure.
Here's the latest log.
2011-05-18 08:46:32-0400 [-] Log opened.
2011-05-18 08:46:32-0400 [-] twistd 10.2.0 (/usr/bin/python 2.6.6) starting up.
2011-05-18 08:46:32-0400 [-] reactor class: twisted.internet.selectreactor.SelectReactor.
2011-05-18 08:46:32-0400 [-] opscenterd.WebServer.OpsCenterdWebServer starting on 8888
2011-05-18 08:46:32-0400 [-] Starting factory <opscenterd.WebServer.OpsCenterdWebServer instance at 0x902a82c>
2011-05-18 08:46:32-0400 [-] morbid.morbid.StompFactory starting on 61619
2011-05-18 08:46:32-0400 [-] Starting factory <morbid.morbid.StompFactory instance at 0x903d48c>
2011-05-18 08:46:32-0400 [-] morbid.morbid.StompFactory starting on 61620
2011-05-18 08:46:32-0400 [-] set uid/gid 0/0
2011-05-18 08:46:32-0400 [-] OpsCenterdService startService
2011-05-18 08:46:32-0400 [-] JmxJythonService started. State is now "startup".
2011-05-18 08:46:33-0400 [-] Starting CassandraCluster service
2011-05-18 08:46:33-0400 [-] Adding connection to <CassandraNode 10.1.2.172:9160 @0x904332c>
2011-05-18 08:46:33-0400 [-] Adding connection to <CassandraNode 10.1.2.171:9160 @0x90432ec>
2011-05-18 08:46:33-0400 [-] Adding connection to <CassandraNode 10.1.2.172:9160 @0x904332c>
2011-05-18 08:46:33-0400 [-] Adding connection to <CassandraNode 10.1.2.171:9160 @0x90432ec>
2011-05-18 08:46:33-0400 [-] Adding connection to <CassandraNode 10.1.2.172:9160 @0x904332c>
2011-05-18 08:46:33-0400 [CassandraPoolParticipantClient,client] Successfully added connection to <CassandraNode 10.1.2.172:9160 @0x904332c> to the pool
2011-05-18 08:46:33-0400 [CassandraPoolParticipantClient,client] Successfully added connection to <CassandraNode 10.1.2.172:9160 @0x904332c> to the pool
2011-05-18 08:46:33-0400 [CassandraPoolParticipantClient,client] Successfully added connection to <CassandraNode 10.1.2.171:9160 @0x90432ec> to the pool
2011-05-18 08:46:33-0400 [CassandraPoolParticipantClient,client] Successfully added connection to <CassandraNode 10.1.2.171:9160 @0x90432ec> to the pool
2011-05-18 08:46:33-0400 [CassandraPoolParticipantClient,client] Successfully added connection to <CassandraNode 10.1.2.172:9160 @0x904332c> to the pool
2011-05-18 08:46:33-0400 [CassandraPoolParticipantClient,client] acquired initial keyspace list: [CassandraKeyspace(keyspace=Keyspace1, column_families=['Super1', 'Standard1'], attributes={'strategy_options': {'replication_factor': '1'}, 'replica_placement_strategy': 'org.apache.cassandra.locator.SimpleStrategy', 'replication_factor': '1'}), 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=Healthx, column_families=['elig'], attributes={'strategy_options': {'replication_factor': '2'}, 'replica_placement_strategy': 'org.apache.cassandra.locator.SimpleStrategy', 'replication_factor': '2'})]
2011-05-18 08:46:33-0400 [CassandraPoolParticipantClient,client] acquired partitioner: org.apache.cassandra.dht.RandomPartitioner
2011-05-18 08:46:33-0400 [CassandraPoolParticipantClient,client] acquired cluster name: Healthx Cluster
2011-05-18 08:46:33-0400 [CassandraPoolParticipantClient,client] acquired snitch: org.apache.cassandra.locator.SimpleSnitch
2011-05-18 08:46:33-0400 [-] 'Failed to call getNodeList for node 10.1.2.171 (will try with next conn)'
2011-05-18 08:46:33-0400 [-] 'Failed to call getNodeList for node 10.1.2.172 (will try with next conn)'
2011-05-18 08:46:33-0400 [-] 'Failed to call getNodeList for node 10.1.2.172 (will try with next conn)'
2011-05-18 08:46:33-0400 [-] 'Failed to call getNodeList for node 10.1.2.172 (will try with next conn)'
2011-05-18 08:46:33-0400 [-] Unhandled error in Deferred:
2011-05-18 08:46:33-0400 [-] Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 388, in errback
self._startRunCallbacks(fail)
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 455, in _startRunCallbacks
self._runCallbacks()
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 542, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 1076, in gotResult
_inlineCallbacks(r, g, deferred)
--- <exception caught here> ---
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib/python2.6/dist-packages/twisted/python/failure.py", line 349, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "usr/lib/python2.6/dist-packages/opscenterd/Cluster.py", line 389, in startService
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib/python2.6/dist-packages/twisted/python/failure.py", line 349, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "usr/lib/python2.6/dist-packages/opscenterd/Cluster.py", line 559, in collectNodeList
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib/python2.6/dist-packages/twisted/python/failure.py", line 349, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "usr/lib/python2.6/dist-packages/opscenterd/Cluster.py", line 530, in call_with_any_jmxconn
exceptions.KeyError: 0
2011-05-18 08:46:33-0400 [-] Unhandled error in Deferred:
2011-05-18 08:46:33-0400 [-] Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 388, in errback
self._startRunCallbacks(fail)
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 455, in _startRunCallbacks
self._runCallbacks()
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 542, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 1076, in gotResult
_inlineCallbacks(r, g, deferred)
--- <exception caught here> ---
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib/python2.6/dist-packages/twisted/python/failure.py", line 349, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "usr/lib/python2.6/dist-packages/opscenterd/PushService.py", line 164, in _runRealtime
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib/python2.6/dist-packages/twisted/python/failure.py", line 349, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "usr/lib/python2.6/dist-packages/opscenterd/Cluster.py", line 559, in collectNodeList
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib/python2.6/dist-packages/twisted/python/failure.py", line 349, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "usr/lib/python2.6/dist-packages/opscenterd/Cluster.py", line 530, in call_with_any_jmxconn
exceptions.KeyError: 0
2011-05-18 08:46:33-0400 [-] Unhandled error in Deferred:
2011-05-18 08:46:33-0400 [-] Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 388, in errback
self._startRunCallbacks(fail)
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 455, in _startRunCallbacks
self._runCallbacks()
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 542, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 1076, in gotResult
_inlineCallbacks(r, g, deferred)
--- <exception caught here> ---
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib/python2.6/dist-packages/twisted/python/failure.py", line 349, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "usr/lib/python2.6/dist-packages/opscenterd/PushService.py", line 181, in _runShorttime
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib/python2.6/dist-packages/twisted/python/failure.py", line 349, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "usr/lib/python2.6/dist-packages/opscenterd/Cluster.py", line 559, in collectNodeList
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib/python2.6/dist-packages/twisted/python/failure.py", line 349, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "usr/lib/python2.6/dist-packages/opscenterd/Cluster.py", line 530, in call_with_any_jmxconn
exceptions.KeyError: 0
2011-05-18 08:46:33-0400 [-] Unhandled error in Deferred:
2011-05-18 08:46:33-0400 [-] Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 388, in errback
self._startRunCallbacks(fail)
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 455, in _startRunCallbacks
self._runCallbacks()
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 542, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 1076, in gotResult
_inlineCallbacks(r, g, deferred)
--- <exception caught here> ---
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib/python2.6/dist-packages/twisted/python/failure.py", line 349, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "usr/lib/python2.6/dist-packages/opscenterd/Cluster.py", line 559, in collectNodeList
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib/python2.6/dist-packages/twisted/python/failure.py", line 349, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "usr/lib/python2.6/dist-packages/opscenterd/Cluster.py", line 530, in call_with_any_jmxconn
exceptions.KeyError: 0
2011-05-18 08:46:33-0400 [-] 'Failed to call getNodeList for node 10.1.2.171 (will try with next conn)'
2011-05-18 08:46:33-0400 [-] 'Failed to call getNodeList for node 10.1.2.172 (will try with next conn)'
2011-05-18 08:46:33-0400 [-] 'Failed to call getNodeList for node 10.1.2.172 (will try with next conn)'
2011-05-18 08:46:33-0400 [-] 'Failed to call getNodeList for node 10.1.2.172 (will try with next conn)'
2011-05-18 08:46:34-0400 [-] Unhandled error in Deferred:
2011-05-18 08:46:34-0400 [-] Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 388, in errback
self._startRunCallbacks(fail)
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 455, in _startRunCallbacks
self._runCallbacks()
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 542, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 1076, in gotResult
_inlineCallbacks(r, g, deferred)
--- <exception caught here> ---
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib/python2.6/dist-packages/twisted/python/failure.py", line 349, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "usr/lib/python2.6/dist-packages/opscenterd/CassandraService.py", line 174, in createKeyspaceFromConfigIfNeeded
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib/python2.6/dist-packages/twisted/python/failure.py", line 349, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "usr/lib/python2.6/dist-packages/opscenterd/Cluster.py", line 559, in collectNodeList
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib/python2.6/dist-packages/twisted/python/failure.py", line 349, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "usr/lib/python2.6/dist-packages/opscenterd/Cluster.py", line 530, in call_with_any_jmxconn
exceptions.KeyError: 0
2011-05-18 08:46:34-0400 [-] JmxJythonService is now in state "dying"
2011-05-18 08:46:34-0400 [-] closed
2011-05-18 08:46:34-0400 [-] Unhandled error in Deferred:
2011-05-18 08:46:34-0400 [-] Unhandled Error
Traceback (most recent call last):
Failure: opscenterd.jmxadapt.JmxJythonService.JmxJythonShutdown: lost connection
2011-05-18 08:46:34-0400 [-] Unhandled error in Deferred:
2011-05-18 08:46:34-0400 [-] Unhandled Error
Traceback (most recent call last):
Failure: opscenterd.jmxadapt.JmxJythonService.JmxJythonShutdown: lost connection
2011-05-18 08:46:34-0400 [-] Unhandled error in Deferred:
2011-05-18 08:46:34-0400 [-] Unhandled Error
Traceback (most recent call last):
Failure: opscenterd.jmxadapt.JmxJythonService.JmxJythonShutdown: lost connection
2011-05-18 08:46:34-0400 [-] Unhandled error in Deferred:
2011-05-18 08:46:34-0400 [-] Unhandled Error
Traceback (most recent call last):
Failure: opscenterd.jmxadapt.JmxJythonService.JmxJythonShutdown: lost connection
2011-05-18 08:46:34-0400 [-] Unhandled error in Deferred:
2011-05-18 08:46:34-0400 [-] Unhandled Error
Traceback (most recent call last):
Failure: opscenterd.jmxadapt.JmxJythonService.JmxJythonShutdown: lost connection
2011-05-18 08:46:34-0400 [-] Unhandled error in Deferred:
2011-05-18 08:46:34-0400 [-] Unhandled Error
Traceback (most recent call last):
Failure: opscenterd.jmxadapt.JmxJythonService.JmxJythonShutdown: lost connection
2011-05-18 08:46:34-0400 [-] JmxJythonService is now in state "dead"