vert-x3 / vertx-stomp

STOMP client/server implementation
Apache License 2.0
31 stars 28 forks source link

Cannot run IT tests #45

Closed vietj closed 5 years ago

vietj commented 6 years ago

currently the following:

mvn clean verify -Pit-with-docker

fails:

[ERROR] DOCKER> Unable to build image [vertx-stomp/rabbitmq-stomp] : The command '/bin/sh -c rabbitmq-plugins enable --offline enable rabbitmq_stomp' returned a non-zero code: 70  [The command '/bin/sh -c rabbitmq-plugins enable --offline enable rabbitmq_stomp' returned a non-zero code: 70 ]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.328 s
[INFO] Finished at: 2018-09-28T17:11:44+02:00
[INFO] Final Memory: 44M/577M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal io.fabric8:docker-maven-plugin:0.21.0:build (start) on project vertx-stomp: Unable to build image [vertx-stomp/rabbitmq-stomp] : The command '/bin/sh -c rabbitmq-plugins enable --offline enable rabbitmq_stomp' returned a non-zero code: 70  -> [Help 1]

this prevents testing the interop with brokers.

vietj commented 6 years ago

@cescoffier any idea what is wrong here ?

cescoffier commented 5 years ago

Fixed in master. The docker image evolves in an incompatible manner (+ also a startup issue).

vietj commented 5 years ago

thanks