404 Not Found: Requested route ('console.bellevue.lab') does not exist.Other routes are working great. Any help would be appreciated.
In the grouter logs I see the following:
console.bellevue.lab - [08/04/2015:22:10:30 +0000] "GET /favicon.ico HTTP/1.1" 404 0 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0" 10.4.44.38:45267 x_forwarded_for:"10.4.44.226" vcap_request_id:- response_time:MissingFinishedAt app_id:MissingRouteEndpointApplicationId console.bellevue.lab - [08/04/2015:22:15:25 +0000] "GET /register HTTP/1.1" 404 0 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0" 10.4.44.38:46454 x_forwarded_for:"10.4.44.226" vcap_request_id:- response_time:MissingFinishedAt app_id:MissingRouteEndpointApplicationId console.bellevue.lab - [09/04/2015:00:03:22 +0000] "GET / HTTP/1.1" 404 0 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0" 10.4.44.38:44182 x_forwarded_for:"10.4.44.226" vcap_request_id:- response_time:MissingFinishedAt app_id:MissingRouteEndpointApplicationId
bosh vms --details:
http://pastebin.com/PRtRuy1e
CF deployment manifest:
http://pastebin.com/vhXPiLds
$ curl -k https://api.bellevue.lab/info
{"name":"vcap","build":"2222","support":"http://support.cloudfoundry.com","version":2,"description":"Cloud Foundry sponsored by Pivotal","authorization_endpoint":"https://login.bellevue.lab","token_endpoint":"https://uaa.bellevue.lab","allow_debug":true}
➜ ~ cf login
API endpoint: https://api.bellevue.lab
Email> admin
Password>
Authenticating...
Server error, status code: 502, error code: , message:
Password>
To view this discussion on the web visit https://groups.google.com/a/cloudfoundry.org/d/msgid/vcap-dev/37b515da-3e28-400f-88ad-0c14535fff4a%40cloudfoundry.org.--
You received this message because you are subscribed to the Google Groups "Cloud Foundry Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vcap-dev+u...@cloudfoundry.org.
scim:
external_groups: null
userids_enabled: true
users:
- admin|password|scim.write,scim.read,openid,cloud_controller.admin,doppler.firehose
spring_profiles: null
user: null
login
protocol: http
Caused by: org.springframework.web.client.ResourceAccessException: I/O error on POST request for "http://uaa.bellevue.lab/oauth/token":Connection refused; nested exception is java.net.ConnectException: Connection refusedso there is nothing listening on port 80 on UAA.bellevue.labFilip
To view this discussion on the web visit https://groups.google.com/a/cloudfoundry.org/d/msgid/vcap-dev/e42d7ffc-a40a-4bf4-9341-2bd00fd75f5e%40cloudfoundry.org.
To unsubscribe from this group and stop receiving emails from it, send an email to vcap-dev+unsubscribe@cloudfoundry.org.
grant_type=password&password=[PRIVATE DATA HIDDEN]&scope=&username=admin
RESPONSE: [2015-04-09T15:01:29-07:00]
HTTP/1.1 502 Bad Gateway
Content-Length: 67
Content-Type: text/plain; charset=utf-8
Date: Thu, 09 Apr 2015 21:47:15 GMT
X-Cf-Requestid: fcdb153d-9e4f-4421-751a-e6e7329b4c45
X-Cf-Routererror: endpoint_failure
502 Bad Gateway: Registered endpoint failed to handle the request.
Server error, status code: 502, error code: , message:
To view this discussion on the web visit https://groups.google.com/a/cloudfoundry.org/d/msgid/vcap-dev/916257ab-163e-426f-8293-8eea6c90c443%40cloudfoundry.org.
To unsubscribe from this group and stop receiving emails from it, send an email to vcap-dev+unsubscribe@cloudfoundry.org.
To view this discussion on the web visit https://groups.google.com/a/cloudfoundry.org/d/msgid/vcap-dev/96679fba-2d9b-49fa-82de-f1d9937aefe3%40cloudfoundry.org.