如何启用DomainRuntimeMBean?

时间:2011-01-11 06:04:53

标签: oracle11g jdeveloper weblogic11g

我一直在尝试安装JDeveloper和Weblogic服务器,并且在第一次以weblogic控制台中的管理员身份登录时, 服务器给我这个错误A required MBean Server is disabled which prevents the proper operation of the Weblogic Administration Console Please enable the DomainRuntimeMBean Server and the Edit MBean Server in this domain's configuration.

我也在“Oracle论坛”中搜索了我找到了这样的答案: Also check to make sure there were no errors in the server log during startup or when you connected to the MBean Server. Sometimes errors can occur that cause the MBean Server to appear to be disabled.但这个答案对我没有帮助。

  

问题是“如何启用**DomainRuntimeMBean**?”

2 个答案:

答案 0 :(得分:3)

根据this link,尝试删除域根目录中的pending文件夹,然后重新启动服务器。默认域在控制台设置中出现了一些损坏。

答案 1 :(得分:0)

而不是使用PC_NAME使用网址 例如而不是My_PC:7001 / console - >使用127.0.0.1:7001/console - Amartya Bandyopadhyay