IMIP on 10.6.2

iMIP. Very sparse documentation. I cannot make it function.
All help welcome. Does it actually work?
Can someone send me a worked example of a working configuration.
I have tried to dechipher making iMIP work for external notification status, but the only clue I get as to what is wrong is this:
File "/usr/share/caldavd/lib/python/twisted/python/log.py", line 84, in callWithLogger
return callWithContext({"system": lp}, func, *args, **kw)
File "/usr/share/caldavd/lib/python/twisted/python/log.py", line 69, in callWithContext
return context.call({ILogContext: newCtx}, func, *args, **kw)
File "/usr/share/caldavd/lib/python/twisted/python/context.py", line 59, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/usr/share/caldavd/lib/python/twisted/python/context.py", line 37, in callWithContext
return func(args,*kw)
--- <exception caught here> ---
File "/usr/share/caldavd/lib/python/kqreactor.py", line 206, in _doWriteOrRead
why = selectable.doRead()
File "/usr/share/caldavd/lib/python/twisted/internet/process.py", line 242, in doRead
return fdesc.readFromFD(self.fd, self.dataReceived)
File "/usr/share/caldavd/lib/python/twisted/internet/fdesc.py", line 94, in readFromFD
callback(output)
File "/usr/share/caldavd/lib/python/twisted/internet/process.py", line 245, in dataReceived
self.proc.childDataReceived(self.name, data)
File "/usr/share/caldavd/lib/python/twisted/internet/process.py", line 750, in childDataReceived
self.proto.childDataReceived(name, data)
File "/usr/share/caldavd/lib/python/twisted/internet/protocol.py", line 436, in childDataReceived
self.outReceived(data)
File "/usr/share/caldavd/lib/python/twisted/runner/procmon.py", line 83, in outReceived
self.output.dataReceived(data)
File "/usr/share/caldavd/lib/python/twisted/protocols/basic.py", line 230, in dataReceived
return self.lineLengthExceeded(line)
File "/usr/share/caldavd/lib/python/twisted/protocols/basic.py", line 294, in lineLengthExceeded
return self.transport.loseConnection()
exceptions.AttributeError: DummyTransport instance has no attribute 'loseConnection'

I finally got this working under 10.6.3. Here are my invitations settings for iCal Server. I hope they help someone else.
Dont even start until the rest of iCal server is working (calendar, iCal clients). Make sure DNS is perfect before you start.
I copied /etc/caldavd/caldavd.plist.default to /etc/caldavd/caldavd.plist to make sure my previous escapades were removed.
Then in Server Admin:
I set up the base directory, and general settings for iCal Server.
Then in the email invitations settings:
settings
email address: [email protected]
incoming server: localhost
port: 143
SSL: off
user name: com.apple.calendarserver
password: password same as com.apple.calendarserver entry in system keychain (browse in keychain access, open, copy, paste)
outgoing server: localhost
port: 25
SSL: off
user name: com.apple.calendarserver
password: password same as keychain keychain
I was utterly unable to use a different account or user name than this system default one which would have been my preferred option.
*Mail Server considerations*
I had to tell my Mac OS X based mail server to relay ‘localhost’ email I dont think this is a very secure approach. Suggestions welcome.
My whitelisting was off already - think it might have barfed if it was on.
*Server Admin considerations*
I had to turn off SACL's for mail and iCal as part of my debug. Havent turned them back on yet. Don't know how to add 'com.apple.calendarserver' to a group

