Deployment log reports this error
Error: 'cloud_controller/6632bf71-7493-4383-a3f9-9401bafb4710 (1)' is not running after update. Review logs for failed jobs: cloud_controller_ngMonit Summary shows the job
:~# monit summary
The Monit daemon 5.2.5 uptime: 11d 0h 24m
Process 'consul_agent' running
Process 'cloud_controller_ng' Execution Failed
Process 'cloud_controller_worker_local_1' running
Process 'cloud_controller_worker_local_2' running
Process 'nginx_cc' running
Process 'routing-api' running
Process 'metron_agent' running
Process 'route_registrar' running
Process 'statsd_injector' running
Process 'blackbox' running
Process 'bosh-dns' running
System 'system_localhost' running
~# cat /var/vcap/sys/run/cloud_controller_ng/cloud_controller_ng.pid 32516
~# ps -ef | egrep 32516 root 21852 18512 0 15:51 pts/1 00:00:00 egrep --color=auto 32516 vcap 32516 1 1 May25 ? 02:52:36 ruby /var/vcap/packages/cloud_controller_ng/cloud_controller_ng/bin/cloud_controller -c /var/vcap/jobs/cloud_controller_ng/config/cloud_controller_ng.yml vcap 32518 32516 0 May25 ? 00:00:00 bash /var/vcap/jobs/cloud_controller_ng/bin/cloud_controller_ng_ctl start vcap 32519 32516 0 May25 ? 00:00:00 bash /var/vcap/jobs/cloud_controller_ng/bin/cloud_controller_ng_ctl start
monit unmounitor cloud_controller_ng monit monitor cloud_controller_ngThe Second option is you can restart the process until monit is re-synced
monit restart cloud_controller_ngA future release of the Linux Stemcell changes the way processes are reloaded. This should help prevent this type of issue from happening in future.