[] INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
[] INFO: Retrying request
ERROR: zclient.IO_ERROR (invoke Connection refused, server: localhost) (cause: java.net.ConnectException Connection refused)
The causes this error?
Zimbra zmprov is not configure to get results from ldap. you need set "zimbra_zmprov_default_to_ldap" to TRUETo checking setting using by zmlocalconfig command
$ zmlocalconfig | grep zmprov
If set to false then reconfigure it to true flag as below
$ zmlocalconfig -e zimbra_zmprov_default_to_ldap=true
Recheck the settings:
$ zmlocalconfig |grep zmprov
Thanks for reading Zimbra ERROR zclient IO ERROR My blog Zimbra Mail Server,linux,bash script,centos,linux command I hope this is useful.