Re: cf start of diego enabled app results in status code: 500 -- where to look for logs?
Eric Malm <emalm@...>
Hi, Tom,
toggle quoted message
Show quoted text
It may be that Cloud Controller is unable to resolve the consul-provided DNS entries for the CC-Bridge components, as that '10001 Unknown Error' 500 response sounds like this bug in the Diego tracker: https://www.pivotaltracker.com/story/show/104066600. That 500 response should be reflected as some sort of error in the CC log file, located by default in /var/vcap/sys/log/cloud_controller_ng/cloud_controller_ng.log on your CC VMs. It may even be helpful to follow that log in real-time with `tail -f` while you try starting the Diego-targeted app via the CLI. To be sure you capture it, you should tail that log file on each CC in your deployment. In any case, a stack trace associated to that error would likely help us identify what to check next. Also, does `bosh vms` report any failing VMs in either the CF or the Diego deployments? Best, Eric On Wed, Dec 9, 2015 at 2:27 PM, Tom Sherrod <tom.sherrod(a)gmail.com> wrote:
I'm giving CF 225 and diego 0.1441.0 a run. |
|