Q: Calendar keeps freezing..
Hey Guys,
My calendar keeps freezing, i've taken the liberty to scour the forums for ideas as to what may be causing the issue,
- New Hardware MacBook Air (Early 2015)
- OS X El Capitan (10.11.4)
- 8 GB Ram (500GB FLASH HD)
i have recently moved from hosted exchange to Gmail.
along with that i had to make the switch from Outlook to using the Native Mail Client and Calendar (Google Calendaring is only available as a subscription on Outlook 2016 *Read Only*)
Other applets froze as well, Internet Accounts, icould, Security & Privacy , at first i assumed it was a bad key chain, (that has yet to be determined )
at one point i discovered that FileVault was on, (possibly due to me migrating the account from older hardware, i attempted to disable it however the Security & privacy applet would freeze, so did it via terminal (*Instructions below*)
at this point i hadnt logged off or restarted yet, but decided to reset my home folder permissions via a post by Linc Davis
Re: On a 2011 iMac upgraded to El Capitan and can not load Security
I backed up all my data then ran
sudo find ~ $TMPDIR.. -exec chflags -h nouchg,nouappnd,noschg,nosappnd {} + -exec chown -h $UID {} + -exec chmod +rw {} + -exec chmod -h -N {} + -type d -exec chmod -h +x {} + 2>&-
Followed by
find L*/{Con*/*/Data/L*/,}Pref* -type f -size 0c -name *.plist.??????? -exec mv {} .Trash/ \; 2>&-Then restarted my computer.
Everything worked perfectly for a couple of hours, i logged on today to check it.. and the issue came back.. not sure why ..
I checked the console logs and get the following errors
CalendarAgent[243]: [com.apple.calendar.foundation.accounts] [We timed out attempting to get an account for ########-0765-4C3B-AE9F-E8AC5B30D36C.]
sandboxd[104]: ([150]) mds_stores(150) deny file-read-data /Users/#myappid#/.Trash/zyxvpxvq6csfxvn_n0000000000000
Calendar[25322]: [com.apple.calendar.foundation.accounts] [We timed out attempting to get a cached account for ########-0765-4C3B-AE9F-E8AC5B30D36C.]
CalendarAgent[243]: [com.apple.calendar.store.log.caldav.queue] [Got error on refresh, but not rectifying principal because it was manually configured: Error Domain=CoreDAVHTTPStatusErrorDomain Code=401 "(null)" UserInfo={CoreDAVHTTPHeaders=<CFBasicHash 0x7fbb44b7b240 [0x7fff7a82c440]>{type = immutable dict, count = 14,
entries =>
0 : Content-Type = <CFString 0x7fbb45637bd0 [0x7fff7a82c440]>{contents = "application/vnd.google.gdata.error+xml; charset=UTF-8"}
1 : Www-Authenticate = <CFString 0x7fbb456f0ce0 [0x7fff7a82c440]>{contents = "Bearer realm="https://accounts.google.com/""}
3 : alt-svc = <CFString 0x7fbb4528e750 [0x7fff7a82c440]>{contents = "quic=":443"; ma=2592000; v="32,31,30,29,28,27,26,25""}
4 : alternate-protocol = <CFString 0x7fbb452d2390 [0x7fff7a82c440]>{contents = "443:quic"}
5 : Content-Encoding = gzip
6 : Server = GSE
7 : x-xss-protection = <CFString 0x7fbb45269700 [0x7fff7a82c440]>{contents = "1; mode=block"}
8 : Expires = <CFString 0x7fbb4525e1f0 [0x7fff7a82c440]>{contents = "Mon, 18 Apr 2016 18:59:38 GMT"}
12 : Cache-Control = <CFString 0x7fbb45294ba0 [0x7fff7a82c440]>{contents = "private, max-age=0"}
13 : Date = <CFString 0x7fbb452eebe0 [0x7fff7a82c440]>{contents = "Mon, 18 Apr 2016 18:59:38 GMT"}
15 : Content-Length = 200
19 : x-content-type-options = nosniff
21 : Vary = <CFString 0x7fbb4525db70 [0x7fff7a82c440]>{contents = "Origin, X-Origin"}
22 : x-frame-options = <CFString 0x7fbb4527bf20 [0x7fff7a82c440]>{contents = "SAMEORIGIN"}
}
}]
CalendarAgent[243]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=CoreDAVHTTPStatusErrorDomain Code=401 "(null)" UserInfo={AccountName=myid@mydom.com, CalDAVErrFromRefresh=YES, CoreDAVHTTPHeaders=<CFBasicHash 0x7fbb44b7b240 [0x7fff7a82c440]>{type = immutable dict, count = 14,
entries =>
0 : Content-Type = <CFString 0x7fbb45637bd0 [0x7fff7a82c440]>{contents = "application/vnd.google.gdata.error+xml; charset=UTF-8"}
1 : Www-Authenticate = <CFString 0x7fbb456f0ce0 [0x7fff7a82c440]>{contents = "Bearer realm="https://accounts.google.com/""}
3 : alt-svc = <CFString 0x7fbb4528e750 [0x7fff7a82c440]>{contents = "quic=":443"; ma=2592000; v="32,31,30,29,28,27,26,25""}
4 : alternate-protocol = <CFString 0x7fbb452d2390 [0x7fff7a82c440]>{contents = "443:quic"}
5 : Content-Encoding = gzip
6 : Server = GSE
7 : x-xss-protection = <CFString 0x7fbb45269700 [0x7fff7a82c440]>{contents = "1; mode=block"}
8 : Expires = <CFString 0x7fbb4525e1f0 [0x7fff7a82c440]>{contents = "Mon, 18 Apr 2016 18:59:38 GMT"}
12 : Cache-Control = <CFString 0x7fbb45294ba0 [0x7fff7a82c440]>{contents = "private, max-age=0"}
13 : Date = <CFString 0x7fbb452eebe0 [0x7fff7a82c440]>{contents = "Mon, 18 Apr 2016 18:59:38 GMT"}
15 : Content-Length = 200
19 : x-content-type-options = nosniff
21 : Vary = <CFString 0x7fbb4525db70 [0x7fff7a82c440]>{contents = "Origin, X-Origin"}
22 : x-frame-options = <CFString 0x7fbb4527bf20 [0x7fff7a82c440]>{contents = "SAMEORIGIN"}
}
}]
CalendarAgent[243]: [com.apple.calendar.store.log.caldav.coredav] [Refusing to parse response to PROPPATCH because of content-type: [text/plain; charset="utf-8"].]
Not sure what to do at this point
I hope i provided enough information.
THanks
MacBook Air (13-inch, Early 2015), OS X El Capitan (10.11.4)
Posted on Apr 18, 2016 12:12 PM