当我监视WebLogic服务器时,我收到消息“Applications Manager无法注册到WebLogic服务器来进行数据收集”。

当我监视WebLogic服务器时,我收到消息“Applications Manager无法注册到WebLogic服务器来进行数据收集”。

原因 : 

要监视WebLogic服务器,Applications Manager需要在WebLogic服务器中注册一个MBean。当Applications Manager无法注册MBean时就会显示这个错误消息。

解决方案 : 

1. 从运行Applications Manager的计算机Ping Applications Manager的服务器名称。检查IP地址是否为 127.0.0.1。 

2. 如果ping <AppManager_Host>返回的值是127.0.0.1,WebLogic将无法从Applications Manager获取所需的配置。

3. 如果ping没有返回值127.0.0.1,请检查系统<hosts>文件中的条目,该条目位于: 

       Windows:<C:\Windows\system32\drivers\etc\hosts>

       Linux:/etc/hosts

4.检查是否可以从WebLogic服务器的主机访问AppManager,即检查'http://<ApplicationsManager hostname>:<portNumber>'是否可达。 

5. 检查WebLogic日志中是否抛出任何错误或异常。