|
From: Chris F. <cd...@fo...> - 2010-10-02 16:32:12
|
On Sat, Oct 02, 2010 at 12:49:06PM +0200, deloptes wrote: > Hi, > > I need some support to debug this next step. 'm afraid I'm not familiar with > the logic of opensync and unfortunately I don't have that much time to dig > around. How do I use irc. I am afraid I've forgotten. I haven't used this > for years. I won't be available on IRC much this weekend. Not sure about anyone else. :-) > ERROR: Can't demerge data with 0 size. > EXIT_ERROR: _osync_obj_engine_clone_and_demerge_change: Can't demerge data > with 0 size. > EXIT_ERROR: _osync_obj_engine_mapping_find: Can't demerge data with 0 size. > EXIT_ERROR: osync_obj_engine_map_changes: Can't demerge data with 0 size. > ERROR: At least one object engine failed while mapping changes. Aborting > ERROR: At least one object engine failed while mapping changes. Aborting This looks like you have changes with no data? At one point, your log says: > akonadi_opensync(11995) DataSink::reportChange: item.payloadData().data(): > BEGIN:VCARD > FN:test2 contact > N:contact;test2;;; > NAME:test2 contact > NICKNAME:test2 > UID:MQ2WVhPXyw > VERSION:3.0 > END:VCARD > akonadi_opensync(11995) DataSink::reportChange: changeid: 10 ; itemid: 10 ; > revision: 1 ; changetype: 1 ; hash: ; objtype: contact ; objform: > vcard30 ; sinkname: contact And later it says: > akonadi_opensync(11995) DataSink::reportChange: item.payloadData().data(): > akonadi_opensync(11995) DataSink::reportChange: changeid: 11 ; itemid: 11 ; > revision: 0 ; changetype: 1 ; hash: ; objtype: contact ; objform: > vcard30 ; sinkname: contact Could it be that there are items with no data? - Chris |