기술 자료

Gateway Process Failed To Start Permission Error=13, Permission Denied


게시 날짜: 08 May 2020
마지막 수정 날짜: 24 Aug 2022

문제

After replacing the hard drive Gateway process failed to start with the following error:

error=13, Permission denied
IOException: Cannot run program ****/tableau/tableau_server/data/tabsvc/services/gateway_0.20194.19.1105.1444/apache/bin/httpd":

환경

  • Tableau Server 2019.4.0
  • Linux

해결 방법

Assign permission for tableau user to run httpd process with the following command:

chmod 755 httpd
 

원인

Permission setting was lost after replacing a hard drive.
이 문서로 문제가 해결되었습니까?