Advertisement
Guest User

Untitled

a guest
Feb 13th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.47 KB | None | 0 0
  1. Unhandled Exception: System.Data.SqlClient.SqlException: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.ComponentModel.Win32Exception: The wait operation timed out
  2. --- End of inner exception stack trace ---
  3. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
  4. at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
  5. at System.Data.SqlClient.SqlCommand.InternalEndExecuteNonQuery(IAsyncResult asyncResult, String endMethod, Boolean isInternal)
  6. at System.Data.SqlClient.SqlCommand.EndExecuteNonQueryInternal(IAsyncResult asyncResult)
  7. at System.Data.SqlClient.SqlCommand.EndExecuteNonQueryAsync(IAsyncResult asyncResult)
  8. at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
  9. --- End of stack trace from previous location where exception was thrown ---
  10. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  11. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  12. at Dapper.SqlMapper.<ExecuteImplAsync>d__37.MoveNext() in C:\projects\dapper\Dapper\SqlMapper.Async.cs:line 646
  13. --- End of stack trace from previous location where exception was thrown ---
  14. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  15. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  16. at Dapper.Contrib.Extensions.SqlMapperExtensions.<UpdateAsync>d__4`1.MoveNext() in C:\projects\dapper\Dapper.Contrib\SqlMapperExtensions.Async.cs:line 233
  17. --- End of stack trace from previous location where exception was thrown ---
  18. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  19. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  20. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  21. at Aristocrat.CDS.Common.Infrastructure.Repositories.Repository`2.<Update>d__16.MoveNext() in C:\Development\github\wvcds-aristocrat\src\Common\Aristocrat.CDS.Common.Infrastructure\Repositories\Repository.cs:line 142
  22. --- End of stack trace from previous location where exception was thrown ---
  23. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  24. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  25. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  26. at Aristocrat.CDS.Central.Domain.Services.SubsetService.<CloseSubset>d__10.MoveNext() in C:\Development\github\wvcds-aristocrat\src\Central\Aristocrat.CDS.Central.Domain\Services\SubsetService.cs:line 103
  27. --- End of stack trace from previous location where exception was thrown ---
  28. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  29. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  30. at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
  31. at Aristocrat.CDS.Central.API.Services.CompletedSubsetQueue.<Enqueue>d__6.MoveNext() in C:\Development\github\wvcds-aristocrat\src\Central\Aristocrat.CDS.Central.API\Services\CompletedSubsetQueue.cs:line 75
  32. --- End of stack trace from previous location where exception was thrown ---
  33. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  34. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  35. at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
  36. at Aristocrat.CDS.Central.API.Handlers.GetOutcomeHandler.<>c__DisplayClass11_0.<<SelectTickets>b__2>d.MoveNext() in C:\Development\github\wvcds-aristocrat\src\Central\Aristocrat.CDS.Central.API\Handlers\GetOutcomeHandler.cs:line 133
  37. --- End of stack trace from previous location where exception was thrown ---
  38. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  39. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  40. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  41. at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
  42. at System.Threading.ThreadPoolWorkQueue.Dispatch()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement