Failed to login to Cloud Foundry after upgrading from cfv212 to cfv218
王小锋 <zzuwxf at gmail.com...>
Hi, there
I am using bosh to upgrade Cloud Foundry from cfv212 to cfv218. The bosh deployment was successful, but when I try to login to cf, I met the following error: the detailed error info is as below, " login.exmaple.com " returns 404 error. Could this be caused by "login" template removed from the deployment? how to debug for this kind of error? your help is greatly appreciated, thanks! ip-10-10-0-118:~/micro$ cf login VERSION: 6.12.1-56792aa API endpoint: https://api.example.com REQUEST: [2016-03-18T03:16:54Z] GET /v2/info HTTP/1.1 Host: api.example.com Accept: application/json Content-Type: application/json User-Agent: go-cli 6.12.1-56792aa / linux RESPONSE: [2016-03-18T03:16:55Z] HTTP/1.1 200 OK Content-Length: 496 Connection: keep-alive Content-Type: application/json;charset=utf-8 Date: Fri, 18 Mar 2016 03:16:59 GMT Server: nginx X-Cf-Requestid: 5036d843-0d67-45fa-6f82-ee7eda8825db X-Content-Type-Options: nosniff X-Vcap-Request-Id: 6169465d-a01e-4187-4863-d814e1d9131e::a42227d6-9e5e-4411-92e0-48d1dfa75019 {"name":"vcap","build":"2222","support":"http://support.cloudfoundry.com","version":2,"description":"Cloud Foundry sponsored by Pivotal","authorization_endpoint":" http://login.example.com","token_endpoint":"https://uaa.example.com ","min_cli_version":null,"min_recommended_cli_version":null,"api_version":"2.36.0","app_ssh_endpoint":" ssh.example.com:2222 ","app_ssh_host_key_fingerprint":null,"logging_endpoint":"wss:// loggregator.example.com:4443","doppler_logging_endpoint":"wss:// doppler.example.com:443"} REQUEST: [2016-03-18T03:16:55Z] GET /login HTTP/1.1 Host: login.example.com Accept: application/json Content-Type: application/json User-Agent: go-cli 6.12.1-56792aa / linux RESPONSE: [2016-03-18T03:16:55Z] HTTP/1.1 404 Not Found Content-Length: 67 Connection: keep-alive Content-Type: text/plain; charset=utf-8 Date: Fri, 18 Mar 2016 03:17:03 GMT X-Cf-Requestid: 74e7c059-2735-4553-5d74-6c85d3a6c626 X-Cf-Routererror: unknown_route 404 Not Found: Requested route ('login.example.com') does not exist. FAILED Server error, status code: 404, error code: , message: FAILED Server error, status code: 404, error code: , message:
|
|