gpt4 book ai didi

scala - Lagom ConductR 连接被拒绝错误

转载 作者:行者123 更新时间:2023-12-04 21:05:15 24 4
gpt4 key购买 nike

我是 lagom-sbt 的新手,我正在尝试使用 ConductR 运行 Lagom 服务包。

我添加了以下 sbt-conductr 版本在 plugins.sbt

 addSbtPlugin("com.lightbend.conductr" % "sbt-conductr" % "2.4.0")

这是我到目前为止所运行的
sbt 
sandbox run 2.0.8
install
bundle:dist
project <my-service-impl>
conduct load <bindle_zip>

这是日志:-
|------------------------------------------------|
| Starting ConductR |
|------------------------------------------------|
Network address aliases are required so that the sandbox can operate as a cluster of machines.
To add the network aliases sudo privileges are required.
sudo ifconfig lo:0 192.168.10.1 netmask 255.255.255.255 up

运行上述命令时遇到的错误:-

Error: Unable to contact ConductR.

Error: Reason: HTTPConnectionPool(host='127.0.0.1', port=9005): Max retries exceeded with url: /v2/bundles (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',))

Error: Start the ConductR sandbox with: sandbox run IMAGE_VERSION



谁能告诉我为什么会收到此错误。提前致谢!!

最佳答案

您可以运行lightbend documentation中已经提到的命令:

sandbox run 2.1.12 -n 3 --feature visualization



而不是使用 沙盒运行 2.0.8 如上。

确保您已扩展 ConductRApplicationComponentsload(context: LagomApplicationContext)您的 Loader.scala 中的方法文件。

希望能帮助到你!!

关于scala - Lagom ConductR 连接被拒绝错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47792021/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com