View Single Post
  #4 (permalink)  
Old 05-13-2008, 10:52 AM
JLee JLee is offline
Zimbra Employee
 
Join Date: Oct 2005
Posts: 50
JLee is on a distinguished road
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