> so in short, as of updating to 5.3.1 the admin console never shows up, > netstat doesn't show anything running on port 8161, although the logs tell > me it has been launched. anyone else encounter this problem?
I just double-checked this with the 5.3.1 binary tarball from the release and the admin console is working just fine. If you download a fresh binary, expand it and run it without modifying the activemq.xml, does the admin console work for you? Bruce -- perl -e 'print unpack("u30","D0G)u8...@4vyy9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' ActiveMQ in Action: http://bit.ly/2je6cQ Blog: http://bruceblog.org/ Twitter: http://twitter.com/brucesnyder Indeed, it works as expected. fiddling around between the base config and my own I think I have narrowed it down. this works in 5.3.0 <transportConnector name="stomp" uri="stomp://10.1.200.30:61613"/> but in 5.3.1 it only works like this <transportConnector name="stomp" uri="stomp://0.0.0.0:61613"/> If i start it in 5.3.1 with the proper bind address (10.1.200.30), Something gets stuck. I can only kill the java process with kill -9, but... the program works, just without the admin interface. we are currently using 5.3.0 without issue. -- View this message in context: http://old.nabble.com/updating-from-5.3.0--%3E-5.3.1-now-the-admin-console%27s-not-working-tp28086227p28089549.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.