Alias name Ý<alias-name>¨ does not identify a key entry
search cancel

Alias name Ý<alias-name>¨ does not identify a key entry

book

Article ID: 277691

calendar_today

Updated On: 04-23-2024

Products

Datacom

Issue/Introduction

Unable to start the Datacom Systems Rest API
Caused by: java.lang.IllegalArgumentException: Alias name Ý<alias-name>¨ does not identify a key entry

Cause

 It is throwing the SSL error because the "<alias-name>" in keystore.p12 file, and the
"keyAlias" name in the SSL: section of the application_datacom.yml file are not the same. 

Compare 

/.../etc/keystore.p12
      Alias name: <alias-name>

/.../config/application_datacom.yml
     SSL:
         enabled: true
         keyAlias: <alias-name>

 

Resolution

Set the keyAlias to "<alias-name>" under the SSL section of the 
/.../config/application_datacom.yml
     ssl:
             enabled: false
             keyAlias: <alias-name>
   ...
to match the "Alias name" in the 

/.../etc/keystore.p12
      Alias name: <alias-name>
...

and then submit the job to startup the Datacom Systems Rest API.

Additional Information