Hi,
I'm currently trying to run Datastax and Opscenter on a single Cassandra node; however, I'm running into some issues connecting to the web UI of Opscenter. I've been following the start up steps that were provided on the website, so I'm not exactly sure where I took a wrong turn.
Here's my opscenterd.log output:
2012-06-22 15:45:44-0700 [] INFO: Received SIGTERM, shutting down.
2012-06-22 15:45:44-0700 [] INFO: Main loop terminated.
2012-06-22 15:45:44-0700 [] INFO: Server Shut Down.
2012-06-22 15:47:49-0700 [] INFO: Log opened.
2012-06-22 15:47:49-0700 [] INFO: twistd 10.0.0 (/usr/bin/python2.6 2.6.5) starting up.
2012-06-22 15:47:49-0700 [] INFO: reactor class: twisted.internet.selectreactor.SelectReactor.
2012-06-22 15:47:49-0700 [] INFO: Logging level set to 'info'
2012-06-22 15:47:49-0700 [] INFO: OpsCenterdService startService
2012-06-22 15:47:49-0700 [] INFO: OpsCenter version: 2.1
2012-06-22 15:47:49-0700 [] INFO: Compatible agent version: 2.8
2012-06-22 15:47:49-0700 [] INFO: Cluster config dir './conf/clusters' does not exist yet
2012-06-22 15:47:49-0700 [] INFO: No clusters are configured yet, checking to see if a config migration is needed
2012-06-22 15:47:49-0700 [] INFO: Main config does not appear to include a cluster configuration, skipping migration
2012-06-22 15:47:49-0700 [] INFO: Cluster config dir './conf/clusters' does not exist yet
2012-06-22 15:47:49-0700 [] INFO: No clusters are configured
2012-06-22 15:47:49-0700 [] INFO: HTTP BASIC authentication disabled
2012-06-22 15:47:49-0700 [] INFO: Starting webserver with ssl disabled.
2012-06-22 15:47:49-0700 [] INFO: Unhandled error in Deferred:
2012-06-22 15:47:49-0700 [] Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/twisted/scripts/_twistd_unix.py", line 317, in startApplication
app.startApplication(application, not self.config['no_save'])
File "/usr/lib/python2.6/dist-packages/twisted/application/app.py", line 713, in startApplication
service.IService(application).startService()
File "/usr/lib/python2.6/dist-packages/twisted/application/service.py", line 278, in startService
service.startService()
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 944, in unwindGenerator
return _inlineCallbacks(None, f(*args, **kwargs), Deferred())
--- <exception caught here> ---
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 823, in _inlineCallbacks
result = g.send(result)
File "build/lib/python2.6/site-packages/opscenterd/OpsCenterdService.py", line 47, in startService
File "build/lib/python2.6/site-packages/opscenterd/OpsCenterdService.py", line 123, in setupClusterManager
File "build/lib/python2.6/site-packages/opscenterd/ClusterServices.py", line 59, in __init__
File "build/lib/python2.6/site-packages/opscenterd/StatsReporter.py", line 71, in makeReporter
File "build/lib/python2.6/site-packages/opscenterd/StatsReporter.py", line 54, in __init__
exceptions.TypeError: __init__() takes exactly 2 arguments (3 given)
