Header Shadow Image


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

Leave a Reply

You must be logged in to post a comment.


     
  Copyright © 2003 - 2013 Tom Kacperski (microdevsys.com). All rights reserved.

Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License