Watch Notification Is Not Working When The WebLogic Server Is DOWN.
(Doc ID 2291740.1)
Last updated on OCTOBER 12, 2022
Applies to:
Oracle WebLogic Server - Version 10.3 and laterInformation in this document applies to any platform.
Symptoms
The following watches were configured to send an email SMTP email notification when the managed server is UP and also when the status is DOWN.
${ServerRuntime//[weblogic.management.runtime.ServerRuntimeMBean]com.bea:Name=Managed1,Type=ServerRuntime//State} = 'RUNNING'
The above watch is working and an email notification was received when the managed server state changed to RUNNING.
NOT ${ServerRuntime//[weblogic.management.runtime.ServerRuntimeMBean]com.bea:Name=Managed1,Type=ServerRuntime//State} = 'RUNNING'
The above watch DOES NOT WORK and no email notification was received when the managed server was SHUTDOWN or in FAILED state.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |