Skip to content

Commit 620933c

Browse files
committed
start WLS with system property that fails WLS boot if errors were found in situational config files
1 parent eb12fb5 commit 620933c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/src/main/resources/scripts/startNodeManager.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ RestartInterval=3600
239239
NumberOfFilesLimited=true
240240
FileTimeSpan=24
241241
NMHostName=${SERVICE_NAME}
242-
Arguments=${USER_MEM_ARGS} -XX\\:+UnlockExperimentalVMOptions -XX\\:+UseCGroupMemoryLimitForHeap ${serverOutOption} ${JAVA_OPTIONS}
242+
Arguments=${USER_MEM_ARGS} -XX\\:+UnlockExperimentalVMOptions -XX\\:+UseCGroupMemoryLimitForHeap -Dweblogic.SituationalConfig.failBootOnError=true ${serverOutOption} ${JAVA_OPTIONS}
243243
244244
EOF
245245

0 commit comments

Comments
 (0)