openwhisk-devtools icon indicating copy to clipboard operation
openwhisk-devtools copied to clipboard

waiting for the Whisk invoker to come up ... seems to be going on forever

Open LaithaSankar opened this issue 2 years ago • 4 comments

LaithaSankar avatar Oct 28 '22 22:10 LaithaSankar

I encounter the problem as well. Any solution to this? 👀

xx01cyx avatar Nov 07 '22 02:11 xx01cyx

I have the same problem, any possible fixes?

Areej-Fatima avatar Feb 17 '23 09:02 Areej-Fatima

In Makefile, on line 101, remove --head flag. Before: until $$(curl -s --output /dev/null --silent --head --fail http://$(DOCKER_HOST_IP):8085/ping); do printf '.'; sleep 5; done After: until $$(curl -s --output /dev/null --silent --fail http://$(DOCKER_HOST_IP):8085/ping); do printf '.'; sleep 5; done

Areej-Fatima avatar Feb 18 '23 15:02 Areej-Fatima

我有同样的问题,有什么可能的解决方法吗?

你解决了吗

Genius514D4A avatar May 06 '24 04:05 Genius514D4A

You should check the invoker logs for clues. There's nothing here in this issue to help.

rabbah avatar May 07 '24 01:05 rabbah