[CalendarServer-users] Trouble upgrading from 5.3 to 7.0

Jacques Distler distler at golem.ph.utexas.edu
Tue Jan 19 08:53:14 PST 2016


> On Jan 19, 2016, at 10:30 AM, Cyrus Daboo <cdaboo at apple.com> wrote:
> 
> Can you set the "DefaultLogLevel" key to "debug" on the plist config you are using and then try a bin/run again and attach the result from the error.log file?

Here is the error.log, with DefaultLogLevel set to "debug". As you can see, after the database checks, nothing happens ... till I kill the server.

2016-01-19 10:44:23-0600 [-] Log opened.
2016-01-19 10:44:23-0600 [-] [twisted.application.app#info] twistd 15.2.1 (/usr/local/CalDAV-7.0/CalendarServer/.develop/virtualenv/bin/python 2.7.11) starting up.
2016-01-19 10:44:23-0600 [-] [twisted.application.app#info] reactor class: twisted.internet.selectreactor.SelectReactor.
2016-01-19 10:44:23-0600 [-] ControlSocket starting on '/Library/CalDAV/logs/caldavd.sock'
2016-01-19 10:44:23-0600 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseSchemaStep#warn] Beginning database schema check.
2016-01-19 10:44:23-0600 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseSchemaStep#warn] Required database key VERSION: 58.
2016-01-19 10:44:23-0600 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseSchemaStep#warn] Actual database key VERSION: 58.
2016-01-19 10:44:23-0600 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseSchemaStep#warn] Schema version check complete: no upgrade needed.
2016-01-19 10:44:23-0600 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseSchemaStep#warn] Database schema check complete.
2016-01-19 10:44:23-0600 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseAddressBookDataStep#warn] Beginning database addressbook data check.
2016-01-19 10:44:23-0600 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseAddressBookDataStep#warn] Required database key ADDRESSBOOK-DATAVERSION: 2.
2016-01-19 10:44:23-0600 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseAddressBookDataStep#warn] Actual database key ADDRESSBOOK-DATAVERSION: 2.
2016-01-19 10:44:23-0600 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseAddressBookDataStep#warn] Addressbook data version check complete: no upgrade needed.
2016-01-19 10:44:23-0600 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseAddressBookDataStep#warn] Database addressbook data check complete.
2016-01-19 10:44:23-0600 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseCalendarDataStep#warn] Beginning database calendar data check.
2016-01-19 10:44:23-0600 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseCalendarDataStep#warn] Required database key CALENDAR-DATAVERSION: 6.
2016-01-19 10:44:23-0600 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseCalendarDataStep#warn] Actual database key CALENDAR-DATAVERSION: 6.
2016-01-19 10:44:23-0600 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseCalendarDataStep#warn] Calendar data version check complete: no upgrade needed.
2016-01-19 10:44:23-0600 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseCalendarDataStep#warn] Database calendar data check complete.
2016-01-19 10:44:23-0600 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseNotificationDataStep#warn] Beginning database notification data check.
2016-01-19 10:44:23-0600 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseNotificationDataStep#warn] Required database key NOTIFICATION-DATAVERSION: 1.
2016-01-19 10:44:23-0600 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseNotificationDataStep#warn] Actual database key NOTIFICATION-DATAVERSION: 1.
2016-01-19 10:44:23-0600 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseNotificationDataStep#warn] Notification data version check complete: no upgrade needed.
2016-01-19 10:44:23-0600 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseNotificationDataStep#warn] Database notification data check complete.
2016-01-19 10:44:23-0600 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseOtherStep#warn] Beginning database other upgrades check.
2016-01-19 10:44:23-0600 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseOtherStep#warn] Database other upgrades check complete.
2016-01-19 10:49:22-0600 [-] [twisted.internet.base#info] Received SIGTERM, shutting down.
2016-01-19 10:49:22-0600 [-] [memcached-Default] Signal handled: Terminated: 15.
2016-01-19 10:49:22-0600 [-] (UNIX Port '/Library/CalDAV/logs/caldavd.sock' Closed)
2016-01-19 10:49:22-0600 [-] [twisted.internet.base#info] Main loop terminated.
2016-01-19 10:49:22-0600 [-] [twisted.application.app#info] Server Shut Down.


More information about the calendarserver-users mailing list