Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

some webcals not accessible

I have a problem with one particular webcal user not being able to use the webcal feature but iCal and Calendars on iPhone are ok.

What I find odd is that webcal for other users is fine.


While logging into webcal as this user the web interface is stuck with the getting events from server.. message.


Any ideas?


Ben

Posted on Jul 25, 2012 9:48 AM

Reply
19 replies

Jul 25, 2012 11:02 AM in response to detourdog

When I've seen webcal stuck at that "getting events from server" message, it's usually been due to calendar server returning an error response code and webcal not handling that error gracefully. First I would check /var/log/caldavd/access.log to see if there are any requests not getting a 20X response. The next step would be to view the actual HTTP response body for the error. This can be done a few ways:


1) Using your web browser's javascript console

2) Enabling HTTP request logging on calendar server

3) tcpdump to capture the traffic (although tougher if SSL is enabled)


For #2 you have to edit the calendar server configuration. If you're on Lion Server, it's /etc/caldavd/caldavd.plist. If you are on Mountain Lion Server it's /Library/Server/Calendar and Contacts/Config/caldavd.plist


Add this key to the caldavd.plist and restart calendar server:


<key>AccountingCategories</key>

<dict>

<key>HTTP</key>

<true/>

</dict>


You might also need to turn off gzip via:


<key>ResponseCompression</key>

<false/>


From then on evey request/response is logged as a separate file in /var/log/caldavd/accounting/HTTP. This can grow quickly, so undo the above plist changes when you are done debugging.

Aug 7, 2012 1:54 PM in response to _morgen__

This appears to me in access.log:


127.0.0.1 - andrea [07/Aug/2012:22:51:08 +0200] "GET /webcal/ HTTP/1.1" 200 3350 "https://10.10.2.254/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8) AppleWebKit/536.25 (KHTML, like Gecko) Version/6.0 Safari/536.25" i=1 t=41.3 or=1 xff=10.10.2.30 fwd=10.10.2.30

127.0.0.1 - andrea [07/Aug/2012:22:51:08 +0200] "GET /webcal/calendar/css/calendar_standalone.css HTTP/1.1" 200 2565 "https://10.10.2.254/webcal" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8) AppleWebKit/536.25 (KHTML, like Gecko) Version/6.0 Safari/536.25" i=1 t=99.0 or=1 xff=10.10.2.30 fwd=10.10.2.30




there are no errors in error.log after the request.



How can I fix it??

Aug 7, 2012 2:21 PM in response to Andrea_Nove

This appeared in error.log after restarting the mini:



2012-08-07 23:10:57+0200 [-] Log opened.

2012-08-07 23:10:57+0200 [-] twistd 12.0.0 (/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/ Contents/MacOS/Python 2.7.2) starting up.

2012-08-07 23:10:57+0200 [-] reactor class: twext.internet.kqreactor.KQueueReactor.

2012-08-07 23:10:57+0200 [-] AMPLoggingFactory starting on '/var/run/caldavd/caldavd.sock'

2012-08-07 23:10:57+0200 [-] CalDAVStatisticsServer starting on '/var/run/caldavd/caldavd-stats.sock'

2012-08-07 23:10:58+0200 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseSchemaService#warn] Beginning database schema check.

2012-08-07 23:10:58+0200 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseSchemaService#warn] Required database key VERSION: 9.

2012-08-07 23:10:58+0200 [-] [memcached-Default] failed to listen on TCP port 11211: Address already in use

2012-08-07 23:10:58+0200 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseSchemaService#warn] Actual database key VERSION: 9.

2012-08-07 23:10:58+0200 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseSchemaService#warn] Schema version check complete: no upgrade needed.

2012-08-07 23:10:58+0200 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseSchemaService#warn] Database schema check complete.

2012-08-07 23:10:58+0200 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseDataService#warn] Beginning database data check.

2012-08-07 23:10:58+0200 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseDataService#warn] Required database key CALENDAR-DATAVERSION: 3.

2012-08-07 23:10:58+0200 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseDataService#warn] Actual database key CALENDAR-DATAVERSION: 3.

