我在使用docker安装openwhisk时遇到阻塞问题
在项目孵化器-openwhisk-devtools的git pull之后,我输入了make quick-start。我的操作系统是Fedora 29,码头工人版本是18.09.0,码头工人组成版本是1.22.0。 JDk 8 Oracle。
我收到以下错误:
[...]
adding the function to whisk ...
ok: created action hello
invoking the function ...
error: Unable to invoke action 'hello': The server is currently unavailable (because it is overloaded or down for maintenance). (code ciOZDS8VySDyVuETF14n8QqB9wifUboT)
[...]
[ERROR] [#tid_sid_unknown] [Invoker] failed to ping the controller: org.apache.kafka.common.errors.TimeoutException: Expiring 1 record(s) for health-0: 30069 ms has passed since batch creation plus linger time
[ERROR] [#tid_sid_unknown] [KafkaProducerConnector] sending message on topic 'health' failed: Expiring 1 record(s) for health-0: 30009 ms has passed since batch creation plus linger time
请注意,从未创建controller-local-logs.log
。
如果我在正确的目录中发出touch controller-local-logs.log
,则在尝试再次发出make quick-start之后,日志文件始终为空。
http://localhost:8888/ping
给了我正确的答案:傍。
http://localhost:9222
无法接通。
我在哪里错了? 预先谢谢你