Guest User

Untitled

a guest
Jul 20th, 2018
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.58 KB | None | 0 0
  1. info: Microsoft.EntityFrameworkCore.Infrastructure[10403]
  2. Entity Framework Core 2.1.1-rtm-30846 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: MaxPoolSize=128
  3. info: Microsoft.EntityFrameworkCore.Database.Command[20101]
  4. Executed DbCommand (74ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
  5. IF EXISTS (SELECT * FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_TYPE = 'BASE TABLE') SELECT 1 ELSE SELECT 0
  6. info: Microsoft.EntityFrameworkCore.Database.Command[20101]
  7. Executed DbCommand (15ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
  8. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  9. info: Microsoft.EntityFrameworkCore.Database.Command[20101]
  10. Executed DbCommand (17ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
  11. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  12. info: Microsoft.EntityFrameworkCore.Database.Command[20101]
  13. Executed DbCommand (17ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
  14. SELECT [MigrationId], [ProductVersion]
  15. FROM [__EFMigrationsHistory]
  16. ORDER BY [MigrationId];
  17. info: Microsoft.EntityFrameworkCore.Migrations[20405]
  18. No migrations were applied. The database is already up to date.
  19. info: Microsoft.EntityFrameworkCore.Database.Command[20101]
  20. Executed DbCommand (23ms) [Parameters=[@__get_Item_0='?' (DbType = Int64)], CommandType='Text', CommandTimeout='30']
  21. SELECT TOP(1) [e].[UserId], [e].[Email], [e].[Login], [e].[Name], [e].[Password], [e].[Status], [e].[Surname]
  22. FROM [User].[Users] AS [e]
  23. WHERE [e].[UserId] = @__get_Item_0
  24. info: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[0]
  25. User profile is available. Using 'C:Usersjle01AppDataLocalASP.NETDataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
  26. infoHosting environment: Development
  27. : Microsoft.AspNetCore.SpaServices[0]
  28. Starting @angular/cli on port 1105...
  29. Content root path: C:Usersjle01sourceWorkspacesWebWebPortalV2DevelopmentWebPortalV2WebPortalV2WebUserInterface
  30. infoNow listening on: http://localhost:8090
  31. : Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
  32. Request starting HTTP/1.1 GET http://localhost:8090/
  33. Now listening on: https://localhost:8095
  34. Application started. Press Ctrl+C to shut down.
  35. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
  36. Request finished in 284.3773ms 307
  37. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
  38. Request starting HTTP/1.1 GET https://localhost:8095/
  39. info: Microsoft.AspNetCore.ResponseCaching.ResponseCachingMiddleware[24]
  40. No cached response available for this request.
  41. info: Microsoft.AspNetCore.SpaServices[0]
  42. > project@1.0.0 serve C:Usersjle01sourceWorkspacesWebWebPortalV2DevelopmentWebPortalV2WebPortalV2WebUserInterfaceClientApp
  43. > ng lint && ng serve "--port" "1105"
  44.  
  45.  
  46.  
  47. fail: Microsoft.AspNetCore.SpaServices[0]
  48. Lint errors found in the listed files.
  49.  
  50. npmfail: Microsoft.AspNetCore.SpaServices[0]
  51. npm ERR! code ELIFECYCLE
  52.  
  53. fail: Microsoft.AspNetCore.SpaServices[0]
  54. npm ERR! errno 1
  55.  
  56. fail: Microsoft.AspNetCore.SpaServices[0]
  57. npm ERR! project@1.0.0 serve: `ng lint && ng serve "--port" "1105"`
  58. npm ERR! Exit status 1
  59. npm ERR!
  60. npm ERR! Failed at the project@1.0.0 serve script.
  61. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  62.  
  63.  
  64. fail: Microsoft.AspNetCore.SpaServices[0]
  65. npm ERR! A complete log of this run can be found in:
  66.  
  67. fail: Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware[1]
  68. An unhandled exception has occurred while executing the request.
  69. System.AggregateException: One or more errors occurred. (One or more errors occurred. (The NPM script 'serve' exited without indicating that the Angular CLI was listening for requests. The error output was: Lint errors found in the listed files.
  70.  
  71. npm ERR! code ELIFECYCLE
  72.  
  73. npm ERR! errno 1
  74.  
  75. npm ERR! project@1.0.0 serve: `ng lint && ng serve "--port" "1105"`
  76. npm ERR! Exit status 1
  77. npm ERR!
  78. npm ERR! Failed at the project@1.0.0 serve script.
  79. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  80.  
  81.  
  82. npm ERR! A complete log of this run can be found in:
  83.  
  84. )) ---> System.AggregateException: One or more errors occurred. (The NPM script 'serve' exited without indicating that the Angular CLI was listening for requests. The error output was: Lint errors found in the listed files.
  85.  
  86. npm ERR! code ELIFECYCLE
  87.  
  88. npm ERR! errno 1
  89.  
  90. npm ERR! project@1.0.0 serve: `ng lint && ng serve "--port" "1105"`
  91. npm ERR! Exit status 1
  92. npm ERR!
  93. npm ERR! Failed at the project@1.0.0 serve script.
  94. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  95.  
  96.  
  97. npm ERR! A complete log of this run can be found in:
  98.  
  99. ) ---> System.InvalidOperationException: The NPM script 'serve' exited without indicating that the Angular CLI was listening for requests. The error output was: Lint errors found in the listed files.
  100.  
  101. npm ERR! code ELIFECYCLE
  102.  
  103. npm ERR! errno 1
  104.  
  105. npm ERR! project@1.0.0 serve: `ng lint && ng serve "--port" "1105"`
  106. npm ERR! Exit status 1
  107. npm ERR!
  108. npm ERR! Failed at the project@1.0.0 serve script.
  109. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  110.  
  111.  
  112. npm ERR! A complete log of this run can be found in:
  113.  
  114. ---> System.IO.EndOfStreamException: Attempted to read past the end of the stream.
  115. at Microsoft.AspNetCore.SpaServices.AngularCli.AngularCliMiddleware.StartAngularCliServerAsync(String sourcePath, String npmScriptName, ILogger logger)
  116. --- End of inner exception stack trace ---
  117. at Microsoft.AspNetCore.SpaServices.AngularCli.AngularCliMiddleware.StartAngularCliServerAsync(String sourcePath, String npmScriptName, ILogger logger)
  118. --- End of inner exception stack trace ---
  119. at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
  120. at Microsoft.AspNetCore.SpaServices.AngularCli.AngularCliMiddleware.<>c.<Attach>b__2_0(Task`1 task)
  121. at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
  122. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  123. --- End of stack trace from previous location where exception was thrown ---
  124. at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
  125. --- End of inner exception stack trace ---
  126. at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
  127. at Microsoft.AspNetCore.SpaServices.Extensions.Util.TaskTimeoutExtensions.WithTimeout[T](Task`1 task, TimeSpan timeoutDelay, String message)
  128. at Microsoft.AspNetCore.SpaServices.Extensions.Proxy.SpaProxy.PerformProxyRequest(HttpContext context, HttpClient httpClient, Task`1 baseUriTask, CancellationToken applicationStoppingToken, Boolean proxy404s)
  129. at Microsoft.AspNetCore.Builder.SpaProxyingExtensions.<>c__DisplayClass2_0.<<UseProxyToSpaDevelopmentServer>b__0>d.MoveNext()
  130. --- End of stack trace from previous location where exception was thrown ---
  131. at Microsoft.AspNetCore.Builder.RouterMiddleware.Invoke(HttpContext httpContext)
  132. at Microsoft.AspNetCore.ResponseCaching.ResponseCachingMiddleware.Invoke(HttpContext httpContext)
  133. at Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke(HttpContext context)
  134. at Microsoft.AspNetCore.Cors.Infrastructure.CorsMiddleware.Invoke(HttpContext context)
  135. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  136. at WebPortal.CrossCutting.AspNetCore.Middlewares.ExceptionMiddleware.InvokeAsync(HttpContext context) in C:Usersjle01sourceWorkspacesWebWebPortalV2DevelopmentWebPortalV2WebPortalV2CrossCuttingAspNetCoreMiddlewaresExceptionMiddleware.cs:line 30
  137. at WebPortal.CrossCutting.AspNetCore.Middlewares.ExceptionMiddleware.InvokeAsync(HttpContext context) in C:Usersjle01sourceWorkspacesWebWebPortalV2DevelopmentWebPortalV2WebPortalV2CrossCuttingAspNetCoreMiddlewaresExceptionMiddleware.cs:line 43
  138. at Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.MigrationsEndPointMiddleware.Invoke(HttpContext context)
  139. at Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.DatabaseErrorPageMiddleware.Invoke(HttpContext httpContext)
  140. at Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.DatabaseErrorPageMiddleware.Invoke(HttpContext httpContext)
  141. at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
  142. ---> (Inner Exception #0) System.AggregateException: One or more errors occurred. (The NPM script 'serve' exited without indicating that the Angular CLI was listening for requests. The error output was: Lint errors found in the listed files.
  143.  
  144. npm ERR! code ELIFECYCLE
  145.  
  146. npm ERR! errno 1
  147.  
  148. npm ERR! project@1.0.0 serve: `ng lint && ng serve "--port" "1105"`
  149. npm ERR! Exit status 1
  150. npm ERR!
  151. npm ERR! Failed at the project@1.0.0 serve script.
  152. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  153.  
  154.  
  155. npm ERR! A complete log of this run can be found in:
  156.  
  157. ) ---> System.InvalidOperationException: The NPM script 'serve' exited without indicating that the Angular CLI was listening for requests. The error output was: Lint errors found in the listed files.
  158.  
  159. npm ERR! code ELIFECYCLE
  160.  
  161. npm ERR! errno 1
  162.  
  163. npm ERR! project@1.0.0 serve: `ng lint && ng serve "--port" "1105"`
  164. npm ERR! Exit status 1
  165. npm ERR!
  166. npm ERR! Failed at the project@1.0.0 serve script.
  167. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  168.  
  169.  
  170. npm ERR! A complete log of this run can be found in:
  171.  
  172. ---> System.IO.EndOfStreamException: Attempted to read past the end of the stream.
  173. at Microsoft.AspNetCore.SpaServices.AngularCli.AngularCliMiddleware.StartAngularCliServerAsync(String sourcePath, String npmScriptName, ILogger logger)
  174. --- End of inner exception stack trace ---
  175. at Microsoft.AspNetCore.SpaServices.AngularCli.AngularCliMiddleware.StartAngularCliServerAsync(String sourcePath, String npmScriptName, ILogger logger)
  176. --- End of inner exception stack trace ---
  177. at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
  178. at Microsoft.AspNetCore.SpaServices.AngularCli.AngularCliMiddleware.<>c.<Attach>b__2_0(Task`1 task)
  179. at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
  180. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  181. --- End of stack trace from previous location where exception was thrown ---
  182. at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
  183. ---> (Inner Exception #0) System.InvalidOperationException: The NPM script 'serve' exited without indicating that the Angular CLI was listening for requests. The error output was: Lint errors found in the listed files.
  184.  
  185. npm ERR! code ELIFECYCLE
  186.  
  187. npm ERR! errno 1
  188.  
  189. npm ERR! project@1.0.0 serve: `ng lint && ng serve "--port" "1105"`
  190. npm ERR! Exit status 1
  191. npm ERR!
  192. npm ERR! Failed at the project@1.0.0 serve script.
  193. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  194.  
  195.  
  196. npm ERR! A complete log of this run can be found in:
  197.  
  198. ---> System.IO.EndOfStreamException: Attempted to read past the end of the stream.
  199. at Microsoft.AspNetCore.SpaServices.AngularCli.AngularCliMiddleware.StartAngularCliServerAsync(String sourcePath, String npmScriptName, ILogger logger)
  200. --- End of inner exception stack trace ---
  201. at Microsoft.AspNetCore.SpaServices.AngularCli.AngularCliMiddleware.StartAngularCliServerAsync(String sourcePath, String npmScriptName, ILogger logger)<---
  202. <---
  203.  
  204. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
  205. Request finished in 7534.3545ms 500 text/html; charset=utf-8
Add Comment
Please, Sign In to add comment