[wildfly-dev] WildFly 9.0.0.CR1 is released!

Jeff Mesnil jmesnil at redhat.com
Mon May 4 10:28:26 EDT 2015


> Running this image gives the error:
> 
> 21:38:40,361 INFO  [org.hornetq.jms.server] (ServerService Thread Pool
> -- 65) HQ121005: Invalid "host" value "0.0.0.0" detected for
> "http-connector"
> 
> 9.0.0 Beta2 gave a similar error.
> 
> This image can also be tried as:
> 
> docker run -it -p 8080:8080 arungupta/wildfly:9cr1
> 
> Any idea?

You bind all sockets to the 0.0.0.0 address when you start WildFly
When HornetQ starts, it looks like it is checking whether this address is valid for clients to connect to the server.

You need to either pass a “valid” address (that clients can connect to) using -b or you need to tweak the http-connector resource and instead of using the http socket-binding to specify port=8080 and host=<your docker container address>.

jeff


-- 
Jeff Mesnil
JBoss, a division of Red Hat
http://jmesnil.net/




More information about the wildfly-dev mailing list