View Single Post
  #9 (permalink)  
Old 05-14-2008, 12:34 PM
mmorse mmorse is offline
Moderator
 
Posts: 6,237
Default

We've merged the 4 similar reports of this & created: Bug 27939 - Caused by: java.io.IOException: CRLF expected at end of chunk: -1/-1 > Bug 26758 - Sync Failure Error when zdesktop installed if you guys want to CC yourselves so you know if we need further troubleshooting info.

If everyone here could update their profiles with current ZCS server versions your syncing ZD against (or post version used at the time) that would also be helpful.

Could be an IO on disk but more likely an IOException on the network connection and it just didn't finish getting the message. Opened a bug report to see if we needed to do anything with the SequenceInputStream etc.

(There is an open Bug 26596 - Fix CRCRLFLF blobs mangled by bug 26487 which the original thought was in regards to that "CRLF expected at end of chunk: -1/-1")

"Unable to read/write message id=x"
"CRLF expected at end of chunk: -1/-1"
Is the blob make it anywhere on disk? / have <CR><CR><LF><LF> at the end?

Can you open the message at all by going:
http:// localhost:7633/service/home/~/?id=x

Do the same thing sever side and see if the message matches:
https:// server.domain.com/service/home/~/?id=x

Server side you could find the mail_item in mysql then the mod_content/metadata field to find the blob on disk.
See: Account mailbox database structure - Zimbra :: Wiki
Though might be a little more work to find in Derby (DB for desktop) Using SQuirreL SQL Client with Derby perhaps searching your hard drive by some select quotes from the email (getting content from ?id=x) might do.
Reply With Quote