From fc80970ab1813afa8e904abab71d8085dfa78dc7 Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Wed, 27 Sep 2023 10:34:08 -0500 Subject: [PATCH] Update timestamp of server.xml to force processing This is to workaround https://github.com/OpenLiberty/open-liberty/issues/25442 --- ga/23.0.0.10/kernel/helpers/build/configure.sh | 3 +++ ga/latest/kernel/helpers/build/configure.sh | 3 +++ 2 files changed, 6 insertions(+) diff --git a/ga/23.0.0.10/kernel/helpers/build/configure.sh b/ga/23.0.0.10/kernel/helpers/build/configure.sh index b2480a5cd..a13d4d8a2 100755 --- a/ga/23.0.0.10/kernel/helpers/build/configure.sh +++ b/ga/23.0.0.10/kernel/helpers/build/configure.sh @@ -167,6 +167,9 @@ function main() { #Make sure that group write permissions are set correctly after installing new features find /opt/ibm/wlp ! -perm -g=rw -print0 | xargs -r -0 chmod g+rw + # Force the server.xml to be processed by updating its timestamp + touch /config/server.xml + # Create a new SCC layer if [ "$OPENJ9_SCC" == "true" ]; then cmd="populate_scc.sh -i 1" diff --git a/ga/latest/kernel/helpers/build/configure.sh b/ga/latest/kernel/helpers/build/configure.sh index b2480a5cd..a13d4d8a2 100755 --- a/ga/latest/kernel/helpers/build/configure.sh +++ b/ga/latest/kernel/helpers/build/configure.sh @@ -167,6 +167,9 @@ function main() { #Make sure that group write permissions are set correctly after installing new features find /opt/ibm/wlp ! -perm -g=rw -print0 | xargs -r -0 chmod g+rw + # Force the server.xml to be processed by updating its timestamp + touch /config/server.xml + # Create a new SCC layer if [ "$OPENJ9_SCC" == "true" ]; then cmd="populate_scc.sh -i 1"