Monday, May 6, 2013

Oracle EM shows ohs1 down (J2EE JMX-46335)


Solution--
1. Under the following directory:
 $DOMAIN_HOME/config/fmwconfig/servers/AdminServer
2. Look for the following .xml file
dms_config.xml

3. Open the above file in a text editor.

4. Look for the following entry at the very end--

        dumpConfiguration
      dump intervalSeconds="10800" maxSizeMBytes="75" enabled="true"

        dumpConfiguration 

 5. Change the following value as shown below: 


       dump intervalSeconds="10800" maxSizeMBytes="75" enabled="true"

       into:
       dump intervalSeconds="10800" maxSizeMBytes="75" enabled="false"


6. Re-start the Weblogic server.

7. PARTY!!! your OHS server is UP now.