cagataygurturk commented on issue #4: Missing Controller Configuration in Consul URL: https://github.com/apache/incubator-openwhisk-devtools/issues/4#issuecomment-300127426 I am unfortunately getting the same (or rather similar) error. ``` ubuntu@openwhisk:~$ tail -f ~/tmp/openwhisk/controller/logs/controller_logs.log [2017-05-09T10:39:01.725Z] [INFO] [??] [Config] environment set value for kafka.host [2017-05-09T10:39:01.725Z] [INFO] [??] [Config] environment set value for db.password [2017-05-09T10:39:01.725Z] [INFO] [??] [Config] environment set value for db.provider [2017-05-09T10:39:01.725Z] [INFO] [??] [Config] environment set value for limits.triggers.fires.perMinute [2017-05-09T10:39:01.726Z] [INFO] [??] [Config] environment set value for limits.actions.invokes.concurrent [2017-05-09T10:39:01.726Z] [INFO] [??] [Config] environment set value for limits.actions.invokes.perMinute [2017-05-09T10:39:01.726Z] [INFO] [??] [Config] environment set value for limits.actions.invokes.concurrentInSystem [2017-05-09T10:39:01.726Z] [INFO] [??] [WhiskConfig] reading properties from consul at consul.docker:8500 [2017-05-09T10:39:07.556Z] [WARN] [??] [WhiskConfig] failed to read properties from consul: null [2017-05-09T10:39:07.566Z] [ERROR] [??] [Controller] Bad configuration, cannot start. ``` and ```docker logs openwhisk_consul_1``` gives me: ``` 2017/05/09 10:40:00 [WARN] agent: http request failed 'http://172.18.0.8:8085/ping': Get http://172.18.0.8:8085/ping: dial tcp 172.18.0.8:8085: getsockopt: connection refused 2017/05/09 10:40:06 [WARN] agent: http request failed 'http://172.18.0.8:8085/ping': Get http://172.18.0.8:8085/ping: dial tcp 172.18.0.8:8085: getsockopt: connection refused 2017/05/09 10:40:07 [WARN] agent: http request failed 'http://172.18.0.8:8085/ping': Get http://172.18.0.8:8085/ping: dial tcp 172.18.0.8:8085: getsockopt: connection refused ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
