stderr: Error staging application: StagingTimeExpiredOR
"description": "Stager error: bbs stager client staging failed: the requested resource already exists", "error_code": "CF-StagerError"
This is a known issue with TAS for VMs 2.7.12 - 2.7.15 releases caused by a recent change of the GoLang version to 1.14.1.
There are two workarounds which will mitigate this issue:
Schedule a cron job for restarting the loggr-forwarder-agent for diego_database and diego_brain - this BOSH command can be used:
bosh -d <CF_DEPLOYMENT> ssh diego_database -c "PATH=$PATH:/var/vcap/bosh/bin sudo monit restart loggr-forwarder-agent"
Increase the vm_type for the diego_database and diego_brain (Diego BBS and Diego brain in the TAS tile) to assign more CPU instances.
To fix this known Golang issue, please upgrade to TAS for VMs 2.7.16+, where the GoLang version has been bumped to v1.14.2: