Pages

Wednesday 4 September 2013

Error: [AdminServer] [ERROR] [J2EE JMX-46335] [] [tid: DmsThread-9] [userId: ] [ecid:

Error Message: [AdminServer] [ERROR] [J2EE JMX-46335] [] [tid: DmsThread-9] [userId: <anonymous>] [ecid: fb927c1bbe104359:68cdf310:13a3c4147cc:-8000-0000000000000003,0] [APP: NonJ2EEManagement#11.1.1] MBean attribute access denied. [[
MBean: oracle.as.management.mbeans.register:type=opmnInfoCenter

Solution:
1. Open the dms_config.xml file for editing. It should be in the directory:
    $DOMAIN_HOME/config/fmwconfig/servers/AdminServer
2. Find the following entry:
    <dumpConfiguration>
    <dump intervalSeconds="10800" maxSizeMBytes="75" enabled="true"/>
    </dumpConfiguration>
3. Change: <dump intervalSeconds="10800" maxSizeMBytes="75" enabled="true"/>
    Into: <dump intervalSeconds="10800" maxSizeMBytes="75" enabled="false"/>
4. Re-start the Weblogic server.

No comments:

Post a Comment