Key ring file path not recognized

The key ring file path is not recognized by Java.

Symptom

A Java exception occurs and a message similar to the following is generated:

CTG6525E Unable to start handler for the ssl: protocol because: java.lang.Exception: java.io.IOException:R_datalib (IRRSDL00) error: profile for ring not found (8, 8, 84)

Probable cause

A backslash (\) character has been incorrectly used as a directory separator in the path name of the key ring file and has not been recognized by Java.

Java™ interprets the backslash (\) character as a parameter delimiter. If you used the backslash character as a directory separator when entering the path name of the key ring file during configuration, Java cannot recognize the name.

Action

Modify the configuration path names to use either a forward slash (⁄) or double backslash (\\) as a separator in the path name on all operating systems.

For example:

/mykeys/jsse/keystore.jks
\\mykeys\\jsse\\keystore.jks      

Information Information

Feedback


Timestamp icon Last updated: Tuesday, 19 November 2013


https://ut-ilnx-r4.hursley.ibm.com/tgzos_latest/help/topic/com.ibm.cics.tg.zos.doc//ctgzos/aipdqmz.html