Closed mike00151 closed 8 years ago
We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: https://www.pivotaltracker.com/story/show/116817757.
Hi @mike00151,
When you are in the cloud controller vm, can you ping the uaa endpoint? What results do you get and is it consistent if you ping it multiple times?
Thanks, @adowns01 & @simonleung8, CAPI Team Members
Hi @mike00151
Closing due to inactivity, please feel free to re-open this issue if you have any further problems.
Thanks, @zrob & @rizwanreza
Hi @mike00151,
When you are in the cloud controller vm, can you ping the uaa endpoint? What results do you get and is it consistent if you ping it multiple times?
You are right.
I had the same problem and I found out there was DNS problem and api vm could not reach uaa vm.
Thanks.
I deploy cloud foundry on AWS, but I got create-org failed.
Here is my trace
I check cloud_controller_ng log with X-Vcap-Request-Id
d10025e4-f272-4844-7c85-27ba4df225a8
and got other logsIt looks like connection timed out when connecting to uaa.domain.xip.io with 443 port
And here is my security group setting
I can access
https://uaa.domain.xip.io
with my browserAnd here is my manifest (reference : https://github.com/cloudfoundry/cf-release/blob/master/example_manifests/minimal-aws.yml)
Thank you for your help