keytool error: java.lang.Exception: Keystore file does not exist: /root/.keystore
What if this is seen:
# keytool -list
keytool error: java.lang.Exception: Keystore file does not exist: /root/.keystore
#
Then this can be done to resolve it, specify the actual keystore location to use:
keytool –list -keystore /path/to/some/trust.keystore
Cheers,
TK