Error when trying to start mailbox services

Revision as of 12:36, 14 August 2017 by Nbhagwat (talk | contribs) (Created page with "===<h1>Error when trying to start mailbox services</h1>=== <hr> <br> <h2>Problem:</h2> Error when trying to start mailbox services - <pre> Exception in thread "main" java.io...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Error when trying to start mailbox services



Problem:

Error when trying to start mailbox services -

Exception in thread "main" java.io.IOException: Keystore was tampered with, or password was incorrect
        at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:771)
        at sun.security.provider.JavaKeyStore$JKS.engineLoad(JavaKeyStore.java:38)
        at java.security.KeyStore.load(KeyStore.java:1185)


Solution

To resolve this issue re-install the certificates after below steps -

mv /opt/zimbra/mailboxd/etc/keystore /root/keystore.old

After re-install certificates try to start mailbox services -

/opt/zimbra/bin/zmcertmgr createca -new
/opt/zimbra/bin/zmcertmgr createcrt -new -days 3650
/opt/zimbra/bin/zmcertmgr deployca
/opt/zimbra/bin/zmcertmgr deploycrt self
/opt/zimbra/bin/zmcertmgr viewdeployedcrt


"Sourabh Bhushan"

<sbhushan@zimbra.com>

Jump to: navigation, search