The error message means there was an IOException thrown, HTTP response was 200, and there was error message was null.
Can you add the following line to /opt/zimbra/conf/log4j.properties and try again?
log4j.logger.zimbra.soap=DEBUG
Then /opt/zimbra/log/mailbox.log will contain the full request and response text, which can be used to further diagnose the problem. |