首页 > 解决方案 > 使用 incubator-openwhisk-devtools 安装 openwhisk 时出现问题

问题描述

我在使用 docker 安装 openwhisk 时遇到阻塞问题

在项目 incubator-openwhisk-devtools 的 git pull 之后,我输入了 make quick-start。我的操作系统是 Fedora 29,docker 版本是 18.09.0,docker-compose 版本是 1.22.0。JDK 8 甲骨文。

我收到以下错误:

[...]
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它永远不会被创建。如果我在正确的目录中发出 a touch controller-local-logs.log,则在我尝试再次发出 make quick-start 后日志文件总是空的。 http://localhost:8888/ping给了我正确的答案:乒乓。 http://localhost:9222无法到达。

我哪里错了?先感谢您

标签: openwhisk

解决方案


推荐阅读