我正在尝试安装新的新群集。我在使用opscenter 6.0.2时遇到了麻烦。操作中心不会启动。我在stackoverflow中看到了这个问题,但环境是redhat。因为我没有经验来改变有解决方案的帖子中的任何内容。如果有人帮我解决ubuntu的问题,我会很高兴。
2016-09-06 08:49:14,577 [opscenterd] INFO: Traceback (most recent call last):
File "./bin/twistd", line 64, in <module>
run()
File "/usr/share/opscenter/lib/py/twisted/scripts/twistd.py", line 29, in run
app.run(runApp, ServerOptions)
File "/usr/share/opscenter/lib/py/twisted/application/app.py", line 617, in run
runApp(config)
File "/usr/share/opscenter/lib/py/twisted/scripts/twistd.py", line 25, in runApp
_SomeApplicationRunner(config).run()
File "/usr/share/opscenter/lib/py/twisted/application/app.py", line 348, in run
self.application = self.createOrGetApplication()
File "/usr/share/opscenter/lib/py/twisted/application/app.py", line 413, in createOrGetApplication
application = getApplication(self.config, passphrase)
File "/usr/share/opscenter/lib/py/twisted/application/app.py", line 424, in getApplication
application = service.loadApplication(filename, style, passphrase)
File "/usr/share/opscenter/lib/py/twisted/application/app.py", line 424, in getApplication
application = service.loadApplication(filename, style, passphrase)
File "/usr/share/opscenter/lib/py/twisted/application/service.py", line 410, in loadApplication
application = sob.loadValueFromFile(filename, 'application',
File "/usr/share/opscenter/lib/py/twisted/persisted/sob.py", line 207, in loadValueFromFile
eval(codeObj, d, d)
File "bin/start_opscenter.py", line 1, in <module>
from opscenterd import opscenterd_tap
File "/usr/share/opscenter/jython/Lib/site-packages/opscenterd/opscenterd_tap.py", line 22, in <module>
File "/usr/share/opscenter/jython/Lib/site-packages/opscenterd/LCMService.py", line 108, in start_lcm (MainThread)