2012-08-07 23:10:58+0200 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseDataService#warn] Data version check complete: no upgrade needed.

2012-08-07 23:10:58+0200 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseDataService#warn] Database data check complete.

2012-08-07 23:10:59+0200 [-] LimitingInheritingProtocolFactory starting on 8008

2012-08-07 23:10:59+0200 [-] LimitingInheritingProtocolFactory starting on 8800

2012-08-07 23:10:59+0200 [-] LimitingInheritingProtocolFactory starting on 8443

2012-08-07 23:10:59+0200 [-] LimitingInheritingProtocolFactory starting on 8843

2012-08-07 23:10:59+0200 [-] LimitingInheritingProtocolFactory starting on 8008

2012-08-07 23:10:59+0200 [-] LimitingInheritingProtocolFactory starting on 8800

2012-08-07 23:10:59+0200 [-] LimitingInheritingProtocolFactory starting on 8443

2012-08-07 23:10:59+0200 [-] LimitingInheritingProtocolFactory starting on 8843

2012-08-07 23:10:59+0200 [-] [memcached-Default] failed to listen on TCP port 11211: Address already in use

2012-08-07 23:11:00+0200 [-] [notifications] 2012-08-07 23:11:00+0200 [-] Log opened.

2012-08-07 23:11:00+0200 [-] [notifications] 2012-08-07 23:11:00+0200 [-] twistd 12.0.0 (/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/ Contents/MacOS/Python 2.7.2) starting up.

2012-08-07 23:11:00+0200 [-] [notifications] 2012-08-07 23:11:00+0200 [-] reactor class: twext.internet.kqreactor.KQueueReactor.

2012-08-07 23:11:00+0200 [-] [notifications] 2012-08-07 23:11:00+0200 [-] AMPPushNotifierFactory starting on 62311

2012-08-07 23:11:00+0200 [-] [notifications] 2012-08-07 23:11:00+0200 [-] InternalNotificationFactory starting on 62309

2012-08-07 23:11:00+0200 [-] [notifications] 2012-08-07 23:11:00+0200 [-] set uid/gid 93/93

2012-08-07 23:11:00+0200 [-] [notifications] 2012-08-07 23:11:00+0200 [-] Starting factory <twext.internet.adaptendpoint.LegacyClientFactoryWrapper instance at 0x10a181128>

2012-08-07 23:11:00+0200 [-] [notifications] 2012-08-07 23:11:00+0200 [-] Starting factory <twext.internet.adaptendpoint.LegacyClientFactoryWrapper instance at 0x10a181368>

2012-08-07 23:11:00+0200 [-] [groupcacher] 2012-08-07 23:11:00+0200 [-] Log opened.

2012-08-07 23:11:00+0200 [-] [groupcacher] 2012-08-07 23:11:00+0200 [-] twistd 12.0.0 (/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/ Contents/MacOS/Python 2.7.2) starting up.

2012-08-07 23:11:00+0200 [-] [groupcacher] 2012-08-07 23:11:00+0200 [-] reactor class: twext.internet.kqreactor.KQueueReactor.

2012-08-07 23:11:00+0200 [-] [groupcacher] 2012-08-07 23:11:00+0200 [-] set uid/gid 93/93

