You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, the tests can't connect to the embedded ActiveMQ.
I had a quick look and I'm not sure how to fix it (the tests run fine in ItelliJ)
I disabled the tests when building the Docker container. That should unblock you while a look for a more permanent solution.
Hello I'm trying to implement this example, but when I try to create the image using docker build -t spring-boot-hpa . I get this WARN:
WARN 168 --- [ main] o.apache.activemq.broker.BrokerRegistry : Broker localhost not started so using embedded-broker instead
and then:
WARN 168 --- [ActiveMQ Task-1] o.a.a.t.failover.FailoverTransport : Failed to connect to [vm://embedded-broker?create=false] after: 10 attempt(s) continuing to retry.
so the image never is created, so before to try to create image I install ActiveMQ and the service is running, but the problem persist
can you help me please ?
The text was updated successfully, but these errors were encountered: