尝试 add/edit 用户时,在 RHQ UI 中显示的全局未捕获异常

Globally uncaught exception shown in the RHQ UI when trying to add/edit users

我们正在使用 RHQ 来监控服务,在创建用户时,我们在浏览器控制台上收到了一个全局未捕获的异常,详细信息如下。

无法读取 属性 getRecords' of null

com.google.gwt.core.client.JavaScriptException 无法读取 属性 getRecords of null

无法读取 属性 'getRecords' 的 null

更多详情: 在 Chrome、IE 11 和 Firefox 43.0.4

上测试

RHQ版本:4.13.1,本GWT中使用的技术,Smart GWT

谁能帮忙知道我们如何调试这个地区总部? 我对 GWT 和调试 GWT 了解甚少,但这对我们没有帮助。

还有其他调试方法吗?未解决错误详细信息仍在 bugzilla 中 https://bugzilla.redhat.com/show_bug.cgi?id=1315257

谢谢。

这个错误应该是无害的,它会创建用户,你可以忽略它。我已经在 master 中修复了它,检查 PR https://github.com/rhq-project/rhq/pull/258