Hi there.
I'm trying to bring up a GNR-607 from perforce on an Ubuntu environment. Though install.sh fails to initialize Documents. The install log claims it an SSL issue:
Code:
Fri Jun 11 18:21:04 2010 Initializing Documents...
Fri Jun 11 18:21:04 2010 *** Running as zimbra user: /opt/zimbra/bin/zmprov mc default zimbraFeatureNotebookEnabled TRUE
ERROR: zclient.IO_ERROR (invoke sun.security.validator.ValidatorException: No trusted certificate found, server: localhost) (cause: javax.net.ssl.SSLHandshakeException sun.security.validator.ValidatorException: No trusted certificate found)
Fri Jun 11 18:21:07 2010 *** Running as zimbra user: /opt/zimbra/bin/zmprov mcf zimbraNotebookAccount wiki@domain
ERROR: zclient.IO_ERROR (invoke sun.security.validator.ValidatorException: No trusted certificate found, server: localhost) (cause: javax.net.ssl.SSLHandshakeException sun.security.validator.ValidatorException: No trusted certificate found)
Fri Jun 11 18:21:09 2010 *** Running as zimbra user: /opt/zimbra/bin/zmprov in wiki@domain
ERROR: zclient.IO_ERROR (invoke sun.security.validator.ValidatorException: No trusted certificate found, server: localhost) (cause: javax.net.ssl.SSLHandshakeException sun.security.validator.ValidatorException: No trusted certificate found)
Fri Jun 11 18:21:12 2010 *** Running as zimbra user: /opt/zimbra/bin/zmprov mc default zimbraFeatureNotebookEnabled FALSE
ERROR: zclient.IO_ERROR (invoke sun.security.validator.ValidatorException: No trusted certificate found, server: localhost) (cause: javax.net.ssl.SSLHandshakeException sun.security.validator.ValidatorException: No trusted certificate found)
Fri Jun 11 18:21:14 2010 failed to initialize documents...see logfile for details.
I either can't log in to admin console with the password I set while initial configuration step and trying to reset it with `zmprov sp` leads to the same issue. What should I check in Java/ZCS environment to fix it?