cloudfoundry / cf-mysql-release

Cloud Foundry MySQL Release
Apache License 2.0
58 stars 106 forks source link

bosh upload-release error #207

Open mukeshrajmca opened 6 years ago

mukeshrajmca commented 6 years ago

I have created a BOSH Release with bosh command not with bosh2 since bosh2 is not installed. For example-

bosh create-release

The above command executed successfully. Now i was trying to upload the BOSH Release with the below command.

bosh -e YOUR_ENV upload-release

It gives me always timeout error that is below.

Fetching info: Performing request GET 'https://10.0.0.6:25555/info': Performing GET request: Retry: Get https://10.0.0.6:25555/info: dial tcp 10.0.0.6:25555: i/o timeout

Exit code 1

cf-gitbot commented 6 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/156910817

The labels on this github issue will be updated when the story is started.

ctaymor commented 6 years ago

Hi @mukeshrajmca, This looks like an issue with how you've configured or are connecting to your bosh director, and unrelated to cf-mysql-release. I'd recommend reaching out to the bosh team on the Cloudfoundry Slack. Best, Caroline

ashwithahn commented 6 years ago

Hi, was there any solution for this Error?