Hi, i am trying to instal the OPS Center on a MAC OS X 10.6 and it dont works. Can you help me?
CONSOLE
-----------
imac:cassandra-dsc ruben$ ./bin/nodetool ring -h localhost
Address DC Rack Status State Load Owns Token
127.0.0.1 datacenter1 rack1 Up Normal 89.04 KB 100.00% 50525321531465215397131752684092641172
imac:cassandra-dsc ruben$ cd opscenter
imac:opscenter ruben$ ./bin/setup.py
Generating a 1024 bit RSA private key
...............................................................................................++++++
..................................................++++++
writing new private key to 'ssl/opscenter.key'
-----
MAC verified OK
Certificate was added to keystore
imac:opscenter ruben$ cd bin
imac:bin ruben$ ./opscenter
/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/twisted/persisted/sob.py:12: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import os, md5, sys
/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/twisted/python/filepath.py:12: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
import sha
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/twisted/application/app.py", line 694, in run
runApp(config)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/twisted/scripts/twistd.py", line 23, in runApp
_SomeApplicationRunner(config).run()
File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/twisted/application/app.py", line 411, in run
self.application = self.createOrGetApplication()
File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/twisted/application/app.py", line 494, in createOrGetApplication
application = getApplication(self.config, passphrase)
--- <exception caught here> ---
File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/twisted/application/app.py", line 505, in getApplication
application = service.loadApplication(filename, style, passphrase)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/twisted/application/service.py", line 390, in loadApplication
application = sob.loadValueFromFile(filename, 'application', passphrase)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/twisted/persisted/sob.py", line 214, in loadValueFromFile
exec fileObj in d, d
File "bin/start_opscenter.py", line 1, in <module>
from opscenterd import opscenterd_tap
File "build/lib/python2.6/site-packages/opscenterd/opscenterd_tap.py", line 17, in <module>
File "build/lib/python2.6/site-packages/opscenterd/Config.py", line 394, in init_config
File "build/lib/python2.6/site-packages/opscenterd/metricstore/CassandraStore.py", line 16, in <module>
File "build/lib/python2.6/site-packages/opscenterd/Settings.py", line 4, in <module>
File "/Applications/cassandra-dsc/opscenter/lib/py/telephus/cassandra/ttypes.py", line 1, in <module>
from telephus.cassandra.c08.ttypes import *
File "/Applications/cassandra-dsc/opscenter/lib/py/telephus/cassandra/c08/ttypes.py", line 7, in <module>
from thrift.Thrift import *
exceptions.ImportError: No module named thrift.Thrift
Failed to load application: No module named thrift.Thrift
------
