Java V8 is retired and Java V21 will be started.
Currently SYSVAPPS is using JAVA V8. How to change Java version from V8 to V21?
SYSVIEW 17.0 - z/OS supported releases - Java V21 -
In the stdenv file, uncomment these lines:
### The following options are required only if using Semeru 17
IJO="$IJO --add-opens=java.base/java.nio.channels.spi=ALL-UNNAMED"
IJO="$IJO --add-opens=java.base/sun.nio.ch=ALL-UNNAMED"
IJO="$IJO --add-opens=java.base/java.io=ALL-UNNAMED"
and added this new line:
IJO="$IJO -Dfile.encoding=COMPAT "
Then in the application.yml file, changed safkeyring to safkeyringjce.