Ticket #614 (closed defect: worksforme)

Opened 13 months ago

Last modified 10 days ago

Every second sync fails with assert + appointments replicated on N6131

Reported by: totovich Owned by: dgollub
Priority: high Milestone:
Component: Plugin: syncml Version: 0.38
Severity: major Keywords:
Cc:

Description

Sync between Evolution and Nokia 6131 over Bluetooth using SyncML client fails every second time (and causes a slow-sync). In addition, appointments are replicated on the phone after every such sync.

opensync_obj_engine.c:212:E:osync_mapping_engine_new: Assertion "mapping_entry" failed Aborted

Change History

Changed 11 months ago by felixmoeller

  • owner changed from abauer to dgollub
  • component changed from Plugin: syncml-client to Plugin: syncml

I think you are using the syncml-obex-client, therefore I move this ticket to syncml. Syncml-client is based on sync4j.

Changed 6 months ago by Darknight

I have very similar behaviour with my Nokia E61. This is my output at the end of sync:

Sent an entry 1365 of size 225 to member 2 (syncml-obex-client). Changetype ADDED
Member 2 of type syncml-obex-client committed all changes.
All clients have written
Member 1 of type kdepim-sync just disconnected
Member 2 of type syncml-obex-client just disconnected
All clients have disconnected
The sync failed: Unable to write one or more objects
Error while synchronizing: Unable to write one or more objects

The ADD should have been an update or something like that, if something new at all.

I'm using gentoo packages with these versions: app-pda/libopensync-0.22 app-pda/libopensync-plugin-file-0.22 app-pda/libopensync-plugin-kdepim-0.22 app-pda/libopensync-plugin-syncml-0.22 app-pda/libsyncml-0.4.6 app-pda/msynctool-0.22

My syncml-obex-client.conf, just in case...

<config>
<username></username>
<password></password>
<type>2</type>
<bluetooth_address>xx:xx:xx:xx:xx:xx</bluetooth_address>
<bluetooth_channel>10</bluetooth_channel>
<interface>0</interface>
<version>1</version>
<identifier>Opensync</identifier>
<wbxml>1</wbxml>
<recvLimit>0</recvLimit>
<maxObjSize>0</maxObjSize>
<usestringtable>1</usestringtable>
<onlyreplace>0</onlyreplace>
<contact_db>Contacts</contact_db>
<calendar_db>Calendar</calendar_db>
<note_db>Notes</note_db>
</config>

Changed 10 days ago by tuju

  • status changed from new to closed
  • version changed from 0.33 to 0.38
  • resolution set to worksforme

I think this is fixed in 0.3x versions already, haven't seen it. Reopen when necessary.

Note: See TracTickets for help on using tickets.