Discussion:
Web console not working
jp1
2015-08-04 13:00:45 UTC
Permalink
I'm trying to use the web console for apache activemq, and it's not working.
When I direct my browser to http://localhost:8161/admin I get a http page
not found error, and when I try it on 61616 I'm getting a few words
surrounded by symbols that aren't fully showing up. I have the broker
running and the jetty file is saying the port should be 8161 but that
doesn't seem to be working. Any suggestions would be appreciated!



--
View this message in context: http://activemq.2283324.n4.nabble.com/Web-console-not-working-tp4700365.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
Ganesh Murthy
2015-08-04 13:38:43 UTC
Permalink
Try running activemq as a foreground process like this from the <active-mq-install-folder>/bin folder -

./activemq console

You should see something like below. One of the lines say "ActiveMQ WebConsole available at http://0.0.0.0:8161/", do you see it?

INFO | Connector stomp started
INFO | Listening for connections at: mqtt://localhost.localdomain:1883?maximumConnections=1000&wireFormat.maxFrameSize=104857600
INFO | Connector mqtt started
{}
INFO | Listening for connections at ws://localhost.localdomain:61614?maximumConnections=1000&wireFormat.maxFrameSize=104857600
INFO | Connector ws started
INFO | Apache ActiveMQ 5.11.1 (localhost, ID:localhost.localdomain-42841-1438695316176-0:1) started
INFO | For help or more information please see: http://activemq.apache.org
INFO | ActiveMQ WebConsole available at http://0.0.0.0:8161/
INFO | Initializing Spring FrameworkServlet 'dispatcher'
INFO | jolokia-agent: No access restrictor found at classpath:/jolokia-access.xml, access to all MBeans is allowed


61616 is the broker listen port, so doing http://localhost:61616/admin wont work because it is expecting TCP connections.

----- Original Message -----
From: "jp1" <***@yula.org>
To: ***@activemq.apache.org
Sent: Tuesday, August 4, 2015 9:00:45 AM
Subject: Web console not working

I'm trying to use the web console for apache activemq, and it's not working.
When I direct my browser to http://localhost:8161/admin I get a http page
not found error, and when I try it on 61616 I'm getting a few words
surrounded by symbols that aren't fully showing up. I have the broker
running and the jetty file is saying the port should be 8161 but that
doesn't seem to be working. Any suggestions would be appreciated!



--
View this message in context: http://activemq.2283324.n4.nabble.com/Web-console-not-working-tp4700365.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
artnaseef
2015-08-07 20:49:38 UTC
Permalink
Yup - make sure the broker is actually listening on 8161. And attempting to
connect to 61616 will get some garbled output from the initial handshake of
the OpenWire protocol, so it sounds like the broker is listening properly on
61616 based on the Ops description.




--
View this message in context: http://activemq.2283324.n4.nabble.com/Web-console-not-working-tp4700365p4700599.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
Continue reading on narkive:
Loading...