Advertisement
DefconDotNet

Untitled

Aug 18th, 2016
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.27 KB | None | 0 0
  1. Hosting environment: Development
  2. Content root path: C:\****
  3. Now listening on: http://localhost:5000
  4. Application started. Press Ctrl+C to shut down.
  5. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
  6. Request starting HTTP/1.1 GET http://localhost:5000/
  7. info: Microsoft.AspNetCore.Mvc.StatusCodeResult[1]
  8. Executing HttpStatusCodeResult, setting HTTP status code 401
  9. info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
  10. Executed action EBv2.UI.Controllers.HomeController.Index (EBv2.UI) in 69.8471ms
  11. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
  12. Request finished in 382.6066ms 302
  13. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
  14. Request starting HTTP/1.1 GET http://localhost:5000/Account/Login?returnUrl=/
  15. info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
  16. Executing action method EBv2.UI.Controllers.AccountController.Login (EBv2.UI) with arguments () - ModelState is Valid
  17. info: Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.ViewResultExecutor[1]
  18. Executing ViewResult, running view at path /Views/Account/Login.cshtml.
  19.  
  20. Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
  21. at MsieJavaScriptEngine.JsRt.Edge.EdgeNativeMethods.JsCallFunction(EdgeJsValue function, EdgeJsValue[] arguments, UInt16 argumentCount, EdgeJsValue& result)
  22. at MsieJavaScriptEngine.JsRt.Edge.EdgeJsValue.CallFunction(EdgeJsValue[] arguments)
  23. at MsieJavaScriptEngine.JsRt.Edge.ChakraEdgeJsRtJsEngine.<>c__DisplayClassc.<CallFunction>b__b()
  24. at MsieJavaScriptEngine.JsRt.Edge.ChakraEdgeJsRtJsEngine.InvokeScript[T](Func`1 func)
  25. at MsieJavaScriptEngine.JsRt.Edge.ChakraEdgeJsRtJsEngine.CallFunction(String functionName, Object[] args)
  26. at MsieJavaScriptEngine.MsieJsEngine.CallFunction(String functionName, Object[] args)
  27. at JavaScriptEngineSwitcher.Msie.MsieJsEngine.InnerCallFunction(String functionName, Object[] args)
  28. at JavaScriptEngineSwitcher.Msie.MsieJsEngine.InnerCallFunction[T](String functionName, Object[] args)
  29. at JavaScriptEngineSwitcher.Core.JsEngineBase.CallFunction[T](String functionName, Object[] args)
  30. at React.JavaScriptEngineUtils.CallFunctionReturningJson[T](IJsEngine engine, String function, Object[] args)
  31. at React.ReactEnvironment.ExecuteWithBabel[T](String function, Object[] args)
  32. at React.Babel.TransformWithSourceMap(String input, String filename)
  33. at React.Babel.TransformWithHeader(String filename, String contents, String hash)
  34. at React.Babel.TransformFileWithSourceMap(String filename, Boolean forceGenerateSourceMap)
  35. at React.Babel.TransformFile(String filename)
  36. at React.ReactEnvironment.EnsureUserScriptsLoaded()
  37. at React.ReactEnvironment.CreateComponent[T](String componentName, T props, String containerId, Boolean clientOnly)
  38. at React.AspNet.HtmlHelperExtensions.React[T](IHtmlHelper htmlHelper, String componentName, T props, String htmlTag, String containerId, Boolean clientOnly, Boolean serverOnly, String containerClass)
  39. at AspNetCore._Views_Account_Login_cshtml.<ExecuteAsync>d__32.MoveNext() in /Views/Account/Login.cshtml:line 31
  40. at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)
  41. at AspNetCore._Views_Account_Login_cshtml.ExecuteAsync()
  42. at Microsoft.AspNetCore.Mvc.Razor.RazorView.<RenderPageAsync>d__14.MoveNext()
  43. at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start[TStateMachine](TStateMachine& stateMachine)
  44. at Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderPageAsync(IRazorPage page, ViewContext context, Boolean invokeViewStarts)
  45. at Microsoft.AspNetCore.Mvc.Razor.RazorView.<RenderAsync>d__13.MoveNext()
  46. at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)
  47. at Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderAsync(ViewContext context)
  48. at Microsoft.AspNetCore.Mvc.ViewFeatures.ViewExecutor.<ExecuteAsync>d__18.MoveNext()
  49. at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)
  50. at Microsoft.AspNetCore.Mvc.ViewFeatures.ViewExecutor.ExecuteAsync(ActionContext actionContext, IView view, ViewDataDictionary viewData, ITempDataDictionary tempData, String contentType, Nullable`1 statusCode)
  51. at Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.ViewResultExecutor.ExecuteAsync(ActionContext actionContext, IView view, ViewResult viewResult)
  52. at Microsoft.AspNetCore.Mvc.ViewResult.<ExecuteResultAsync>d__26.MoveNext()
  53. at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)
  54. at Microsoft.AspNetCore.Mvc.ViewResult.ExecuteResultAsync(ActionContext context)
  55. at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeResultAsync>d__32.MoveNext()
  56. at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)
  57. at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeResultAsync(IActionResult result)
  58. at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeResultFilterAsync>d__31.MoveNext()
  59. at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)
  60. at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeResultFilterAsync()
  61. at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeResultFilterAsync>d__31.MoveNext()
  62. at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)
  63. at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeResultFilterAsync()
  64. at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeAllResultFiltersAsync>d__29.MoveNext()
  65. at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)
  66. at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeAllResultFiltersAsync(IActionResult result)
  67. at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeResourceFilterAsync>d__23.MoveNext()
  68. at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)
  69. at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeResourceFilterAsync()
  70. at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeResourceFilterAsync>d__23.MoveNext()
  71. at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)
  72. at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeResourceFilterAsync()
  73. at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeAsync>d__18.MoveNext()
  74. at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)
  75. at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeAsync()
  76. at Microsoft.AspNetCore.Builder.RouterMiddleware.<Invoke>d__4.MoveNext()
  77. at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)
  78. at Microsoft.AspNetCore.Builder.RouterMiddleware.Invoke(HttpContext httpContext)
  79. at React.AspNet.BabelFileMiddleware.<Invoke>d__5.MoveNext()
  80. at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)
  81. at React.AspNet.BabelFileMiddleware.Invoke(HttpContext context)
  82. at Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke(HttpContext context)
  83. at Microsoft.VisualStudio.Web.BrowserLink.Runtime.BrowserLinkMiddleware.Invoke(HttpContext context)
  84. at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.<Invoke>d__6.MoveNext()
  85. at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)
  86. at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
  87. at EBv2.UI.Helpers.Middleware.ExceptionHandler.EbExceptionHandlerMiddleware.<Invoke>d__9.MoveNext() in C:\****.cs:line 58
  88. at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)
  89. at EBv2.UI.Helpers.Middleware.ExceptionHandler.EbExceptionHandlerMiddleware.Invoke(HttpContext context)
  90. at EBv2.UI.Helpers.Middleware.ResultLogger.ErrorHandlerMiddleware.<Invoke>d__6.MoveNext() in C:\****.cs:line 37
  91. at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)
  92. at EBv2.UI.Helpers.Middleware.ResultLogger.ErrorHandlerMiddleware.Invoke(HttpContext context)
  93. at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
  94. at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)
  95. at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context)
  96. at Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware.<Invoke>d__3.MoveNext()
  97. at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)
  98. at Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware.Invoke(HttpContext httpContext)
  99. at Microsoft.AspNetCore.Hosting.Internal.HostingApplication.ProcessRequestAsync(Context context)
  100. at Microsoft.AspNetCore.Server.Kestrel.Internal.Http.Frame`1.<RequestProcessingAsync>d__2.MoveNext()
  101. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  102. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  103. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.Run()
  104. at Microsoft.AspNetCore.Server.Kestrel.Internal.Infrastructure.LoggingThreadPool.<.ctor>b__4_0(Object o)
  105. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  106. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  107. at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
  108. at System.Threading.ThreadPoolWorkQueue.Dispatch()
  109. Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement