[Calendar and Contacts Server] #445: Linux: 'f' is a bad directive in format '%Y-%m-%d %H:%M:%S.%f'
#445: Linux: 'f' is a bad directive in format '%Y-%m-%d %H:%M:%S.%f' --------------------------------+------------------------------------------- Reporter: guy@… | Owner: wsanchez@… Type: Defect | Status: new Priority: 1: Blocker | Milestone: Linux Port Component: Calendar Server | Severity: Serious Keywords: | Radar: --------------------------------+------------------------------------------- Pulled revision 7423, on a centos 5 system.. when attempting to connect from ical on my OSX-10.6 system I'm seeing the following errors..the iCal reports and error and remains off-line 2011-05-10 09:38:32+0100 [-] [caldav-0] [PooledMemCacheProtocol,client] [twext.web2.server#error] [Failure instance: Traceback: <type 'exceptions.ValueError'>: 'f' is a bad directive in format '%Y-%m-%d %H:%M:%S.%f' 2011-05-10 09:38:32+0100 [-] [caldav-0] /home/build/Twisted/build/lib.linux-i686-2.5/twisted/internet/defer.py:893:_inlineCallbacks 2011-05-10 09:38:32+0100 [-] [caldav-0] /home/build/CalendarServer/twext/web2/resource.py:108:renderHTTP 2011-05-10 09:38:32+0100 [-] [caldav-0] /home/build/CalendarServer/twistedcaldav/resource.py:1466:checkPreconditions 2011-05-10 09:38:32+0100 [-] [caldav-0] /home/build/Twisted/build/lib.linux-i686-2.5/twisted/internet/defer.py:1014:unwindGenerator 2011-05-10 09:38:32+0100 [-] [caldav-0] --- <exception caught here> --- 2011-05-10 09:38:32+0100 [-] [caldav-0] /home/build/Twisted/build/lib.linux-i686-2.5/twisted/internet/defer.py:893:_inlineCallbacks 2011-05-10 09:38:32+0100 [-] [caldav-0] /home/build/CalendarServer/twext/web2/static.py:109:checkPreconditions 2011-05-10 09:38:32+0100 [-] [caldav-0] /home/build/CalendarServer/twistedcaldav/storebridge.py:316:lastModified 2011-05-10 09:38:32+0100 [-] [caldav-0] /home/build/CalendarServer/txdav/common/datastore/sql.py:2026:modified 2011-05-10 09:38:32+0100 [-] [caldav-0] /home/build/CalendarServer/twistedcaldav/dateops.py:252:parseSQLTimestamp 2011-05-10 09:38:32+0100 [-] [caldav-0] /usr/lib/python2.5/_strptime.py:300:strptime 2011-05-10 09:38:32+0100 [-] [caldav-0] ] -- Ticket URL: <http://trac.calendarserver.org/ticket/445> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server
#445: Linux: 'f' is a bad directive in format '%Y-%m-%d %H:%M:%S.%f' --------------------------------+------------------------------------------- Reporter: guy@… | Owner: wsanchez@… Type: Defect | Status: new Priority: 1: Blocker | Milestone: Linux Port Component: Calendar Server | Severity: Serious Keywords: | Radar: --------------------------------+------------------------------------------- Comment(by mail@…): Copy of initial comment with sane formatting {{{ 2011-05-10 09:38:32+0100 [-] [caldav-0] [PooledMemCacheProtocol,client] [twext.web2.server#error] [Failure instance: Traceback: <type 'exceptions.ValueError'>: 'f' is a bad directive in format '%Y-%m-%d %H:%M:%S.%f' 2011-05-10 09:38:32+0100 [-] [caldav-0] /home/build/Twisted/build/lib.linux-i686-2.5/twisted/internet/defer.py:893:_inlineCallbacks 2011-05-10 09:38:32+0100 [-] [caldav-0] /home/build/CalendarServer/twext/web2/resource.py:108:renderHTTP 2011-05-10 09:38:32+0100 [-] [caldav-0] /home/build/CalendarServer/twistedcaldav/resource.py:1466:checkPreconditions 2011-05-10 09:38:32+0100 [-] [caldav-0] /home/build/Twisted/build/lib.linux-i686-2.5/twisted/internet/defer.py:1014:unwindGenerator 2011-05-10 09:38:32+0100 [-] [caldav-0] --- <exception caught here> --- 2011-05-10 09:38:32+0100 [-] [caldav-0] /home/build/Twisted/build/lib.linux-i686-2.5/twisted/internet/defer.py:893:_inlineCallbacks 2011-05-10 09:38:32+0100 [-] [caldav-0] /home/build/CalendarServer/twext/web2/static.py:109:checkPreconditions 2011-05-10 09:38:32+0100 [-] [caldav-0] /home/build/CalendarServer/twistedcaldav/storebridge.py:316:lastModified 2011-05-10 09:38:32+0100 [-] [caldav-0] /home/build/CalendarServer/txdav/common/datastore/sql.py:2026:modified 2011-05-10 09:38:32+0100 [-] [caldav-0] /home/build/CalendarServer/twistedcaldav/dateops.py:252:parseSQLTimestamp 2011-05-10 09:38:32+0100 [-] [caldav-0] /usr/lib/python2.5/_strptime.py:300:strptime 2011-05-10 09:38:32+0100 [-] [caldav-0] ] }}} -- Ticket URL: <http://trac.calendarserver.org/ticket/445#comment:1> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server
#445: Linux: 'f' is a bad directive in format '%Y-%m-%d %H:%M:%S.%f' --------------------------------+------------------------------------------- Reporter: guy@… | Owner: wsanchez@… Type: Defect | Status: new Priority: 1: Blocker | Milestone: Linux Port Component: Calendar Server | Severity: Serious Keywords: | Radar: --------------------------------+------------------------------------------- Comment(by mail@…): This has been reported before on the mailing list. See http://www.mail- archive.com/calendarserver-users@lists.macosforge.org/msg01689.html. Citing from there this has been added with python 2.6. See http://docs.python.org/whatsnew/2.6.html I am not sure what the official support of python 2.5 currently is. -- Ticket URL: <http://trac.calendarserver.org/ticket/445#comment:2> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server
#445: Linux: 'f' is a bad directive in format '%Y-%m-%d %H:%M:%S.%f' --------------------------------+------------------------------------------- Reporter: guy@… | Owner: wsanchez@… Type: Defect | Status: new Priority: 1: Blocker | Milestone: Linux Port Component: Calendar Server | Severity: Serious Keywords: | Radar: --------------------------------+------------------------------------------- Comment(by mail@…): Allowing code that requires python 2.6 is not allowed according to http://trac.calendarserver.org/wiki/HACKING -- Ticket URL: <http://trac.calendarserver.org/ticket/445#comment:3> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server
#445: Linux: 'f' is a bad directive in format '%Y-%m-%d %H:%M:%S.%f' ---------------------------------+------------------------------------------ Reporter: guy@… | Owner: wsanchez@… Type: Defect | Status: closed Priority: 1: Blocker | Milestone: CalendarServer-3.1 Component: Calendar Server | Severity: Serious Resolution: Software changed | Keywords: Radar: | ---------------------------------+------------------------------------------ Changes (by wsanchez@…): * status: new => closed * resolution: => Software changed * milestone: Linux Port => CalendarServer-3.1 Comment: Fixes (perhaps the lame way) by requiring Python 2.6 in r7841. -- Ticket URL: <http://trac.calendarserver.org/ticket/445#comment:4> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server
participants (1)
-
Calendar and Contacts Server