Similar Messages

  • What is IMIP and how does it work with iCal?  (I don't mean IMAP ! ! )

    My POP email protocol includes a special folder called IMIP. This stores all emails that have "calendar" related material or invitations. However, they don't download to my MAIL application... they just stay on the MAIL SERVER in a folder called IMIP. How can I integrate this with MAIL?

    Hi Im_cheesecake,
    Great information, if you don't mind I just wanted to piggy back off of your post, to clear any potential confusion.
    The 20 free incoming & 20 free outgoing faxes are with HP printer's that include the eFax service print app.  As of now, we have three printer series' that include the pre-installed eFax print app: HP Photosmart 7510 Series, HP Envy 110 Series, and the HP Photosmart eStation C510a.  
    eFax also has a free plan which allows you to receive a limited number of faxes but does not allow you to send any faxes. If you exceed the number of received faxes allowed, eFax will prompt you to upgrade to a paying account. Here are the main details of the free plan:
    One remote (i.e. non-local) eFax number
    Area code/prefix is selected by eFax and cannot be changed (unless you upgrade to a paid account)
    20 incoming fax pages per month (receive-only)
    You are prompted to upgrade to a paying account if you exceed 20 incoming pages, or if you need send capability.
    Say "Thanks" by clicking the blue Kudos Star in the post that helped you.
    Please mark the post that solves your problem as "Accepted Solution"; therefore, it's easier for others to find.
    I am an HP employee.

  • ICal yields "Error during PUT for mailto:valid@email: iMIP request failed"

    Hello,
    I'm trying to bring up an iCal server (using Mac OS X Lion 10.7.3 Server on a Mac Mini). The basic configuration runs fine. But when I tried to enable eMail invitations, I got stuck with those messages in the error log:
    [twistedcaldav.scheduling.imip#error] Could not do server-to-imip request : <twistedcaldav.scheduling.imip.ScheduleViaIMip object at 0x10075e5d0> User timeout caused connection failure.
    [twistedcaldav.scheduling.scheduler.ScheduleResponseQueue#error] Error during PUT for mailto:valid@email: iMIP request failed
    My configuration settings:
    calendar:Scheduling:CalDAV:EmailDomain = ""
    calendar:Scheduling:CalDAV:HTTPDomain = ""
    calendar:Scheduling:CalDAV:AddressPatterns = _empty_array
    calendar:Scheduling:iMIP:Sending:Server = "valid.mail.server"
    calendar:Scheduling:iMIP:Sending:UseSSL = no
    calendar:Scheduling:iMIP:Sending:Username = "valid@email"
    calendar:Scheduling:iMIP:Sending:Address = "valid@email"
    calendar:Scheduling:iMIP:Sending:Password = "safe_password"
    calendar:Scheduling:iMIP:Sending:Port = 25
    calendar:Scheduling:iMIP:Enabled = yes
    calendar:Scheduling:iMIP:MailGatewayPort = 62310
    calendar:Scheduling:iMIP:Receiving:Server = "valid.mail.server"
    calendar:Scheduling:iMIP:Receiving:UseSSL = yes
    calendar:Scheduling:iMIP:Receiving:Username = "valid_email"
    calendar:Scheduling:iMIP:Receiving:PollingSeconds = 30
    calendar:Scheduling:iMIP:Receiving:Type = "imap"
    calendar:Scheduling:iMIP:Receiving:Password = "safe_password"
    calendar:Scheduling:iMIP:Receiving:Port = 993
    calendar:Scheduling:iMIP:AddressPatterns:_array_index:0 = "mailto:.*"
    calendar:Scheduling:iMIP:MailGatewayServer = "valid.mail.server"
    calendar:Scheduling:iSchedule:Enabled = no
    calendar:Scheduling:iSchedule:Servers = "servertoserver.xml"
    calendar:Scheduling:iSchedule:AddressPatterns = _empty_array
    It does not even try to connect to the given smtp server. How do I proceed?

    I dug into the sources, and am now smarter
    the above settings are invalid, because of the gateway (this has to be iCal itself):
    calendar:Scheduling:iMIP:MailGatewayServer = "localhost"
    Now the IMAP server is being asked, but now I have the next problem:
    [mailgateway] 2012-03-27 11:14:37+0200 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    [mailgateway] 2012-03-27 11:15:07+0200 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE AUTH=PLAIN AUTH=LOGIN] Dovecot ready.
    [mailgateway] 2012-03-27 11:15:07+0200 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP servergreeting
    [mailgateway] 2012-03-27 11:15:07+0200 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0001 AUTHENTICATE PLAIN
    [mailgateway] 2012-03-27 11:15:07+0200 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: +
    [mailgateway] 2012-03-27 11:15:07+0200 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 1GNhbEwhZHNwZXJ0LmRlAFlpZXE5YW==
    [mailgateway] 2012-03-27 11:15:09+0200 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0001 NO [AUTHENTICATIONFAILED] Authentication failed.
    [mailgateway] 2012-03-27 11:15:09+0200 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP authenticate failed for valid@email, trying login
    [mailgateway] 2012-03-27 11:15:09+0200 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0002 LOGIN "valid@email" "valid_password"
    [mailgateway] 2012-03-27 11:15:16+0200 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0002 NO [AUTHENTICATIONFAILED] Authentication failed.
    [mailgateway] 2012-03-27 11:15:16+0200 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#error] IMAP login failed for valid@email
    [mailgateway] 2012-03-27 11:15:16+0200 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadFactory#debug] IMAP factory connection lost

  • Is anyone using the Calendar Server to send external invites?

    Is anyone using the Calendar Server to send external invites?
    We have a Mountain Lion server running DNS, Open Directory, File Sharing and VPN. We have recently stood up the Calendar server and it is working very well. Internal invites work fine and are instantaneous to computer, iPhone, iPad. We have the ports working so that calendar items created outside the network work fine as well. Only problem is we cannot invite anyone with an external e-mail address. Each time we do the Calendar Error Log populates with:
    2013-04-15 13:11:03-0500 [-] [mailgateway] 2013-04-15 13:11:03-0500 [Uninitialized] SMTP Client retrying server. Retry: 5 
    2013-04-15 13:11:03-0500 [-] [mailgateway] 2013-04-15 13:11:03-0500 [Uninitialized] SMTP Client retrying server. Retry: 4
    2013-04-15 13:11:03-0500 [-] [mailgateway] 2013-04-15 13:11:03-0500 [Uninitialized] SMTP Client retrying server. Retry: 3
    2013-04-15 13:11:03-0500 [-] [mailgateway] 2013-04-15 13:11:03-0500 [Uninitialized] SMTP Client retrying server. Retry: 2
    2013-04-15 13:11:03-0500 [-] [mailgateway] 2013-04-15 13:11:03-0500 [Uninitialized] SMTP Client retrying server. Retry: 1
    2013-04-15 13:11:03-0500 [-] [mailgateway] 2013-04-15 13:11:03-0500 [Uninitialized] [twistedcaldav.mail.MailHandler#error] Mail gateway failed to send message <[email protected]> from [email protected] to mailto:[email protected] (Reason: Failure with multiple causes.)
    We have set up an internal e-mail address. I have confined that it works fine. I have tried more than one internal account. I have also verified the settings through the command line by typing "sudo serveradmin settings calendar" The iMIP sending and receiving information is correct. There is no authentication type setting listed in the command line output even though there's a place to choose it in the Enable invitations by email - Edit button on the third screen. No matter what I choose it goes back to "login" and still doesn't work.
    The command line settings mention a port number 62310 as being the MailGatewayPort but opening that port on the network's firewall makes no difference. As I said external set up works fine from Mac/iPhone/iPad and push notification works fine as well.
    Is anyone using this functionality?

    I'm sorry. I forgot to add Mail to the list of services. I AM using mail on that server. Here's the iMIP portion of my settings output from Terminal.
    calendar:Scheduling:iMIP:Sending:Server = "boardwalkserver.kuhnwitt.com"
    calendar:Scheduling:iMIP:Sending:UseSSL = yes
    calendar:Scheduling:iMIP:Sending:Username = "calendarserver"
    calendar:Scheduling:iMIP:Sending:Address = "[email protected]"
    calendar:Scheduling:iMIP:Sending:Password = "password"
    calendar:Scheduling:iMIP:Sending:Port = 465
    calendar:Scheduling:iMIP:Enabled = yes
    calendar:Scheduling:iMIP:MailGatewayPort = 62310
    calendar:Scheduling:iMIP:Receiving:Server = "boardwalkserver.kuhnwitt.com"
    calendar:Scheduling:iMIP:Receiving:UseSSL = yes
    calendar:Scheduling:iMIP:Receiving:Username = "calendarserver"
    calendar:Scheduling:iMIP:Receiving:PollingSeconds = 30
    calendar:Scheduling:iMIP:Receiving:Type = "imap"
    calendar:Scheduling:iMIP:Receiving:Password = "password"
    calendar:Scheduling:iMIP:Receiving:Port = 993
    calendar:Scheduling:iMIP:AddressPatterns:_array_index:0 = "mailto:.*"
    calendar:Scheduling:iMIP:MailGatewayServer = "localhost"
    So Add mail to the services being used. Since Calendar is running on the mail server one would assume that it could communicate with it fairly easily.

  • Calendar broken after server update to 3.2.1

    After updating our system Version to OS X 10.9.5 and out server version to 3.2.1 the calendar service is not working anymore.
    The wiki group calendar which all clients are subscribed to is still working, but the personal calendars of the principals and the sync with iPhones and MacBooks is not, and i am not able to figure out what's the matter.
    I found a similar question here:
    https://discussions.apple.com/thread/5481930?start=0&tstart=0
    When i try to find the caldav database in /var/run/caldav/   there are just these files in the folder:
    PostgresSocket
    -rw-r--r--   1 root       _calendar     5  9 Okt 10:26 agent.pid
    -rw-r--r--   1 root       _calendar     4 18 Sep 13:46 caldav-instance-0.pid
    -rw-r--r--   1 root       _calendar     4 18 Sep 13:46 caldav-instance-1.pid
    -rw-r--r--   1 root       _calendar     4 18 Sep 13:46 caldav-instance-2.pid
    -rw-r--r--   1 root       _calendar     4 18 Sep 13:46 caldav-instance-3.pid
    -rw-r--r--   1 root       _calendar     4 18 Sep 13:46 caldavd.pid
    srw-rw----   1 root       _calendar     0 18 Sep 13:46 caldavd.sock
    The Migration Log contains following output:
    alendarcommonextra: Aug 11 11:44:01 Clean install: False
    calendarcommonextra: Aug 11 11:44:01 Legacy indicator file does not exist
    calendarcommonextra: Aug 11 11:44:01 Old caldavd plist exists
    calendarcommonextra: Aug 11 11:44:01 Extracting keys from old caldavd.plist
    calendarcommonextra: Aug 11 11:44:02 Default certificate is: /etc/certificates/mac-server.biltech.de.A9985AB061CB634828A204AB76B98382869AC0E 9.cert.pem
    calendarcommonextra: Aug 11 11:44:02 Default cert path: /etc/certificates/mac-server.biltech.de.A9985AB061CB634828A204AB76B98382869AC0E 9.cert.pem
    calendarcommonextra: Aug 11 11:44:02 Reading plist /Library/Server/Calendar and Contacts/Config/caldavd-system.plist
    calendarcommonextra: Aug 11 11:44:02 EnableCalDAV=True
    calendarcommonextra: Aug 11 11:44:02 EnableCardDAV=True
    calendarcommonextra: Aug 11 11:44:02 Looking up DatabaseRoot
    calendarcommonextra: Aug 11 11:44:06 Output from calendarserver_config: DatabaseRoot=/Library/Server/Calendar and Contacts/Data/Database.xpg
    calendarcommonextra: Aug 11 11:44:06 Looking up Postgres.ClusterName
    calendarcommonextra: Aug 11 11:44:06 Output from calendarserver_config: Postgres.ClusterName=cluster.pg
    calendarcommonextra: Aug 11 11:44:06 DatabaseRoot does not yet exist: /Library/Server/Calendar and Contacts/Data/Database.xpg
    calendarcommonextra: Aug 11 11:44:06 Forked calendar server cluster does exist: /Library/Server/postgres_service_clusters/calendar
    calendarcommonextra: Aug 11 11:44:06 Created DatabaseRoot
    calendarcommonextra: Aug 11 11:44:06 Relocating data to /Library/Server/Calendar and Contacts/Data/Database.xpg/cluster.pg
    calendarcommonextra: Aug 11 11:44:06 Output from /Applications/Server.app/Contents/ServerRoot/usr/libexec/relocate_postgres_serv ice_cluster:
    calendarcommonextra: Aug 11 11:44:06 Sending to serveradmin: calendar:command = exportPushCertificates
    calendarcommonextra: Aug 11 11:44:06 Output from push certificate export: calendar:Exported = "No"
    calendarcommonextra: Aug 11 11:44:06 Calling calendarserver_upgrade --postprocess
    calendarcommonextra: Aug 11 11:44:35 Output from calendarserver_upgrade: 2014-08-11 11:44:11+0100 Adding configuration from file: '/Library/Server/Calendar and Contacts/Config/caldavd-system.plist'
    2014-08-11 11:44:11+0100 Missing configuration file: '/Library/Server/Calendar and Contacts/Config/caldavd-user.plist'
    2014-08-11 11:44:11+0100 Root ACL: <?xml version='1.0' encoding='UTF-8'?>
    <acl xmlns='DAV:'>^M
      <ace>^M
        <principal>^M
          <authenticated/>^M
        </principal>^M
        <grant>^M
          <privilege>^M
            <read/>^M
          </privilege>^M
          <privilege>^M
            <read-current-user-privilege-set/>^M
          </privilege>^M
        </grant>^M
        <protected/>^M
      </ace>^M
    </acl>
    2014-08-11 11:44:11+0100 Nav ACL: <?xml version='1.0' encoding='UTF-8'?>
    <acl xmlns='DAV:'>^M
      <ace>^M
        <principal>^M
          <authenticated/>^M
        </principal>^M
        <grant>^M
          <privilege>^M
            <read/>^M
          </privilege>^M
          <privilege>^M
            <read-current-user-privilege-set/>^M
          </privilege>^M
    And the error log contains following (filter by me) output:
    2014-10-09 13:51:35+0200 [-] [caldav-0]  [Uninitialized] [txdav.caldav.datastore.scheduling.imip.inbound#error] Failed to fetch mail (Failure with multiple causes.)
    2014-10-09 13:52:08+0200 [-] [caldav-3]  [-] [twistedcaldav.storebridge.CalendarCollectionResource#error] Invalid sharee detected: E144DCCF-68EC-4D13-AD59-E2205496AD96
    2014-10-09 13:52:22+0200 [-] [caldav-1]  [-] [twext.web2.server#error] Exception rendering request: <PROPFIND /calendars/__uids__/660389E8-F5A4-49AE-9995-E6C298FCC456/563b5cdb-3421-4ead-b99 d-eb7d60f73e77/ (1, 1)>
    2014-10-09 13:52:22+0200 [-] [caldav-1] Traceback (most recent call last):
    2014-10-09 13:52:22+0200 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 551, in _runCallbacks
    2014-10-09 13:52:22+0200 [-] [caldav-1]    current.result = callback(current.result, *args, **kw)
    2014-10-09 13:52:22+0200 [-] [caldav-1]  File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/server.py", line 679, in _cbFinishRender
    2014-10-09 13:52:22+0200 [-] [caldav-1]    d.callback(response)
    2014-10-09 13:52:22+0200 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 368, in callback
    2014-10-09 13:52:22+0200 [-] [caldav-1]    self._startRunCallbacks(result)
    2014-10-09 13:52:22+0200 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 464, in _startRunCallbacks
    2014-10-09 13:52:22+0200 [-] [caldav-1]    self._runCallbacks()
    2014-10-09 13:52:22+0200 [-] [caldav-1] --- <exception caught here> ---
    2014-10-09 13:52:22+0200 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 551, in _runCallbacks
    2014-10-09 13:52:22+0200 [-] [caldav-1]    current.result = callback(current.result, *args, **kw)
    2014-10-09 13:52:22+0200 [-] [caldav-1]  File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/http.py", line 535, in writeResponse
    2014-10-09 13:52:22+0200 [-] [caldav-1]    d = stream.StreamProducer(response.stream).beginProducing(self.chanRequest)
    2014-10-09 13:52:22+0200 [-] [caldav-1]  File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/stream.py", line 756, in beginProducing
    2014-10-09 13:52:22+0200 [-] [caldav-1]    self.consumer.registerProducer(self, True)
    2014-10-09 13:52:22+0200 [-] [caldav-1]  File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/channel/http.py", line 686, in registerProducer
    2014-10-09 13:52:22+0200 [-] [caldav-1]    self.transport.registerProducer(producer, streaming)
    2014-10-09 13:52:22+0200 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/_newtls.py", line 230, in registerProducer
    2014-10-09 13:52:22+0200 [-] [caldav-1]    self.protocol.registerProducer(producer, streaming)
    2014-10-09 13:52:22+0200 [-] [caldav-1] exceptions.AttributeError: 'Server' object has no attribute 'protocol'
    2014-10-09 13:52:22+0200 [-] [caldav-1]
    2014-10-09 13:52:22+0200 [-] [caldav-1]  [-] [twext.web2.server#error] Exception rendering error page
    2014-10-09 13:52:22+0200 [-] [caldav-1] Traceback (most recent call last):
    2014-10-09 13:52:22+0200 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 551, in _runCallbacks
    2014-10-09 13:52:22+0200 [-] [caldav-1]    current.result = callback(current.result, *args, **kw)
    2014-10-09 13:52:22+0200 [-] [caldav-1]  File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/server.py", line 679, in _cbFinishRender
    2014-10-09 13:52:22+0200 [-] [caldav-1]    d.callback(response)
    2014-10-09 13:52:22+0200 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 368, in callback
    2014-10-09 13:52:22+0200 [-] [caldav-1]    self._startRunCallbacks(result)
    2014-10-09 13:52:22+0200 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 464, in _startRunCallbacks
    2014-10-09 13:52:22+0200 [-] [caldav-1]    self._runCallbacks()
    2014-10-09 13:52:22+0200 [-] [caldav-1] --- <exception caught here> ---
    2014-10-09 13:52:22+0200 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 551, in _runCallbacks
    2014-10-09 13:52:22+0200 [-] [caldav-1]    current.result = callback(current.result, *args, **kw)
    2014-10-09 13:52:22+0200 [-] [caldav-1]  File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/http.py", line 535, in writeResponse
    2014-10-09 13:52:22+0200 [-] [caldav-1]    d = stream.StreamProducer(response.stream).beginProducing(self.chanRequest)
    2014-10-09 13:52:22+0200 [-] [caldav-1]  File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/stream.py", line 756, in beginProducing
    2014-10-09 13:52:22+0200 [-] [caldav-1]    self.consumer.registerProducer(self, True)
    2014-10-09 13:52:22+0200 [-] [caldav-1]  File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/channel/http.py", line 679, in registerProducer
    2014-10-09 13:52:22+0200 [-] [caldav-1]    raise ValueError, "registering producer %s before previous one (%s) was unregistered" % (producer, self.producer)
    2014-10-09 13:52:22+0200 [-] [caldav-1] exceptions.ValueError: registering producer <twext.web2.stream.StreamProducer object at 0x1130af250> before previous one (<twext.web2.stream.StreamProducer object at 0x113164a90>) was unregistered
    2014-10-09 13:52:22+0200 [-] [caldav-1]
    2014-10-09 13:52:22+0200 [-] [caldav-1]  [-] [twext.web2.server#error] Original exception
    2014-10-09 13:52:22+0200 [-] [caldav-1] Traceback (most recent call last):
    2014-10-09 13:52:22+0200 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 551, in _runCallbacks
    2014-10-09 13:52:22+0200 [-] [caldav-1]    current.result = callback(current.result, *args, **kw)
    2014-10-09 13:52:22+0200 [-] [caldav-1]  File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/server.py", line 679, in _cbFinishRender
    2014-10-09 13:52:22+0200 [-] [caldav-1]    d.callback(response)
    2014-10-09 13:52:22+0200 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 368, in callback
    2014-10-09 13:52:22+0200 [-] [caldav-1]    self._startRunCallbacks(result)
    2014-10-09 13:52:22+0200 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 464, in _startRunCallbacks
    2014-10-09 13:52:22+0200 [-] [caldav-1]    self._runCallbacks()
    2014-10-09 13:52:22+0200 [-] [caldav-1] --- <exception caught here> ---
    2014-10-09 13:52:22+0200 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 551, in _runCallbacks
    2014-10-09 13:52:22+0200 [-] [caldav-1]    current.result = callback(current.result, *args, **kw)
    2014-10-09 13:52:22+0200 [-] [caldav-1]  File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/http.py", line 535, in writeResponse
    2014-10-09 13:52:22+0200 [-] [caldav-1]    d = stream.StreamProducer(response.stream).beginProducing(self.chanRequest)
    2014-10-09 13:52:22+0200 [-] [caldav-1]  File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/stream.py", line 756, in beginProducing
    2014-10-09 13:52:22+0200 [-] [caldav-1]    self.consumer.registerProducer(self, True)
    2014-10-09 13:52:22+0200 [-] [caldav-1]  File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/channel/http.py", line 686, in registerProducer
    2014-10-09 13:52:22+0200 [-] [caldav-1]    self.transport.registerProducer(producer, streaming)
    2014-10-09 13:52:22+0200 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/_newtls.py", line 230, in registerProducer
    2014-10-09 13:52:22+0200 [-] [caldav-1]    self.protocol.registerProducer(producer, streaming)
    2014-10-09 13:52:22+0200 [-] [caldav-1] exceptions.AttributeError: 'Server' object has no attribute 'protocol'
    2014-10-09 13:52:22+0200 [-] [caldav-1]
    2014-10-09 13:52:22+0200 [-] [caldav-1]  [-] [twext.web2.server#error] An error occurred.  We tried to report that error.  Reporting that error caused an error.  In the process of reporting the error-reporting error to the client, there was *yet another* error.  Here it is.  I give up.
    2014-10-09 13:52:22+0200 [-] [caldav-1] Traceback (most recent call last):
    2014-10-09 13:52:22+0200 [-] [caldav-1]  File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/server.py", line 628, in _processingFailed
    2014-10-09 13:52:22+0200 [-] [caldav-1]    d.addErrback(self._processingReallyFailed, reason)
    2014-10-09 13:52:22+0200 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 312, in addErrback
    2014-10-09 13:52:22+0200 [-] [caldav-1]    errbackKeywords=kw)
    2014-10-09 13:52:22+0200 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 290, in addCallbacks
    2014-10-09 13:52:22+0200 [-] [caldav-1]    self._runCallbacks()
    2014-10-09 13:52:22+0200 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 551, in _runCallbacks
    2014-10-09 13:52:22+0200 [-] [caldav-1]    current.result = callback(current.result, *args, **kw)
    2014-10-09 13:52:22+0200 [-] [caldav-1] --- <exception caught here> ---
    2014-10-09 13:52:22+0200 [-] [caldav-1]  File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/server.py", line 653, in _processingReallyFailed
    2014-10-09 13:52:22+0200 [-] [caldav-1]    self.writeResponse(response)
    2014-10-09 13:52:22+0200 [-] [caldav-1]  File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/http.py", line 535, in writeResponse
    2014-10-09 13:52:22+0200 [-] [caldav-1]    d = stream.StreamProducer(response.stream).beginProducing(self.chanRequest)
    2014-10-09 13:52:22+0200 [-] [caldav-1]  File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/stream.py", line 756, in beginProducing
    2014-10-09 13:52:22+0200 [-] [caldav-1]    self.consumer.registerProducer(self, True)
    2014-10-09 13:52:22+0200 [-] [caldav-1]  File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/channel/http.py", line 679, in registerProducer
    2014-10-09 13:52:22+0200 [-] [caldav-1]    raise ValueError, "registering producer %s before previous one (%s) was unregistered" % (producer, self.producer)
    2014-10-09 13:52:22+0200 [-] [caldav-1] exceptions.ValueError: registering producer <twext.web2.stream.StreamProducer object at 0x1130af8d0> before previous one (<twext.web2.stream.StreamProducer object at 0x113164a90>) was unregistered
    2014-10-09 13:52:22+0200 [-] [caldav-1]
    2014-10-09 13:52:27+0200 [-] [caldav-1]  [-] Unhandled Error
    2014-10-09 13:52:27+0200 [-] [caldav-1] Traceback (most recent call last):
    2014-10-09 13:52:27+0200 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 551, in _runCallbacks
    2014-10-09 13:52:27+0200 [-] [caldav-1]    current.result = callback(current.result, *args, **kw)
    2014-10-09 13:52:27+0200 [-] [caldav-1]  File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/server.py", line 628, in _processingFailed
    2014-10-09 13:52:27+0200 [-] [caldav-1]    d.addErrback(self._processingReallyFailed, reason)
    2014-10-09 13:52:27+0200 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 312, in addErrback
    2014-10-09 13:52:27+0200 [-] [caldav-1]    errbackKeywords=kw)
    2014-10-09 13:52:27+0200 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 290, in addCallbacks
    2014-10-09 13:52:27+0200 [-] [caldav-1]    self._runCallbacks()
    2014-10-09 13:52:27+0200 [-] [caldav-1] --- <exception caught here> ---
    2014-10-09 13:52:27+0200 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 551, in _runCallbacks
    2014-10-09 13:52:27+0200 [-] [caldav-1]    current.result = callback(current.result, *args, **kw)
    2014-10-09 13:52:27+0200 [-] [caldav-1]  File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/server.py", line 662, in _processingReallyFailed
    2014-10-09 13:52:27+0200 [-] [caldav-1]    self.chanRequest.abortConnection()
    2014-10-09 13:52:27+0200 [-] [caldav-1]  File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/channel/http.py", line 605, in abortConnection
    2014-10-09 13:52:27+0200 [-] [caldav-1]    self.producer.stopProducing()
    2014-10-09 13:52:27+0200 [-] [caldav-1]  File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/stream.py", line 803, in stopProducing
    2014-10-09 13:52:27+0200 [-] [caldav-1]    self.consumer.unregisterProducer()
    2014-10-09 13:52:27+0200 [-] [caldav-1]  File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/channel/http.py", line 691, in unregisterProducer
    2014-10-09 13:52:27+0200 [-] [caldav-1]    self.transport.unregisterProducer()
    2014-10-09 13:52:27+0200 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/_newtls.py", line 242, in unregisterProducer
    2014-10-09 13:52:27+0200 [-] [caldav-1]    self.protocol.unregisterProducer()
    2014-10-09 13:52:27+0200 [-] [caldav-1] exceptions.AttributeError: 'Server' object has no attribute 'protocol'
    2014-10-09 13:52:27+0200 [-] [caldav-1]
    2014-10-09 13:52:41+0200 [-] [caldav-0]  [-] [twext.web2.server#error] Exception rendering request: <PUT /calendars/__uids__/660389E8-F5A4-49AE-9995-E6C298FCC456/3ef8a600-e7c5-4453-a71 9-6433fcd5ba81/040000008200E00074C5B7101A82E00800000000F0CE1C3711E2CF01000000000 000000010000000A536662EC77FB6498617C3D797D6E161.ics (1, 1)>
    2014-10-09 13:52:41+0200 [-] [caldav-0] Traceback (most recent call last):
    2014-10-09 13:52:41+0200 [-] [caldav-0]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 1187, in unwindGenerator
    2014-10-09 13:52:41+0200 [-] [caldav-0]    return _inlineCallbacks(None, gen, Deferred())
    2014-10-09 13:52:41+0200 [-] [caldav-0]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 1045, in _inlineCallbacks
    2014-10-09 13:52:41+0200 [-] [caldav-0]    result = g.send(result)
    2014-10-09 13:52:41+0200 [-] [caldav-0]  File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/txda v/caldav/datastore/scheduling/implicit.py", line 287, in checkImplicitState
    2014-10-09 13:52:41+0200 [-] [caldav-0]    yield self.extractCalendarData()
    2014-10-09 13:52:41+0200 [-] [caldav-0]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 1187, in unwindGenerator
    2014-10-09 13:52:41+0200 [-] [caldav-0]    return _inlineCallbacks(None, gen, Deferred())
    2014-10-09 13:52:41+0200 [-] [caldav-0] --- <exception caught here> ---
    2014-10-09 13:52:41+0200 [-] [caldav-0]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 1045, in _inlineCallbacks
    2014-10-09 13:52:41+0200 [-] [caldav-0]    result = g.send(result)
    2014-10-09 13:52:41+0200 [-] [caldav-0]  File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/txda v/caldav/datastore/scheduling/implicit.py", line 423, in extractCalendarData
    2014-10-09 13:52:41+0200 [-] [caldav-0]    self.originator = self.originatorPrincipal.canonicalCalendarUserAddress()
    2014-10-09 13:52:41+0200 [-] [caldav-0] exceptions.AttributeError: 'NoneType' object has no attribute 'canonicalCalendarUserAddress'
    2014-10-09 13:52:41+0200 [-] [caldav-0]
    and so on...
    I am a bit lost with these messages.
    The parameter (email adress) in calendarserver_config Scheduling.iMIP.Sending is not existing. Am i able to change it in some way?
    I would be very grateful for some help or hints!!

    I notice this error you pasted above:
    Invalid sharee detected: E144DCCF-68EC-4D13-AD59-E2205496AD96
    Do you get anything back if you run this in Terminal:
    dscl /Search search /Users GeneratedUID E144DCCF-68EC-4D13-AD59-E2205496AD96
    Just trying to see if that is a user that exists.

  • AddressBook server not working in Lion Server

    Clean install on Mac Mini, everything installed OK, all other services working OK. However, AddressBook isn't.  Reading through Apple's online docs here it states that the log files should be at /var/log/carddavd (as one would expect)...except that I didn't have that folder. Hmmm.... 
    In addition most of the settings to do with certificates and SSL were empty.  Going through and manually setting them to what the good book says they should be, makes serveradmin's settings stick and look correct but still no good.  I even created a carddavd directory in /var/log/ and pointed the log files to it but they are just full of errors and nothing but 'server started' in the access log.
    serveradmin output below -if soemone could compare and let me know, that'd be really helpful (XXXXXXX is the server blanked) and extract of error log below that.
    addressbook:MaxResourceSize = 1048576
    addressbook:WebCalendarAuthPath = "/auth"
    addressbook:DirectoryService:params:cacheTimeout = 1
    addressbook:DirectoryService:params:node = "/Search"
    addressbook:DirectoryService:type = "twistedcaldav.directory.appleopendirectory.OpenDirectoryService"
    addressbook:Aliases = _empty_dictionary
    addressbook:BindSSLPorts:_array_index:0 = 8443
    addressbook:BindSSLPorts:_array_index:1 = 8843
    addressbook:EnablePrincipalListings = no
    addressbook:EnableDropBox = yes
    addressbook:DocumentRoot = "/Library/Server/Calendar and Contacts"
    addressbook:ConfigRoot = "/etc/caldavd"
    addressbook:SSLPrivateKey = "/etc/certificates"
    addressbook:FreeBusyURL:AnonymousAccess = no
    addressbook:FreeBusyURL:Enabled = yes
    addressbook:FreeBusyURL:TimePeriod = 14
    addressbook:ProcessType = "Combined"
    addressbook:GlobalStatsSocket = "caldavd-stats.sock"
    addressbook:UserName = "calendar"
    addressbook:MaxInstancesForRRULE = 400
    addressbook:Sharing:Enabled = yes
    addressbook:BindHTTPPorts:_array_index:0 = 8008
    addressbook:BindHTTPPorts:_array_index:1 = 8800
    addressbook:EnableAnonymousReadRoot = no
    addressbook:GroupName = "calendar"
    addressbook:SSLAuthorityChain = "/etc/certificates"
    addressbook:DSN = ":caldav:caldav:::"
    addressbook:HTTPPort = 8008
    addressbook:PIDFile = "caldavd.pid"
    addressbook:ServerRoot = "/Library/Server/Calendar and Contacts"
    addressbook:EnableTimezoneService = yes
    addressbook:UserQuota = 104857600
    addressbook:EnableWebAdmin = yes
    addressbook:GlobalSharedAddressBook:GroupShortName = "workgroup"
    addressbook:EnableCalDAV = yes
    addressbook:MaxCollectionsPerHome = 50
    addressbook:MultiProcess:ProcessCount = 0
    addressbook:EnableProxyPrincipals = yes
    addressbook:Authentication:Digest:Algorithm = "md5"
    addressbook:Authentication:Digest:Enabled = yes
    addressbook:Authentication:Digest:Qop = ""
    addressbook:Authentication:Kerberos:ServicePrincipal = ""
    addressbook:Authentication:Kerberos:Enabled = yes
    addressbook:Authentication:Wiki:UseSSL = no
    addressbook:Authentication:Wiki:Enabled = yes
    addressbook:Authentication:Wiki:Hostname = "127.0.0.1"
    addressbook:Authentication:Basic:Enabled = no
    addressbook:ErrorLogFile = "error.log"
    addressbook:EnableMonolithicCalendars = yes
    addressbook:DefaultLogLevel = "debug"
    addressbook:MaxAttendeesPerInstance = 100
    addressbook:SSLCertificate = "/etc/certificates"
    addressbook:ReadPrincipals = _empty_array
    addressbook:EnableSACLs = yes
    addressbook:RunRoot = "/var/run/caldavd"
    addressbook:DBType = "postgres"
    addressbook:Notifications:CoalesceSeconds = 3
    addressbook:Notifications:Services:XMPPNotifier:CalDAV:SubscriptionURL = ""
    addressbook:Notifications:Services:XMPPNotifier:CalDAV:APSBundleID = ""
    addressbook:Notifications:Services:XMPPNotifier:Host = "XXXXXXX"
    addressbook:Notifications:Services:XMPPNotifier:CardDAV:SubscriptionURL = ""
    addressbook:Notifications:Services:XMPPNotifier:CardDAV:APSBundleID = ""
    addressbook:Notifications:Services:XMPPNotifier:JID = "com.apple.notificationuser@XXXXXXX"
    addressbook:Notifications:Services:XMPPNotifier:Enabled = yes
    addressbook:Notifications:Services:XMPPNotifier:Service = "twistedcaldav.notify.XMPPNotifierService"
    addressbook:Notifications:Services:XMPPNotifier:Password = "dTIHTBENiSyh474d"
    addressbook:Notifications:Services:XMPPNotifier:Port = 5218
    addressbook:Notifications:Services:XMPPNotifier:ServiceAddress = "pubsub.XXXXXXX"
    addressbook:EnableAnonymousReadNav = no
    addressbook:ServerHostName = "XXXXXXX"
    addressbook:DataRoot = "Data"
    addressbook:EnablePrivateEvents = yes
    addressbook:BindAddresses = _empty_array
    addressbook:AdminPrincipals = _empty_array
    addressbook:RedirectHTTPToHTTPS = yes
    addressbook:EnableSearchAddressBook = "true"
    addressbook:EnableCardDAV = yes
    addressbook:DirectoryAddressBook:params:queryPeopleRecords = "true"
    addressbook:DirectoryAddressBook:params:queryUserRecords = "true"
    addressbook:LogRoot = "/var/log/carddavd"
    addressbook:SSLPort = 8443
    addressbook:MaxResourcesPerCollection = 10000
    addressbook:AccessLogFile = "access.log"
    addressbook:RotateAccessLog = yes
    addressbook:OpenDirectoryModule = "calendarserver.platform.darwin.od.opendirectory"
    addressbook:EnableSSL = yes
    addressbook:Scheduling:CalDAV:EmailDomain = ""
    addressbook:Scheduling:CalDAV:HTTPDomain = ""
    addressbook:Scheduling:CalDAV:AddressPatterns = _empty_array
    addressbook:Scheduling:iMIP:Sending:Server = "localhost"
    addressbook:Scheduling:iMIP:Sending:UseSSL = yes
    addressbook:Scheduling:iMIP:Sending:Username = "com.apple.calendarserver"
    addressbook:Scheduling:iMIP:Sending:Address = "com.apple.calendarserver@(null)"
    addressbook:Scheduling:iMIP:Sending:Password = "4RazhBErJSmID5UO"
    addressbook:Scheduling:iMIP:Sending:Port = 587
    addressbook:Scheduling:iMIP:Enabled = no
    addressbook:Scheduling:iMIP:MailGatewayPort = 62310
    addressbook:Scheduling:iMIP:Receiving:Server = "localhost"
    addressbook:Scheduling:iMIP:Receiving:UseSSL = yes
    addressbook:Scheduling:iMIP:Receiving:Username = "com.apple.calendarserver"
    addressbook:Scheduling:iMIP:Receiving:PollingSeconds = 30
    addressbook:Scheduling:iMIP:Receiving:Type = "imap"
    addressbook:Scheduling:iMIP:Receiving:Password = "4RazhBErJSmID5UO"
    addressbook:Scheduling:iMIP:Receiving:Port = 993
    addressbook:Scheduling:iMIP:AddressPatterns:_array_index:0 = "mailto:.*"
    addressbook:Scheduling:iMIP:MailGatewayServer = "localhost"
    addressbook:Scheduling:iSchedule:Enabled = no
    addressbook:Scheduling:iSchedule:Servers = "servertoserver.xml"
    addressbook:Scheduling:iSchedule:AddressPatterns = _empty_array
    2011-07-29 01:30:26+0100 [-] [caldav-0]  [-] Unhandled Error
    2011-07-29 01:30:26+0100 [-] [caldav-0]         Traceback (most recent call last):
    2011-07-29 01:30:26+0100 [-] [caldav-0]           File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/log.py", line 69, in callWithContext
    2011-07-29 01:30:26+0100 [-] [caldav-0]             return context.call({ILogContext: newCtx}, func, *args, **kw)
    2011-07-29 01:30:26+0100 [-] [caldav-0]           File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 118, in callWithContext
    2011-07-29 01:30:26+0100 [-] [caldav-0]             return self.currentContext().callWithContext(ctx, func, *args, **kw)
    2011-07-29 01:30:26+0100 [-] [caldav-0]           File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 81, in callWithContext
    2011-07-29 01:30:26+0100 [-] [caldav-0]             return func(*args,**kw)
    2011-07-29 01:30:26+0100 [-] [caldav-0]           File "/usr/share/caldavd/lib/python/twext/internet/kqreactor.py", line 206, in _doWriteOrRead
    2011-07-29 01:30:26+0100 [-] [caldav-0]             why = selectable.doRead()
    2011-07-29 01:30:26+0100 [-] [caldav-0]         --- <exception caught here> ---
    2011-07-29 01:30:26+0100 [-] [caldav-0]           File "/usr/share/caldavd/lib/python/twext/internet/sendfdport.py", line 286, in doRead
    2011-07-29 01:30:26+0100 [-] [caldav-0]             transport = self.transportFactory(skt, description, protocol)
    2011-07-29 01:30:26+0100 [-] [caldav-0]           File "/usr/share/caldavd/lib/python/twext/web2/metafd.py", line 104, in createTransport
    2011-07-29 01:30:26+0100 [-] [caldav-0]             transport.startTLS(self.contextFactory)
    2011-07-29 01:30:26+0100 [-] [caldav-0]           File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/tcp.py", line 771, in startTLS
    2011-07-29 01:30:26+0100 [-] [caldav-0]             if Connection.startTLS(self, ctx, server):
    2011-07-29 01:30:26+0100 [-] [caldav-0]           File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/tcp.py", line 402, in startTLS
    2011-07-29 01:30:26+0100 [-] [caldav-0]             self.socket = SSL.Connection(ctx.getContext(), self.socket)
    2011-07-29 01:30:26+0100 [-] [caldav-0]         exceptions.AttributeError: 'NoneType' object has no attribute 'getContext'
    2011-07-29 01:30:26+0100 [-] [caldav-0]        
    2011-07-29 01:30:49+0100 [-] [calendarserver.accesslog#debug] rotateGlobalHitHistoryStats: [{'hits': 0, 'time': 1311897349}, {'hits': 0, 'time': 1311897349}, {'hits': 0, 'time': 1311897349}, {'hits': 0, 'time': 1311897349}, {'hits': 0, 'time': 1311897349}, {'hits': 0, 'time': 1311897349}, {'hits': 0, 'time': 1311897649}, {'hits': 0, 'time': 1311897949}, {'hits': 0, 'time': 1311898249}, {'hits': 0, 'time': 1311898549}, {'hits': 0, 'time': 1311898849}, {'hits': 0, 'time': 1311899149}, {'hits': 0, 'time': 1311899449}]
    2011-07-29 01:31:51+0100 [-] [notifications] 2011-07-29 01:31:51+0100 [-] [twistedcaldav.notify.XMPPNotificationFactory#debug] SEND: <presence/>
    2011-07-29 01:33:51+0100 [-] [notifications] 2011-07-29 01:33:51+0100 [-] [twistedcaldav.notify.XMPPNotificationFactory#debug] SEND: <presence/>

    Does my addressbook (MAC OS 10.7.4) need service? The search function does not respond.
    Looking for help.
    Gunther

  • After Installing SAP netweaver abap 7.01 (Message server unreachable)

    Hi every one ,
    it was a very long night and still continues
    It's my first time to install SAP netweaver abap 7.01  .. I'm using Operating System : Vista service Pack 1 .. i installed the NetWeaver Abap 7.01 and when the install shield finished he asked me to run the server ..when i clicked " ok " the install shield couldn't run the server and told me to see the log file .. and here is the log file :
    <
    (Dec 23, 2008 7:54:39 PM), Install, com.sap.installshield.CheckServicesAction, err, CheckServicesAction(bean17): Expected service (SAPNSP_00) is not currently running
    (Dec 23, 2008 7:54:39 PM), Install, com.sap.installshield.CheckServicesAction, wrn, CheckServicesAction(bean17): Service SAPNSP_00 is not available, retry after 10 s.
    (Dec 23, 2008 7:54:49 PM), Install, com.sap.installshield.CheckServicesAction, err, CheckServicesAction(bean17): Expected service (SAPNSP_00) is not currently running
    (Dec 23, 2008 7:54:49 PM), Install, com.sap.installshield.CheckServicesAction, wrn, CheckServicesAction(bean17): Service SAPNSP_00 is not available, retry after 10 s.
    (Dec 23, 2008 7:54:59 PM), Install, com.sap.installshield.CheckServicesAction, err, CheckServicesAction(bean17): Expected service (SAPNSP_00) is not currently running
    (Dec 23, 2008 7:54:59 PM), Install, com.sap.installshield.CheckServicesAction, wrn, CheckServicesAction(bean17): Service SAPNSP_00 is not available, retry after 10 s.
    (Dec 23, 2008 7:55:09 PM), Install, com.sap.installshield.CheckServicesAction, err, CheckServicesAction(bean17): Expected service (SAPNSP_00) is not currently running
    (Dec 23, 2008 7:55:09 PM), Install, com.sap.installshield.CheckServicesAction, wrn, CheckServicesAction(bean17): Service SAPNSP_00 is not available, retry after 10 s.
    (Dec 23, 2008 7:55:19 PM), Install, com.sap.installshield.CheckServicesAction, err, CheckServicesAction(bean17): Expected service (SAPNSP_00) is not currently running
    (Dec 23, 2008 7:55:19 PM), Install, com.sap.installshield.CheckServicesAction, wrn, CheckServicesAction(bean17): Service SAPNSP_00 is not available, retry after 10 s.
    (Dec 23, 2008 7:55:29 PM), Install, com.sap.installshield.CheckServicesAction, err, CheckServicesAction(bean17): Expected service (SAPNSP_00) is not currently running
    (Dec 23, 2008 7:55:29 PM), Install, com.sap.installshield.CheckServicesAction, wrn, CheckServicesAction(bean17): Service SAPNSP_00 is not available, retry after 10 s.
    (Dec 23, 2008 7:55:40 PM), Install, com.sap.installshield.CheckServicesAction, err, An error occurred and product installation failed.  Look at the log file F:\SAP\NSP\log.txt for details.
    (Dec 23, 2008 7:55:40 PM), Install, com.sap.installshield.CheckServicesAction, err, ProductException: (error code = 601; message="Services failed to start (see the log for details)")
    STACK_TRACE: 12
    ProductException: (error code = 601; message="Services failed to start (see the log for details)")
         at com.sap.installshield.CheckServicesAction.install(CheckServicesAction.java:95)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
         at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    (Dec 23, 2008 7:55:41 PM), Install, com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct, err, An error occurred and product uninstallation failed.  Look at the log file F:\SAP\NSP\log.txt for details.
    (Dec 23, 2008 7:55:41 PM), Install, com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles, err, ProductException: (error code = 200; message="Java error"; exception = [java.lang.Exception])
    STACK_TRACE: 15
    ProductException: (error code = 200; message="Java error"; exception = [java.lang.Exception])
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.execute(StepWrapperInstallFiles.java:254)
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.executeAllSteps(StepWrapperInstallFiles.java:224)
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.executeAllUninstallationSteps(StepWrapperInstallFiles.java:192)
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.uninstall(StepWrapperInstallFiles.java:313)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.uninstallProductAction(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.processActionsFailed(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
         at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    >
    And here is my Services file :
    <
    Copyright (c) 1993-2004 Microsoft Corp.
    This file contains port numbers for well-known services defined by IANA
    Format:
    <service name>  <port number>/<protocol>  [aliases...]   [#<comment>]
    echo                7/tcp
    echo                7/udp
    discard             9/tcp    sink null
    discard             9/udp    sink null
    systat             11/tcp    users                  #Active users
    systat             11/udp    users                  #Active users
    daytime            13/tcp
    daytime            13/udp
    qotd               17/tcp    quote                  #Quote of the day
    qotd               17/udp    quote                  #Quote of the day
    chargen            19/tcp    ttytst source          #Character generator
    chargen            19/udp    ttytst source          #Character generator
    ftp-data           20/tcp                           #FTP, data
    ftp                21/tcp                           #FTP. control
    ssh                22/tcp                           #SSH Remote Login Protocol
    telnet             23/tcp
    smtp               25/tcp    mail                   #Simple Mail Transfer Protocol
    time               37/tcp    timserver
    time               37/udp    timserver
    rlp                39/udp    resource               #Resource Location Protocol
    nameserver         42/tcp    name                   #Host Name Server
    nameserver         42/udp    name                   #Host Name Server
    nicname            43/tcp    whois
    domain             53/tcp                           #Domain Name Server
    domain             53/udp                           #Domain Name Server
    bootps             67/udp    dhcps                  #Bootstrap Protocol Server
    bootpc             68/udp    dhcpc                  #Bootstrap Protocol Client
    tftp               69/udp                           #Trivial File Transfer
    gopher             70/tcp
    finger             79/tcp
    http               80/tcp    www www-http           #World Wide Web
    hosts2-ns          81/tcp                           #HOSTS2 Name Server
    hosts2-ns          81/udp                           #HOSTS2 Name Server
    kerberos           88/tcp    krb5 kerberos-sec      #Kerberos
    kerberos           88/udp    krb5 kerberos-sec      #Kerberos
    hostname          101/tcp    hostnames              #NIC Host Name Server
    iso-tsap          102/tcp                           #ISO-TSAP Class 0
    rtelnet           107/tcp                           #Remote Telnet Service
    pop2              109/tcp    postoffice             #Post Office Protocol - Version 2
    pop3              110/tcp                           #Post Office Protocol - Version 3
    sunrpc            111/tcp    rpcbind portmap        #SUN Remote Procedure Call
    sunrpc            111/udp    rpcbind portmap        #SUN Remote Procedure Call
    auth              113/tcp    ident tap              #Identification Protocol
    uucp-path         117/tcp
    sqlserv           118/tcp                           #SQL Services
    nntp              119/tcp    usenet                 #Network News Transfer Protocol
    ntp               123/udp                           #Network Time Protocol
    epmap             135/tcp    loc-srv                #DCE endpoint resolution
    epmap             135/udp    loc-srv                #DCE endpoint resolution
    netbios-ns        137/tcp    nbname                 #NETBIOS Name Service
    netbios-ns        137/udp    nbname                 #NETBIOS Name Service
    netbios-dgm       138/udp    nbdatagram             #NETBIOS Datagram Service
    netbios-ssn       139/tcp    nbsession              #NETBIOS Session Service
    imap              143/tcp    imap4                  #Internet Message Access Protocol
    sql-net           150/tcp
    sqlsrv            156/tcp
    pcmail-srv        158/tcp                           #PCMail Server
    snmp              161/udp                           #SNMP
    snmptrap          162/udp    snmp-trap              #SNMP trap
    print-srv         170/tcp                           #Network PostScript
    bgp               179/tcp                           #Border Gateway Protocol
    irc               194/tcp                           #Internet Relay Chat Protocol       
    ipx               213/udp                           #IPX over IP
    rtsps             322/tcp
    rtsps             322/udp
    mftp              349/tcp
    mftp              349/udp
    ldap              389/tcp                           #Lightweight Directory Access Protocol
    https             443/tcp    MCom                   #HTTP over TLS/SSL
    https             443/udp    MCom                   #HTTP over TLS/SSL
    microsoft-ds      445/tcp
    microsoft-ds      445/udp
    kpasswd           464/tcp                           # Kerberos (v5)
    kpasswd           464/udp                           # Kerberos (v5)
    isakmp            500/udp    ike                    #Internet Key Exchange
    crs               507/tcp                           #Content Replication System
    crs               507/udp                           #Content Replication System
    exec              512/tcp                           #Remote Process Execution
    biff              512/udp    comsat
    login             513/tcp                           #Remote Login
    who               513/udp    whod
    cmd               514/tcp    shell
    syslog            514/udp
    printer           515/tcp    spooler
    talk              517/udp
    ntalk             518/udp
    efs               520/tcp                           #Extended File Name Server
    router            520/udp    route routed
    ulp               522/tcp   
    ulp               522/udp   
    timed             525/udp    timeserver
    tempo             526/tcp    newdate
    irc-serv          529/tcp
    irc-serv          529/udp
    courier           530/tcp    rpc
    conference        531/tcp    chat
    netnews           532/tcp    readnews
    netwall           533/udp                           #For emergency broadcasts
    uucp              540/tcp    uucpd
    klogin            543/tcp                           #Kerberos login
    kshell            544/tcp    krcmd                  #Kerberos remote shell
    dhcpv6-client     546/tcp                           #DHCPv6 Client
    dhcpv6-client     546/udp                           #DHCPv6 Client
    dhcpv6-server     547/tcp                           #DHCPv6 Server
    dhcpv6-server     547/udp                           #DHCPv6 Server
    afpovertcp        548/tcp                           #AFP over TCP
    afpovertcp        548/udp                           #AFP over TCP
    new-rwho          550/udp    new-who
    rtsp              554/tcp                           #Real Time Stream Control Protocol
    rtsp              554/udp                           #Real Time Stream Control Protocol
    remotefs          556/tcp    rfs rfs_server
    rmonitor          560/udp    rmonitord
    monitor           561/udp
    nntps             563/tcp    snntp                  #NNTP over TLS/SSL
    nntps             563/udp    snntp                  #NNTP over TLS/SSL
    whoami            565/tcp
    whoami            565/udp
    ms-shuttle        568/tcp                           #Microsoft shuttle
    ms-shuttle        568/udp                           #Microsoft shuttle
    ms-rome           569/tcp                           #Microsoft rome
    ms-rome           569/udp                           #Microsoft rome
    http-rpc-epmap    593/tcp                           #HTTP RPC Ep Map
    http-rpc-epmap    593/udp                           #HTTP RPC Ep Map
    hmmp-ind          612/tcp                           #HMMP Indication
    hmmp-ind          612/udp                           #HMMP Indication
    hmmp-op           613/tcp                           #HMMP Operation
    hmmp-op           613/udp                           #HMMP Operation
    ldaps             636/tcp    sldap                  #LDAP over TLS/SSL
    doom              666/tcp                           #Doom Id Software
    doom              666/udp                           #Doom Id Software
    msexch-routing    691/tcp                           #MS Exchange Routing
    msexch-routing    691/udp                           #MS Exchange Routing
    kerberos-adm      749/tcp                           #Kerberos administration
    kerberos-adm      749/udp                           #Kerberos administration
    kerberos-iv       750/udp                           #Kerberos version IV
    mdbs_daemon       800/tcp
    mdbs_daemon       800/udp
    ftps-data         989/tcp                           #FTP data, over TLS/SSL
    ftps              990/tcp                           #FTP control, over TLS/SSL
    telnets           992/tcp                           #Telnet protocol over TLS/SSL
    imaps             993/tcp                           #IMAP4 protocol over TLS/SSL
    ircs              994/tcp                           #IRC protocol over TLS/SSL
    pop3s             995/tcp    spop3                  #pop3 protocol over TLS/SSL (was spop3)
    pop3s             995/udp    spop3                  #pop3 protocol over TLS/SSL (was spop3)
    kpop             1109/tcp                           #Kerberos POP
    nfsd-status      1110/tcp                           #Cluster status info
    nfsd-keepalive   1110/udp                           #Client status info
    nfa              1155/tcp                           #Network File Access
    nfa              1155/udp                           #Network File Access
    activesync       1034/tcp                           #ActiveSync Notifications
    phone            1167/udp                           #Conference calling
    opsmgr           1270/tcp                           #Microsoft Operations Manager
    opsmgr           1270/udp                           #Microsoft Operations Manager
    ms-sql-s         1433/tcp                           #Microsoft-SQL-Server
    ms-sql-s         1433/udp                           #Microsoft-SQL-Server
    ms-sql-m         1434/tcp                           #Microsoft-SQL-Monitor
    ms-sql-m         1434/udp                           #Microsoft-SQL-Monitor               
    ms-sna-server    1477/tcp
    ms-sna-server    1477/udp
    ms-sna-base      1478/tcp
    ms-sna-base      1478/udp
    wins             1512/tcp                           #Microsoft Windows Internet Name Service
    wins             1512/udp                           #Microsoft Windows Internet Name Service
    ingreslock       1524/tcp    ingres
    stt              1607/tcp
    stt              1607/udp
    l2tp             1701/udp                           #Layer Two Tunneling Protocol
    pptconference    1711/tcp
    pptconference    1711/udp
    pptp             1723/tcp                           #Point-to-point tunnelling protocol
    msiccp           1731/tcp
    msiccp           1731/udp
    remote-winsock   1745/tcp
    remote-winsock   1745/udp
    ms-streaming     1755/tcp
    ms-streaming     1755/udp
    msmq             1801/tcp                           #Microsoft Message Queue
    msmq             1801/udp                           #Microsoft Message Queue
    radius           1812/udp                           #RADIUS authentication protocol
    radacct          1813/udp                           #RADIUS accounting protocol
    msnp             1863/tcp
    msnp             1863/udp
    ssdp             1900/tcp
    ssdp             1900/udp
    close-combat     1944/tcp
    close-combat     1944/udp
    nfsd             2049/udp    nfs                    #NFS server
    knetd            2053/tcp                           #Kerberos de-multiplexor
    mzap             2106/tcp                           #Multicast-Scope Zone Announcement Protocol
    mzap             2106/udp                           #Multicast-Scope Zone Announcement Protocol
    qwave            2177/tcp                           #QWAVE
    qwave            2177/udp                           #QWAVE Experiment Port
    directplay       2234/tcp                           #DirectPlay
    directplay       2234/udp                           #DirectPlay
    ms-olap3         2382/tcp                           #Microsoft OLAP 3
    ms-olap3         2382/udp                           #Microsoft OLAP 3
    ms-olap4         2383/tcp                           #Microsoft OLAP 4
    ms-olap4         2383/udp                           #Microsoft OLAP 4
    ms-olap1         2393/tcp                           #Microsoft OLAP 1
    ms-olap1         2393/udp                           #Microsoft OLAP 1
    ms-olap2         2394/tcp                           #Microsoft OLAP 2
    ms-olap2         2394/udp                           #Microsoft OLAP 2
    ms-theater       2460/tcp
    ms-theater       2460/udp
    wlbs             2504/tcp                           #Microsoft Windows Load Balancing Server
    wlbs             2504/udp                           #Microsoft Windows Load Balancing Server
    ms-v-worlds      2525/tcp                           #Microsoft V-Worlds
    ms-v-worlds      2525/udp                           #Microsoft V-Worlds
    sms-rcinfo       2701/tcp                           #SMS RCINFO
    sms-rcinfo       2701/udp                           #SMS RCINFO
    sms-xfer         2702/tcp                           #SMS XFER
    sms-xfer         2702/udp                           #SMS XFER
    sms-chat         2703/tcp                           #SMS CHAT
    sms-chat         2703/udp                           #SMS CHAT
    sms-remctrl      2704/tcp                           #SMS REMCTRL
    sms-remctrl      2704/udp                           #SMS REMCTRL
    msolap-ptp2      2725/tcp                           #MSOLAP PTP2
    msolap-ptp2      2725/udp                           #MSOLAP PTP2
    icslap           2869/tcp
    icslap           2869/udp
    cifs             3020/tcp
    cifs             3020/udp
    xbox             3074/tcp                           #Microsoft Xbox game port
    xbox             3074/udp                           #Microsoft Xbox game port
    ms-dotnetster    3126/tcp                           #Microsoft .NET ster port
    ms-dotnetster    3126/udp                           #Microsoft .NET ster port
    ms-rule-engine   3132/tcp                           #Microsoft Business Rule Engine Update Service
    ms-rule-engine   3132/udp                           #Microsoft Business Rule Engine Update Service
    msft-gc          3268/tcp                           #Microsoft Global Catalog
    msft-gc          3268/udp                           #Microsoft Global Catalog
    msft-gc-ssl      3269/tcp                           #Microsoft Global Catalog with LDAP/SSL
    msft-gc-ssl      3269/udp                           #Microsoft Global Catalog with LDAP/SSL
    ms-cluster-net   3343/tcp                           #Microsoft Cluster Net
    ms-cluster-net   3343/udp                           #Microsoft Cluster Net
    ms-wbt-server    3389/tcp                           #MS WBT Server
    ms-wbt-server    3389/udp                           #MS WBT Server
    ms-la            3535/tcp                           #Microsoft Class Server
    ms-la            3535/udp                           #Microsoft Class Server
    pnrp-port        3540/tcp                           #PNRP User Port
    pnrp-port        3540/udp                           #PNRP User Port
    teredo           3544/tcp                           #Teredo Port
    teredo           3544/udp                           #Teredo Port
    p2pgroup         3587/tcp                           #Peer to Peer Grouping
    p2pgroup         3587/udp                           #Peer to Peer Grouping
    upnp-discovery   3702/tcp                           #UPNP v2 Discovery
    dvcprov-port     3776/tcp                           #Device Provisioning Port
    dvcprov-port     3776/udp                           #Device Provisioning Port
    msfw-control     3847/tcp                           #Microsoft Firewall Control
    msdts1           3882/tcp                           #DTS Service Port
    sdp-portmapper   3935/tcp                           #SDP Port Mapper Protocol
    sdp-portmapper   3935/udp                           #SDP Port Mapper Protocol
    net-device       4350/tcp                           #Net Device
    net-device       4350/udp                           #Net Device
    ipsec-msft       4500/tcp                           #Microsoft IPsec NAT-T
    ipsec-msft       4500/udp                           #Microsoft IPsec NAT-T
    llmnr            5355/tcp                           #LLMNR
    llmnr            5355/udp                           #LLMNR
    rrac             5678/tcp                           #Remote Replication Agent Connection
    rrac             5678/udp                           #Remote Replication Agent Connection
    dccm             5679/tcp                           #Direct Cable Connect Manager
    dccm             5679/udp                           #Direct Cable Connect Manager
    ms-licensing     5720/tcp                           #Microsoft Licensing
    ms-licensing     5720/udp                           #Microsoft Licensing
    directplay8      6073/tcp                           #DirectPlay8
    directplay8      6073/udp                           #DirectPlay8
    man              9535/tcp                           #Remote Man Server
    rasadv           9753/tcp
    rasadv           9753/udp
    imip-channels   11320/tcp                           #IMIP Channels Port
    imip-channels   11320/udp                           #IMIP Channels Port
    directplaysrvr  47624/tcp                           #Direct Play Server
    directplaysrvr  47624/udp                           #Direct Play Server
    sql6          7210/tcp
    sapdbni72          7269/tcp
    Copyright (c) 1993-2004 Microsoft Corp.
    This file contains port numbers for well-known services defined by IANA
    Format:
    <service name>  <port number>/<protocol>  [aliases...]   [#<comment>]
    echo                7/tcp
    echo                7/udp
    discard             9/tcp    sink null
    discard             9/udp    sink null
    systat             11/tcp    users                  #Active users
    systat             11/udp    users                  #Active users
    daytime            13/tcp
    daytime            13/udp
    qotd               17/tcp    quote                  #Quote of the day
    qotd               17/udp    quote                  #Quote of the day
    chargen            19/tcp    ttytst source          #Character generator
    chargen            19/udp    ttytst source          #Character generator
    ftp-data           20/tcp                           #FTP, data
    ftp                21/tcp                           #FTP. control
    ssh                22/tcp                           #SSH Remote Login Protocol
    telnet             23/tcp
    smtp               25/tcp    mail                   #Simple Mail Transfer Protocol
    time               37/tcp    timserver
    time               37/udp    timserver
    rlp                39/udp    resource               #Resource Location Protocol
    nameserver         42/tcp    name                   #Host Name Server
    nameserver         42/udp    name                   #Host Name Server
    nicname            43/tcp    whois
    domain             53/tcp                           #Domain Name Server
    domain             53/udp                           #Domain Name Server
    bootps             67/udp    dhcps                  #Bootstrap Protocol Server
    bootpc             68/udp    dhcpc                  #Bootstrap Protocol Client
    tftp               69/udp                           #Trivial File Transfer
    gopher             70/tcp
    finger             79/tcp
    http               80/tcp    www www-http           #World Wide Web
    hosts2-ns          81/tcp                           #HOSTS2 Name Server
    hosts2-ns          81/udp                           #HOSTS2 Name Server
    kerberos           88/tcp    krb5 kerberos-sec      #Kerberos
    kerberos           88/udp    krb5 kerberos-sec      #Kerberos
    hostname          101/tcp    hostnames              #NIC Host Name Server
    iso-tsap          102/tcp                           #ISO-TSAP Class 0
    rtelnet           107/tcp                           #Remote Telnet Service
    pop2              109/tcp    postoffice             #Post Office Protocol - Version 2
    pop3              110/tcp                           #Post Office Protocol - Version 3
    sunrpc            111/tcp    rpcbind portmap        #SUN Remote Procedure Call
    sunrpc            111/udp    rpcbind portmap        #SUN Remote Procedure Call
    auth              113/tcp    ident tap              #Identification Protocol
    uucp-path         117/tcp
    sqlserv           118/tcp                           #SQL Services
    nntp              119/tcp    usenet                 #Network News Transfer Protocol
    ntp               123/udp                           #Network Time Protocol
    epmap             135/tcp    loc-srv                #DCE endpoint resolution
    epmap             135/udp    loc-srv                #DCE endpoint resolution
    netbios-ns        137/tcp    nbname                 #NETBIOS Name Service
    netbios-ns        137/udp    nbname                 #NETBIOS Name Service
    netbios-dgm       138/udp    nbdatagram             #NETBIOS Datagram Service
    netbios-ssn       139/tcp    nbsession              #NETBIOS Session Service
    imap              143/tcp    imap4                  #Internet Message Access Protocol
    sql-net           150/tcp
    sqlsrv            156/tcp
    pcmail-srv        158/tcp                           #PCMail Server
    snmp              161/udp                           #SNMP
    snmptrap          162/udp    snmp-trap              #SNMP trap
    print-srv         170/tcp                           #Network PostScript
    bgp               179/tcp                           #Border Gateway Protocol
    irc               194/tcp                           #Internet Relay Chat Protocol       
    ipx               213/udp                           #IPX over IP
    rtsps             322/tcp
    rtsps             322/udp
    mftp              349/tcp
    mftp              349/udp
    ldap              389/tcp                           #Lightweight Directory Access Protocol
    https             443/tcp    MCom                   #HTTP over TLS/SSL
    https             443/udp    MCom                   #HTTP over TLS/SSL
    microsoft-ds      445/tcp
    microsoft-ds      445/udp
    kpasswd           464/tcp                           # Kerberos (v5)
    kpasswd           464/udp                           # Kerberos (v5)
    isakmp            500/udp    ike                    #Internet Key Exchange
    crs               507/tcp                           #Content Replication System
    crs               507/udp                           #Content Replication System
    exec              512/tcp                           #Remote Process Execution
    biff              512/udp    comsat
    login             513/tcp                           #Remote Login
    who               513/udp    whod
    cmd               514/tcp    shell
    syslog            514/udp
    printer           515/tcp    spooler
    talk              517/udp
    ntalk             518/udp
    efs               520/tcp                           #Extended File Name Server
    router            520/udp    route routed
    ulp               522/tcp   
    ulp               522/udp   
    timed             525/udp    timeserver
    tempo             526/tcp    newdate
    irc-serv          529/tcp
    irc-serv          529/udp
    courier           530/tcp    rpc
    conference        531/tcp    chat
    netnews           532/tcp    readnews
    netwall           533/udp                           #For emergency broadcasts
    uucp              540/tcp    uucpd
    klogin            543/tcp                           #Kerberos login
    kshell            544/tcp    krcmd                  #Kerberos remote shell
    dhcpv6-client     546/tcp                           #DHCPv6 Client
    dhcpv6-client     546/udp                           #DHCPv6 Client
    dhcpv6-server     547/tcp                           #DHCPv6 Server
    dhcpv6-server     547/udp                           #DHCPv6 Server
    afpovertcp        548/tcp                           #AFP over TCP
    afpovertcp        548/udp                           #AFP over TCP
    new-rwho          550/udp    new-who
    rtsp              554/tcp                           #Real Time Stream Control Protocol
    rtsp              554/udp                           #Real Time Stream Control Protocol
    remotefs          556/tcp    rfs rfs_server
    rmonitor          560/udp    rmonitord
    monitor           561/udp
    nntps             563/tcp    snntp                  #NNTP over TLS/SSL
    nntps             563/udp    snntp                  #NNTP over TLS/SSL
    whoami            565/tcp
    whoami            565/udp
    ms-shuttle        568/tcp                           #Microsoft shuttle
    ms-shuttle        568/udp                           #Microsoft shuttle
    ms-rome           569/tcp                           #Microsoft rome
    ms-rome           569/udp                           #Microsoft rome
    http-rpc-epmap    593/tcp                           #HTTP RPC Ep Map
    http-rpc-epmap    593/udp                           #HTTP RPC Ep Map
    hmmp-ind          612/tcp                           #HMMP Indication
    hmmp-ind          612/udp                           #HMMP Indication
    hmmp-op           613/tcp                           #HMMP Operation
    hmmp-op           613/udp                           #HMMP Operation
    ldaps             636/tcp    sldap                  #LDAP over TLS/SSL
    doom              666/tcp                           #Doom Id Software
    doom              666/udp                           #Doom Id Software
    msexch-routing    691/tcp                           #MS Exchange Routing
    msexch-routing    691/udp                           #MS Exchange Routing
    kerberos-adm      749/tcp                           #Kerberos administration
    kerberos-adm      749/udp                           #Kerberos administration
    kerberos-iv       750/udp                           #Kerberos version IV
    mdbs_daemon       800/tcp
    mdbs_daemon       800/udp
    ftps-data         989/tcp                           #FTP data, over TLS/SSL
    ftps              990/tcp                           #FTP control, over TLS/SSL
    telnets           992/tcp                           #Telnet protocol over TLS/SSL
    imaps             993/tcp                           #IMAP4 protocol over TLS/SSL
    ircs              994/tcp                           #IRC protocol over TLS/SSL
    pop3s             995/tcp    spop3                  #pop3 protocol over TLS/SSL (was spop3)
    pop3s             995/udp    spop3                  #pop3 protocol over TLS/SSL (was spop3)
    kpop             1109/tcp                           #Kerberos POP
    nfsd-status      1110/tcp                           #Cluster status info
    nfsd-keepalive   1110/udp                           #Client status info
    nfa              1155/tcp                           #Network File Access
    nfa              1155/udp                           #Network File Access
    activesync       1034/tcp                           #ActiveSync Notifications
    phone            1167/udp                           #Conference calling
    opsmgr           1270/tcp                           #Microsoft Operations Manager
    opsmgr           1270/udp                           #Microsoft Operations Manager
    ms-sql-s         1433/tcp                           #Microsoft-SQL-Server
    ms-sql-s         1433/udp                           #Microsoft-SQL-Server
    ms-sql-m         1434/tcp                           #Microsoft-SQL-Monitor
    ms-sql-m         1434/udp                           #Microsoft-SQL-Monitor               
    ms-sna-server    1477/tcp
    ms-sna-server    1477/udp
    ms-sna-base      1478/tcp
    ms-sna-base      1478/udp
    wins             1512/tcp                           #Microsoft Windows Internet Name Service
    wins             1512/udp                           #Microsoft Windows Internet Name Service
    ingreslock       1524/tcp    ingres
    stt              1607/tcp
    stt              1607/udp
    l2tp             1701/udp                           #Layer Two Tunneling Protocol
    pptconference    1711/tcp
    pptconference    1711/udp
    pptp             1723/tcp                           #Point-to-point tunnelling protocol
    msiccp           1731/tcp
    msiccp           1731/udp
    remote-winsock   1745/tcp
    remote-winsock   1745/udp
    ms-streaming     1755/tcp
    ms-streaming     1755/udp
    msmq             1801/tcp                           #Microsoft Message Queue
    msmq             1801/udp                           #Microsoft Message Queue
    radius           1812/udp                           #RADIUS authentication protocol
    radacct          1813/udp                           #RADIUS accounting protocol
    msnp             1863/tcp
    msnp             1863/udp
    ssdp             1900/tcp
    ssdp             1900/udp
    close-combat     1944/tcp
    close-combat     1944/udp
    nfsd             2049/udp    nfs                    #NFS server
    knetd            2053/tcp                           #Kerberos de-multiplexor
    mzap             2106/tcp                           #Multicast-Scope Zone Announcement Protocol
    mzap             2106/udp                           #Multicast-Scope Zone Announcement Protocol
    qwave            2177/tcp                           #QWAVE
    qwave            2177/udp                           #QWAVE Experiment Port
    directplay       2234/tcp                           #DirectPlay
    directplay       2234/udp                           #DirectPlay
    ms-olap3         2382/tcp                           #Microsoft OLAP 3
    ms-olap3         2382/udp                           #Microsoft OLAP 3
    ms-olap4         2383/tcp                           #Microsoft OLAP 4
    ms-olap4         2383/udp                           #Microsoft OLAP 4
    ms-olap1         2393/tcp                           #Microsoft OLAP 1
    ms-olap1         2393/udp                           #Microsoft OLAP 1
    ms-olap2         2394/tcp                           #Microsoft OLAP 2
    ms-olap2         2394/udp                           #Microsoft OLAP 2
    ms-theater       2460/tcp
    ms-theater       2460/udp
    wlbs             2504/tcp                           #Microsoft Windows Load Balancing Server
    wlbs             2504/udp                           #Microsoft Windows Load Balancing Server
    ms-v-worlds      2525/tcp                           #Microsoft V-Worlds
    ms-v-worlds      2525/udp                           #Microsoft V-Worlds
    sms-rcinfo       2701/tcp                           #SMS RCINFO
    sms-rcinfo       2701/udp                           #SMS RCINFO
    sms-xfer         2702/tcp                           #SMS XFER
    sms-xfer         2702/udp                           #SMS XFER
    sms-chat         2703/tcp                           #SMS CHAT
    sms-chat         2703/udp                           #SMS CHAT
    sms-remctrl      2704/tcp                           #SMS REMCTRL
    sms-remctrl      2704/udp                           #SMS REMCTRL
    msolap-ptp2      2725/tcp                           #MSOLAP PTP2
    msolap-ptp2      2725/udp                           #MSOLAP PTP2
    icslap           2869/tcp
    icslap           2869/udp
    cifs             3020/tcp
    cifs             3020/udp
    xbox             3074/tcp                           #Microsoft Xbox game port
    xbox             3074/udp                           #Microsoft Xbox game port
    ms-dotnetster    3126/tcp                           #Microsoft .NET ster port
    ms-dotnetster    3126/udp                           #Microsoft .NET ster port
    ms-rule-engine   3132/tcp                           #Microsoft Business Rule Engine Update Service
    ms-rule-engine   3132/udp                           #Microsoft Business Rule Engine Update Service
    msft-gc          3268/tcp                           #Microsoft Global Catalog
    msft-gc          3268/udp                           #Microsoft Global Catalog
    msft-gc-ssl      3269/tcp                           #Microsoft Global Catalog with LDAP/SSL
    msft-gc-ssl      3269/udp                           #Microsoft Global Catalog with LDAP/SSL
    ms-cluster-net   3343/tcp                           #Microsoft Cluster Net
    ms-cluster-net   3343/udp                           #Microsoft Cluster Net
    ms-wbt-server    3389/tcp                           #MS WBT Server
    ms-wbt-server    3389/udp                           #MS WBT Server
    ms-la            3535/tcp                           #Microsoft Class Server
    ms-la            3535/udp                           #Microsoft Class Server
    pnrp-port        3540/tcp                           #PNRP User Port
    pnrp-port        3540/udp                           #PNRP User Port
    teredo           3544/tcp                           #Teredo Port
    teredo           3544/udp                           #Teredo Port
    p2pgroup         3587/tcp                           #Peer to Peer Grouping
    p2pgroup         3587/udp                           #Peer to Peer Grouping
    upnp-discovery   3702/tcp                           #UPNP v2 Discovery
    dvcprov-port     3776/tcp                           #Device Provisioning Port
    dvcprov-port     3776/udp                           #Device Provisioning Port
    msfw-control     3847/tcp                           #Microsoft Firewall Control
    msdts1           3882/tcp                           #DTS Service Port
    sdp-portmapper   3935/tcp                           #SDP Port Mapper Protocol
    sdp-portmapper   3935/udp                           #SDP Port Mapper Protocol
    net-device       4350/tcp                           #Net Device
    net-device       4350/udp                           #Net Device
    ipsec-msft       4500/tcp                           #Microsoft IPsec NAT-T
    ipsec-msft       4500/udp                           #Microsoft IPsec NAT-T
    llmnr            5355/tcp                           #LLMNR
    llmnr            5355/udp                           #LLMNR
    rrac             5678/tcp                           #Remote Replication Agent Connection
    rrac             5678/udp                           #Remote Replication Agent Connection
    dccm             5679/tcp                           #Direct Cable Connect Manager
    dccm             5679/udp                           #Direct Cable Connect Manager
    ms-licensing     5720/tcp                           #Microsoft Licensing
    ms-licensing     5720/udp                           #Microsoft Licensing
    directplay8      6073/tcp                           #DirectPlay8
    directplay8      6073/udp                           #DirectPlay8
    man              9535/tcp                           #Remote Man Server
    rasadv           9753/tcp
    rasadv           9753/udp
    imip-channels   11320/tcp                           #IMIP Channels Port
    imip-channels   11320/udp                           #IMIP Channels Port
    directplaysrvr  47624/tcp                           #Direct Play Server
    directplaysrvr  47624/udp                           #Direct Play Server
    sql6          7210/tcp
    sapdbni72          7269/tcp
    sapdp00  3200/tcp
    sapdp01  3201/tcp
    sapdp02  3202/tcp
    sapdp03  3203/tcp
    sapdp04  3204/tcp
    sapdp05  3205/tcp
    sapdp06  3206/tcp
    sapdp07  3207/tcp
    sapdp08  3208/tcp
    sapdp09  3209/tcp
    sapdp10  3210/tcp
    sapdp11  3211/tcp
    sapdp12  3212/tcp
    sapdp13  3213/tcp
    sapdp14  3214/tcp
    sapdp15  3215/tcp
    sapdp16  3216/tcp
    sapdp17  3217/tcp
    sapdp18  3218/tcp
    sapdp19  3219/tcp
    sapdp20  3220/tcp
    sapdp21  3221/tcp
    sapdp22  3222/tcp
    sapdp23  3223/tcp
    sapdp24  3224/tcp
    sapdp25  3225/tcp
    sapdp26  3226/tcp
    sapdp27  3227/tcp
    sapdp28  3228/tcp
    sapdp29  3229/tcp
    sapdp30  3230/tcp
    sapdp31  3231/tcp
    sapdp32  3232/tcp
    sapdp33  3233/tcp
    sapdp34  3234/tcp
    sapdp35  3235/tcp
    sapdp36  3236/tcp
    sapdp37  3237/tcp
    sapdp38  3238/tcp
    sapdp39  3239/tcp
    sapdp40  3240/tcp
    sapdp41  3241/tcp
    sapdp42  3242/tcp
    sapdp43  3243/tcp
    sapdp44  3244/tcp
    sapdp45  3245/tcp
    sapdp46  3246/tcp
    sapdp47  3247/tcp
    sapdp48  3248/tcp
    sapdp49  3249/tcp
    sapdp50  3250/tcp
    sapdp51  3251/tcp
    sapdp52  3252/tcp
    sapdp53  3253/tcp
    sapdp54  3254/tcp
    sapdp55  3255/tcp
    sapdp56  3256/tcp
    sapdp57  3257/tcp
    sapdp58  3258/tcp
    sapdp59  3259/tcp
    sapdp60  3260/tcp
    sapdp61  3261/tcp
    sapdp62  3262/tcp
    sapdp63  3263/tcp
    sapdp64  3264/tcp
    sapdp65  3265/tcp
    sapdp66  3266/tcp
    sapdp67  3267/tcp
    sapdp68  3268/tcp
    sapdp69  3269/tcp
    sapdp70  3270/tcp
    sapdp71  3271/tcp
    sapdp72  3272/tcp
    sapdp73  3273/tcp
    sapdp74  3274/tcp
    sapdp75  3275/tcp
    sapdp76  3276/tcp
    sapdp77  3277/tcp
    sapdp78  3278/tcp
    sapdp79  3279/tcp
    sapdp80  3280/tcp
    sapdp81  3281/tcp
    sapdp82  3282/tcp
    sapdp83  3283/tcp
    sapdp84  3284/tcp
    sapdp85  3285/tcp
    sapdp86  3286/tcp
    sapdp87  3287/tcp
    sapdp88  3288/tcp
    sapdp89  3289/tcp
    sapdp90  3290/tcp
    sapdp91  3291/tcp
    sapdp92  3292/tcp
    sapdp93  3293/tcp
    sapdp94  3294/tcp
    sapdp95  3295/tcp
    sapdp96  3296/tcp
    sapdp97  3297/tcp
    sapdp98  3298/tcp
    sapdp99  3299/tcp
    sapgw00  3300/tcp
    sapgw01  3301/tcp
    sapgw02  3302/tcp
    sapgw03  3303/tcp
    sapgw04  3304/tcp
    sapgw05  3305/tcp
    sapgw06  3306/tcp
    sapgw07  3307/tcp
    sapgw08  3308/tcp
    sapgw09  3309/tcp
    sapgw10  3310/tcp
    sapgw11  3311/tcp
    sapgw12  3312/tcp
    sapgw13  3313/tcp
    sapgw14  3314/tcp
    sapgw15  3315/tcp
    sapgw16  3316/tcp
    sapgw17  3317/tcp
    sapgw18  3318/tcp
    sapgw19  3319/tcp
    sapgw20  3320/tcp
    sapgw21  3321/tcp
    sapgw22  3322/tcp
    sapgw23  3323/tcp
    sapgw24  3324/tcp
    sapgw25  3325/tcp
    sapgw26  3326/tcp
    sapgw27  3327/tcp
    sapgw28  3328/tcp
    sapgw29  3329/tcp
    sapgw30  3330/tcp
    sapgw31  3331/tcp
    sapgw32  3332/tcp
    sapgw33  3333/tcp
    sapgw34  3334/tcp
    sapgw35  3335/tcp
    sapgw36  3336/tcp
    sapgw37  3337/tcp
    sapgw38  3338/tcp
    sapgw39  3339/tcp
    sapgw40  3340/tcp
    sapgw41  3341/tcp
    sapgw42  3342/tcp
    sapgw43  3343/tcp
    sapgw44  3344/tcp
    sapgw45  3345/tcp
    sapgw46  3346/tcp
    sapgw47  3347/tcp
    sapgw48  3348/tcp
    sapgw49  3349/tcp
    sapgw50  3350/tcp
    sapgw51  3351/tcp
    sapgw52  3352/tcp
    sapgw53  3353/tcp
    sapgw54  3354/tcp
    sapgw55  3355/tcp
    sapgw56  3356/tcp
    sapgw57  3357/tcp
    sapgw58  3358/tcp
    sapgw59  3359/tcp
    sapgw60  3360/tcp
    sapgw61  3361/tcp
    sapgw62  3362/tcp
    sapgw63  3363/tcp
    sapgw64  3364/tcp
    sapgw65  3365/tcp
    sapgw66  3366/tcp
    sapgw67  3367/tcp
    sapgw68  3368/tcp
    sapgw69  3369/tcp
    sapgw70  3370/tcp
    sapgw71  3371/tcp
    sapgw72  3372/tcp
    sapgw73  3373/tcp
    sapgw74  3374/tcp
    sapgw75  3375/tcp
    sapgw76  3376/tcp
    sapgw77  3377/tcp
    sapgw78  3378/tcp
    sapgw79  3379/tcp
    sapgw80  3380/tcp
    sapgw81  3381/tcp
    sapgw82  3382/tcp

    Hi,
    I had the same problem, but i didn't get any answer in that forum.
    I deinstalled the SAP Software (regard the end of the threat
    https://forums.sdn.sap.com/click.jspa?searchID=22036513&messageID=6625975) and then I installed the software again. Then the system ran and i didn't have any more problems with the message server.
    I didn't installed the MS Loopback Adapter, because i am connected to a network.
    Best regards,
    Günther Klee

  • Calendar Server Email Invitations

    I have Mavericks server set up solely for the calendar. My mail is hosted externally. I set up an [email protected] account on my external mail server specifically for the this calendar server to use. In the server app, I enabled "Enable invitations by email" in the Calendar service and entered the info for my external server.
    When I create an event and invite my internal users, everything works great. If I invite an external user, they never receive an email. I've tried with external mac.com and gmail.com addresses.
    The calendar error log on the server is showing the following. The firewall is off. Any ideas for further troubleshooting this issue?
    2015-04-08 10:42:06-0500 [-] [caldav-4]  [ESMTPSender,client] [txdav.caldav.datastore.scheduling.imip.smtpsender#error] Failed to send IMIP message <[email protected]> from [email protected] to mailto:[email protected] (Reason: Unable to connect to server.)
    2015-04-08 10:42:06-0500 [-] [caldav-4]  [ESMTPSender,client] [txdav.caldav.datastore.scheduling.imip.smtpsender#error] Failed to send IMIP message <[email protected]> from [email protected] to mailto:[email protected] (Reason: Unable to connect to server.)

    I went back and disabled SSL for the external email settings for the Calendar service, and it started sending mail. Not sure why that was an issue.

  • Can not receive emails from any accounts rather than Rogers(my ISP)

    Hi all,
    I have OCS10g installed on RHEL_AS4. Currently I got problem to receive and send emails both inbound and outbound.
    When I send e-mail by either Oracle Web Access Client or Oracle Mail. It went smooth through the sending page. Unfortunately I can not get the e-mails neither from inbound or outbound domains, except [email protected]. Rogers is my current ISP and I am using the TZO dynamicIP service for the OCS server.
    The configuration for smtp_inbound_server are as following. Has anyone known the solution of my problem?
    Thanks,
    smtp_in:115202828832018325
    Mail Collaboration Suite Database:
    Message Intertion Mode: RoundRobin
    Selected Collaboration Suite Database: orcl.myocsdomain.com
    Delivery Collaboration Suite Database:
    Selected Collaboration Suite Database: orcl.myocsdomain.com
    LDAP Connection Pool Parameters:
    Increment:1
    Minimum: 2
    Maximum: 20
    LDAP Time Lag: 500
    LDAP Connection Retry Parameters
    Max Con. Retry Int.: 100000
    Recon. Timeout: 1
    Max. Retry Count: 100
    Threas Parameters
    Timeout: 1860
    Increment: 1
    Min.: 1
    Max.: 500
    DSN Parameters
    Postmaster DSNs: all
    Temp. DSN Int.: 24
    Include Complete Error Message in DSN: True
    Rules and Routing Control Parameters
    Routing Control: Enabled
    Spam Flood Int.: 10
    Spam Max. Flood Count: 10000
    Max # of Receipients Allowed in an Envelop: 100
    Env. and Mess Header Checking: Disable Checks
    Reject Mess. with Diff Auth ID and sender: Do not check
    Enforce Reverse DNS lookup on Client IP: False
    DNS check on Helo/Ehlo domain: False
    DNS Check on Sender Domain: False
    Relay Allowed: False
    Trusted Relay Domain: mail.myocsdomain.com
    External Filter: False
    Trusted Domains:
    mail.myocsdomain.com
    Trusted Sender Domains:
    hotmail.com
    gmail.com
    Trusted Senders:
    *mail.myocsdomain.com
    General Parameters
    Local Domains: mail.myocsdomain.com
    Archive Processing: Disabled
    Presentation Name : ESSMI
    Max. Size of Shell: 1000000
    Max. # of Headers Allowed in a message: 1000
    Max. # of Clients: 1000
    Port: 25
    Checkpoint Int.: 20
    Max. Hop Count: 25
    Max. Message Size: 0
    Message Timeout: 30
    SMTP Queue Timeout: 5 days
    Use Error-To Header to specify the mail addr. for DSN's: true
    Authentication: None
    Submit Only: False
    Process IMIP Messages: False
    SASL Protection: Confidentially
    SASL Authentication Disabled
    Support STARTTLS Command: False
    Allow Clear Tect Logn: True
    Default Domain: mail.myocsdomain.com
    Add Domain to email addr. wit missing domain in envelop: False
    Protocol Banner: server ready. Unauthorized Access...
    Process Log Level: Warning
    Max. Log Size: 5M
    Max. # of Log Files: 10
    .......

    When I check the logfile, I found the error messages like this :
    mtext Delivery to ******@gmail.com failed rcode=1 smtp_err=421
    There is no error message about sending to [email protected], however I couldn't receive any emails I send to myself.
    Thanks for your time in advance.

  • ICal Server Email invitations HTTP post to SMTP server?

    Hello all - We have an iCal server truing to post HTTP to an external SMTP server for email invitations. In the caldav error log:
    2010-02-11 17:42:20-0800 [-] [caldav-8009] [AuthorizedHTTPGetter,client] [twistedcaldav.scheduling.imip#error] Could not do server-to-imip request : <twistedcaldav.scheduling.imip.ScheduleViaIMip object at 0x102cc8590> Connection was closed cleanly.
    2010-02-11 17:42:27-0800 [-] [caldav-8009] [PooledMemCacheProtocol,client] [twistedcaldav.scheduling.imip#error] Could not do server-to-imip request : <twistedcaldav.scheduling.imip.ScheduleViaIMip object at 0x102cba3d0> iMIP VFREEBUSY REQUESTs not supported.
    In the smtp mail.log:
    Feb 11 15:19:17 ml01vm postfix/smtpd[11981]: warning: non-SMTP command from unkn
    own[X.X.X.X]: POST /inbox HTTP/1.0
    Let me know if I can provide more information. I have reset the iCal email invitation /server settings numerous times with no effect.

    Apparently the answer is Google Calendar.

  • ICal Server external Email Invitations Not working for names with umlauts!!

    Hi,
    I was testing external email invitations with iCal Server on Lion Server and encountered that if a Name that can Be resolved via iPhone or mac addressbook or even the sending iCal Account contains an umlaut something like this show up in iCal Server error log:
    2011-09-26 17:01:18+0200 [-] [mailgateway] 2011-09-26 17:01:18+0200 [-] [twext.web2.server#error] [Failure instance: Traceback: <type 'exceptions.UnicodeDecodeError'>: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128)
    2011-09-26 17:01:18+0200 [-] [mailgateway]      /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python /twisted/internet/defer.py:388:errback
    2011-09-26 17:01:18+0200 [-] [mailgateway]      /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python /twisted/internet/defer.py:455:_startRunCallbacks
    2011-09-26 17:01:18+0200 [-] [mailgateway]      /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python /twisted/internet/defer.py:542:_runCallbacks
    2011-09-26 17:01:18+0200 [-] [mailgateway]      /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python /twisted/internet/defer.py:1076:gotResult
    2011-09-26 17:01:18+0200 [-] [mailgateway]      --- <exception caught here> ---
    2011-09-26 17:01:18+0200 [-] [mailgateway]      /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python /twisted/internet/defer.py:1018:_inlineCallbacks
    2011-09-26 17:01:18+0200 [-] [mailgateway]      /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python /twisted/python/failure.py:350:throwExceptionIntoGenerator
    2011-09-26 17:01:18+0200 [-] [mailgateway]      /usr/share/caldavd/lib/python/twistedcaldav/resource.py:310:renderHTTP
    2011-09-26 17:01:18+0200 [-] [mailgateway]      /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python /twisted/internet/defer.py:1018:_inlineCallbacks
    2011-09-26 17:01:18+0200 [-] [mailgateway]      /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python /twisted/python/failure.py:350:throwExceptionIntoGenerator
    2011-09-26 17:01:18+0200 [-] [mailgateway]      /usr/share/caldavd/lib/python/twext/web2/static.py:127:renderHTTP
    2011-09-26 17:01:18+0200 [-] [mailgateway]      /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python /twisted/internet/defer.py:1018:_inlineCallbacks
    2011-09-26 17:01:18+0200 [-] [mailgateway]      /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python /twisted/python/failure.py:350:throwExceptionIntoGenerator
    2011-09-26 17:01:18+0200 [-] [mailgateway]      /usr/share/caldavd/lib/python/twext/web2/resource.py:109:renderHTTP
    2011-09-26 17:01:18+0200 [-] [mailgateway]      /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python /twisted/internet/defer.py:1020:_inlineCallbacks
    2011-09-26 17:01:18+0200 [-] [mailgateway]      /usr/share/caldavd/lib/python/twistedcaldav/mail.py:334:http_POST
    2011-09-26 17:01:18+0200 [-] [mailgateway]      /usr/share/caldavd/lib/python/twistedcaldav/mail.py:958:outbound
    2011-09-26 17:01:18+0200 [-] [mailgateway]      /usr/share/caldavd/lib/python/twistedcaldav/mail.py:1199:generateEmail
    2011-09-26 17:01:18+0200 [-] [mailgateway]      ]
    2011-09-26 17:01:18+0200 [-] [caldav-1]  [AuthorizedHTTPGetter,client] [twistedcaldav.scheduling.imip#error] Could not do server-to-imip request : <twistedcaldav.scheduling.imip.ScheduleViaIMip object at 0x103c65ed0> 500 Internal Server Error
    2011-09-26 17:01:18+0200 [-] [caldav-1]  [AuthorizedHTTPGetter,client] [twistedcaldav.scheduling.scheduler.ScheduleResponseQueue#error] Error during PUT for mailto:someemailaddress@yourdomain: iMIP request failed
    And No Email is send!
    If changing the Umlaut ü to something like ue in the Sender or Receiver Name everything is alright!
    Thank you Apple for obviously Not testing Lion Server for international use :-/
    Maybe this help someone else who is using umlauts with iCal Server external Email invitations
    Regards
    Eldrik

    Hello Daryn,
    Thinks for commenting. I am very upset that Apple just said "No" when I asked for this to be fixed. There appears to be no way to submit this as an official bug that keeps ical from running.
    Apple actually had me reinstall my whole server and the issue was still there and then they just said "Oh, well I will email someone about it.".
    This is the first time Apple has stunk it up in my books. This is bad support for Server.
    Brad

  • ICal Server invitations not working through Google Apps

    Running Lion Server 10.7.4 – I enable the option to use email addresses for invitations, key in the Gmail user and server settings (same info that works in Mail), and save. Afterward, invite tests that users send do not go to the designated email address. The logs have this repeated error:
    2012-07-09 14:24:03-0500 [-] [caldav-0]  [PooledMemCacheProtocol,client] [twistedcaldav.scheduling.scheduler.ScheduleResponseQueue#error] Error during POST for mailto:[email protected]: iMIP request failed
    Italicized letters is a paraphrase of the actual email, any standard "[email protected]" type address gets the same failure.
    I tried all the various authentication types: Plain, Login, CRAM-MD5, etc... tho it reverts itself to 'Login' after every save, I think the wizard tries the different authentication options and 'Login' is the one that works.

    https://discussions.apple.com/message/17319571#17319571
    instead of verifying email addresses associated with your appleID, try removing them.
    I've read some of similar thread just now, and remove the associated email withing my apple ID
    now, my friend can send invites to me ([email protected]) and i can reply within the ical and the event is created in the ical.
    however, when she tried to send invites to my 2nd appleID (yahoo.com) i don't get anything.
    I know this sounds very stupid. but at least i've got a temporary solutions.
    hope this also works for you.
    perhaps apple just us to use every service they've offer. there's too many ridiculous way to work in iCloud.
    sometime i regret migrate to icloud. MobileMe was MUCH MUCH better in sync-ing

  • ICal Server email invitations - how to test and get this feature working

    iCal Server email invitations - how to test and get this feature working
    Thanks Apple for introducing this nice little feature into iCal but then completely neglecting to write any sort of useful manual that can explain what to do when it doesn't work after you set it up for the first time.
    At long, long last we have finally got there after about 6 months of fiddling on and off, so I thought I had better post up the process since many have similar issues and it is hard to ascertain what is going on.
    Using an external email server was just a waste of time and it still wouldn't handle the replies properly even though it was supposed to handle '+addressing'. In the end I set up a special gmail account for the iCal server and finally got it working. I list here the process of configuring and testing the system to check that each little stage is working.
    Set up a Gmail account in Apple Mail to access and test in the usual way for any email account (e.g. [email protected].);
    Set the iCal server email to access the same email using the following settings:
    IMAP
    SMTP
    [email protected]
    smtp.gmail.com
    Port: 993 [x] Use SSL
    Port: 587 [x] Use SSL
    User & Pwd
    Login
    User & Pwd
    To test the settings:
    send out a test email from Apple Mail to a non-server email address that you can access to check it has been received;
    send out a test email from your non-server email account to [email protected] and check that it is received;
    this tells you that the GMail account is setup correctly and working
    Testing iCal:
    I noted that iCal was deleting any emails that arrive in the inBox in Apple Mail as soon as they arrived (this is to be expected);
    test that the invites are being sent from iCal by setting an event in iCal and inviting your non-server address (you may not see any sign of this in Apple Mail but you should catch it in the iCal server log and possibly in the Gmail sent mail box);
    check that the invite is received at your non-server account and Accept it in iCal on another machine - the reply is automatically sent back;
    the replies appear in Apple Mail but are quickly deleted by iCal. But their record for you to see is left in Gmail under 'All Mail';
    Accepted invites appear as a notification button on the top left hand bar on iCal where you click to acknowledge them and then the attendee is shown as a green circled tick instead of a grey circled ?.
    this shows that iCal invitations are working correctly. Whenever an event is updated, all invitees should be updated by email automatically.
    I hope this helps anyone - I could certainly have done with something similar when I started with looking at this.
    Anatole
    The Error and Access logfile in the Server app under iCal server are very useful in determining any errors. I got lots of imip errors when I didn't quite have the settings right. The port is critical and it won't tell you this is the problem if it fails.

    iCal Server email invitations - how to test and get this feature working
    Thanks Apple for introducing this nice little feature into iCal but then completely neglecting to write any sort of useful manual that can explain what to do when it doesn't work after you set it up for the first time.
    At long, long last we have finally got there after about 6 months of fiddling on and off, so I thought I had better post up the process since many have similar issues and it is hard to ascertain what is going on.
    Using an external email server was just a waste of time and it still wouldn't handle the replies properly even though it was supposed to handle '+addressing'. In the end I set up a special gmail account for the iCal server and finally got it working. I list here the process of configuring and testing the system to check that each little stage is working.
    Set up a Gmail account in Apple Mail to access and test in the usual way for any email account (e.g. [email protected].);
    Set the iCal server email to access the same email using the following settings:
    IMAP
    SMTP
    [email protected]
    smtp.gmail.com
    Port: 993 [x] Use SSL
    Port: 587 [x] Use SSL
    User & Pwd
    Login
    User & Pwd
    To test the settings:
    send out a test email from Apple Mail to a non-server email address that you can access to check it has been received;
    send out a test email from your non-server email account to [email protected] and check that it is received;
    this tells you that the GMail account is setup correctly and working
    Testing iCal:
    I noted that iCal was deleting any emails that arrive in the inBox in Apple Mail as soon as they arrived (this is to be expected);
    test that the invites are being sent from iCal by setting an event in iCal and inviting your non-server address (you may not see any sign of this in Apple Mail but you should catch it in the iCal server log and possibly in the Gmail sent mail box);
    check that the invite is received at your non-server account and Accept it in iCal on another machine - the reply is automatically sent back;
    the replies appear in Apple Mail but are quickly deleted by iCal. But their record for you to see is left in Gmail under 'All Mail';
    Accepted invites appear as a notification button on the top left hand bar on iCal where you click to acknowledge them and then the attendee is shown as a green circled tick instead of a grey circled ?.
    this shows that iCal invitations are working correctly. Whenever an event is updated, all invitees should be updated by email automatically.
    I hope this helps anyone - I could certainly have done with something similar when I started with looking at this.
    Anatole
    The Error and Access logfile in the Server app under iCal server are very useful in determining any errors. I got lots of imip errors when I didn't quite have the settings right. The port is critical and it won't tell you this is the problem if it fails.

  • Server Calendar migration failed

    Hi,
    last week when installing the latest server update for Mavericks the Calendar and Contacts stopped working. I tried everything to get it working again for the past few days like reinstalling server and even updated to Yosemite and installed Server 4 with the hope it would migrate correctly but without any luck.
    The calendar state keeps in Starting and will never change to Started.
    Below you can find the migration.log:
    calendarcommonextra: Jan 21 21:49:45 Clean install: False
    calendarcommonextra: Jan 21 21:49:45 Legacy indicator file does not exist
    calendarcommonextra: Jan 21 21:49:46 Default certificate is: /etc/certificates/MYSERVER.FC3592DE1A30B14C74BE9CAFCBACFCC57615842C.cert.pem
    calendarcommonextra: Jan 21 21:49:46 Default cert path: /etc/certificates/MYSERVER.FC3592DE1A30B14C74BE9CAFCBACFCC57615842C.cert.pem
    calendarcommonextra: Jan 21 21:49:46 Reading plist /Library/Server/Calendar and Contacts/Config/caldavd-system.plist
    calendarcommonextra: Jan 21 21:49:46 EnableCalDAV=True
    calendarcommonextra: Jan 21 21:49:46 EnableCardDAV=True
    calendarcommonextra: Jan 21 21:49:46 Looking up DatabaseRoot
    calendarcommonextra: Jan 21 21:49:51 Output from calendarserver_config: DatabaseRoot=/Library/Server/Calendar and Contacts/Data/Database.xpg
    calendarcommonextra: Jan 21 21:49:51 Looking up Postgres.ClusterName
    calendarcommonextra: Jan 21 21:49:52 Output from calendarserver_config: Postgres.ClusterName=cluster.pg
    calendarcommonextra: Jan 21 21:49:52 Sending to serveradmin: calendar:command = exportPushCertificates
    calendarcommonextra: Jan 21 21:49:55 Output from push certificate export: calendar:Exported = "Yes"
    calendarcommonextra: Jan 21 21:49:55 Calling calendarserver_upgrade --postprocess
    calendarcommonextra: Jan 21 21:50:01 Output from calendarserver_upgrade: 2015-01-21 21:49:59+0100 Root ACL: <?xml version='1.0' encoding='UTF-8'?>
    <acl xmlns='DAV:'>
      <ace>
        <principal>
          <authenticated/>
        </principal>
        <grant>
          <privilege>
            <read/>
          </privilege>
          <privilege>
            <read-current-user-privilege-set/>
          </privilege>
        </grant>
        <protected/>
      </ace>
    </acl>
    2015-01-21 21:49:59+0100 Nav ACL: <?xml version='1.0' encoding='UTF-8'?>
    <acl xmlns='DAV:'>
      <ace>
        <principal>
          <authenticated/>
        </principal>
        <grant>
          <privilege>
            <read/>
          </privilege>
          <privilege>
            <read-current-user-privilege-set/>
          </privilege>
        </grant>
        <protected/>
      </ace>
    </acl>
    2015-01-21 21:49:59+0100 CalDAV APNS certificate passphrase retreived from keychain
    2015-01-21 21:49:59+0100 CardDAV APNS certificate passphrase retreived from keychain
    2015-01-21 21:49:59+0100 iMIP Sending password successfully retreived from keychain
    2015-01-21 21:49:59+0100 iMIP Receiving password successfully retreived from keychain
    2015-01-21 21:49:59+0100 Root ACL: <?xml version='1.0' encoding='UTF-8'?>
    <acl xmlns='DAV:'>
      <ace>
        <principal>
          <authenticated/>
        </principal>
        <grant>
          <privilege>
            <read/>
          </privilege>
          <privilege>
            <read-current-user-privilege-set/>
          </privilege>
        </grant>
        <protected/>
      </ace>
    </acl>
    2015-01-21 21:49:59+0100 Nav ACL: <?xml version='1.0' encoding='UTF-8'?>
    <acl xmlns='DAV:'>
      <ace>
        <principal>
          <authenticated/>
        </principal>
        <grant>
          <privilege>
            <read/>
          </privilege>
          <privilege>
            <read-current-user-privilege-set/>
          </privilege>
        </grant>
        <protected/>
      </ace>
    </acl>
    2015-01-21 21:49:59+0100 iMIP Sending password successfully retreived from keychain
    2015-01-21 21:49:59+0100 iMIP Receiving password successfully retreived from keychain
    2015-01-21 21:49:59+0100 Root ACL: <?xml version='1.0' encoding='UTF-8'?>
    <acl xmlns='DAV:'>
      <ace>
        <principal>
          <authenticated/>
        </principal>
        <grant>
          <privilege>
            <read/>
          </privilege>
          <privilege>
            <read-current-user-privilege-set/>
          </privilege>
        </grant>
        <protected/>
      </ace>
    </acl>
    2015-01-21 21:49:59+0100 Nav ACL: <?xml version='1.0' encoding='UTF-8'?>
    <acl xmlns='DAV:'>
      <ace>
        <principal>
          <authenticated/>
        </principal>
        <grant>
          <privilege>
            <read/>
          </privilege>
          <privilege>
            <read-current-user-privilege-set/>
          </privilege>
        </grant>
        <protected/>
      </ace>
    </acl>
    2015-01-21 21:49:59+0100 iMIP Sending password successfully retreived from keychain
    2015-01-21 21:49:59+0100 iMIP Receiving password successfully retreived from keychain
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twisted.application.app
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twisted.internet.protocol
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twisted.mail.smtp
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twisted.internet.base
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twisted.web.client
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twisted.persisted.sob
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twisted.names.client
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twisted.protocols.basic
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twisted.application.internet
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twisted.web.html
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twisted.protocols.amp
    2015-01-21 21:49:59+0100 Replacing Twisted log.msg object twistedLogMessage in twext.python.log
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twisted.python.threadpool
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twisted.web._newclient
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twisted.cred.checkers
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twisted.persisted.styles
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twisted.internet.tcp
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twext.internet.adaptendpoint
    2015-01-21 21:49:59+0100 Replacing Twisted log.err object err in txweb2.dav.xattrprops
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twisted.internet.udp
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twisted.mail.pop3client
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twisted.internet.task
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twisted.internet.endpoints
    2015-01-21 21:49:59+0100 Replacing Twisted log.err object err in twisted.internet._baseprocess
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twisted.names.dns
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twext.internet.spawnsvc
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twext.enterprise.adbapi2
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twisted.web.http
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twisted.internet.selectreactor
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twisted.internet.posixbase
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twisted.protocols.policies
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twisted.plugin
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twisted.internet.defer
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twisted.internet._posixstdio
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twisted.web.template
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twisted.protocols.tls
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twisted.protocols.memcache
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twisted.enterprise.adbapi
    2015-01-21 21:49:59+0100 Replacing Twisted log module object log in twisted.internet.process
    2015-01-21 21:49:59+0100 Calendar and Contacts Server 6.0-unknown starting Utility process...
    2015-01-21 21:49:59+0100 Creating /var/run/caldavd/PostgresSocket
    2015-01-21 21:49:59+0100 Cluster already exists at /Library/Server/Calendar and Contacts/Data/Database.xpg/cluster.pg
    2015-01-21 21:49:59+0100 Requesting postgres start via /Applications/Server.app/Contents/ServerRoot/usr/bin/xpg_ctl ["-c listen_addresses=''", '-k /var/run/caldavd/PostgresSocket', '-c shared_buffers=165', '-c max_connections=110', '-c standard_conforming_strings=on', '-c unix_socket_permissions=0770', '-c log_lock_waits=TRUE', '-c deadlock_timeout=10', "-c log_line_prefix='%m [%p] '", "-c log_directory='/Library/Server/Calendar and Contacts/Logs'", '-c log_truncate_on_rotation=on', '-c log_filename=postgresql_%w.log', '-c log_rotation_age=1440', '-c logging_collector=on']
    2015-01-21 21:50:00+0100 received postgres stdout "2015-01-21 21:50:00 XPG.2178:  Spawning... ('/usr/bin/tar', '-xz', '-f', '/Library/Server/Calendar and Contacts/Data/Database.xpg/backup/base_backup/base_complete.tar.gz', '-C', '/Library/Server/Calendar and Contacts/Data/Database.xpg/cluster.pg')\n"
    2015-01-21 21:50:00+0100 received postgres stdout '2015-01-21 21:50:00 XPG.2178:  Preparing to upgrade outdated database cluster.\n'
    2015-01-21 21:50:00+0100 received postgres stderr Traceback (most recent call last):
      File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 423, in errback
    2015-01-21 21:50:00+0100 received postgres stderr     self._startRunCallbacks(fail)
      File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 490, in _startRunCallbacks
        self._runCallbacks()
      File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 577, in _runCallbacks
    2015-01-21 21:50:00+0100 received postgres stderr     current.result = callback(current.result, *args, **kw)
      File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 1155, in gotResult
        _inlineCallbacks(r, g, deferred)
    --- <exception caught here> ---
      File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 1097, in _inlineCallbacks
        result = result.throwExceptionIntoGenerator(g)
      File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/failure.py", line 389, in throwExceptionIntoGenerator
    2015-01-21 21:50:00+0100 received postgres stderr     return g.throw(self.type, self.value, self.tb)
      File "/Applications/Server.app/Contents/ServerRoot/usr/bin/xpg_ctl", line 2038, in main
    2015-01-21 21:50:00+0100 received postgres stderr     result = yield xpg.do_everything(argv, environ)
      File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 1097, in _inlineCallbacks
        result = result.throwExceptionIntoGenerator(g)
    2015-01-21 21:50:00+0100 received postgres stderr   File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/failure.py", line 389, in throwExceptionIntoGenerator
        return g.throw(self.type, self.value, self.tb)
      File "/Applications/Server.app/Contents/ServerRoot/usr/bin/xpg_ctl", line 1994, in do_everything
        result = yield self.command_object.execute()
      File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 1097, in _inlineCallbacks
        result = result.throwExceptionIntoGenerator(g)
      File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/failure.py", line 389, in throwExceptionIntoGenerator
        return g.throw(self.type, self.value, self.tb)
      File "/Applications/Server.app/Contents/ServerRoot/usr/bin/xpg_ctl", line 1726, in execute
        yield xpg.do_restore()
      File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 1099, in _inlineCallbacks
        result = g.send(result)
      File "/Applications/Server.app/Contents/ServerRoot/usr/bin/xpg_ctl", line 1028, in do_restore
        did_upgrade = self.upgrade_cluster_if_needed()
      File "/Applications/Server.app/Contents/ServerRoot/usr/bin/xpg_ctl", line 1452, in upgrade_cluster_if_needed
    2015-01-21 21:50:00+0100 received postgres stderr     os.rename(self.data_directory, orig_data_dir)
    exceptions.OSError: [Errno 66] Directory not empty
    2015-01-21 21:50:00+0100 postgres process ended with status 256
    2015-01-21 21:50:00+0100 Could not start postgres; see postgres.log
    2015-01-21 21:50:01+0100 Can't start or connect to postgres
    Failed to start service.
    2015-01-21 21:50:01+0100 Main loop terminated.
    calendarcommonextra: Jan 21 21:50:01 Executing: /Applications/Server.app/Contents/ServerRoot/usr/sbin/serverctl enable service=org.calendarserver.agent
    calendarcommonextra: Jan 21 21:50:01 Output: {
    calendarcommonextra: Jan 21 21:50:01 Executing: /Applications/Server.app/Contents/ServerRoot/usr/sbin/serverctl enable service=org.calendarserver.relocate
    calendarcommonextra: Jan 21 21:50:01 Output: {
    calendarcommonextra: Jan 21 21:50:01 Executing: /bin/launchctl start org.calendarserver.agent
    calendarcommonextra: Jan 21 21:50:01 Executing: /Applications/Server.app/Contents/ServerRoot/usr/libexec/calendarserver_log_con f
    calendarcommonextra: Jan 21 21:50:01 Allowing supervisor to enable service
    calendarcommonextra: Jan 21 21:50:01 Configuring reverse proxies
    Also in the servermgr_calendar.log I see this message repeating:
    [cal] 1/21/15, 9:52:46 PM GMT+1 : Command getState duration 20.40 seconds
    [cal] 1/21/15, 9:52:46 PM GMT+1 : getState releasing request lock
    [cal] 1/21/15, 9:52:46 PM GMT+1 : Command getState received
    [cal] 1/21/15, 9:52:46 PM GMT+1 : getState attempting to acquire request lock...
    [cal] 1/21/15, 9:52:46 PM GMT+1 : getState acquired request lock
    [cal] 1/21/15, 9:52:46 PM GMT+1 : getState begin
    [cal] 1/21/15, 9:52:46 PM GMT+1 : Read Settings
    [cal] 1/21/15, 9:52:46 PM GMT+1 : calendarServerOperationWithRequest
    [cal] 1/21/15, 9:52:46 PM GMT+1 : Calling agent...
    [cal] 1/21/15, 9:53:02 PM GMT+1 : Agent failure: The request timed out.
    [cal] 1/21/15, 9:53:02 PM GMT+1 : Agent returned...
        error = "The request timed out.";
    Thanks for the help.
    Best regards
    Rob

    for testing purposes I renamed the data folder and started the calendar service again.
    The new data folder got created but the loop like below is still showing up every 10 seconds:
    [cal] 1/21/15, 9:52:46 PM GMT+1 : Command getState duration 20.40 seconds
    [cal] 1/21/15, 9:52:46 PM GMT+1 : getState releasing request lock
    [cal] 1/21/15, 9:52:46 PM GMT+1 : Command getState received
    [cal] 1/21/15, 9:52:46 PM GMT+1 : getState attempting to acquire request lock...
    [cal] 1/21/15, 9:52:46 PM GMT+1 : getState acquired request lock
    [cal] 1/21/15, 9:52:46 PM GMT+1 : getState begin
    [cal] 1/21/15, 9:52:46 PM GMT+1 : Read Settings
    [cal] 1/21/15, 9:52:46 PM GMT+1 : calendarServerOperationWithRequest
    [cal] 1/21/15, 9:52:46 PM GMT+1 : Calling agent...
    [cal] 1/21/15, 9:53:02 PM GMT+1 : Agent failure: The request timed out.
    [cal] 1/21/15, 9:53:02 PM GMT+1 : Agent returned...
        error = "The request timed out.";

  • Problems with ical server

    Hello! I beg your pardon for my english (i am russian)
    Please help me with setting up ical server
    I use magic triangle with Active directory and Open directory, and when I go to my page and click on Calendar I get an error "Unable to access calendar, because the calendar server is not running."
    log :
    e: IMAP4
    2011-03-14 10:24:09+0300 [-] [mailgateway] 2011-03-14 10:24:09+0300 [-] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Setting up IMAPFactory
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] Log opened.
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] twistd 8.2.0 (/usr/bin/python 2.6.1) starting up.
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] reactor class: kqreactor.KQueueReactor.
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Darwin Calendar Server 2.4 (iCal Server v12.52.72) starting Slave process...
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Configuring directory service of type: twistedcaldav.directory.appleopendirectory.OpenDirectoryService
    2011-03-14 10:24:09+0300 [-] [mailgateway] 2011-03-14 10:24:09+0300 [-] set uid/gid 93/93
    2011-03-14 10:24:09+0300 [-] [mailgateway] 2011-03-14 10:24:09+0300 [-] twisted.web2.channel.http.HTTPFactory starting on 62310
    2011-03-14 10:24:09+0300 [-] [mailgateway] 2011-03-14 10:24:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:24:09+0300 [-] [mailgateway] 2011-03-14 10:24:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Configuring SudoDirectoryService with file: /etc/caldavd/sudoers.plist
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Configuring authentication for realm: /Search
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Setting up scheme: wiki
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Setting up scheme: digest
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Setting up document root at: /Library/CalendarServer/Documents/
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Setting up principal collection: <class 'twistedcaldav.directory.principal.DirectoryPrincipalProvisioningResource'>
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Setting up calendar collection: <class 'twistedcaldav.static.CalendarHomeProvisioningFile'>
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Setting up root resource: <class 'calendarserver.provision.root.RootResource'>
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Setting up time zone service resource: <class 'twistedcaldav.static.TimezoneServiceFile'>
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Setting up iMIP inbox resource: <class 'twistedcaldav.mail.IMIPReplyInboxResource'>
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Setting up WebCalendar resource: /usr/share/collaboration
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Setting up WebAdmin resource
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Setting up Timezone Cache
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Configuring authentication wrapper
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Setting up service
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Logging via AF_UNIX: /var/run/caldavd.sock
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Configuring log observer: <twistedcaldav.accesslog.AMPCommonAccessLoggingObserver object at 0x102396bd0>
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Adding SSL server at 127.0.0.1:8446
    2011-03-14 10:24:09+0300 [-] [caldav-8012] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Adding server at 127.0.0.1:8012
    2011-03-14 10:24:09+0300 [-] [caldav-8012] [-] twext.web2.channel.http.HTTP503LoggingFactory starting on 8447
    2011-03-14 10:24:09+0300 [-] [caldav-8012] [-] twext.web2.channel.http.HTTP503LoggingFactory starting on 8012
    2011-03-14 10:24:09+0300 [-] [caldav-8012] [-] set uid/gid 93/93
    2011-03-14 10:24:09+0300 [-] [caldav-8012] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd.sock'))
    2011-03-14 10:24:09+0300 [twistedcaldav.accesslog.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXSocket('/var/run/caldavd.sock') PEER:UNIXSocket(''))
    2011-03-14 10:24:09+0300 [-] [caldav-8009] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Adding server at 127.0.0.1:8009
    2011-03-14 10:24:09+0300 [-] [caldav-8009] [-] twext.web2.channel.http.HTTP503LoggingFactory starting on 8444
    2011-03-14 10:24:09+0300 [-] [caldav-8009] [-] twext.web2.channel.http.HTTP503LoggingFactory starting on 8009
    2011-03-14 10:24:09+0300 [-] [caldav-8009] [-] set uid/gid 93/93
    2011-03-14 10:24:09+0300 [-] [caldav-8009] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd.sock'))
    2011-03-14 10:24:09+0300 [twistedcaldav.accesslog.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXSocket('/var/run/caldavd.sock') PEER:UNIXSocket(''))
    2011-03-14 10:24:09+0300 [-] [caldav-8010] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Adding server at 127.0.0.1:8010
    2011-03-14 10:24:09+0300 [-] [caldav-8010] [-] twext.web2.channel.http.HTTP503LoggingFactory starting on 8445
    2011-03-14 10:24:09+0300 [-] [caldav-8010] [-] twext.web2.channel.http.HTTP503LoggingFactory starting on 8010
    2011-03-14 10:24:09+0300 [-] [caldav-8010] [-] set uid/gid 93/93
    2011-03-14 10:24:09+0300 [-] [caldav-8010] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd.sock'))
    2011-03-14 10:24:09+0300 [twistedcaldav.accesslog.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXSocket('/var/run/caldavd.sock') PEER:UNIXSocket(''))
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Adding server at 127.0.0.1:8011
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] twext.web2.channel.http.HTTP503LoggingFactory starting on 8446
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] twext.web2.channel.http.HTTP503LoggingFactory starting on 8011
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] set uid/gid 93/93
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd.sock'))
    2011-03-14 10:24:09+0300 [twistedcaldav.accesslog.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXSocket('/var/run/caldavd.sock') PEER:UNIXSocket(''))
    2011-03-14 10:24:38+0300 [-] [caldav_task] 2011-03-14 10:24:38+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:24:39+0300 [-] [mailgateway] 2011-03-14 10:24:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:24:39+0300 [-] [mailgateway] 2011-03-14 10:24:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:25:08+0300 [-] [caldav_task] 2011-03-14 10:25:08+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:25:09+0300 [-] [mailgateway] 2011-03-14 10:25:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:25:09+0300 [-] [mailgateway] 2011-03-14 10:25:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:25:38+0300 [-] [caldav_task] 2011-03-14 10:25:38+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:25:39+0300 [-] [mailgateway] 2011-03-14 10:25:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:25:39+0300 [-] [mailgateway] 2011-03-14 10:25:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:26:08+0300 [-] [caldav_task] 2011-03-14 10:26:08+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:26:09+0300 [-] [mailgateway] 2011-03-14 10:26:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:26:09+0300 [-] [mailgateway] 2011-03-14 10:26:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:26:38+0300 [-] [caldav_task] 2011-03-14 10:26:38+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:26:39+0300 [-] [mailgateway] 2011-03-14 10:26:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:26:39+0300 [-] [mailgateway] 2011-03-14 10:26:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:27:08+0300 [-] [caldav_task] 2011-03-14 10:27:08+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:27:09+0300 [-] [mailgateway] 2011-03-14 10:27:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:27:09+0300 [-] [mailgateway] 2011-03-14 10:27:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:27:38+0300 [-] [caldav_task] 2011-03-14 10:27:38+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:27:39+0300 [-] [mailgateway] 2011-03-14 10:27:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:27:39+0300 [-] [mailgateway] 2011-03-14 10:27:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:28:08+0300 [-] [caldav_task] 2011-03-14 10:28:08+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:28:09+0300 [-] [mailgateway] 2011-03-14 10:28:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:28:09+0300 [-] [mailgateway] 2011-03-14 10:28:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:28:38+0300 [-] [caldav_task] 2011-03-14 10:28:38+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:28:39+0300 [-] [mailgateway] 2011-03-14 10:28:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:28:39+0300 [-] [mailgateway] 2011-03-14 10:28:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:29:04+0300 [-] [twistedcaldav.accesslog#debug] rotateGlobalHitHistoryStats: [{'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087744}]
    2011-03-14 10:29:08+0300 [-] [caldav_task] 2011-03-14 10:29:08+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:29:09+0300 [-] [mailgateway] 2011-03-14 10:29:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:29:09+0300 [-] [mailgateway] 2011-03-14 10:29:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:29:38+0300 [-] [caldav_task] 2011-03-14 10:29:38+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:29:39+0300 [-] [mailgateway] 2011-03-14 10:29:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:29:39+0300 [-] [mailgateway] 2011-03-14 10:29:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:30:08+0300 [-] [caldav_task] 2011-03-14 10:30:08+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:30:09+0300 [-] [mailgateway] 2011-03-14 10:30:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:30:09+0300 [-] [mailgateway] 2011-03-14 10:30:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:30:38+0300 [-] [caldav_task] 2011-03-14 10:30:38+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:30:39+0300 [-] [mailgateway] 2011-03-14 10:30:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:30:39+0300 [-] [mailgateway] 2011-03-14 10:30:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:31:08+0300 [-] [caldav_task] 2011-03-14 10:31:08+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:31:09+0300 [-] [mailgateway] 2011-03-14 10:31:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:31:09+0300 [-] [mailgateway] 2011-03-14 10:31:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:31:38+0300 [-] [caldav_task] 2011-03-14 10:31:38+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:31:39+0300 [-] [mailgateway] 2011-03-14 10:31:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:31:39+0300 [-] [mailgateway] 2011-03-14 10:31:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:32:08+0300 [-] [caldav_task] 2011-03-14 10:32:08+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:32:09+0300 [-] [mailgateway] 2011-03-14 10:32:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:32:09+0300 [-] [mailgateway] 2011-03-14 10:32:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:32:38+0300 [-] [caldav_task] 2011-03-14 10:32:38+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:32:39+0300 [-] [mailgateway] 2011-03-14 10:32:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:32:39+0300 [-] [mailgateway] 2011-03-14 10:32:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:33:08+0300 [-] [caldav_task] 2011-03-14 10:33:08+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:33:09+0300 [-] [mailgateway] 2011-03-14 10:33:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:33:09+0300 [-] [mailgateway] 2011-03-14 10:33:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:33:38+0300 [-] [caldav_task] 2011-03-14 10:33:38+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:33:39+0300 [-] [mailgateway] 2011-03-14 10:33:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:33:39+0300 [-] [mailgateway] 2011-03-14 10:33:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:34:04+0300 [-] [twistedcaldav.accesslog#debug] rotateGlobalHitHistoryStats: [{'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087744}, {'hits': 0, 'time': 1300088044}]
    2011-03-14 10:34:08+0300 [-] [caldav_task] 2011-03-14 10:34:08+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:34:09+0300 [-] [mailgateway] 2011-03-14 10:34:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:34:09+0300 [-] [mailgateway] 2011-03-14 10:34:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:34:38+0300 [-] [caldav_task] 2011-03-14 10:34:38+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:34:39+0300 [-] [mailgateway] 2011-03-14 10:34:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:34:39+0300 [-] [mailgateway] 2011-03-14 10:34:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:35:08+0300 [-] [caldav_task] 2011-03-14 10:35:08+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:35:09+0300 [-] [mailgateway] 2011-03-14 10:35:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:35:09+0300 [-] [mailgateway] 2011-03-14 10:35:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:35:38+0300 [-] [caldav_task] 2011-03-14 10:35:38+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:35:39+0300 [-] [mailgateway] 2011-03-14 10:35:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:35:39+0300 [-] [mailgateway] 2011-03-14 10:35:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:36:08+0300 [-] [caldav_task] 2011-03-14 10:36:08+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:36:09+0300 [-] [mailgateway] 2011-03-14 10:36:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:36:09+0300 [-] [mailgateway] 2011-03-14 10:36:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:36:38+0300 [-] [caldav_task] 2011-03-14 10:36:38+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:36:39+0300 [-] [mailgateway] 2011-03-14 10:36:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:36:39+0300 [-] [mailgateway] 2011-03-14 10:36:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:37:08+0300 [-] [caldav_task] 2011-03-14 10:37:08+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:37:09+0300 [-] [mailgateway] 2011-03-14 10:37:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:37:09+0300 [-] [mailgateway] 2011-03-14 10:37:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:37:38+0300 [-] [caldav_task] 2011-03-14 10:37:38+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:37:39+0300 [-] [mailgateway] 2011-03-14 10:37:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:37:39+0300 [-] [mailgateway] 2011-03-14 10:37:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:38:08+0300 [-] [caldav_task] 2011-03-14 10:38:08+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:38:09+0300 [-] [mailgateway] 2011-03-14 10:38:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:38:09+0300 [-] [mailgateway] 2011-03-14 10:38:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll

    OK,
    Well I have demoted my ODR (diary.mydomain.com) to just being connected to an ODM.
    Again, editing the user/groups records on the ODM doesn't give me any option to enable calendaring. However, I am able to enable calendaring for users and groups in the WGM if I connect to WGM as diary.mydomain.com. As my ical server is no longer a ODR, and only connected, is it safe to edit records on it and enable calendaring or I am still not getting this right?

Maybe you are looking for

  • I am having trouble printing in duplex on my HP Color LaserJet CP2025 printer.

    I have a problem printing in duplex!  I am using a Dell Studio XPS8100 computer running the 64bit version of Windows 7 with Service Pack 1 installed.  I am connected to the printer thru an AT&T router.  When I print the first few pages then go to fli

  • Cant log in with AOL screen name anymore!

    ive logged into itunes with my aol screen name for over a year now, and now itunes isnt accepting it anymore! i put a $25 gift card on my account and now i cannot log on. does anyone know what i can do? Gateway Laptop   Windows XP  

  • Can't see my events anymore after having up graded iPhoto to iphoto11

    I up graded iphoto app to iphoto11 and i cannot see my pictures anymore, i just see the events as black boxes. If i open them I see just black squares but not pictures. It is probably a problem with The library, what should I do? Thanks

  • Extension Manager CC インストール不具合

    Adobe creative suite 5.5(MAC OS 10.68)を利用しています.今回初めてphotoshopの拡張プラグインGUIDEGUIDE http://guideguide.me/versions/ をインストールをしようと思い.http://www.adobe.com/jp/exchange/em_download/から Extension manager ccをインストールした後.guideguideのインストールをした所.拡張機能「GUIDEGUIDE」をインストール

  • Effect Controls Palette - Docking

    Is there any way to open an existing project and have the exact window layout be the same as when you quit the project? IE, if I have multiple Effect Controls windows open when I quit a project, how do I have those same windows open when I open the p