tmills / ctakes-docker

Apache License 2.0
23 stars 18 forks source link

Could not refresh JMS Connection for destination 'queue://myQueueName' #10

Closed MatthewVita closed 6 years ago

MatthewVita commented 6 years ago
❯ docker logs 81e                                                                                                       ctakes-docker/git/master 
>>> Setting defaultBrokerURL to:tcp://10.0.2.15:61616
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/apache-ctakes-4.0.0/lib/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/apache-uima-as-2.9.0/apache-activemq/lib/slf4j-log4j12-1.7.13.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.

Service:AggregatePlaintextFastUMLSProcessor Initialized. Ready To Process Messages From Queue:myQueueName
Press 'q'+'Enter' to quiesce and stop the service or 's'+'Enter' to stop it now.
Note: selected option is not echoed on the console.
Could not refresh JMS Connection for destination 'queue://myQueueName' - silently retrying in 5 ms. Cause: Could not connect to broker URL: tcp://10.0.2.15:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)
MatthewVita commented 6 years ago

Not sure this is harmful or anything. Just wanted to note it!

MatthewVita commented 6 years ago

Nevermind! Just had a env issue. Disregard :)