Skip to content

Start WLS with -Dweblogic.SituationalConfig.failBootOnError=true #1117

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Jul 1, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
start WLS with system property that fails WLS boot if errors were fou…
…nd in situational config files
  • Loading branch information
alai8 committed Jun 18, 2019
commit e16af364a89943eceb638b97da007f3f00b50e2b
2 changes: 1 addition & 1 deletion operator/src/main/resources/scripts/startNodeManager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ RestartInterval=3600
NumberOfFilesLimited=true
FileTimeSpan=24
NMHostName=${SERVICE_NAME}
Arguments=${USER_MEM_ARGS} -XX\\:+UnlockExperimentalVMOptions -XX\\:+UseCGroupMemoryLimitForHeap ${serverOutOption} ${JAVA_OPTIONS}
Arguments=${USER_MEM_ARGS} -XX\\:+UnlockExperimentalVMOptions -XX\\:+UseCGroupMemoryLimitForHeap -Dweblogic.SituationalConfig.failBootOnError=true ${serverOutOption} ${JAVA_OPTIONS}

EOF

Expand Down