#294: Error when trying to add new event in calendar through ThunderBird ----------------------------------+----------------------------------------- Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED] Type: Defect | Status: new Priority: 2: Expected | Milestone: Linux Port Component: Calendar Server | Version: trunk Severity: Serious | Resolution: Keywords: ThunderBird, twisted | ----------------------------------+----------------------------------------- Comment (by [EMAIL PROTECTED]):
This is he output of ./run {{{ exec python /usr/src/packages/SOURCES/Twisted/bin/twistd -n caldav -f /usr/src/packages/SOURCES/CalendarServer/conf/caldavd-dev.plist -o ProcessType=Combined /usr/src/packages/SOURCES/CalendarServer/twistedcaldav/authkerb.py:41: RuntimeWarning: Python C API version mismatch for module kerberos: This Python has API version 1013, module kerberos has version 1012. import kerberos 2008-07-17 09:12:47+0300 [-] Log opened. 2008-07-17 09:12:47+0300 [-] twistd 2.5.0+rUnknown (/usr/local/bin/python 2.5.2) starting up 2008-07-17 09:12:47+0300 [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'> 2008-07-17 09:12:47+0300 [-] [twistedcaldav.cluster#info] 1 processors found, configuring 1 processes. 2008-07-17 09:12:47+0300 [-] [twistedcaldav.cluster#info] Adding memcached service 2008-07-17 09:12:47+0300 [-] twistedcaldav.accesslog.AMPLoggingFactory starting on "'logs/caldavd.sock'" 2008-07-17 09:12:48+0300 [-] [memcached] Upon execvpe ../memcached-1.2.5/_root/bin/memcached ['../memcached-1.2.5/_root/bin/memcached', '-p', '11211', '-l', '127.0.0.1'] in environment id 1086537772 2008-07-17 09:12:48+0300 [-] [memcached] :Traceback (most recent call last): 2008-07-17 09:12:48+0300 [-] [memcached] File "/usr/src/packages/SOURCES/Twisted/twisted/internet/process.py", line 359, in __init__ 2008-07-17 09:12:48+0300 [-] [memcached] command, args, environment) 2008-07-17 09:12:48+0300 [-] [memcached] File "/usr/src/packages/SOURCES/Twisted/twisted/internet/process.py", line 521, in _execChild 2008-07-17 09:12:48+0300 [-] [memcached] os.execvpe(command, args, environment) 2008-07-17 09:12:48+0300 [-] [memcached] File "/usr/local/lib/python2.5/os.py", line 362, in execvpe 2008-07-17 09:12:48+0300 [-] [memcached] _execvpe(file, args, env) 2008-07-17 09:12:48+0300 [-] [memcached] File "/usr/local/lib/python2.5/os.py", line 377, in _execvpe 2008-07-17 09:12:48+0300 [-] [memcached] func(file, *argrest) 2008-07-17 09:12:48+0300 [-] [memcached] OSError: [Errno 2] No such file or directory 2008-07-17 09:12:48+0300 [-] [caldav-8008] /usr/src/packages/SOURCES/CalendarServer/twistedcaldav/authkerb.py:41: RuntimeWarning: Python C API version mismatch for module kerberos: This Python has API version 1013, module kerberos has version 1012. 2008-07-17 09:12:48+0300 [-] [caldav-8008] import kerberos 2008-07-17 09:12:48+0300 [-] [caldav-8008] [-] Log opened. 2008-07-17 09:12:48+0300 [-] [caldav-8008] [-] twistd 2.5.0+rUnknown (/usr/local/bin/python 2.5.2) starting up 2008-07-17 09:12:48+0300 [-] [caldav-8008] [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'> 2008-07-17 09:12:48+0300 [-] [caldav-8008] [-] [twistedcaldav.tap#info] Configuring directory service of type: twistedcaldav.directory.xmlfile.XMLDirectoryService 2008-07-17 09:12:48+0300 [-] [caldav-8008] [-] [twistedcaldav.tap#info] Configuring SudoDirectoryService with file: conf/sudoers.plist 2008-07-17 09:12:48+0300 [-] [caldav-8008] [-] [twistedcaldav.tap#info] Setting up document root at: twistedcaldav/test/data/ 2008-07-17 09:12:48+0300 [-] [caldav-8008] [-] [twistedcaldav.tap#info] Setting up principal collection: <class 'twistedcaldav.directory.principal.DirectoryPrincipalProvisioningResource'> 2008-07-17 09:12:48+0300 [-] [caldav-8008] [-] [twistedcaldav.tap#info] Setting up calendar collection: <class 'twistedcaldav.static.CalendarHomeProvisioningFile'> 2008-07-17 09:12:48+0300 [-] [caldav-8008] [-] [twistedcaldav.tap#info] Setting up root resource: <class 'twistedcaldav.root.RootResource'> 2008-07-17 09:12:48+0300 [-] [caldav-8008] [-] [twistedcaldav.tap#info] Setting up Timezone Cache 2008-07-17 09:12:48+0300 [-] [caldav-8008] [-] [twistedcaldav.tap#info] Configuring authentication for realm: Test Realm 2008-07-17 09:12:48+0300 [-] [caldav-8008] [-] [twistedcaldav.tap#info] Setting up scheme: digest 2008-07-17 09:12:48+0300 [-] [caldav-8008] [-] [twistedcaldav.tap#info] Setting up scheme: basic 2008-07-17 09:12:48+0300 [-] [caldav-8008] [-] [twistedcaldav.tap#info] Configuring authentication wrapper 2008-07-17 09:12:48+0300 [-] [caldav-8008] [-] [twistedcaldav.tap#info] Setting up service 2008-07-17 09:12:48+0300 [-] [caldav-8008] [-] [twistedcaldav.tap#info] Configuring log observer: <twistedcaldav.accesslog.AMPCommonAccessLoggingObserver object at 0x40d25b4c> 2008-07-17 09:12:48+0300 [-] [caldav-8008] [-] [twistedcaldav.tap#info] Adding server at :8008 2008-07-17 09:12:48+0300 [-] [caldav-8008] [-] [twistedcaldav.tap#info] Adding SSL server at :8443 2008-07-17 09:12:48+0300 [-] [caldav-8008] [-] twisted.web2.channel.http.HTTPFactory starting on 8008 2008-07-17 09:12:48+0300 [-] [caldav-8008] [-] Starting factory <twisted.web2.channel.http.HTTPFactory instance at 0x40d25bec> 2008-07-17 09:12:48+0300 [-] [caldav-8008] [-] twisted.web2.channel.http.HTTPFactory starting on 8443 2008-07-17 09:12:48+0300 [twistedcaldav.accesslog.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXSocket('logs/caldavd.sock') PEER:UNIXSocket('')) 2008-07-17 09:12:48+0300 [-] [caldav-8008] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('logs/caldavd.sock')) 2008-07-17 09:12:49+0300 [-] [memcached] Upon execvpe ../memcached-1.2.5/_root/bin/memcached ['../memcached-1.2.5/_root/bin/memcached', '-p', '11211', '-l', '127.0.0.1'] in environment id 1086533116 2008-07-17 09:12:49+0300 [-] [memcached] :Traceback (most recent call last): 2008-07-17 09:12:49+0300 [-] [memcached] File "/usr/src/packages/SOURCES/Twisted/twisted/internet/process.py", line 359, in __init__ 2008-07-17 09:12:49+0300 [-] [memcached] command, args, environment) 2008-07-17 09:12:49+0300 [-] [memcached] File "/usr/src/packages/SOURCES/Twisted/twisted/internet/process.py", line 521, in _execChild 2008-07-17 09:12:49+0300 [-] [memcached] os.execvpe(command, args, environment) 2008-07-17 09:12:49+0300 [-] [memcached] File "/usr/local/lib/python2.5/os.py", line 362, in execvpe 2008-07-17 09:12:49+0300 [-] [memcached] _execvpe(file, args, env) 2008-07-17 09:12:49+0300 [-] [memcached] File "/usr/local/lib/python2.5/os.py", line 377, in _execvpe 2008-07-17 09:12:49+0300 [-] [memcached] func(file, *argrest) 2008-07-17 09:12:49+0300 [-] [memcached] OSError: [Errno 2] No such file or directory 2008-07-17 09:12:52+0300 [-] [memcached] Upon execvpe ../memcached-1.2.5/_root/bin/memcached ['../memcached-1.2.5/_root/bin/memcached', '-p', '11211', '-l', '127.0.0.1'] in environment id 1086540900 2008-07-17 09:12:52+0300 [-] [memcached] :Traceback (most recent call last): 2008-07-17 09:12:52+0300 [-] [memcached] File "/usr/src/packages/SOURCES/Twisted/twisted/internet/process.py", line 359, in __init__ 2008-07-17 09:12:52+0300 [-] [memcached] command, args, environment) 2008-07-17 09:12:52+0300 [-] [memcached] File "/usr/src/packages/SOURCES/Twisted/twisted/internet/process.py", line 521, in _execChild 2008-07-17 09:12:52+0300 [-] [memcached] os.execvpe(command, args, environment) 2008-07-17 09:12:52+0300 [-] [memcached] File "/usr/local/lib/python2.5/os.py", line 362, in execvpe 2008-07-17 09:12:52+0300 [-] [memcached] _execvpe(file, args, env) 2008-07-17 09:12:52+0300 [-] [memcached] File "/usr/local/lib/python2.5/os.py", line 377, in _execvpe 2008-07-17 09:12:52+0300 [-] [memcached] func(file, *argrest) 2008-07-17 09:12:52+0300 [-] [memcached] OSError: [Errno 2] No such file or directory 2008-07-17 09:12:59+0300 [-] [memcached] Upon execvpe ../memcached-1.2.5/_root/bin/memcached ['../memcached-1.2.5/_root/bin/memcached', '-p', '11211', '-l', '127.0.0.1'] in environment id 1086558524 2008-07-17 09:12:59+0300 [-] [memcached] :Traceback (most recent call last): 2008-07-17 09:12:59+0300 [-] [memcached] File "/usr/src/packages/SOURCES/Twisted/twisted/internet/process.py", line 359, in __init__ 2008-07-17 09:12:59+0300 [-] [memcached] command, args, environment) 2008-07-17 09:12:59+0300 [-] [memcached] File "/usr/src/packages/SOURCES/Twisted/twisted/internet/process.py", line 521, in _execChild 2008-07-17 09:12:59+0300 [-] [memcached] os.execvpe(command, args, environment) 2008-07-17 09:12:59+0300 [-] [memcached] File "/usr/local/lib/python2.5/os.py", line 362, in execvpe 2008-07-17 09:12:59+0300 [-] [memcached] _execvpe(file, args, env) 2008-07-17 09:12:59+0300 [-] [memcached] File "/usr/local/lib/python2.5/os.py", line 377, in _execvpe 2008-07-17 09:12:59+0300 [-] [memcached] func(file, *argrest) 2008-07-17 09:12:59+0300 [-] [memcached] OSError: [Errno 2] No such file or directory }}} -- Ticket URL: <http://trac.calendarserver.org/ticket/294#comment:1> CalendarServer </> HTTP/WebDAV/CalDAV Server _______________________________________________ calendarserver-dev mailing list calendarserver-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-dev