RabbitMQ管理插件窗口呈现为空白页面 [英] RabbitMQ management plugin windows renders as blank page

查看:124
本文介绍了RabbitMQ管理插件窗口呈现为空白页面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我安装了Erlang,RabbitMQ并根据网站上的说明配置了管理插件并重新启动RabbitMQ服务。但是当我导航到 http:// localhost:15672 / 时,我看到一个空白页面,尽管页面源看起来像可能正常与我在网络上浏览其他RabbitMQ服务器时看到的相同:

I have installed Erlang, RabbitMQ and configured the management plugin as per the instructions on the website and restarted the RabbitMQ service. But when I navigate to http://localhost:15672/ I see a blank page, although the page source looks potentially ok identical to that which I see when browsing other RabbitMQ servers on our network:

<html>
  <head>
    <title>RabbitMQ Management</title>
    <script src="js/ejs.min.js" type="text/javascript"></script>
    <script src="js/jquery-1.6.4.min.js" type="text/javascript"></script>
    <script src="js/jquery.flot.min.js" type="text/javascript"></script>
    <script src="js/jquery.flot.time.min.js" type="text/javascript"></script>
    <script src="js/sammy-0.6.0.min.js" type="text/javascript"></script>
    <script src="js/json2.js" type="text/javascript"></script>
    <script src="js/base64.js" type="text/javascript"></script>
    <script src="js/global.js" type="text/javascript"></script>
    <script src="js/main.js" type="text/javascript"></script>
    <script src="js/prefs.js" type="text/javascript"></script>
    <script src="js/help.js" type="text/javascript"></script>
    <script src="js/formatters.js" type="text/javascript"></script>
    <script src="js/charts.js" type="text/javascript"></script>

    <link href="css/main.css" rel="stylesheet" type="text/css"/>
    <link href="favicon.ico" rel="shortcut icon" type="image/x-icon"/>

<!--[if lte IE 8]>
    <script src="js/excanvas.min.js" type="text/javascript"></script>
    <link href="css/evil.css" rel="stylesheet" type="text/css"/>
<![endif]-->
  </head>
  <body>
    <div id="outer"></div>
    <div id="debug"></div>
    <div id="scratch"></div>
  </body>
</html>

我在企业环境中运行IE 11,所以想知道它是否是某种安全怪异的预防从运行的JavaScript,虽然localhost被划分为本地内部网,中低安全,所以应该没问题?我没有尝试浏览我们任何服务器上的RabbitMQ管理页面,只是在localhost上。

I am running IE 11 in a corporate environment, so wondering if it is some kind of security weirdness preventing the JavaScript from running, although "localhost" is zoned as local intranet, "medium-low" security, so should be fine? I don't have this issue trying to browse to RabbitMQ management page on any of our servers, just on localhost.

有什么建议吗?

推荐答案

我认为是这个问题:
https://github.com/rabbitmq/rabbitmq-management/issues/98

这是一个引入的新问题版本3.6.0。

It is a new issue introducted on the version 3.6.0.

您可以尝试使用Firefox或Chrome。

You can try using Firefox or Chrome.

如果您使用的是其他版本,请尝试清除缓存,如果仍然存在,请检查错误控制台。

If you are using another version try to clear the cache, if still persist check the error console.

这篇关于RabbitMQ管理插件窗口呈现为空白页面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