All Products
Search
Document Center

Function Compute (2.0):What do I do if the CAFilePermission error occurs when I do not have the permissions to execute the bootstrap file of a custom runtime?

Last Updated:Jul 11, 2023

To execute the bootstrap file of a custom runtime, you must have the 777 or 755 permissions. Otherwise, the following error occurs:

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

You can run the chmod 777 bootstrap or chmod 755 bootstrap command to obtain the permissions before packaging files.