You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Jerryleon007 <je...@qq.com> on 2015/12/23 09:54:52 UTC

Can not open the ManagerWEBsite 'http://localhost:8161'

The java version: 
java version "1.6.0_45"
Java(TM) SE Runtime Environment (build 1.6.0_45-b06)
Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01, mixed mode)

Active MQ version:
apache-activemq-5.7.0

The ActiveMQ process is running. 
root     112405      1  0 Dec21 ?        00:06:01
/usr/java/jdk1.6.0_45/bin/java -Xms1G -Xmx1G
-Djava.util.logging.config.file=logging.properties
-Dcom.sun.management.jmxremote
-Djava.io.tmpdir=/usr/local/apache-activemq-5.7.0/tmp
-Dactivemq.classpath=/usr/local/apache-activemq-5.7.0/conf;
-Dactivemq.home=/usr/local/apache-activemq-5.7.0
-Dactivemq.base=/usr/local/apache-activemq-5.7.0
-Dactivemq.conf=/usr/local/apache-activemq-5.7.0/conf
-Dactivemq.data=/usr/local/apache-activemq-5.7.0/data -jar
/usr/local/apache-activemq-5.7.0/bin/run.jar start

The port is listening.
tcp        0      0 :::8161                     :::*                       
LISTEN
tcp        0      0 :::61616                    :::*                       
LISTEN

But the ManagerWEBsite 'http://localhost:8161' can not be opened. In the
beginning, the website can be visited. It is running in a few days later,
the website can not be visited.

No spacial log in the activemq.log I checked.



--
View this message in context: http://activemq.2283324.n4.nabble.com/Can-not-open-the-ManagerWEBsite-http-localhost-8161-tp4705375.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Can not open the ManagerWEBsite 'http://localhost:8161'

Posted by Tim Bain <tb...@alumni.duke.edu>.
Try doing a curl while logged in to that host, or (if telnet is installed
in your OS, which it may not be) use telnet to connect to that port and see
if you get a response.

Can you browse the queue if you specify the IP address in the browser
instead of "localhost"?

On Wed, Dec 23, 2015 at 1:54 AM, Jerryleon007 <je...@qq.com> wrote:

> The java version:
> java version "1.6.0_45"
> Java(TM) SE Runtime Environment (build 1.6.0_45-b06)
> Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01, mixed mode)
>
> Active MQ version:
> apache-activemq-5.7.0
>
> The ActiveMQ process is running.
> root     112405      1  0 Dec21 ?        00:06:01
> /usr/java/jdk1.6.0_45/bin/java -Xms1G -Xmx1G
> -Djava.util.logging.config.file=logging.properties
> -Dcom.sun.management.jmxremote
> -Djava.io.tmpdir=/usr/local/apache-activemq-5.7.0/tmp
> -Dactivemq.classpath=/usr/local/apache-activemq-5.7.0/conf;
> -Dactivemq.home=/usr/local/apache-activemq-5.7.0
> -Dactivemq.base=/usr/local/apache-activemq-5.7.0
> -Dactivemq.conf=/usr/local/apache-activemq-5.7.0/conf
> -Dactivemq.data=/usr/local/apache-activemq-5.7.0/data -jar
> /usr/local/apache-activemq-5.7.0/bin/run.jar start
>
> The port is listening.
> tcp        0      0 :::8161                     :::*
> LISTEN
> tcp        0      0 :::61616                    :::*
> LISTEN
>
> But the ManagerWEBsite 'http://localhost:8161' can not be opened. In the
> beginning, the website can be visited. It is running in a few days later,
> the website can not be visited.
>
> No spacial log in the activemq.log I checked.
>
>
>
> --
> View this message in context:
> http://activemq.2283324.n4.nabble.com/Can-not-open-the-ManagerWEBsite-http-localhost-8161-tp4705375.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>