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

  1. 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:
  2. 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
  3. 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