Hello all, Today I attempted to setup and run Calendar Server, the setup went smoothly following what was on the "Quick Start" guide on the wiki. However when I attempt to run "./run" I get what is attached bellow. This is on a Mac Mini PowerPC running OS X Server 10.4. Any suggestions?
2007-11-12 16:47:56-0500 [-] [caldav-80] [-] twistd 2.5.0+r19773(/opt/local/bin/python 2.4.3) starting up 2007-11-12 16:47:56-0500 [-] [caldav-80] [-] reactor class: <class ' twisted.internet.selectreactor.SelectReactor '> 2007-11-12 16:47:56-0500 [-] [caldav-80] [startup] Configuring directory service of type: twistedcaldav.directory.xmlfile.XMLDirectoryService 2007-11-12 16:47:56-0500 [-] [caldav-80] [-] Traceback (most recent call last): 2007-11-12 16:47:56-0500 [-] [caldav-80] [-] File "../Twisted/bin/twistd", line 21, in ? 2007-11-12 16:47:56-0500 [-] [caldav-80] [-] run() 2007-11-12 16:47:56-0500 [-] [caldav-80] [-] File "/Library/Twisted/twisted/scripts/twistd.py", line 27, in run 2007-11-12 16:47:56-0500 [-] [caldav-80] [-] app.run(runApp, ServerOptions) 2007-11-12 16:47:56-0500 [-] [caldav-80] [-] File "/Library/Twisted/twisted/application/app.py", line 379, in run 2007-11-12 16:47:56-0500 [-] [caldav-80] [-] runApp(config) 2007-11-12 16:47:56-0500 [-] [caldav-80] [-] File "/Library/Twisted/twisted/scripts/twistd.py", line 23, in runApp 2007-11-12 16:47:56-0500 [-] [caldav-80] [-] _SomeApplicationRunner(config).run() 2007-11-12 16:47:56-0500 [-] [caldav-80] [-] File "/Library/Twisted/twisted/application/app.py", line 157, in run 2007-11-12 16:47:56-0500 [-] [caldav-80] [-] self.application = self.createOrGetApplication () 2007-11-12 16:47:56-0500 [-] [caldav-80] [-] File "/Library/Twisted/twisted/application/app.py", line 202, in createOrGetApplication 2007-11-12 16:47:56-0500 [-] [caldav-80] [-] ser = plg.makeService ( self.config.subOptions) 2007-11-12 16:47:56-0500 [-] [caldav-80] [-] File "/Developer/Applications/CalendarServer/twistedcaldav/tap.py", line 595, in makeService 2007-11-12 16:47:56-0500 [-] [caldav-80] [-] service = serviceMethod(options) 2007-11-12 16:47:56-0500 [-] [caldav-80] [-] File "/Developer/Applications/CalendarServer/twistedcaldav/tap.py", line 365, in makeService_Slave 2007-11-12 16:47:56-0500 [-] [caldav-80] [-] baseDirectory = directoryClass(** config.DirectoryService['params']) 2007-11-12 16:47:56-0500 [-] [caldav-80] [-] File "/Developer/Applications/CalendarServer/twistedcaldav/directory/xmlfile.py", line 53, in __init__ 2007-11-12 16:47:56-0500 [-] [caldav-80] [-] self._accounts() 2007-11-12 16:47:56-0500 [-] [caldav-80] [-] File "/Developer/Applications/CalendarServer/twistedcaldav/directory/xmlfile.py", line 96, in _accounts 2007-11-12 16:47:56-0500 [-] [caldav-80] [-] parser = XMLAccountsParser( self.xmlFile) 2007-11-12 16:47:56-0500 [-] [caldav-80] [-] File "/Developer/Applications/CalendarServer/twistedcaldav/directory/xmlaccountsparser.py", line 82, in __init__ 2007-11-12 16:47:56-0500 [-] [caldav-80] [-] doc = xml.dom.minidom.parse(fd) 2007-11-12 16:47:56-0500 [-] [caldav-80] [-] File "/Library/PyXML-0.8.4 /build/lib.darwin-8.6.0-Power_Macintosh-2.4/_xmlplus/dom/minidom.py", line 1915, in parse 2007-11-12 16:47:56-0500 [-] [caldav-80] [-] return expatbuilder.parse (file) 2007-11-12 16:47:56-0500 [-] [caldav-80] [-] File "/Library/PyXML-0.8.4 /build/lib.darwin-8.6.0-Power_Macintosh-2.4/_xmlplus/dom/expatbuilder.py", line 930, in parse 2007-11-12 16:47:56-0500 [-] [caldav-80] [-] result = builder.parseFile (file) 2007-11-12 16:47:56-0500 [-] [caldav-80] [-] File "/Library/PyXML-0.8.4 /build/lib.darwin-8.6.0-Power_Macintosh-2.4/_xmlplus/dom/expatbuilder.py", line 207, in parseFile 2007-11-12 16:47:56-0500 [-] [caldav-80] [-] parser.Parse(buffer, 0) 2007-11-12 16:47:56-0500 [-] [caldav-80] [-] xml.parsers.expat.ExpatError: xml declaration not at start of external entity: line 1, column 2
_______________________________________________ calendarserver-users mailing list calendarserver-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/calendarserver-users