Unable to launch opscenter due to error: Permission denied: './conf/definitions/opscenter_defs.tar.gz'

隐身守侯 提交于 2019-12-25 03:30:29

问题


When I start OpsCenter, I get following error message:

 File "build/lib/python2.6/site-packages/opscenterd/Definitions.py", line 271, in updateFiles
      File "/usr/share/opscenter/lib/py-redhat/2.6/shared/amd64/twisted/internet/defer.py", line 1018, in _inlineCallbacks
        result = result.throwExceptionIntoGenerator(g)
      File "/usr/share/opscenter/lib/py-redhat/2.6/shared/amd64/twisted/python/failure.py", line 349, in throwExceptionIntoGenerator
        return g.throw(self.type, self.value, self.tb)
      File "build/lib/python2.6/site-packages/opscenterd/Definitions.py", line 190, in downloadFile
    IOError: [Errno 13] Permission denied: './conf/definitions/opscenter_defs.tar.gz'

I installed OpsCenter using DataStaxOpsCenter-5.1.1.2015031808-linux-x64-installer installer on Cent OS 6.6

I did a find / -name opscenter_defs.tar.gz and I can't see this file at all on file system


回答1:


I ended up installing it on a clean machine.



来源:https://stackoverflow.com/questions/29361021/unable-to-launch-opscenter-due-to-error-permission-denied-conf-definitions

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!