Are you using my image? https://github.com/vromero/activemq-artemis-docker ?
I haven't released yet 2.0, but it is just a matter of rebuilding changing a tag. 2017-04-12 12:23 GMT-07:00 mtod <m...@thetods.net>: > I'm running Artemis 2.0 in docker everything seems fine in the logs but I'm > not able to access from outside docker. > > Anybody come across this issue before? > > I noticed this in the log: > > 18:50:30,667 DEBUG > [org.apache.activemq.artemis.core.server.management.impl. > ManagementServiceImpl] > ignoring message Notification[uid=null, type=ACCEPTOR_STARTED, > properties=TypedProperties[factory=org.apache.activemq. > artemis.core.remoting.impl.netty.NettyAcceptorFactory, > host=localhost,port=61616]] > *as the server is not initialized* > 18:50:30,667 INFO [org.apache.activemq.artemis.core.server] AMQ221020: > Started Acceptor at localhost:61616 for protocols > [CORE,MQTT,AMQP,STOMP,HORNETQ,OPENWIRE] > 18:50:30,673 DEBUG > [org.apache.activemq.artemis.core.server.management.impl. > ManagementServiceImpl] > ignoring message Notification[uid=null, type=ACCEPTOR_STARTED, > properties=TypedProperties[factory=org.apache.activemq. > artemis.core.remoting.impl.netty.NettyAcceptorFactory, > host=localhost,port=5445]] > as the server is not initialized > 18:50:30,674 INFO [org.apache.activemq.artemis.core.server] AMQ221020: > Started Acceptor at localhost:5445 for protocols [HORNETQ,STOMP] > 18:50:30,679 DEBUG > [org.apache.activemq.artemis.core.server.management.impl. > ManagementServiceImpl] > ignoring message Notification[uid=null, type=ACCEPTOR_STARTED, > properties=TypedProperties[factory=org.apache.activemq. > artemis.core.remoting.impl.netty.NettyAcceptorFactory, > host=localhost,port=5672]] > as the server is not initialized > 18:50:30,679 INFO [org.apache.activemq.artemis.core.server] AMQ221020: > Started Acceptor at localhost:5672 for protocols [AMQP] > 18:50:30,685 DEBUG > [org.apache.activemq.artemis.core.server.management.impl. > ManagementServiceImpl] > ignoring message Notification[uid=null, type=ACCEPTOR_STARTED, > properties=TypedProperties[factory=org.apache.activemq. > artemis.core.remoting.impl.netty.NettyAcceptorFactory, > host=localhost,port=1883]] > as the server is not initialized > 18:50:30,686 INFO [org.apache.activemq.artemis.core.server] AMQ221020: > Started Acceptor at localhost:1883 for protocols [MQTT] > 18:50:30,690 DEBUG > [org.apache.activemq.artemis.core.server.management.impl. > ManagementServiceImpl] > ignoring message Notification[uid=null, type=ACCEPTOR_STARTED, > properties=TypedProperties[factory=org.apache.activemq. > artemis.core.remoting.impl.netty.NettyAcceptorFactory, > host=localhost,port=61613]] > as the server is not initialized > 18:50:30,690 INFO [org.apache.activemq.artemis.core.server] AMQ221020: > Started Acceptor at localhost:61613 for protocols [STOMP] > 18:50:30,701 INFO [org.apache.activemq.artemis.core.server] AMQ221007: > Server is now live > 18:50:30,702 INFO [org.apache.activemq.artemis.core.server] AMQ221001: > Apache ActiveMQ Artemis Message Broker version 2.0.0 [localhost, > nodeID=e65a6bf6-1fb0-11e7-90b5-0242ac110002] > 18:50:30,986 INFO [org.apache.activemq.artemis] AMQ241001: HTTP Server > started at http://0.0.0.0:8161 > 18:50:30,986 INFO [org.apache.activemq.artemis] AMQ241002: Artemis Jolokia > REST API available at http://0.0.0.0:8161/jolokia > > Thanks > Mike > > > > > -- > View this message in context: http://activemq.2283324.n4. > nabble.com/Artemis-2-0-in-Docker-61616-not-initialized-tp4724916.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >