cloudfoundry-attic / cfdev

A fast and easy local Cloud Foundry experience on native hypervisors, powered by LinuxKit with VPNKit
Apache License 2.0
227 stars 64 forks source link

cf dev start: Failed to deploy services: Failed to deploy CF: exit status 1 #133

Open jaisalj opened 4 years ago

jaisalj commented 4 years ago

The cf dev start command is failing again and again

logs - cat ~/.cfdev/log/deploy-cf.log Fetching info: Performing request GET 'https://10.144.0.2:25555/info': Performing GET request: Retry: Get https://10.144.0.2:25555/info: dial tcp 10.144.0.2:25555: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

Exit code 1

cf-gitbot commented 4 years ago

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

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

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

aemengo commented 4 years ago

Could you try it again? What happens when you do a cf dev stop && cf dev start?

jaisalj commented 4 years ago

Tried doing cf dev stop and then cf dev start. Getting the same error

jaisalj commented 4 years ago

Hi @aemengo Any solution for this issue ?

aemengo commented 4 years ago

could you please show the contents of the deploy-bosh.log and vpnkit.log?

jaisalj commented 4 years ago

deploy-bosh.log Where can i find vpnkit.log ?

aemengo commented 4 years ago

What OS are you running CFDev on? It would be in the same folder, unless you were running Linux.

jaisalj commented 4 years ago

I tried running "cf dev start" command again and these are the final logs - deploy-bosh.log deploy-cf.log org.cloudfoundry.cfdev.vpnkit.err.log org.cloudfoundry.cfdev.vpnkit.wrapper.log

aemengo commented 4 years ago

Please try a cf dev stop, then reboot your machine and see if you get further along

jaisalj commented 4 years ago

I tried cf dev stop and rebooted my machine and then again cf dev start, but getting the same error Find the updated logs - deploy-bosh.log deploy-cf.log org.cloudfoundry.cfdev.vpnkit.err.log

aemengo commented 4 years ago

There’s something wrong with the traffic forwarding to the VM.

If you’re already running CFDev in a privileged Administrator shell - on a home Desktop machine, then perhaps give it a go on a different machine.

jaisalj commented 4 years ago

So the issue is with the machine that I am using ?