I am having trouble connecting to my 2 box cassandra test cluster. The install of the package went fine, but now i can not connect to the cluster.
I have tried connecting to the cluster by installing Opscenter on a box with a cassandra node (using 127.0.0.1 and the box's ip address), and from a remote node.
When i try and up my log level to trace i dont get any extra information.
Here is the log for Opscenter:
2011-08-11 10:35:00-0500 [] INFO: Log opened.
2011-08-11 10:35:00-0500 [] INFO: twistd 10.2.0 (/usr/bin/python2.6 2.6.5) starting up.
2011-08-11 10:35:00-0500 [] INFO: reactor class: twisted.internet.selectreactor.SelectReactor.
2011-08-11 10:35:00-0500 [] INFO: set uid/gid 101/103
2011-08-11 10:35:00-0500 [] INFO: Logging level set to 'trace'
2011-08-11 10:35:00-0500 [] INFO: OpsCenterdService startService
2011-08-11 10:35:00-0500 [] INFO: OpsCenter version: 1.2.2
2011-08-11 10:35:00-0500 [] INFO: Compatible agent version: 2.2
2011-08-11 10:35:00-0500 [] DEBUG: Logging user config options:
2011-08-11 10:35:00-0500 [] DEBUG: jmx : [('port', '7199')], logging : [('level', 'TRACE')], webserver : [('interface', '10.45.8.64'), ('port', '8888')], authentication : [], cassandra_metrics : [('ignored_keyspaces', 'system, OpsCenter')], cassandra : [('seed_hosts', '10.45.8.61')],
2011-08-11 10:35:00-0500 [] INFO: HTTP BASIC authentication disabled
2011-08-11 10:35:00-0500 [] INFO: agent_config items: {'metrics_enabled': 1, 'metrics_ignored_column_families': '', 'metrics_ignored_keyspaces': 'system, OpsCenter', 'jmx_port': 7199}
2011-08-11 10:35:00-0500 [] INFO: opscenterd.WebServer.OpsCenterdWebServer starting on 8888
2011-08-11 10:35:00-0500 [] INFO: Starting factory <opscenterd.WebServer.OpsCenterdWebServer instance at 0x995698c>
2011-08-11 10:35:00-0500 [] INFO: Unhandled error in Deferred:
2011-08-11 10:35:00-0500 [] INFO:
2011-08-11 10:35:04-0500 [] INFO:
2011-08-11 10:35:10-0500 [] INFO:
2011-08-11 10:39:11-0500 [] INFO:
2011-08-11 10:39:35-0500 [] INFO:
2011-08-11 10:40:02-0500 [] INFO: Received SIGTERM, shutting down.
2011-08-11 10:40:02-0500 [] INFO: Stopping CassandraCluster service
2011-08-11 10:40:02-0500 [] INFO: JmxJythonService is now in state "dying"
2011-08-11 10:40:02-0500 [] INFO: (TCP Port 8888 Closed)
2011-08-11 10:40:02-0500 [] INFO: Stopping factory <opscenterd.WebServer.OpsCenterdWebServer instance at 0x995698c>
2011-08-11 10:40:02-0500 [] INFO: Main loop terminated.
2011-08-11 10:40:02-0500 [] INFO: Server Shut Down.
2011-08-11 10:40:02-0500 [] INFO: Log opened.
2011-08-11 10:40:02-0500 [] INFO: twistd 10.2.0 (/usr/bin/python2.6 2.6.5) starting up.
2011-08-11 10:40:02-0500 [] INFO: reactor class: twisted.internet.selectreactor.SelectReactor.
2011-08-11 10:40:02-0500 [] INFO: set uid/gid 101/103
2011-08-11 10:40:02-0500 [] INFO: Logging level set to 'debug'
2011-08-11 10:40:02-0500 [] INFO: OpsCenterdService startService
2011-08-11 10:40:02-0500 [] INFO: OpsCenter version: 1.2.2
2011-08-11 10:40:02-0500 [] INFO: Compatible agent version: 2.2
2011-08-11 10:40:02-0500 [] DEBUG: Logging user config options:
2011-08-11 10:40:02-0500 [] DEBUG: jmx : [('port', '7199')], logging : [('level', 'DEBUG')], webserver : [('interface', '10.45.8.64'), ('port', '8888')], authentication : [], cassandra_metrics : [('ignored_keyspaces', 'system, OpsCenter')], cassandra : [('seed_hosts', '10.45.8.61')],
2011-08-11 10:40:02-0500 [] INFO: HTTP BASIC authentication disabled
2011-08-11 10:40:02-0500 [] INFO: agent_config items: {'metrics_enabled': 1, 'metrics_ignored_column_families': '', 'metrics_ignored_keyspaces': 'system, OpsCenter', 'jmx_port': 7199}
2011-08-11 10:40:02-0500 [] INFO: opscenterd.WebServer.OpsCenterdWebServer starting on 8888
2011-08-11 10:40:02-0500 [] INFO: Starting factory <opscenterd.WebServer.OpsCenterdWebServer instance at 0xa06298c>
2011-08-11 10:40:02-0500 [] INFO: Unhandled error in Deferred:
2011-08-11 10:40:02-0500 [] INFO:
2011-08-11 10:40:06-0500 [] INFO:
Also, when I turn up the logging on cassandra, i dont see any hit from my Opscenter box. I am currently running 'Sébastien Giroux' admin tool and it can talk to the cluster with no problems from any machine. There is NO firewall between any of these servers.
