Got "EDC5129I No such file or directory" when use java 17 with ESP REST API
search cancel

Got "EDC5129I No such file or directory" when use java 17 with ESP REST API

book

Article ID: 386663

calendar_today

Updated On:

Products

ESP Workload Automation

Issue/Introduction

Our started task proc was altered to execute the java 17 program, from PGM=JVMLDM86  To  PGM=JVMLDM17. Additionally, we used the new CYBWS007 parameter example and made the updates to path, home etc.  Member CYBWS008 was not identified as having any required updates, we are using our existing customized member. 

ESP REST API failed with RC=0100 and error below:
Caused by: java.io.FileNotFoundException: /xxxx/CA/esp/xxx/safkeyring:/XXXXX/ESP.KEYRING (EDC5129I No such file or directory.)

Environment

Component: ESP REST API
RELEASE: 12.0

Resolution

When using a Java version greater than 8, ensure the keyring path is updated accordingly.

To utilize a SAF keyring, include the line starting with "safkeyringjce:////" and specify both the SAF keyring owning user ID and the keyring label.

For example:
server.ssl.key-store=safkeyringjce:////${SYSVAR_UNAME}/KEYRING

Additional Information

CYBWS007 in prefix.CD7YSAMP contains the proper information.