View Single Post
  #4 (permalink)  
Old 05-13-2008, 11:52 AM
JLee JLee is offline
Zimbra Employee
 
Posts: 59
Default

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.
Reply With Quote