Complete.Org: Mailing Lists: Archives: offlineimap: October 2005:
Traceback during sync of large folder ..
Home

Traceback during sync of large folder ..

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: offlineimap@xxxxxxxxxxxx
Subject: Traceback during sync of large folder ..
From: Jean Jordaan <jean@xxxxxxxxxxxxxxxxxxxx>
Date: Wed, 12 Oct 2005 10:45:45 +0200

Hi there

This happened a couple of times. I restarted with '-d imap', but it's
been running all morning without a recurrence. At the moment there's
only mail dribbling in though, the initial big sync is past:

Copy message 10903 IMAP[INBOX/Sent] -> Maildir[INBOX.Sent],
LocalStatus[INBOX.Sent]
Thread 'Copy message 10896 from INBOX/Sent' terminated with exception:
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/offlineimap/threadutil.py",
line 153, in run
    Thread.run(self)
  File "/usr/lib/python2.4/threading.py", line 422, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib/python2.4/site-packages/offlineimap/folder/Base.py",
line 272, in copymessageto
    message = self.getmessage(uid)
  File "/usr/lib/python2.4/site-packages/offlineimap/folder/IMAP.py",
line 111, in getmessage
    initialresult = imapobj.uid('fetch', '%d' % uid, '(BODY.PEEK[])')
  File "/usr/lib/python2.4/site-packages/offlineimap/imaplib.py", line
671, in uid
    typ, dat = apply(self._simple_command, (name, command) + args)
  File "/usr/lib/python2.4/site-packages/offlineimap/imaplib.py", line
974, in _simple_command
    return self._command_complete(name, apply(self._command, (name,) +
args))
  File "/usr/lib/python2.4/site-packages/offlineimap/imaplib.py", line
804, in _command_complete
    typ, data = self._get_tagged_response(tag)
  File "/usr/lib/python2.4/site-packages/offlineimap/imaplib.py", line
905, in _get_tagged_response
    self._get_response()
  File "/usr/lib/python2.4/site-packages/offlineimap/imaplib.py", line
867, in _get_response
    data = self.read(size)
  File "/usr/lib/python2.4/site-packages/offlineimap/imaplib.py", line
1148, in read
    retval += self.sslobj.read(size - len(retval))
  File "/usr/lib/python2.4/site-packages/offlineimap/imaplib.py", line
1080, in read
    retval = self._read(n)
  File "/usr/lib/python2.4/site-packages/offlineimap/imaplib.py", line
1068, in _read
    return self.sslsock.read(n)
sslerror: (8, 'EOF occurred in violation of protocol')


No debug messages were logged for Copy message 10896 from INBOX/Sent.
Exception in thread Folder sync Upfront[INBOX/Sent] (most likely raised
during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib/python2.4/threading.py", line 442, in __bootstrap

-- 
j



[Prev in Thread] Current Thread [Next in Thread]
  • Traceback during sync of large folder .., Jean Jordaan <=