mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-25 11:05:56 +03:00
[GH-ISSUE #19] Exception during sync leads to incosistent state of internal data structures #476
Labels
No labels
1.0
1.0
1.0
2.0
Feature
Feature request
Google
Google Calendar
async
attachement
auto-migrated
auto-migrated
auto-migrated
bug
critical
enhancement
help wanted
implemented
pull-request
solved
solved
sourceforge
sourceforge
sourceforge
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/outlookcaldavsynchronizer#476
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aluxnimm on GitHub (Feb 26, 2015).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/19
Originally assigned to: @nertsch on GitHub.
ERROR 2015-02-26 09:49:50,189 [VSTA_Main] ronizer.Scheduling.SynchronizationWorker . RunNoThrowAndReschedule -
System.ArgumentException: Ein Element mit dem gleichen Schlüssel wurde bereits hinzugefügt.
bei System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
bei System.Collections.Generic.Dictionary
2.Insert(TKey key, TValue value, Boolean add) bei System.Collections.Generic.Dictionary2.Add(TKey key, TValue value)bei CalDavSynchronizer.EntityRelationManagement.EntityRelationStorage
2.AddRelation(TEntityOneId id1, TEntityTwoId id2) bei CalDavSynchronizer.EntityRelationManagement.EntityRelationStorageSwitchRolesWrapper2.AddRelation(TEntityOneId id1, TEntityTwoId id2)bei CalDavSynchronizer.Synchronization.SynchronizationTasks
6.SynchronizeAdded(IDictionary2 addedVersions)bei CalDavSynchronizer.Synchronization.TwoWaySynchronizer
6.SynchronizeOverride() bei CalDavSynchronizer.Synchronization.SynchronizerBase6.Synchronize()bei CalDavSynchronizer.Scheduling.SynchronizationWorker.RunNoThrowAndReschedule()
Original comment by: aluxnimm
Original Ticket: outlookcaldavsynchronizer/9
@aluxnimm commented on GitHub (Mar 23, 2015):
Original comment by: nertsch