首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >结果代码7的Tableau hyper_0进程失败

结果代码7的Tableau hyper_0进程失败
EN

Server Fault用户
提问于 2022-06-30 22:25:11
回答 1查看 186关注 0票数 0

我们在linux坞映像上的Tableau进入了降级状态。当我运行tsm status -v时,我得到了以下信息:

代码语言:javascript
复制
node1: localhost
        Status: DEGRADED
        'Tableau Server Gateway 0' is running.
        'Tableau Server Application Server 0' is in an error state.
        'Tableau Server Interactive Microservice Container 0' is running.
                'MessageBus Microservice 0' is running.
                'Relationship Query Microservice 0' is running.
                'Credentials Service 0' is running.
        'Tableau Server VizQL Server 0' is running.
        'Tableau Server Cache Server 0' is running.
        'Tableau Server Coordination Service 0' is running.
        'Tableau Server Cluster Controller 0' is running.
        'Tableau Server Search And Browse 0' is running.
        'Tableau Server Backgrounder 0' is running.
        'Tableau Server Non-Interactive Microservice Container 0' is running.
        'Tableau Server Data Server 0' is running.
        'Tableau Server Data Engine 0' is in an error state.
                'java.lang.IllegalStateException: Command Line operation failed to execute
java.lang.RuntimeException: Failed run command '[/usr/bin/supervisorctl, -c, /var/opt/tableau/tableau_server/supervisord/supervisord.conf, start, hyper_0]', result code 7.
java.lang.IllegalStateException: Command Line operation failed to execute
java.lang.RuntimeException: Failed run command '[/usr/bin/supervisorctl, -c, /var/opt/tableau/tableau_server/supervisord/supervisord.conf, start, hyper_0]', result code 7.'

stdout_hyper_0.log日志文件中,我看到了“ssl_key的权限必须是0600”

我该怎么解决这个问题?

EN

回答 1

Server Fault用户

发布于 2022-06-30 22:25:11

将密钥文件的权限更改为0600。例如,在我的例子中,我的文件以某种方式具有权限0660,因此我通过chmod 0600 /var/opt/tableau/tableau_server/data/tabsvc/config/hyper_0.20221.22.0415.1144/hyperSecurity/hyper.root.key将其更改为0600。

票数 0
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/1104539

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档