Step 1 Disable the Managed Server JMX Notifications
=========================================
cd /u02/user_projects/domains/bmrsoa_domain/bin
. ./setDomainEnv.sh
java weblogic.WLST
connect('weblogic','weblogic6','t3://uatsoa.bmrn.com:7001')
edit()
startEdit()
cd("JMX/bmrsoa_domain")
cmo.setManagedServerNotificationsEnabled(false)
activate()
Step 2 Discovery Caching settings
=========================================
Login to EM Console
Weblogic Domain (drop down) --> System MBean Browser
Emoms.props --> Server:Admin Server --> Application:em --> properties --> click on emoms.prop
Click on “Operations” --> set property
Add the below properties one by one clicking on “Activate” every time
oracle.sysman.emas.discovery.wls.FMW_DISCOVERY_USE_CACHED_RESULTS=true
oracle.sysman.emas.discovery.wls.FMW_DISCOVERY_MAX_CACHE_AGE=7200000
oracle.sysman.emas.discovery.wls.FMW_DISCOVERY_MAX_WAIT_TIME=10000
oracle.sysman.emas.discovery.wls.FMW_DISCOVERY_DISABLE_NOTIF_LISTNER=false
oracle.sysman.emas.discovery.wls.FMW_DISCOVERY_NOTIF_LISTNER_DURATION=10000
Step 3 Disable BPEL recovery console option
=========================================
EM console --> Weblogic Domain --> System Mbeam Browser --> oracle.as.soainfra.config --> Server soaserver1 -- > soainfraconfig --> soa-infra --> click on AuditConfig
change the "bpelRecoveryStatus=Off" and activate
default value for bpelRecoveryStatus is "all"
Step 4
========================
Shut down all services for SOAUAT ( including admin and managed service)
Step 5
==========================
Clear tmp/cache/logs folder for each service
Step 6
========================
Start all services.