[CalendarServer-users] Can't connect with current version

David Reid dreid at apple.com
Tue Apr 24 10:24:21 PDT 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Jakob,

Sorry for the inconvenience, and thanks for your interest.  This is a  
known bug with uniprocessor mode http://trac.macosforge.org/projects/ 
calendarserver/ticket/162

Hopefully I will have time to resolve it this afternoon.

Until then you can work around it by setting ProcessType to "Single"  
in the config file.

- -David

On Apr 23, 2007, at 11:39 PM, Jakob Lenfers wrote:

> Hi,
>
> I've toyed around with the calendarserver for about a month, when I
> decided to upgrade to the latest svn-version because of a problem I  
> had.
>
> Since then I'm unable to connect to the server. I purged my config and
> checked out a complete new version. My config-file is the default
> config, I only change I made is to allow connection from everywhere,
> not only localhost.
>
> Now I cant even connect to the http-interface. When I try to connect
> to http://server:8008/, I get the following error (and the rest of the
> startup output):
>
>> root at primus:~/caldav/CalendarServer# ./run
>> 2007-04-24 08:26:58+0200 [-] Log opened.
>> 2007-04-24 08:26:58+0200 [-] twistd 2.5.0+r19773 (/usr/bin/python  
>> 2.4.4) starting up
>> 2007-04-24 08:26:58+0200 [-] reactor class: <class  
>> 'twisted.internet.selectreactor.SelectReactor'>
>> 2007-04-24 08:26:58+0200 [-] 1 processors found, configuring 1  
>> processes.
>> 2007-04-24 08:26:58+0200 [-]  
>> twistedcaldav.logging.AMPLoggingFactory starting on "'logs/ 
>> caldavd.sock'"
>> 2007-04-24 08:27:00+0200 [-] [caldav-8008]  [-] Log opened.
>> 2007-04-24 08:27:00+0200 [-] [caldav-8008]  [-] twistd 2.5.0 
>> +r19773 (/usr/bin/python 2.4.4) starting up
>> 2007-04-24 08:27:00+0200 [-] [caldav-8008]  [-] reactor class:  
>> <class 'twisted.internet.selectreactor.SelectReactor'>
>> 2007-04-24 08:27:00+0200 [-] [caldav-8008]  [-] Configuring  
>> directory service of type:  
>> twistedcaldav.directory.xmlfile.XMLDirectoryService
>> 2007-04-24 08:27:00+0200 [-] [caldav-8008]  [-] Configuring  
>> SudoDirectoryService with file: conf/sudoers.plist
>> 2007-04-24 08:27:00+0200 [-] [caldav-8008]  [-] Setting up  
>> document root at: twistedcaldav/test/data/
>> 2007-04-24 08:27:00+0200 [-] [caldav-8008]  [-] Setting up  
>> principal collection: <class  
>> 'twistedcaldav.directory.principal.DirectoryPrincipalProvisioningReso 
>> urce'>
>> 2007-04-24 08:27:00+0200 [-] [caldav-8008]  [-] Setting up  
>> calendar collection: <class  
>> 'twistedcaldav.static.CalendarHomeProvisioningFile'>
>> 2007-04-24 08:27:00+0200 [-] [caldav-8008]  [-] Setting up root  
>> resource: <class 'twistedcaldav.root.RootResource'>
>> 2007-04-24 08:27:00+0200 [-] [caldav-8008]  [-] Setting up default  
>> ACEs on root resource
>> 2007-04-24 08:27:00+0200 [-] [caldav-8008]  [-] Setting up  
>> AdminPrincipals
>> 2007-04-24 08:27:00+0200 [-] [caldav-8008]  [-] Added /principals/ 
>> users/admin/ as admin principal
>> 2007-04-24 08:27:00+0200 [-] [caldav-8008]  [-] Setting root ACL
>> 2007-04-24 08:27:00+0200 [-] [caldav-8008]  [-] Configuring  
>> authentication for realm: Test Realm
>> 2007-04-24 08:27:00+0200 [-] [caldav-8008]  [-] Setting up scheme:  
>> basic
>> 2007-04-24 08:27:00+0200 [-] [caldav-8008]  [-] Configuring  
>> authentication wrapper
>> 2007-04-24 08:27:00+0200 [-] [caldav-8008]  [-] Setting up service
>> 2007-04-24 08:27:00+0200 [-] [caldav-8008]  [-] Configuring log  
>> observer: <twistedcaldav.logging.AMPCommonAccessLoggingObserver  
>> object at 0xb745466c>
>> 2007-04-24 08:27:00+0200 [-] [caldav-8008]  [-] Adding server at : 
>> 8008
>> 2007-04-24 08:27:00+0200 [-] [caldav-8008]  [-] Adding SSL server  
>> at :8443
>> 2007-04-24 08:27:00+0200 [-] [caldav-8008]  [-]  
>> twisted.web2.channel.http.HTTPFactory starting on 8008
>> 2007-04-24 08:27:00+0200 [-] [caldav-8008]  [-] Starting factory  
>> <twisted.web2.channel.http.HTTPFactory instance at 0xb74546ec>
>> 2007-04-24 08:27:00+0200 [-] [caldav-8008]  [-]  
>> twisted.web2.channel.http.HTTPFactory starting on 8443
>> 2007-04-24 08:27:00+0200 [twistedcaldav.logging.AMPLoggingFactory]  
>> AMPLoggingProtocol connection established (HOST:UNIXSocket('logs/ 
>> caldavd.sock') PEER:UNIXSocket(''))
>> 2007-04-24 08:27:00+0200 [-] [caldav-8008]  [-] AMP connection  
>> established (HOST:UNIXSocket(None) PEER:UNIXSocket('logs/ 
>> caldavd.sock'))
>> 2007-04-24 08:29:14+0200 [-] [caldav-8008]  [-] Exception rendering:
>> 2007-04-24 08:29:14+0200 [-] [caldav-8008]  [-] Unhandled Error
>> 2007-04-24 08:29:14+0200 [-] [caldav-8008]      Traceback (most  
>> recent call last):
>> 2007-04-24 08:29:14+0200 [-] [caldav-8008]      Failure:  
>> twisted.internet.error.ConnectError: An error occurred while  
>> connecting: 2: No such file or directory.
>> 2007-04-24 08:29:14+0200 [-] [caldav-8008]
>
> Help would be much appreciated,
> Jakob
>
> _______________________________________________
> calendarserver-users mailing list
> calendarserver-users at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo/calendarserver-users

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFGLj1KrsrO6aeULcgRApkCAKCOLIXcYKLKo4uUMWe70d2xuuSrdgCfaj67
RmXFzFnPoahlYCfHikeNh0E=
=0hvX
-----END PGP SIGNATURE-----


More information about the calendarserver-users mailing list