Meet HTTP 500 when updating cf deployment


王小锋 <zzuwxf at gmail.com...>
 

According to Cloud Foundy 212 release notes, it changed job name of
loggregator to doppler, I tried to deploy with this change. But failed
with the following error:

Not sure how to fix this, your help is greatly appreciated!!

*HTTP 500: <html>*
*<head><title>500 Internal Server Error</title></head>*
*<body bgcolor="white">*
*<center><h1>500 Internal Server Error</h1></center>*
*<hr><center>nginx</center>*
*</body>*
*</html>*


Detail information:


ubuntu(a)ip-10-10-0-193:~/micro$ bosh deploy
Acting as user 'admin' on deployment 'cfv212' on 'microbosh'
Getting deployment properties from director...

Detecting deployment changes
----------------------------
Releases
No changes

Compilation
No changes

Update
No changes

Resource pools
No changes

Disk pools
No changes

Networks
No changes

Jobs
doppler_z1
+ instances: 1
+ name: doppler_z1
+ networks: [{"name"=>"cf1"}]
+ persistent_disk: 100240
properties
doppler
+ zone: z1
networks
+ apps: cf1
+ resource_pool: medium_z1
+ templates: [{"name"=>"doppler", "release"=>"cf"}]
+ update: {}
doppler_z2
+ instances: 1
+ name: doppler_z2
+ persistent_disk: 100240
+ networks: [{"name"=>"cf2"}]
properties
doppler
+ zone: z2
networks
+ apps: cf2
+ resource_pool: medium_z2
+ templates: [{"name"=>"doppler", "release"=>"cf"}]
+ update: {}

Properties
No changes

Meta
No changes

Please review all changes carefully

Deploying
---------
Are you sure you want to deploy? (type 'yes' to continue): yes
*HTTP 500: <html>*
*<head><title>500 Internal Server Error</title></head>*
*<body bgcolor="white">*
*<center><h1>500 Internal Server Error</h1></center>*
*<hr><center>nginx</center>*
*</body>*
*</html>*

Join {cf-dev@lists.cloudfoundry.org to automatically receive all group messages.