504 Gateway timeout error when you apply an audit manifest, a security manifest, or deploy a solution
The following error occurs when you apply an audit manifest, a security manifest, or deploying a solution in the bawadmin client:
- The audit manifest for the deployed solution could not be applied. FNRAM907
- The audit manifest for the deployed solution could not be applied because of the following error: 504 Error 504 - Gateway Timeout
Resolution
- Open the Cloud Pak for Business Automation custom resource and increase the
NGINX server proxy timeout parameter values to 1200 seconds in the Zen extensions for the Content
Platform Engine and Business Automation Navigator.
oc edit icp4acluster -n <CP4BA project name>Note:- If the icp4acluster yaml does not have the
navigator_configuration:orecm_configuration:keys, then add it underspec:. - The default values of the timeout parameters are 300 seconds. For more information on timeout parameters for other capabilities, see the following topics:
- If the icp4acluster yaml does not have the
- Edit the navigator_configuration section by adding the following
key-value pairs that start with zen_performance:
navigator_configuration: zen_performance: proxy_connect_timeout: 1200 proxy_send_timeout: 1200 proxy_read_timeout: 1200 - Edit the ecm_configuration section by adding the following key-value
pairs that start with zen_performance:
ecm_configuration: zen_performance: proxy_connect_timeout: 1200 proxy_send_timeout: 1200 proxy_read_timeout: 1200