Advertisement
Guest User

Untitled

a guest
Nov 17th, 2017
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.88 KB | None | 0 0
  1. fail: Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware[0]
  2. web | An unhandled exception has occurred: Failed to start Node process. To resolve this:.
  3. web |
  4. web | [1] Ensure that Node.js is installed and can be found in one of the PATH directories.
  5. web | Current PATH enviroment variable is: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  6. web | Make sure the Node executable is in one of those directories, or update your PATH.
  7. web |
  8. web | [2] See the InnerException for further details of the cause.
  9. web | System.InvalidOperationException: Failed to start Node process. To resolve this:.
  10. web |
  11. web | [1] Ensure that Node.js is installed and can be found in one of the PATH directories.
  12. web | Current PATH enviroment variable is: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  13. web | Make sure the Node executable is in one of those directories, or update your PATH.
  14. web |
  15. web | [2] See the InnerException for further details of the cause. ---> System.ComponentModel.Win32Exception: No such file or directory
  16. web | at System.Diagnostics.Process.ResolvePath(String filename)
  17. web | at System.Diagnostics.Process.StartCore(ProcessStartInfo startInfo)
  18. web | at System.Diagnostics.Process.Start()
  19. web | at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
  20. web | at Microsoft.AspNetCore.NodeServices.HostingModels.OutOfProcessNodeInstance.LaunchNodeProcess(ProcessStartInfo startInfo)
  21. web | --- End of inner exception stack trace ---
  22. web | at Microsoft.AspNetCore.NodeServices.HostingModels.OutOfProcessNodeInstance.LaunchNodeProcess(ProcessStartInfo startInfo)
  23. web | at Microsoft.AspNetCore.NodeServices.HostingModels.OutOfProcessNodeInstance..ctor(String entryPointScript, String projectPath, String[] watchFileExtensions, String commandLineArguments, CancellationToken applicationStoppingToken, ILogger nodeOutputLogger, IDictionary`2 environmentVars, Int32 invocationTimeoutMilliseconds, Boolean launchWithDebugging, Int32 debuggingPort)
  24. web | at Microsoft.AspNetCore.NodeServices.HostingModels.HttpNodeInstance..ctor(NodeServicesOptions options, Int32 port)
  25. web | at Microsoft.AspNetCore.NodeServices.HostingModels.NodeServicesOptionsExtensions.<>c__DisplayClass0_0.<UseHttpHosting>b__0()
  26. web | at Microsoft.AspNetCore.NodeServices.NodeServicesImpl.CreateNewNodeInstance()
  27. web | at Microsoft.AspNetCore.NodeServices.NodeServicesImpl.GetOrCreateCurrentNodeInstance()
  28. web | at Microsoft.AspNetCore.NodeServices.NodeServicesImpl.<InvokeExportWithPossibleRetryAsync>d__10`1.MoveNext()
  29. web | --- End of stack trace from previous location where exception was thrown ---
  30. web | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  31. web | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  32. web | at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  33. web | at Microsoft.AspNetCore.SpaServices.Prerendering.PrerenderTagHelper.<ProcessAsync>d__29.MoveNext()
  34. web | --- End of stack trace from previous location where exception was thrown ---
  35. web | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  36. web | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  37. web | at Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner.<RunAsync>d__0.MoveNext()
  38. web | --- End of stack trace from previous location where exception was thrown ---
  39. web | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  40. web | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  41. web | at AspNetCore._Views_Home_Index_cshtml.<ExecuteAsync>d__12.MoveNext() in /app/Views/Home/Index.cshtml:line 2
  42. web | --- End of stack trace from previous location where exception was thrown ---
  43. web | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  44. web | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  45. web | at Microsoft.AspNetCore.Mvc.Razor.RazorView.<RenderPageCoreAsync>d__16.MoveNext()
  46. web | --- End of stack trace from previous location where exception was thrown ---
  47. web | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  48. web | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  49. web | at Microsoft.AspNetCore.Mvc.Razor.RazorView.<RenderPageAsync>d__15.MoveNext()
  50. web | --- End of stack trace from previous location where exception was thrown ---
  51. web | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  52. web | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  53. web | at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  54. web | at Microsoft.AspNetCore.Mvc.Razor.RazorView.<RenderAsync>d__14.MoveNext()
  55. web | --- End of stack trace from previous location where exception was thrown ---
  56. web | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  57. web | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  58. web | at Microsoft.AspNetCore.Mvc.ViewFeatures.ViewExecutor.<ExecuteAsync>d__22.MoveNext()
  59. web | --- End of stack trace from previous location where exception was thrown ---
  60. web | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  61. web | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  62. web | at Microsoft.AspNetCore.Mvc.ViewFeatures.ViewExecutor.<ExecuteAsync>d__21.MoveNext()
  63. web | --- End of stack trace from previous location where exception was thrown ---
  64. web | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  65. web | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  66. web | at Microsoft.AspNetCore.Mvc.ViewResult.<ExecuteResultAsync>d__26.MoveNext()
  67. web | --- End of stack trace from previous location where exception was thrown ---
  68. web | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  69. web | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  70. web | at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.<InvokeResultAsync>d__19.MoveNext()
  71. web | --- End of stack trace from previous location where exception was thrown ---
  72. web | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  73. web | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  74. web | at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.<InvokeNextResultFilterAsync>d__24.MoveNext()
  75. web | --- End of stack trace from previous location where exception was thrown ---
  76. web | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  77. web | at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Rethrow(ResultExecutedContext context)
  78. web | at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  79. web | at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.<InvokeNextResourceFilter>d__22.MoveNext()
  80. web | --- End of stack trace from previous location where exception was thrown ---
  81. web | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  82. web | at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Rethrow(ResourceExecutedContext context)
  83. web | at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  84. web | at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.<InvokeFilterPipelineAsync>d__17.MoveNext()
  85. web | --- End of stack trace from previous location where exception was thrown ---
  86. web | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  87. web | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  88. web | at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.<InvokeAsync>d__15.MoveNext()
  89. web | --- End of stack trace from previous location where exception was thrown ---
  90. web | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  91. web | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  92. web | at Microsoft.AspNetCore.Builder.RouterMiddleware.<Invoke>d__4.MoveNext()
  93. web | --- End of stack trace from previous location where exception was thrown ---
  94. web | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  95. web | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  96. web | at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>d__6.MoveNext()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement