apache / openwhisk-devtools

Development tools for building and deploying Apache OpenWhisk
https://openwhisk.apache.org/
Apache License 2.0
179 stars 126 forks source link

waiting for the Whisk controller to come up (when i want to restart openwhisk again) #317

Closed proteche closed 4 years ago

proteche commented 4 years ago

steps to reproduced: - (ubuntu 16)

1) make quick-start 2)make stop or make destroy 3)make start-docker-compose or make quick-start

And you will get error like "waiting for the Whisk controller to come up........................................................"

NOTE: Its work fine if i cleared everything (docker images,volume,container and 'openwhisk-devtools' folder) and start again with make quick-start. But when i want to restart everything after "make stop" its gives an error like "waiting for the Whisk controller to come up..........."

proteche commented 4 years ago

sorry for opening this funny issue(its my machine issue may be) . solution is just restart after stopping everything. closing this issue now....