We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f90428 commit 01d1a1dCopy full SHA for 01d1a1d
operator/src/main/resources/scripts/livenessProbe.sh
@@ -34,4 +34,8 @@ if [ -f ${STATEFILE} ] && [ `grep -c "FAILED_NOT_RESTARTABLE" ${STATEFILE}` -eq
34
trace "Error: WebLogic Server state is FAILED_NOT_RESTARTABLE."
35
exit $RETVAL
36
fi
37
+if [ -f ${STATEFILE} ] && [ `grep -c "SHUTDOWN" ${STATEFILE}` -eq 1 ]; then
38
+ trace "Error: WebLogic Server state is SHUTDOWN."
39
+ exit $RETVAL
40
+fi
41
exit 0
0 commit comments