Guest User

Untitled

a guest
Apr 23rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.54 KB | None | 0 0
  1. System.Data.Entity.Core.EntityCommandExecutionException: An error occurred while executing the command definition. See the inner exception for details.
  2. ---> System.Data.SqlClient.SqlException: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
  3. ---> System.ComponentModel.Win32Exception: The wait operation timed out
  4. --- End of inner exception stack trace ---
  5. at void System.Data.SqlClient.SqlConnection.OnError(SqlException exception, bool breakConnection, Action<Action> wrapCloseInAction)
  6. at void System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, bool callerHasConnectionLock, bool asyncClose)
  7. at bool System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, out bool dataReady)
  8. at bool System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
  9. at _SqlMetaDataSet System.Data.SqlClient.SqlDataReader.get_MetaData()
  10. at void System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, string resetOptionsString, bool isInternal, bool forDescribeParameterEncryption)
  11. at SqlDataReader System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, bool returnStream, bool async, int timeout, out Task task, bool asyncWrite, bool inRetry, SqlDataReader ds, bool describeParameterEncryptionRequest)
  12. at SqlDataReader System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, bool returnStream, string method, TaskCompletionSource<object> completion, int timeout, out Task task, out bool usedCache, bool asyncWrite, bool inRetry)
  13. at SqlDataReader System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, bool returnStream, string method)
  14. at SqlDataReader System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, string method)
  15. at TResult System.Data.Entity.Infrastructure.Interception.InternalDispatcher<TInterceptor>.Dispatch<TTarget, TInterceptionContext, TResult>(TTarget target, Func<TTarget, TInterceptionContext, TResult> operation, TInterceptionContext interceptionContext, Action<TInterceptor, TTarget, TInterceptionContext> executing, Action<TInterceptor, TTarget, TInterceptionContext> executed)
  16. at DbDataReader System.Data.Entity.Infrastructure.Interception.DbCommandDispatcher.Reader(DbCommand command, DbCommandInterceptionContext interceptionContext)
  17. at DbDataReader System.Data.Entity.Core.EntityClient.Internal.EntityCommandDefinition.ExecuteStoreCommands(EntityCommand entityCommand, CommandBehavior behavior)
  18. --- End of inner exception stack trace ---
  19. at DbDataReader System.Data.Entity.Core.EntityClient.Internal.EntityCommandDefinition.ExecuteStoreCommands(EntityCommand entityCommand, CommandBehavior behavior)
  20. at ObjectResult<TResultType> System.Data.Entity.Core.Objects.Internal.ObjectQueryExecutionPlan.Execute<TResultType>(ObjectContext context, ObjectParameterCollection parameterValues)
  21. at T System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction<T>(Func<T> func, IDbExecutionStrategy executionStrategy, bool startLocalTransaction, bool releaseConnectionOnSuccess)
  22. at ObjectResult<T> System.Data.Entity.Core.Objects.ObjectQuery<T>.GetResults(Nullable<MergeOption> forMergeOption)+() => { }
  23. at TResult System.Data.Entity.Infrastructure.DbExecutionStrategy.Execute<TResult>(Func<TResult> operation)
  24. at ObjectResult<T> System.Data.Entity.Core.Objects.ObjectQuery<T>.GetResults(Nullable<MergeOption> forMergeOption)
  25. at IEnumerator<T> System.Data.Entity.Core.Objects.ObjectQuery<T>.System.Collections.Generic.IEnumerable<T>.GetEnumerator()+() => { }
  26. at bool System.Data.Entity.Internal.LazyEnumerator<T>.MoveNext()
  27. at void Hoita.Vg.Common.TimerProcessing.VgConversationExpiryManager.cancelExpiredParkedMessages() in C:/Code/FeatureBranches/ApiAiChunker/VendorGraph_v3/VgLibCommon/TimerProcessing/VgConversationExpiryManager.cs:line 229
  28. at void Hoita.Vg.Common.TimerProcessing.VgConversationExpiryManager.PerformTimerProcess() in C:/Code/FeatureBranches/ApiAiChunker/VendorGraph_v3/VgLibCommon/TimerProcessing/VgConversationExpiryManager.cs:line 43
  29. at async Task Hoita.Vg.Common.TimerProcessing.VgTimer.runTimerAsync(CancellationToken cancellationToken) in C:/Code/FeatureBranches/ApiAiChunker/VendorGraph_v3/VgLibCommon/TimerProcessing/VgTimer.cs:line 41
Add Comment
Please, Sign In to add comment