To resolve this issue, increase the global time out value on the vRealize Automation (vRA) Appliance server:
- Open a SSH connection to the vRealize Automation Appliance server and log in as a root user.
- Change the working directory by running this command:
cd /var/lib/vcac/server/webapps/vcac/WEB-INF/classes/
- Backup the shindig.properties file by running this command:
cp shindig.properties shindig.properties.bak
- Using text editor, open the shindig.properties file.
- Locate the line in the file that looks similar to:
shindig.http.client.read-timeout-ms=70000
- Increase the shindig.http.client.read-timeout-ms value.
For example:
shindig.http.client.read-timeout-ms=120000
Note: A value of 120000 is a timeout of 2 minutes.
- Save the file and restart the vcac-server service by running this command:
service vcac-server restart