This was working just file for months, now whenever the server is started I see this error adfter probably 30 seconds:
[ERROR] FATAL UNHANDLED EXCEPTION: System.InvalidOperationException: An attempt was made to transition a task to a final state when it had already completed.
at System.Threading.Tasks.TaskCompletionSource`1[TResult].SetResult (TResult result) [0x00016] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0
at CoCoL.Channel`1+<ReadAsync>c__AnonStorey1[T].<>m__1 () [0x00000] in <42facd2a943c4ff2bbe038fcc8489a68>:0
at CoCoL.SystemThreadPoolWrapper+<QueueItem>c__AnonStorey0.<>m__0 (System.Object x) [0x00000] in <42facd2a943c4ff2bbe038fcc8489a68>:0
at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context (System.Object state) [0x0000e] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x0008d] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x0002a] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0
at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00096] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in <dbb16e0bacdc4a0f87478e401bc29b6c>:0
Versions:
- You are currently running Duplicati - 2.0.2.4_canary_2017-09-09
- Mono JIT compiler version 4.8.1 (4.8.1.0 Thu Nov 16 03:04:05 UTC 2017)
Where are the log files stored? I’ll post them if that helps?