While trying to debug my setup I ran svn update which updated twistedcaldav/cluster.py and I'm now at revision 2130. When I tried to start the server I get this error and failure... Traceback (most recent call last): File "/opt/local/Twisted/bin/twistd", line 21, in <module> run() File "/opt/local/Twisted/twisted/scripts/twistd.py", line 27, in run app.run(runApp, ServerOptions) File "/opt/local/Twisted/twisted/application/app.py", line 374, in run config.parseOptions() File "/opt/local/Twisted/twisted/application/app.py", line 354, in parseOptions usage.Options.parseOptions(self, options) File "/opt/local/Twisted/twisted/python/usage.py", line 189, in parseOptions self.subOptions.parseOptions(rest) File "/opt/local/Twisted/twisted/python/usage.py", line 199, in parseOptions self.postOptions() File "/opt/local/CalendarServer/twistedcaldav/tap.py", line 152, in postOptions parseConfig(self['config']) File "/opt/local/CalendarServer/twistedcaldav/config.py", line 357, in parseConfig config.loadConfig(configFile) File "/opt/local/CalendarServer/twistedcaldav/config.py", line 255, in loadConfig configDict = readPlist(configFile) File "/opt/local/CalendarServer/twistedcaldav/py/plistlib.py", line 77, in readPlist rootObject = p.parse(pathOrFile) File "/opt/local/CalendarServer/twistedcaldav/py/plistlib.py", line 400, in parse parser.ParseFile(fileobj) xml.parsers.expat.ExpatError: not well-formed (invalid token): line 58, column 23 launchctl bsexec failed: No such file or directory -- View this message in context: http://www.nabble.com/svn-2130-issues---tp15367819p15367819.html Sent from the Calendar Server - Users mailing list archive at Nabble.com.
According to this http://www.nabble.com/Running-Calendar-Server-under-OS-X-Server-10.4.9-td104... thread there should have been a fix to the apparent problem of not being able to locate bsexec. Has this somehow made it's way back into the repository? -- View this message in context: http://www.nabble.com/svn-2130-issues---tp15367819p15367927.html Sent from the Calendar Server - Users mailing list archive at Nabble.com.
I don't pretend to know why, but I removed the full directory and started over with a fresh svn checkout and all seems fine. Sorry for the earlier report. -- View this message in context: http://www.nabble.com/svn-2130-issues---tp15367819p15388904.html Sent from the Calendar Server - Users mailing list archive at Nabble.com.
participants (1)
-
tdog