Hi all, this looks like the bug I experienced at the end of #780530 that Rahul couldn't reproduce. Perhaps (either of you) can apply this patch [1] and see if it fixes the problem?
X [1] https://anonscm.debian.org/cgit/calendarserver/calendarserver.git/diff/debian/patches/unicode-fixes.patch?h=debian/_wip_sid&id=4476a73ff4df39baa297606e00e66241f371178c Rahul Amaram: > On Sunday 21 February 2016 05:56 PM, P'tit g wrote: >> Package: calendarserver >> Version: 7.0+dfsg-1 >> Severity: normal >> >> Dear Maintainer, >> >> There are errors in logs : >> >> 2016-02-21 12:58:35+0100 [-] [caldav-0] [PooledMemCacheProtocol,client] >> [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 1, #busy: 0, >> #pending: 0, #queued: 0 >> 2016-02-21 12:58:35+0100 [-] [caldav-0] [-] [txdav.who.cache#debug] >> Directory cache miss: emailAddress guillaume >> 2016-02-21 12:58:35+0100 [-] [directoryproxy] 2016-02-21 12:58:35+0100 >> [DirectoryProxyAMPProtocol,0,] [txdav.dps.server#debug] >> RecordsWithEmailAddress: guillaume >> 2016-02-21 12:58:35+0100 [-] [directoryproxy] 2016-02-21 12:58:35+0100 >> [DirectoryProxyAMPProtocol,0,] [txdav.who.cache#debug] Directory cache miss: >> emailAddress guillaume >> 2016-02-21 12:58:35+0100 [-] [directoryproxy] 2016-02-21 12:58:35+0100 >> [DirectoryProxyAMPProtocol,0,] [txdav.who.cache#debug] Directory cache miss: >> emailAddress guillaume >> 2016-02-21 12:58:35+0100 [-] [caldav-0] [AMP,client] >> [txdav.dps.client#debug] DPS call <class >> 'txdav.dps.commands.RecordsWithEmailAddressCommand'> duration=2.12ms, >> results=0 >> 2016-02-21 12:58:35+0100 [-] [caldav-0] [AMP,client] >> [twext.enterprise.jobs.jobitem#error] JobItem: 208, WorkItem: 47855 failed: >> [Failure instance: Traceback: <type 'exceptions.UnicodeDecodeError'>: >> 'ascii' codec can't decode byte 0xc3 in position 217: ordinal not in >> range(128) >> 2016-02-21 12:58:35+0100 [-] [caldav-0] >> /usr/lib/python2.7/dist-packages/twisted/internet/defer.py:1184:gotResult >> 2016-02-21 12:58:35+0100 [-] [caldav-0] >> /usr/lib/python2.7/dist-packages/twisted/internet/defer.py:1128:_inlineCallbacks >> 2016-02-21 12:58:35+0100 [-] [caldav-0] >> /usr/lib/python2.7/dist-packages/txdav/caldav/datastore/sql.py:4336:upgradeData >> 2016-02-21 12:58:35+0100 [-] [caldav-0] >> /usr/lib/python2.7/dist-packages/twisted/internet/defer.py:1274:unwindGenerator >> 2016-02-21 12:58:35+0100 [-] [caldav-0] --- <exception caught here> --- >> 2016-02-21 12:58:35+0100 [-] [caldav-0] >> /usr/lib/python2.7/dist-packages/twisted/internet/defer.py:1128:_inlineCallbacks >> 2016-02-21 12:58:35+0100 [-] [caldav-0] >> /usr/lib/python2.7/dist-packages/txdav/caldav/datastore/sql.py:4032:updateDatabase >> 2016-02-21 12:58:35+0100 [-] [caldav-0] >> /usr/lib/python2.7/dist-packages/txdav/caldav/datastore/sql.py:3906:_generateEtag >> 2016-02-21 12:58:35+0100 [-] [caldav-0] ] >> 2016-02-21 12:58:35+0100 [-] [caldav-0] [AMP,client] >> [twext.enterprise.jobs.jobitem#debug] JobItem: 208 failed >> CALENDAR_OBJECT_UPGRADE_WORK t=38.215 >> 2016-02-21 12:58:35+0100 [-] [caldav-0] [-] >> [twext.enterprise.jobs.jobitem#debug] JobItem: 208 marking as failed 67 >> t=41.165 >> >> >> These error appear without a client is connected. >> >> > > Could you provide more information about your setup? > > 1. Was this a fresh install or an upgrade? > 2. If you were upgrading what what was the earlier calendarserver version? > 3. Also, if an upgrade, did you go through the instructions in README.Debian > to do the upgrade? > 4. What is the backend directory service that you are using? XML directory > backend? > 5. Does the resource description contain any non-ascii characters? If so, > could you give the unicode number of the non-ascii character? Or just copy > paste that character in this email? > > Thanks, > Rahul. > -- GPG: ed25519/56034877E1F87C35 GPG: rsa4096/1318EFAC5FBBDBCE git://github.com/infinity0/pubkeys.git

