Comment 13 for bug 1064149

Revision history for this message
David B (d-bannon) wrote :

OK, some info about this
I invoked the "clean local database" and removed all local notes and resyncronised
The resync failed on three notes on the server, message was the same
...
-11-12 08:03:22.134 E/SyncService( 6322): Problem syncing in thread 11-12 08:03:22.134 E/SyncService( 6322): android.util.TimeFormatException: Unexpected length; should be 33 characters

By deleting each one, I could get it to complete the sync
The notes that caused the problems were ones origionally created by tomdroid and each one has a date stamp like this

[24/61] "Email Address": last-change-date 2012-10-17T09:58:16.0000000+0000
create-date 2012-10-17T09:58:16.0000000+0000

But it should look like this

[9/61] "MapDesktop": last-change-date 2012-10-14T17:42:37.2198950+11:00
create-date 2009-07-07T19:36:25.7226179+10:00

This seem quite repeatable. The bad date format is apparenlty acceptable to linux based tomboy.
David