Thank you that cleared this error, but now I am stuck here..... 2011-01-11 22:33:36+0000 [-] [caldav-1] [HTTPChannel,18,10.0.0.20] [twext.web2.server#info] PROPFIND /calendars/__uids__/admin/calendar/ HTTP/1.1 2011-01-11 22:33:36+0000 [-] [caldav-1] [Uninitialized] [twext.web2.server#info] Exception rendering: 2011-01-11 22:33:36+0000 [-] [caldav-1] [Uninitialized] [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-01-11 22:33:36+0000 [-] [caldav-1] /Users/lounge/CalendarServer/Twisted/build/lib.macosx-10.5-ppc-2.5/twisted /internet/defer.py:893:_inlineCallbacks 2011-01-11 22:33:36+0000 [-] [caldav-1] /Users/lounge/CalendarServer/CalendarServer/twext/web2/resource.py:108:ren derHTTP 2011-01-11 22:33:36+0000 [-] [caldav-1] /Users/lounge/CalendarServer/CalendarServer/twistedcaldav/resource.py:1386 :checkPreconditions 2011-01-11 22:33:36+0000 [-] [caldav-1] /Users/lounge/CalendarServer/Twisted/build/lib.macosx-10.5-ppc-2.5/twisted /internet/defer.py:1014:unwindGenerator 2011-01-11 22:33:36+0000 [-] [caldav-1] --- <exception caught here> --- 2011-01-11 22:33:36+0000 [-] [caldav-1] /Users/lounge/CalendarServer/Twisted/build/lib.macosx-10.5-ppc-2.5/twisted /internet/defer.py:893:_inlineCallbacks 2011-01-11 22:33:36+0000 [-] [caldav-1] /Users/lounge/CalendarServer/CalendarServer/twext/web2/static.py:109:check Preconditions 2011-01-11 22:33:36+0000 [-] [caldav-1] /Users/lounge/CalendarServer/CalendarServer/twistedcaldav/storebridge.py:2 88:lastModified 2011-01-11 22:33:36+0000 [-] [caldav-1] /Users/lounge/CalendarServer/CalendarServer/txdav/common/datastore/sql.py: 1392:modified 2011-01-11 22:33:36+0000 [-] [caldav-1] /System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/_st rptime.py:321:strptime 2011-01-11 22:33:36+0000 [-] [caldav-1] ] Any ideas what is going there. Also iCal throws this error.... The server responded with ³HTTP/1.1 500 Internal Server Error² to operation CalDAVAccountRefreshQueueableOperation. Kind Regards Florian Baeumler On 11/01/2011 21:38, "Morgen Sagen" <sagen@apple.com> wrote:
On Jan 11, 2011, at 12:40 PM, Florian Baeumler wrote:
Hi all, I am trying to run CalDav server on a PPC mini Mac running 10.5.8. I also installed xcode314_2809_developerdvd. I get the following errors running the server. The server starts up fine, but then throws these errors.
2011-01-11 19:39:48+0000 [-] [caldav-1] raise ImportError("Framework %s could not be found" % (framework_name,)) 2011-01-11 19:39:48+0000 [-] [caldav-1] exceptions.ImportError: Framework OpenDirectory could not be found
If somebody, a lot smarter than me, could shed some light there....., please.
Kind Regards
Florian Baeumler
I just made a change in trunk...
https://trac.calendarserver.org/changeset/6727/CalendarServer/trunk
...so that the PyOpenDirectory module is used on older systems. Give that a try.