You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Примерно раз в сутки, на одном из трёх серверов падает с ошибкой:
dotnet[714138]: OneSTools.EventLog.Exporter.Manager.ExportersManager[0] Failed to execute EventLogExporter
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
(Parameter 'index')
at OneSTools.EventLog.LgpReader.ParseEventLogItemData(StringBuilder eventLogItemData, Int64 endPosition, CancellationToken cancellationToken)
at OneSTools.EventLog.LgpReader.ReadEventLogItemData(CancellationToken cancellationToken)
at OneSTools.EventLog.LgpReader.ReadNextEventLogItem(CancellationToken cancellationToken)
at OneSTools.EventLog.EventLogReader.ReadNextEventLogItem(CancellationToken cancellationToken)
at OneSTools.EventLog.Exporter.Core.EventLogExporter.StartAsync(CancellationToken cancellationToken)
at OneSTools.EventLog.Exporter.Manager.ExportersManager.<>c__DisplayClass22_0.<b__0>d.MoveNext()
The text was updated successfully, but these errors were encountered:
Примерно раз в сутки, на одном из трёх серверов падает с ошибкой:
dotnet[714138]: OneSTools.EventLog.Exporter.Manager.ExportersManager[0] Failed to execute EventLogExporter
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
(Parameter 'index')
at OneSTools.EventLog.LgpReader.ParseEventLogItemData(StringBuilder eventLogItemData, Int64 endPosition, CancellationToken cancellationToken)
at OneSTools.EventLog.LgpReader.ReadEventLogItemData(CancellationToken cancellationToken)
at OneSTools.EventLog.LgpReader.ReadNextEventLogItem(CancellationToken cancellationToken)
at OneSTools.EventLog.EventLogReader.ReadNextEventLogItem(CancellationToken cancellationToken)
at OneSTools.EventLog.Exporter.Core.EventLogExporter.StartAsync(CancellationToken cancellationToken)
at OneSTools.EventLog.Exporter.Manager.ExportersManager.<>c__DisplayClass22_0.<b__0>d.MoveNext()
The text was updated successfully, but these errors were encountered: