The key ring file path is not recognized by Java.
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)
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.
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