When I monitor the weblogic server, I get the message "Access to the weblogic MBean server is denied. Enable "-Dweblogic.management.anonymousAdminLookupEnabled=true -Dweblogic.disableMBeanAuthorization=true" in the weblogic startup file." What should I do?
Reason 1
The mbean authorization is enabled and hence these two properties must be enabled in the weblogic 7.x, 8.x and 9.x.
Solution
Disable the authorization. Refer to Creating New Monitor - WebLogic Server in the User Guide for more information.
Reason 2
In Evaluation version of Weblogic, connection is restricted to maximum 5. So request from Applications Manager might be blocked.
Solution
Try restarting your WebLogic instance and ensure that Applications Manager collects data before the limit of 5 connections is reached.