我们在linux坞映像上的Tableau进入了降级状态。当我运行tsm status -v时,我得到了以下信息:
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”
我该怎么解决这个问题?
发布于 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。
https://serverfault.com/questions/1104539
复制相似问题