Hi!

I'm not sure this is the right place to be asking this, but I'm not sure of a better place. I am attempting to run the calendar server on a 10.4.10 machine running python 2.4 and I'm running into an error that I'm wondering if someone could help me figure out?

Here is the error:

qs:/volumes/boot/calendarserver japruim$ ./run
Removing stale pidfile /CalendarServer/logs/caldavd.pid
2007-09-26 08:52:47-0400 [-] Log opened.
2007-09-26 08:52:47-0400 [-] twistd 2.5.0+r19773 (/Library/Frameworks/ Python.framework/Versions/2.4/Resources/Python.app/Contents/MacOS/ Python 2.4.4) starting up 2007-09-26 08:52:47-0400 [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'> 2007-09-26 08:52:47-0400 [-] 1 processors found, configuring 1 processes. 2007-09-26 08:52:47-0400 [-] twistedcaldav.logging.AMPLoggingFactory starting on "'logs/caldavd.sock'"
2007-09-26 08:52:47-0400 [-] Traceback (most recent call last):
2007-09-26 08:52:47-0400 [-] File "/volumes/boot/Twisted/bin/ twistd", line 21, in ?
2007-09-26 08:52:47-0400 [-]     run()
2007-09-26 08:52:47-0400 [-] File "//Twisted/twisted/scripts/ twistd.py", line 27, in run
2007-09-26 08:52:47-0400 [-]     app.run(runApp, ServerOptions)
2007-09-26 08:52:47-0400 [-] File "//Twisted/twisted/application/ app.py", line 379, in run
2007-09-26 08:52:47-0400 [-]     runApp(config)
2007-09-26 08:52:47-0400 [-] File "//Twisted/twisted/scripts/ twistd.py", line 23, in runApp
2007-09-26 08:52:47-0400 [-]     _SomeApplicationRunner(config).run()
2007-09-26 08:52:47-0400 [-] File "//Twisted/twisted/application/ app.py", line 158, in run
2007-09-26 08:52:47-0400 [-]     self.postApplication()
2007-09-26 08:52:47-0400 [-] File "//Twisted/twisted/scripts/ _twistd_unix.py", line 213, in postApplication 2007-09-26 08:52:47-0400 [-] startApplication(self.config, self.application) 2007-09-26 08:52:47-0400 [-] File "//Twisted/twisted/scripts/ _twistd_unix.py", line 174, in startApplication 2007-09-26 08:52:47-0400 [-] service.IService (application).privilegedStartService() 2007-09-26 08:52:47-0400 [-] File "//Twisted/twisted/application/ service.py", line 228, in privilegedStartService
2007-09-26 08:52:47-0400 [-]     service.privilegedStartService()
2007-09-26 08:52:47-0400 [-] File "//Twisted/twisted/application/ service.py", line 228, in privilegedStartService
2007-09-26 08:52:47-0400 [-]     service.privilegedStartService()
2007-09-26 08:52:47-0400 [-] File "//Twisted/twisted/application/ internet.py", line 68, in privilegedStartService
2007-09-26 08:52:47-0400 [-]     self._port = self._getPort()
2007-09-26 08:52:47-0400 [-] File "//Twisted/twisted/application/ internet.py", line 86, in _getPort 2007-09-26 08:52:47-0400 [-] return getattr(reactor, 'listen'+self.method)(*self.args, **self.kwargs) 2007-09-26 08:52:47-0400 [-] File "//Twisted/twisted/internet/ posixbase.py", line 432, in listenUNIX
2007-09-26 08:52:47-0400 [-]     p.startListening()
2007-09-26 08:52:47-0400 [-] File "//Twisted/twisted/internet/ unix.py", line 89, in startListening 2007-09-26 08:52:47-0400 [-] raise CannotListenError, (None, self.port, le) 2007-09-26 08:52:47-0400 [-] twisted.internet.error.CannotListenError: Couldn't listen on any:logs/ caldavd.sock: (48, 'Address already in use').

Any ideas?

Thanks in advance!



--

Jason Pruim
Raoset Inc.
Technology Manager
MQC Specialist
3251 132nd ave
Holland, MI, 49424
www.raoset.com
[EMAIL PROTECTED]


_______________________________________________
calendarserver-users mailing list
calendarserver-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/calendarserver-users

Reply via email to