[CalendarServer-users] Connection aborted - took too long to close

Andre LaBranche dre at apple.com
Thu Feb 5 15:01:02 PST 2015


> On Feb 5, 2015, at 2:36 PM, Jacques Distler <distler at golem.ph.utexas.edu> wrote:
> 
> 
>> On Feb 5, 2015, at 3:42 PM, Jacques Distler <distler at golem.ph.utexas.edu> wrote:
>> 
>>> 
>>> You can find out how many resources are in the old format by running this SQL:
>>> select count(*) from calendar_object where dataversion = 0;
>> 
>> Well, now you have me REALLY confused.
>> 
>> I did a calendarserver_upgrade when I upgraded to 5.3 (and, again, for good measure when I upgraded to 5.4dev). So I THOUGHT I had the latest schema version. But there's no "dataversion" column in the "calendar_object" table:

That can’t be good. There should absolutely be a dataversion column on calendar_object, and I’m not really sure what to expect if that’s missing. Most likely it means that somewhere along the line, some schema upgrade failed. I’m somewhat surprised that your server is still working...

When you start the service, what does error.log say about checking schema / data versions?

-dre



More information about the calendarserver-users mailing list