全部產品
Search
文件中心

Function Compute:自訂運行時的bootstrap檔案沒有可執行許可權,出現以下錯誤怎麼辦?

更新時間:Dec 12, 2024

自訂運行時的bootstrap檔案,一定要具備777或755許可權,否則會出現以下錯誤:

{
"ErrorCode":"CAFilePermission",
    "ErrorMessage":"The CA process cannot be started due to bootstrap file don't have execute permissions"
} 

您可以在打包檔案前執行chmod 777 bootstrapchmod 755 bootstrap命令擷取許可權。