Advertisement
Guest User

Untitled

a guest
Dec 12th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.50 KB | None | 0 0
  1. 2017-12-12 14:46:10,104 ERROR [64][ImageVault.UI.Mvc.Filters.ErrorHandlerAttribute] System.Web.Mvc.ControllerActionInvoker.InvokeExceptionFilters - An error occurred while executing the command definition. See the inner exception for details.
  2. System.Data.Entity.Core.EntityCommandExecutionException: An error occurred while executing the command definition. See the inner exception for details. ---> 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
  3. --- End of inner exception stack trace ---
  4. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
  5. at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
  6. at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
  7. at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
  8. at System.Data.SqlClient.SqlDataReader.get_MetaData()
  9. at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption)
  10. at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
  11. at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
  12. at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
  13. at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
  14. at System.Data.Entity.Infrastructure.Interception.InternalDispatcher`1.Dispatch[TTarget,TInterceptionContext,TResult](TTarget target, Func`3 operation, TInterceptionContext interceptionContext, Action`3 executing, Action`3 executed)
  15. at System.Data.Entity.Infrastructure.Interception.DbCommandDispatcher.Reader(DbCommand command, DbCommandInterceptionContext interceptionContext)
  16. at System.Data.Entity.Core.EntityClient.Internal.EntityCommandDefinition.ExecuteStoreCommands(EntityCommand entityCommand, CommandBehavior behavior)
  17. --- End of inner exception stack trace ---
  18. at System.Data.Entity.Core.EntityClient.Internal.EntityCommandDefinition.ExecuteStoreCommands(EntityCommand entityCommand, CommandBehavior behavior)
  19. at System.Data.Entity.Core.Objects.Internal.ObjectQueryExecutionPlan.Execute[TResultType](ObjectContext context, ObjectParameterCollection parameterValues)
  20. at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess)
  21. at System.Data.Entity.Core.Objects.ObjectQuery`1.<>c__DisplayClass7.<GetResults>b__5()
  22. at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation)
  23. at System.Data.Entity.Core.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption)
  24. at System.Data.Entity.Core.Objects.ObjectQuery`1.<System.Collections.Generic.IEnumerable<T>.GetEnumerator>b__0()
  25. at System.Data.Entity.Internal.LazyEnumerator`1.MoveNext()
  26. at ImageVault.Core.DataAccess.Repositories.MediaItemRepository.Find(FindDbMediaItemQuery query)
  27. at ImageVault.Core.DataAccess.Repositories.MediaItemCachedRepository.Find(FindDbMediaItemQuery query)
  28. at ImageVault.Core.Service.MediaService.Find(MediaItemQuery query)
  29. at ImageVault.Client.Client.ParseAndPopulate(Type type, MediaItemQuery query, IList`1 mediaItemReferences, Func`3 populateAction)
  30. at ImageVault.Client.Client.Find(Type type, MediaItemQuery query, IList`1 mediaItemReferences)
  31. at ImageVault.Client.Query.Parser.MediaItemExpressionParser`1.GetNotCachedResultFromServer(Type type)
  32. at ImageVault.Client.Query.Parser.CachedIvExpressionParser`3.GetResultFromServer(Type type)
  33. at ImageVault.Client.Query.ClientQueryProviderBase`1.ExecuteInner(Expression expression)
  34. at ImageVault.Client.Query.ClientQueryProviderBase`1.Execute[TResult](Expression expression)
  35. at ImageVault.Client.Query.QueryableImageVaultBase`2.GetEnumerator()
  36. at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
  37. at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
  38. at ImageVault.UI.Mvc.Controllers.LibraryController.PerformSearch(LibraryModel model)
  39. at ImageVault.UI.Mvc.Controllers.LibraryController.Search(LibraryModel model)
  40. at lambda_method(Closure , ControllerBase , Object[] )
  41. at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
  42. at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
  43. at System.Web.Mvc.Async.AsyncControllerActionInvoker.<BeginInvokeSynchronousActionMethod>b__39(IAsyncResult asyncResult, ActionInvocation innerInvokeState)
  44. at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`2.CallEndDelegate(IAsyncResult asyncResult)
  45. at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult)
  46. at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3d()
  47. at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f()
  48. at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f()
  49. at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult)
  50. at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.<>c__DisplayClass2b.<BeginInvokeAction>b__1c()
  51. at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement