When attempting to install or upgrade to Pivotal Application Service 1.7, the installation fails with an error message similar to the one shown below:
Error Message:
API endpoint: https://api.system.<domain> (API version: 2.54.0) User: admin Org: system Space: autoscaling Creating service broker app-autoscaler as admin... FAILED Server error, status code: 502, error code: 10001, message: The service broker rejected the request to https://autoscale.system.<domain> /v2/catalog. Status Code: 404 Not Found, Body: 404 Not Found: Requested route ('autoscale.system.<domain>') does not exist. ===== 2016-07-27 11:41:16 UTC Finished "bundle exec bosh -n run errand autoscaling-register-broker"; Duration: 119s; Exit Status: 1 {"type": "step_finished", "id": "errands.running.cf-df674eb7a993fdeff4b3.autoscaling-register-broker"} Exited with 1.
The error indicates that the autoscale app was either not deployed successfully, not started or route was not successfully created.
Follow the steps to resolve this issue:
cf login
cf target -o system -s autoscaling
cf apps
cf start <APPNAME>
cf apps
cf logs autoscale --recent