2012-08-07 23:11:00+0200 [-] [groupcacher] 2012-08-07 23:11:00+0200 [-] [twistedcaldav.directory.directory.GroupMembershipCacherService#warn] Starting group membership cacher service

2012-08-07 23:11:01+0200 [-] [memcached-Default] failed to listen on TCP port 11211: Address already in use

2012-08-07 23:11:01+0200 [-] [mailgateway] 2012-08-07 23:11:01+0200 [-] Log opened.

2012-08-07 23:11:01+0200 [-] [mailgateway] 2012-08-07 23:11:01+0200 [-] twistd 12.0.0 (/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/ Contents/MacOS/Python 2.7.2) starting up.

2012-08-07 23:11:01+0200 [-] [mailgateway] 2012-08-07 23:11:01+0200 [-] reactor class: twext.internet.kqreactor.KQueueReactor.

2012-08-07 23:11:01+0200 [-] [mailgateway] 2012-08-07 23:11:01+0200 [-] HTTPFactory starting on 62310

2012-08-07 23:11:01+0200 [-] [mailgateway] 2012-08-07 23:11:01+0200 [-] set uid/gid 93/93

2012-08-07 23:11:01+0200 [-] [notifications] 2012-08-07 23:11:01+0200 [Uninitialized] [calendarserver.push.applepush.APNProviderFactory#warn] Connection to APN server made

2012-08-07 23:11:01+0200 [-] [caldav-2] Reading configuration from file: /Library/Server/Calendar and Contacts/Config/caldavd.plist

2012-08-07 23:11:01+0200 [-] [caldav-2] [-] Log opened.

2012-08-07 23:11:01+0200 [-] [caldav-2] [-] twistd 12.0.0 (/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/ Contents/MacOS/Python 2.7.2) starting up.

2012-08-07 23:11:01+0200 [-] [caldav-2] [-] reactor class: twext.internet.kqreactor.KQueueReactor.

2012-08-07 23:11:01+0200 [-] [notifications] 2012-08-07 23:11:01+0200 [Uninitialized] [calendarserver.push.applepush.APNProviderFactory#warn] Connection to APN server made

2012-08-07 23:11:01+0200 [-] [caldav-2] [-] set uid/gid 93/93

2012-08-07 23:11:01+0200 [calendarserver.accesslog.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXAddress('/var/run/caldavd/caldavd.sock') PEER:UNIXAddress(''))

2012-08-07 23:11:01+0200 [-] [caldav-2] [-] AMP connection established (HOST:UNIXAddress(None) PEER:UNIXAddress('/var/run/caldavd/caldavd.sock'))

2012-08-07 23:11:01+0200 [-] [caldav-1] Reading configuration from file: /Library/Server/Calendar and Contacts/Config/caldavd.plist

2012-08-07 23:11:01+0200 [-] [caldav-1] [-] Log opened.

2012-08-07 23:11:01+0200 [-] [caldav-1] [-] twistd 12.0.0 (/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/ Contents/MacOS/Python 2.7.2) starting up.

2012-08-07 23:11:01+0200 [-] [caldav-1] [-] reactor class: twext.internet.kqreactor.KQueueReactor.

2012-08-07 23:11:01+0200 [-] [caldav-1] [-] set uid/gid 93/93

2012-08-07 23:11:01+0200 [calendarserver.accesslog.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXAddress('/var/run/caldavd/caldavd.sock') PEER:UNIXAddress(''))

2012-08-07 23:11:01+0200 [-] [caldav-1] [-] AMP connection established (HOST:UNIXAddress(None) PEER:UNIXAddress('/var/run/caldavd/caldavd.sock'))

2012-08-07 23:11:01+0200 [-] [caldav-3] Reading configuration from file: /Library/Server/Calendar and Contacts/Config/caldavd.plist

2012-08-07 23:11:01+0200 [-] [caldav-3] [-] Log opened.

2012-08-07 23:11:01+0200 [-] [caldav-3] [-] twistd 12.0.0 (/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/ Contents/MacOS/Python 2.7.2) starting up.

2012-08-07 23:11:01+0200 [-] [caldav-3] [-] reactor class: twext.internet.kqreactor.KQueueReactor.

2012-08-07 23:11:01+0200 [-] [caldav-3] [-] set uid/gid 93/93

2012-08-07 23:11:01+0200 [calendarserver.accesslog.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXAddress('/var/run/caldavd/caldavd.sock') PEER:UNIXAddress(''))

2012-08-07 23:11:01+0200 [-] [caldav-3] [-] AMP connection established (HOST:UNIXAddress(None) PEER:UNIXAddress('/var/run/caldavd/caldavd.sock'))

2012-08-07 23:11:01+0200 [-] [caldav-0] Reading configuration from file: /Library/Server/Calendar and Contacts/Config/caldavd.plist

2012-08-07 23:11:01+0200 [-] [caldav-0] [-] Log opened.

2012-08-07 23:11:01+0200 [-] [caldav-0] [-] twistd 12.0.0 (/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/ Contents/MacOS/Python 2.7.2) starting up.

2012-08-07 23:11:01+0200 [-] [caldav-0] [-] reactor class: twext.internet.kqreactor.KQueueReactor.

2012-08-07 23:11:01+0200 [-] [caldav-0] [-] set uid/gid 93/93

2012-08-07 23:11:01+0200 [calendarserver.accesslog.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXAddress('/var/run/caldavd/caldavd.sock') PEER:UNIXAddress(''))

2012-08-07 23:11:01+0200 [-] [caldav-0] [-] AMP connection established (HOST:UNIXAddress(None) PEER:UNIXAddress('/var/run/caldavd/caldavd.sock'))

2012-08-07 23:11:05+0200 [-] [memcached-Default] failed to listen on TCP port 11211: Address already in use

2012-08-07 23:11:13+0200 [-] [memcached-Default] failed to listen on TCP port 11211: Address already in use

2012-08-07 23:11:29+0200 [-] [memcached-Default] failed to listen on TCP port 11211: Address already in use

2012-08-07 23:12:01+0200 [-] [memcached-Default] failed to listen on TCP port 11211: Address already in use

Aug 28, 2012 9:30 AM in response to _morgen__

My first response is a 200


127.0.0.1 - cfstaff [28/Aug/2012:10:43:27 -0400] "GET /webcal/ HTTP/1.1" 200 4671 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=5 t=33.5 or=1 xff=10.0.1.148 fwd=10.0.1.148


This group of response codes are 304 or unmodified no need to fetch.


127.0.0.1 - cfstaff [28/Aug/2012:10:43:27 -0400] "GET /webcal/coreclient/public/javascripts/builder.js HTTP/1.1" 304 0 "https://server.calder.org/webcal/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=5 t=28.7 or=1 xff=10.0.1.148 fwd=10.0.1.148

127.0.0.1 - cfstaff [28/Aug/2012:10:43:27 -0400] "GET /webcal/coreclient/public/javascripts/prototype.js HTTP/1.1" 304 0 "https://server.calder.org/webcal/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=1 t=44.8 or=1 xff=10.0.1.148 fwd=10.0.1.148

127.0.0.1 - cfstaff [28/Aug/2012:10:43:27 -0400] "GET /webcal/calendar/css/calendar_standalone.css HTTP/1.1" 304 0 "https://server.calder.org/webcal/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=0 t=28.7 or=1 xff=10.0.1.148 fwd=10.0.1.148

127.0.0.1 - cfstaff [28/Aug/2012:10:43:27 -0400] "GET /webcal/coreclient/public/javascripts/effects.js HTTP/1.1" 304 0 "https://server.calder.org/webcal/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=6 t=28.1 or=1 xff=10.0.1.148 fwd=10.0.1.148

127.0.0.1 - cfstaff [28/Aug/2012:10:43:27 -0400] "GET /webcal/coreclient/public/stylesheets/calendar/icalserver_compressed.css HTTP/1.1" 304 0 "https://server.calder.org/webcal/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=2 t=34.3 or=1 xff=10.0.1.148 fwd=10.0.1.148

127.0.0.1 - cfstaff [28/Aug/2012:10:43:27 -0400] "GET /webcal/coreclient/public/javascripts/wikieditor/ext/md5.js HTTP/1.1" 304 0 "https://server.calder.org/webcal/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=7 t=85.6 or=1 xff=10.0.1.148 fwd=10.0.1.148

127.0.0.1 - cfstaff [28/Aug/2012:10:43:27 -0400] "GET /webcal/coreclient/public/javascripts/calendar/calendar_widgets_core.js HTTP/1.1" 304 0 "https://server.calder.org/webcal/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=3 t=64.6 or=1 xff=10.0.1.148 fwd=10.0.1.148

127.0.0.1 - cfstaff [28/Aug/2012:10:43:27 -0400] "GET /webcal/coreclient/public/javascripts/cc/core.js HTTP/1.1" 304 0 "https://server.calder.org/webcal/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=4 t=27.2 or=1 xff=10.0.1.148 fwd=10.0.1.148

127.0.0.1 - cfstaff [28/Aug/2012:10:43:27 -0400] "GET /webcal/coreclient/public/javascripts/cc/ext/string.js HTTP/1.1" 304 0 "https://server.calder.org/webcal/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=5 t=29.5 or=1 xff=10.0.1.148 fwd=10.0.1.148

127.0.0.1 - cfstaff [28/Aug/2012:10:43:28 -0400] "GET /webcal/coreclient/public/javascripts/cc/ext/element.js HTTP/1.1" 304 0 "https://server.calder.org/webcal/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=1 t=28.1 or=1 xff=10.0.1.148 fwd=10.0.1.148

127.0.0.1 - cfstaff [28/Aug/2012:10:43:28 -0400] "GET /webcal/coreclient/public/javascripts/cc/formatDate.js HTTP/1.1" 304 0 "https://server.calder.org/webcal/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=0 t=25.5 or=1 xff=10.0.1.148 fwd=10.0.1.148

127.0.0.1 - cfstaff [28/Aug/2012:10:43:28 -0400] "GET /webcal/coreclient/public/javascripts/cc/browser.js HTTP/1.1" 304 0 "https://server.calder.org/webcal/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=6 t=25.3 or=1 xff=10.0.1.148 fwd=10.0.1.148

127.0.0.1 - cfstaff [28/Aug/2012:10:43:28 -0400] "GET /webcal/coreclient/public/javascripts/cc/notifier.js HTTP/1.1" 304 0 "https://server.calder.org/webcal/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=2 t=26.0 or=1 xff=10.0.1.148 fwd=10.0.1.148

127.0.0.1 - cfstaff [28/Aug/2012:10:43:28 -0400] "GET /webcal/coreclient/public/javascripts/cc/logger.js HTTP/1.1" 304 0 "https://server.calder.org/webcal/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=7 t=26.4 or=1 xff=10.0.1.148 fwd=10.0.1.148

127.0.0.1 - cfstaff [28/Aug/2012:10:43:28 -0400] "GET /webcal/coreclient/public/javascripts/cc/localization.js HTTP/1.1" 304 0 "https://server.calder.org/webcal/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=3 t=27.7 or=1 xff=10.0.1.148 fwd=10.0.1.148

127.0.0.1 - cfstaff [28/Aug/2012:10:43:28 -0400] "GET /webcal/coreclient/public/javascripts/cc/keyboard.js HTTP/1.1" 304 0 "https://server.calder.org/webcal/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=4 t=24.7 or=1 xff=10.0.1.148 fwd=10.0.1.148

127.0.0.1 - cfstaff [28/Aug/2012:10:43:28 -0400] "GET /webcal/coreclient/public/javascripts/cc/dialogs.js HTTP/1.1" 304 0 "https://server.calder.org/webcal/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=5 t=32.1 or=1 xff=10.0.1.148 fwd=10.0.1.148

127.0.0.1 - cfstaff [28/Aug/2012:10:43:28 -0400] "GET /webcal/coreclient/public/javascripts/calendar/calendar_widgets.js HTTP/1.1" 304 0 "https://server.calder.org/webcal/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=1 t=25.9 or=1 xff=10.0.1.148 fwd=10.0.1.148

127.0.0.1 - cfstaff [28/Aug/2012:10:43:28 -0400] "GET /webcal/coreclient/public/javascripts/calendar/caldav.js HTTP/1.1" 304 0 "https://server.calder.org/webcal/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=0 t=27.4 or=1 xff=10.0.1.148 fwd=10.0.1.148

127.0.0.1 - cfstaff [28/Aug/2012:10:43:28 -0400] "GET /webcal/coreclient/public/javascripts/calendar/calaccess.js HTTP/1.1" 304 0 "https://server.calder.org/webcal/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=6 t=29.3 or=1 xff=10.0.1.148 fwd=10.0.1.148

127.0.0.1 - cfstaff [28/Aug/2012:10:43:28 -0400] "GET /webcal/coreclient/public/locales/en.lproj/strings.js HTTP/1.1" 304 0 "https://server.calder.org/webcal/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=2 t=231.1 or=1 xff=10.0.1.148 fwd=10.0.1.148

127.0.0.1 - cfstaff [28/Aug/2012:10:43:28 -0400] "PROPFIND /principals/__uids__/EE77F991-F69C-4207-9FF6-B196E8AC0148/ HTTP/1.1" 207 1885 "https://server.calder.org/webcal/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=2 t=35.6 or=1 cached=1 xff=10.0.1.148 fwd=10.0.1.148

127.0.0.1 - cfstaff [28/Aug/2012:10:43:29 -0400] "PROPFIND /calendars/__uids__/EE77F991-F69C-4207-9FF6-B196E8AC0148/ HTTP/1.1" 207 15167 "https://server.calder.org/webcal/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=2 t=225.4 or=1 responses=9 xff=10.0.1.148 fwd=10.0.1.148

127.0.0.1 - cfstaff [28/Aug/2012:10:43:29 -0400] "REPORT(DAV:expand-property) /principals/__uids__/EE77F991-F69C-4207-9FF6-B196E8AC0148/ HTTP/1.1" 207 438 "https://server.calder.org/webcal/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=2 t=19.7 or=1 xff=10.0.1.148 fwd=10.0.1.148

127.0.0.1 - cfstaff [28/Aug/2012:10:43:29 -0400] "POST /timezones/?method=expand&tzid=America%2FLos_Angeles&start=20070828T104346Z&end =20170828T104346Z HTTP/1.1" 200 2302 "https://server.calder.org/webcal/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=2 t=120.6 or=1 xff=10.0.1.148 fwd=10.0.1.148

127.0.0.1 - cfstaff [28/Aug/2012:10:43:29 -0400] "REPORT(CalDAV:calendar-query)

/calendars/__uids__/EE77F991-F69C-4207-9FF6-B196E8AC0148/calendar/ HTTP/1.1" 207 2357 "https://server.calder.org/webcal/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=7 t=100.3 or=1 responses=4 xff=10.0.1.148 fwd=10.0.1.148

127.0.0.1 - cfstaff [28/Aug/2012:10:43:29 -0400] "REPORT(CalDAV:calendar-query) /calendars/__uids__/EE77F991-F69C-4207-9FF6-B196E8AC0148/362B9457-0A87-47DE-AAD 8-387D5FA247A6/ HTTP/1.1" 207 3076 "https://server.calder.org/webcal/" "Mozilla/5.0 (Macintosh; Intel Mac OSX 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=7 t=64.9 or=1 responses=5 xff=10.0.1.148 fwd=10.0.1.148

127.0.0.1 - cfstaff [28/Aug/2012:10:43:29 -0400] "REPORT(CalDAV:calendar-multiget) /calendars/__uids__/EE77F991-F69C-4207-9FF6-B196E8AC0148/calendar/ HTTP/1.1" 207 5466 "https://server.calder.org/webcal/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=7 t=104.0 or=1 rcount=4 xff=10.0.1.148 fwd=10.0.1.148

127.0.0.1 - cfstaff [28/Aug/2012:10:43:30 -0400] "REPORT(CalDAV:calendar-multiget) /calendars/__uids__/EE77F991-F69C-4207-9FF6-B196E8AC0148/362B9457-0A87-47DE-AAD 8-387D5FA247A6/ HTTP/1.1" 207 4967 "https://server.calder.org/webcal/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=7 t=64.3 or=1 rcount=5 xff=10.0.1.148 fwd=10.0.1.148

127.0.0.1 - cfstaff [28/Aug/2012:10:43:30 -0400] "POST /timezones/?method=expand&tzid=America%2FNew_York&start=20070828T104346Z&end=20 170828T104346Z HTTP/1.1" 200 2302 "https://server.calder.org/webcal/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=7 t=89.8 or=1 xff=10.0.1.148 fwd=10.0.1.148

127.0.0.1 - cfstaff [28/Aug/2012:10:43:30 -0400] "POST /timezones/?method=get&tzid=America%2FLos_Angeles HTTP/1.1" 200 2877 "https://server.calder.org/webcal/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=7 t=26.4 or=1 xff=10.0.1.148 fwd=10.0.1.148

127.0.0.1 - cfstaff [28/Aug/2012:10:43:30 -0400] "POST /timezones/?


another 200 code


method=get&tzid=America%2FLos_Angeles HTTP/1.1" 200 2877 "https://server.calder.org/webcal/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=7 t=72.9 or=1 xff=10.0.1.148 fwd=10.0.1.148

127.0.0.1 - cfstaff [28/Aug/2012:10:43:30 -0400] "REPORT(CalDAV:calendar-query)


the start of 207 codes which I believe are ok and mean that xml is coming with many different response codes possible


/calendars/__uids__/EE77F991-F69C-4207-9FF6-B196E8AC0148/900F5E50-62D4-4475-95BD -C7700897E2E9/ HTTP/1.1" 207 95359 "https://server.calder.org/webcal/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=2 t=1375.3 or=1 responses=146 xff=10.0.1.148 fwd=10.0.1.148

127.0.0.1 - cfstaff [28/Aug/2012:10:43:32 -0400] "REPORT(CalDAV:calendar-multiget) /calendars/__uids__/EE77F991-F69C-4207-9FF6-B196E8AC0148/900F5E50-62D4-4475-95B D-C7700897E2E9/ HTTP/1.1" 207 208393 "https://server.calder.org/webcal/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" i=7 t=1359.2 or=1 rcount=146 xff=10.0.1.148 fwd=10.0.1.148


With those logs looking good to me I'm no going to turn on the Accounting key and see if that leads me anywhere.

Sep 4, 2012 7:37 AM in response to detourdog

I don't see anything obviously wrong from this access.log, detourdog. If you're still stuck with the "getting events from server" message for only one particular user, that implies there is something about the calendar data the javascript client doesn't like. You should use Safari's "Develop > Show Error Console" menu item to see if you find what the error is. If you don't have a "Develop" menu item in Safari, you can enable it via Safari's Preferences > Advanced > Show Develop menu in menu bar.

Sep 4, 2012 7:40 AM in response to Andrea_Nove

Andrea_Nove: this shouldn't be happening:


2012-08-07 23:12:01+0200 [-] [memcached-Default] failed to listen on TCP port 11211: Address already in use


That means calendar server is trying to run memcached but there is a memcached already running. I would reboot the computer and see if that goes away.


Are you having the same symptoms as detourdog where the webcal is working for all users but one?

Oct 11, 2012 6:12 AM in response to detourdog

Well I finally got down to editing the caldavd.plist and when I restarted the caldav service the problem disappeared.


Unfortunately I didn't test before I started to try to fix it. I don't know if it was touching the caldav file that caused some fix or if the latest lion update fixed the problem which was applied last week.


I started looking at the issue because of fresh complaint from the original user. This complaint was after the upgrade last week but before touching the caldav file.


If it starts again I'm now better equipped to start figuring it out.


Thanks,


Ben

Jan 30, 2013 4:30 AM in response to detourdog

Well it hapend again.


The same user is having the same issue.


I tried step 2.


from morgan

I'm on lion 10.7.5 now so I edited /etc/caldavd/caldavd.plist.


Added this key to the caldavd.plist and restart calendar server:


<key>AccountingCategories</key>

<dict>

<key>HTTP</key>

<true/>

</dict>



did not do this.

<key>ResponseCompression</key>

<false/>


From then on evey request/response is logged as a separate file in /var/log/caldavd/accounting/HTTP


I tried it without making the accounting directory and with manualy making the accounting directory. I then made HTTP directory for good measure.


I see no errors in the javascript console and I see no errors for the entire webpage. I do see this repeated Timer Fired in prototype.js:371.


Thanks for your help,


Ben

some webcals not accessible

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.