Active MQ Web 管理控制台不工作

发布于 2024-09-26 02:32:00 字数 1238 浏览 1 评论 0原文

有没有人找到解决方法或看到管理控制台在 ActiveMQ 5.4.1 中不起作用的问题? 5.4.0

我正在使用开箱即用的配置。我在 DEBUG 级别打开了日志记录,并且没有看到任何 jetty 启动错误,当我访问 http://[myIp]:8161/admin 时,我得到了这个

HTTP 错误:503

访问 / 时出现问题。原因:

服务不可用

该请求的 Jetty 输出日志条目是

2010-10-01 14:20:11,599 |调试| 请求 /favicon.ico 上 org.eclipse.jetty.server.nio.SelectChannelConnector$2@ca8e2b8 | org.eclipse.jetty.util.log | qtp299878560-27 - /favicon.ico 2010-10-01 14:20:11,599 |调试| 请求/上 org.eclipse.jetty.server.nio.SelectChannelConnector$2@23bca486 | org.eclipse.jetty.util.log | qtp299878560-28 - / 2010-10-01 14:20:11,600 |调试| /favicon.ico | org.eclipse.jetty.util.log | qtp299878560-27 - /favicon.ico 2010-10-01 14:20:11,600 |调试| / | org.eclipse.jetty.util.log | qtp299878560-28 - / 2010-10-01 14:20:11,621 |调试|要求 /favicon.ico 上 org.eclipse.jetty.server.nio.SelectChannelConnector$2@38ec029 | org.eclipse.jetty.util.log | qtp299878560-29 - /favicon.ico 2010-10-01 14:20:11,621 |调试| /favicon.ico | org.eclipse.jetty.util.log | qtp299878560-29 - /favicon.ico

我有时看到控制台在 5.4.0 版本上工作,但从未在 5.4.1 版本上工作。

Has anyone found a work around or seen the issue of admin console not working in ActiveMQ 5.4.1 & 5.4.0?

I'm using the out of the box config. I turned on logging at the DEBUG level and I don't see any jetty startup errors, when I go to http://[myIp]:8161/admin I get this

HTTP ERROR: 503

Problem accessing /. Reason:

Service Unavailable

the log entries Jetty outputs for the request are

2010-10-01 14:20:11,599 | DEBUG |
REQUEST /favicon.ico on
org.eclipse.jetty.server.nio.SelectChannelConnector$2@ca8e2b8
| org.eclipse.jetty.util.log |
qtp299878560-27 - /favicon.ico
2010-10-01 14:20:11,599 | DEBUG |
REQUEST / on
org.eclipse.jetty.server.nio.SelectChannelConnector$2@23bca486
| org.eclipse.jetty.util.log |
qtp299878560-28 - / 2010-10-01
14:20:11,600 | DEBUG | /favicon.ico |
org.eclipse.jetty.util.log |
qtp299878560-27 - /favicon.ico
2010-10-01 14:20:11,600 | DEBUG | / |
org.eclipse.jetty.util.log |
qtp299878560-28 - / 2010-10-01
14:20:11,621 | DEBUG | REQUEST
/favicon.ico on
org.eclipse.jetty.server.nio.SelectChannelConnector$2@38ec029
| org.eclipse.jetty.util.log |
qtp299878560-29 - /favicon.ico
2010-10-01 14:20:11,621 | DEBUG |
/favicon.ico |
org.eclipse.jetty.util.log |
qtp299878560-29 - /favicon.ico

I have seen the console work on occasion for the version 5.4.0 but never for 5.4.1.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

自找没趣 2024-10-03 02:32:00

我将适用于 Linux 的 JDK 升级到 64 位版本 1.6.0_21,问题消失了,所以不确定为什么旧版本的 java 6 会产生此问题,但现在它可以工作了。我确实在其他论坛上看到很多人在当前和最近的以前版本的 active mq 中遇到了这个问题,所以希望这也能成为他们的一般修复。

I upgraded the JDK to the 64bit version of 1.6.0_21 for Linux and the issue went away so not sure why an older version of java 6 would create this issue but it works now. I did see a number of people in other forums having this issue though with the current and recent previous versions of active mq, so hopefully this will be a general fix for them as well.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文