Advertisement
Guest User

Untitled

a guest
Feb 29th, 2020
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. Hangfire.BackgroundJobClientException: Background job creation failed. See inner exception for details.
  2. ---> System.Transactions.TransactionAbortedException: The transaction has aborted.
  3. ---> System.TimeoutException: Transaction Timeout
  4. --- End of inner exception stack trace ---
  5. at System.Transactions.TransactionStateAborted.BeginCommit(InternalTransaction tx, Boolean asyncCommit, AsyncCallback asyncCallback, Object asyncState)
  6. at System.Transactions.CommittableTransaction.Commit()
  7. at System.Transactions.TransactionScope.InternalDispose()
  8. at System.Transactions.TransactionScope.Dispose()
  9. at Hangfire.PostgreSql.PostgreSqlWriteOnlyTransaction.Commit()
  10. at Hangfire.Client.CoreBackgroundJobFactory.<>c__DisplayClass14_0.<Create>b__3(Int32 attempt)
  11. at Hangfire.Client.CoreBackgroundJobFactory.<>c__DisplayClass15_0.<RetryOnException>b__0(Int32 attempt)
  12. at Hangfire.Client.CoreBackgroundJobFactory.RetryOnException[T](Int32& attemptsLeft, Func`2 action)
  13. --- End of stack trace from previous location where exception was thrown ---
  14. at Hangfire.Client.CoreBackgroundJobFactory.RetryOnException[T](Int32& attemptsLeft, Func`2 action)
  15. at Hangfire.Client.CoreBackgroundJobFactory.RetryOnException(Int32& attemptsLeft, Action`1 action)
  16. at Hangfire.Client.CoreBackgroundJobFactory.Create(CreateContext context)
  17. at Hangfire.Client.BackgroundJobFactory.<>c__DisplayClass12_0.<CreateWithFilters>b__0()
  18. at Hangfire.Client.BackgroundJobFactory.InvokeClientFilter(IClientFilter filter, CreatingContext preContext, Func`1 continuation)
  19. at Hangfire.Client.BackgroundJobFactory.Create(CreateContext context)
  20. at Hangfire.BackgroundJobClient.Create(Job job, IState state)
  21. --- End of inner exception stack trace ---
  22. at Hangfire.BackgroundJobClient.Create(Job job, IState state)
  23. at AgriWallet.Services.OverdraftCheckService.EnqueueOutstandingCalculationAndTransactionFeeRequestJobs(OverdraftBalance activeOverdraftWithNegativeBalance)
  24. at System.Collections.Generic.List`1.ForEach(Action`1 action)
  25. at AgriWallet.Services.OverdraftCheckService.StartOverdraftCheck(Nullable`1 checkDate) in /src/AgriWallet.Services/Services/OverdraftCheckService.cs:line 59
  26. at AgriWallet.Services.Jobs.OverdraftCheckJob.Execute(Nullable`1 checkDate, PerformContext context) in /src/AgriWallet.Services/Jobs/OverdraftCheckJob.cs:line 36
  27. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement