I am new to lagom-sbt and I am trying to run the Lagom service pack using ConductR.
I added the next version of sbt-conductr to plugins.sbt
addSbtPlugin("com.lightbend.conductr" % "sbt-conductr" % "2.4.0")
Here is what I launched so far
sbt sandbox run 2.0.8 install bundle:dist project <my-service-impl> conduct load <bindle_zip>
Here are the logs: -
|
An error occurred while executing the above commands: -
Error: Cannot contact ConductR.
Error: reason: HTTPConnectionPool (host = '127.0.0.1', port = 9005): The maximum number of attempts was exceeded using url: / v2 / bundles (caused by NewConnectionError (': Failed to establish a new connection: [Errno 111] Connection rejected' ,))
Error: run ConductR sandbox with: IMAGE_VERSION sandbox
Can someone tell me why I get this error. Thanks in advance!
source share