Advertisement
Guest User

Untitled

a guest
May 17th, 2018
1,241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.45 KB | None | 0 0
  1. Here are 2 logs.
  2. 1 is the Outlook log.
  3. 2 is the eM Client log.
  4. I need both email clients to work.
  5. Thank you.
  6. _____________________________________________________________________________________________________
  7. _____________________________________________________________________________________________________
  8. _____________________________________________________________________________________________________
  9. 1 [Outlook]
  10. CalDavSynchronizer.DataAccess.WebDavClientException: An error occurred
  11. while sending the request. ---> System.Net.Http.HttpRequestException: An
  12. error occurred while sending the request. ---> System.Net.WebException:
  13. Le serveur a commis une violation de protocole. Section=ResponseStatusLine
  14. at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
  15. at
  16. System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)
  17. --- End of inner exception stack trace ---
  18. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  19. at
  20. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
  21. task)
  22. at System.Net.Http.HttpClient.<FinishSendAsync>d__58.MoveNext()
  23. --- End of stack trace from previous location where exception was thrown ---
  24. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  25. at
  26. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
  27. task)
  28. at
  29. CalDavSynchronizer.DataAccess.HttpClientBasedClient.WebDavClient.<ExecuteWebDavRequest>d__9.MoveNext()
  30. --- End of stack trace from previous location where exception was thrown ---
  31. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  32. at
  33. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
  34. task)
  35. at
  36. CalDavSynchronizer.DataAccess.HttpClientBasedClient.WebDavClient.<ExecuteWebDavRequestAndReadResponse>d__7.MoveNext()
  37. --- End of inner exception stack trace ---
  38. at
  39. CalDavSynchronizer.DataAccess.HttpClientBasedClient.WebDavClient.<ExecuteWebDavRequestAndReadResponse>d__7.MoveNext()
  40. --- End of stack trace from previous location where exception was thrown ---
  41. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  42. at
  43. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
  44. task)
  45. at
  46. CalDavSynchronizer.DataAccess.CalDavDataAccess.<GetVersions>d__20.MoveNext()
  47. --- End of stack trace from previous location where exception was thrown ---
  48. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  49. at
  50. CalDavSynchronizer.DataAccess.CalDavDataAccess.<GetVersions>d__20.MoveNext()
  51. --- End of stack trace from previous location where exception was thrown ---
  52. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  53. at
  54. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
  55. task)
  56. at
  57. CalDavSynchronizer.Implementation.CalDavRepository`1.<GetAllVersions>d__9.MoveNext()
  58. --- End of stack trace from previous location where exception was thrown ---
  59. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  60. at
  61. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
  62. task)
  63. at
  64. GenSync.EntityRepositories.VersionAwareToStateAwareEntityRepositoryAdapter`4.<GetFullRepositoryState>d__5.MoveNext()
  65. --- End of stack trace from previous location where exception was thrown ---
  66. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  67. at
  68. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
  69. task)
  70. at GenSync.Synchronization.Synchronizer`11.<Synchronize>d__27.MoveNext()
  71. --- End of stack trace from previous location where exception was thrown ---
  72. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  73. at
  74. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
  75. task)
  76. at
  77. GenSync.Synchronization.ContextCreatingSynchronizerDecorator`7.<Synchronize>d__3.MoveNext()
  78. --- End of stack trace from previous location where exception was thrown ---
  79. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  80. at
  81. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
  82. task)
  83. at
  84. CalDavSynchronizer.Scheduling.SynchronizationProfileRunner.<RunAndRescheduleNoThrow>d__22.MoveNext()
  85.  
  86.  
  87. _____________________________________________________________________________________________________
  88. _____________________________________________________________________________________________________
  89. _____________________________________________________________________________________________________
  90.  
  91. 2 [eM Client]
  92. 06:27:08 État en ligne: changé en En ligne. Raison : NetworkAvailability
  93. 06:27:08 chihiro@masui.fr [IMAP] Synchronizing subfolders: For folder
  94. chihiro@masui.fr/
  95. 06:27:09 ChihiroDS [CardDAV] Synchronizing items: For folder ChihiroDS/
  96. 06:27:09 agenda@chihiromasui.com [CalDAV / CardDAV]
  97. MailClient.Accounts.ConnectionException: La connexion sous-jacente a été
  98. fermée : Le serveur a fermé une connexion qui devait être maintenue
  99. active. ---> System.Net.WebException: La connexion sous-jacente a été
  100. fermée : Le serveur a fermé une connexion qui devait être maintenue active.
  101. 06:27:09 at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult
  102. asyncResult)
  103. 06:27:09 at
  104. MailClient.Protocols.CalDav.ProtocolCommands.RequestCommand.Execute(HttpWebRequest
  105. httpRequest, CancellationToken cancellationToken, Action`1 logBody)
  106. 06:27:09 at
  107. MailClient.Protocols.CalDav.ProtocolCommands.XmlRequestCommand.Execute(HttpWebRequest
  108. httpRequest, CancellationToken cancellationToken, Action`1 logBody)
  109. 06:27:09 at
  110. MailClient.Protocols.CalDav.ProtocolCommands.Connector.RunCommand(CalDavAccount
  111. account, ICommand command, CancellationToken cancellationToken)
  112. 06:27:09 --- End of inner exception stack trace ---
  113. 06:27:09 at
  114. MailClient.Protocols.CalDav.ProtocolCommands.Connector.RunCommand(CalDavAccount
  115. account, ICommand command, CancellationToken cancellationToken)
  116. 06:27:09 at
  117. MailClient.Protocols.CalDav.Synchronizer.BootstrapCommand.UpdatePrincipalProperties(Uri
  118. baseUri, Boolean retryOnNotFound)
  119. 06:27:09 at
  120. MailClient.Protocols.CalDav.Synchronizer.BootstrapCommand.Execute(WorkerStatus
  121. status)
  122. 06:27:09 at MailClient.Commands.Command.Process(WorkerStatus status)
  123. 06:27:09 ChihiroDS [CardDAV] Synchronizing items: Sync of ChihiroDS/
  124. finished: 0 uploaded, 0 deleted, 0 obsolete, 0 items, 0 downloaded
  125. 06:27:09 ChihiroDS [CardDAV] Synchronizing items: Done
  126. 06:27:09 chihiro@masui.fr [IMAP] Synchronizing subfolders: Done
  127. 06:27:09 chihiro@masui.fr [IMAP] Synchronizing subfolders: For folder
  128. chihiro@masui.fr/spam
  129. 06:27:09 chihiro@masui.fr [IMAP] Synchronizing subfolders: Done
  130. 06:27:09 chihiro@masui.fr [IMAP] Synchronizing subfolders: For folder
  131. chihiro@masui.fr/france
  132. 06:27:09 chihiro@masui.fr [IMAP] Synchronizing subfolders: Done
  133. 06:27:09 chihiro@masui.fr [IMAP] Synchronizing subfolders: For folder
  134. chihiro@masui.fr/Junk
  135. 06:27:09 chihiro@masui.fr [IMAP] Synchronizing subfolders: Done
  136. 06:27:09 chihiro@masui.fr [IMAP] Synchronizing subfolders: For folder
  137. chihiro@masui.fr/Drafts
  138. 06:27:09 chihiro@masui.fr [IMAP] Synchronizing subfolders: Done
  139. 06:27:09 chihiro@masui.fr [IMAP] Synchronizing subfolders: For folder
  140. chihiro@masui.fr/Archive
  141. 06:27:09 chihiro@masui.fr [IMAP] Synchronizing subfolders: Done
  142. 06:27:09 chihiro@masui.fr [IMAP] Synchronizing subfolders: For folder
  143. chihiro@masui.fr/Trash
  144. 06:27:09 chihiro@masui.fr [IMAP] Synchronizing subfolders: Done
  145. 06:27:09 chihiro@masui.fr [IMAP] Synchronizing subfolders: For folder
  146. chihiro@masui.fr/Sent
  147. 06:27:09 chihiro@masui.fr [IMAP] Synchronizing subfolders: Done
  148. 06:27:09 chihiro@masui.fr [IMAP] Synchronizing subfolders: For folder
  149. chihiro@masui.fr/INBOX
  150. 06:27:09 chihiro@masui.fr [IMAP] Synchronizing subfolders: Done
  151. 06:27:09 chihiro@masui.fr [IMAP] Synchronizing messages: For folder
  152. chihiro@masui.fr/INBOX
  153. 06:27:09 chihiro@masui.fr [IMAP] Synchronizing messages: Done
  154. 06:27:09 chihiro@masui.fr [IMAP] Synchronizing messages: For folder
  155. chihiro@masui.fr/spam
  156. 06:27:10 chihiro@masui.fr [IMAP] Synchronizing messages: Done
  157. 06:27:10 chihiro@masui.fr [IMAP] Synchronizing messages: For folder
  158. chihiro@masui.fr/france
  159. 06:27:10 chihiro@masui.fr [IMAP] Synchronizing messages: Done
  160. 06:27:10 chihiro@masui.fr [IMAP] Synchronizing messages: For folder
  161. chihiro@masui.fr/Junk
  162. 06:27:10 chihiro@masui.fr [IMAP] Synchronizing messages: Done
  163. 06:27:10 chihiro@masui.fr [IMAP] Synchronizing messages: For folder
  164. chihiro@masui.fr/Drafts
  165. 06:27:10 chihiro@masui.fr [IMAP] Synchronizing messages: Done
  166. 06:27:10 chihiro@masui.fr [IMAP] Synchronizing messages: For folder
  167. chihiro@masui.fr/Archive
  168. 06:27:10 chihiro@masui.fr [IMAP] Synchronizing messages: Done
  169. 06:27:10 chihiro@masui.fr [IMAP] Synchronizing messages: For folder
  170. chihiro@masui.fr/Trash
  171. 06:27:10 chihiro@masui.fr [IMAP] Synchronizing messages: Done
  172. 06:27:10 chihiro@masui.fr [IMAP] Synchronizing messages: For folder
  173. chihiro@masui.fr/Sent
  174. 06:27:10 chihiro@masui.fr [IMAP] Synchronizing messages: Done
  175. 06:27:10 chihiro@masui.fr [IMAP] Synchronizing messages: For folder
  176. chihiro@masui.fr/Archive.Archives Free
  177. 06:27:10 chihiro@masui.fr [IMAP] Synchronizing messages: Done
  178. 06:27:10 chihiro@masui.fr [IMAP] Synchronizing subfolders: For folder
  179. chihiro@masui.fr/Archive.Archives Free
  180. 06:27:10 chihiro@masui.fr [IMAP] Synchronizing subfolders: Done
  181. 06:27:10 chihiro@masui.fr [IMAP] Synchronizing messages: For folder
  182. chihiro@masui.fr/Archive.VACANCES 2018
  183. 06:27:10 chihiro@masui.fr [IMAP] Synchronizing messages: Done
  184. 06:27:10 chihiro@masui.fr [IMAP] Synchronizing subfolders: For folder
  185. chihiro@masui.fr/Archive.VACANCES 2018
  186. 06:27:10 chihiro@masui.fr [IMAP] Synchronizing subfolders: Done
  187. 06:27:10 chihiro@masui.fr [IMAP] Synchronizing messages: For folder
  188. chihiro@masui.fr/Archive.Famille 2018 S2
  189. 06:27:11 chihiro@masui.fr [IMAP] Synchronizing messages: Done
  190. 06:27:11 chihiro@masui.fr [IMAP] Synchronizing subfolders: For folder
  191. chihiro@masui.fr/Archive.Famille 2018 S2
  192. 06:27:11 chihiro@masui.fr [IMAP] Synchronizing subfolders: Done
  193. 06:27:11 chihiro@masui.fr [IMAP] Synchronizing messages: For folder
  194. chihiro@masui.fr/Archive.Japon 2018 S2
  195. 06:27:11 chihiro@masui.fr [IMAP] Synchronizing messages: Done
  196. 06:27:11 chihiro@masui.fr [IMAP] Synchronizing subfolders: For folder
  197. chihiro@masui.fr/Archive.Japon 2018 S2
  198. 06:27:11 chihiro@masui.fr [IMAP] Synchronizing subfolders: Done
  199. 06:27:11 chihiro@masui.fr [IMAP] Synchronizing messages: For folder
  200. chihiro@masui.fr/Archive.France 2018 S2
  201. 06:27:11 chihiro@masui.fr [IMAP] Synchronizing messages: Done
  202. 06:27:11 chihiro@masui.fr [IMAP] Synchronizing subfolders: For folder
  203. chihiro@masui.fr/Archive.France 2018 S2
  204. 06:27:11 chihiro@masui.fr [IMAP] Synchronizing subfolders: Done
  205. 06:27:11 chihiro@masui.fr [IMAP] Synchronizing messages: For folder
  206. chihiro@masui.fr/Archive.Amis 2018 S2
  207. 06:27:11 chihiro@masui.fr [IMAP] Synchronizing messages: Done
  208. 06:27:11 chihiro@masui.fr [IMAP] Synchronizing subfolders: For folder
  209. chihiro@masui.fr/Archive.Amis 2018 S2
  210. 06:27:11 chihiro@masui.fr [IMAP] Synchronizing subfolders: Done
  211. 06:27:11 chihiro@masui.fr [IMAP] Synchronizing messages: For folder
  212. chihiro@masui.fr/Archive.Admin 2018 S2
  213. 06:27:11 chihiro@masui.fr [IMAP] Synchronizing messages: Done
  214. 06:27:11 chihiro@masui.fr [IMAP] Synchronizing subfolders: For folder
  215. chihiro@masui.fr/Archive.Admin 2018 S2
  216. 06:27:11 chihiro@masui.fr [IMAP] Synchronizing subfolders: Done
  217. 06:27:11 chihiro@masui.fr [IMAP] Downloading messages: For folder
  218. chihiro@masui.fr/Archive
  219. 06:27:11 chihiro@masui.fr [IMAP] Downloading messages: Done
  220. 06:27:11 chihiro@masui.fr [IMAP] Synchronizing messages: For folder
  221. chihiro@masui.fr/Archive.Archives Free.Ehpad
  222. 06:27:11 chihiro@masui.fr [IMAP] Synchronizing messages: Done
  223. 06:27:11 chihiro@masui.fr [IMAP] Synchronizing subfolders: For folder
  224. chihiro@masui.fr/Archive.Archives Free.Ehpad
  225. 06:27:11 chihiro@masui.fr [IMAP] Synchronizing subfolders: Done
  226. 06:27:11 chihiro@masui.fr [IMAP] Synchronizing messages: For folder
  227. chihiro@masui.fr/Archive.Archives Free.Ehpad.Ehpad non
  228. 06:27:11 chihiro@masui.fr [IMAP] Synchronizing messages: Done
  229. 06:27:11 chihiro@masui.fr [IMAP] Synchronizing subfolders: For folder
  230. chihiro@masui.fr/Archive.Archives Free.Ehpad.Ehpad non
  231. 06:27:11 chihiro@masui.fr [IMAP] Synchronizing subfolders: Done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement