After a successful upgrade, unable to bring up CSA or application or connect to Clarity
When deploying services, error is thrown:
Caused by: java.io.IOException: Keystore was tampered with, or password was incorrect
Caused by: java.security.UnrecoverableKeyException: Password verification failed
Release : Any
Component : CA PPM INTEGRATIONS & INSTALLATIONS
Issue is due to a wrongly set up SSL keystore.
Check CSA or properties.xml to ensure the ssl keystore is set up properly.
If it's not set up correctly:
If you cannot find anything obviously wrong with it, try removing the keystore option and redeploy:
On line 23 of the properties.xml if you see something like this:
<ssl keystore="" password="password"/>
Please update it to make it look like this:
<ssl keystore=""/>