Unable to access ActiveMQ admin page /admin/. Reason: Unauthorized 401

问题背景本地安装好 activemq 并成功启动后,迫不及待想去看看 Web 控制台长啥样!于是,在 Google 浏览器地址栏输入http://192.168.205.133:8161/admin之后,回车。不料报错如下:

Unable to access ActiveMQ admin page /admin/. Reason: Unauthorized

这里说下排查思路:
  • systemctl status activemq 查看服务状态
    Unable to access ActiveMQ admin page /admin/. Reason: Unauthorized 401_第1张图片
    可以看到,服务状态正常!

  • 第二步尝试,直接访问 http://192.168.205.133:8161发现可以正常访问。这也说明 activemq 服务并无异常!
    Unable to access ActiveMQ admin page /admin/. Reason: Unauthorized 401_第2张图片

  • 在网上查找相关 issues 解决方案!最后,在stackoverflow 上找到解决方案Unable to access ActiveMQ admin page

Unable to access ActiveMQ admin page /admin/. Reason: Unauthorized 401_第3张图片


红框圈出的即为解决思路:重启 google 浏览器应该就可以正常访问了!

你可能感兴趣的:(MQ,activemq,mq,web,控制台)