Hi,
I was able to start opscenter without getting any crashing messages on Ubuntu. I made the change of getting lib-ssl 0.9.8 as indicated in another post here.
Now, I am not able to connect to the webserver. I looked at the opscenter log files and I see the following errors:
.....
2011-11-30 12:26:36-0500 [] INFO: HTTP BASIC authentication disabled
2011-11-30 12:26:36-0500 [] INFO: Unhandled error in Deferred:
2011-11-30 12:26:36-0500 [] Unhandled Error
Traceback (most recent call last):
File "/home/user/datastax/opscenter-1.3/lib/py-debian/2.7/i386/twisted/scripts/_twistd_unix.py", line 317, in startApplication
app.startApplication(application, not self.config['no_save'])
File "/home/user/datastax/opscenter-1.3/lib/py-debian/2.7/i386/twisted/application/app.py", line 653, in startApplication
service.IService(application).startService()
File "/home/user/datastax/opscenter-1.3/lib/py-debian/2.7/i386/twisted/application/service.py", line 277, in startService
service.startService()
File "/home/user/datastax/opscenter-1.3/lib/py-debian/2.7/i386/twisted/internet/defer.py", line 1141, in unwindGenerator
return _inlineCallbacks(None, f(*args, **kwargs), Deferred())
--- <exception caught here> ---
File "/home/user/datastax/opscenter-1.3/lib/py-debian/2.7/i386/twisted/internet/defer.py", line 1020, in _inlineCallbacks
result = g.send(result)
File "build/lib/python2.7/site-packages/opscenterd/OpsCenterdService.py", line 234, in startServiceFile "build/lib/python2.7/site-packages/opscenterd/OpsCenterdService.py", line 88, in setup
File "build/lib/python2.7/site-packages/opscenterd/OpsCenterdService.py", line 194, in SetupAgentService
exceptions.Exception: Could not find ssl files. Check your configuration file.
