Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.64 KB | None | 0 0
  1. [2019-03-22 10:07:18 INF] Request starting HTTP/1.0 OPTIONS http://nspk.srcc.su/search/entity/short/#нов?size=5
  2. [2019-03-22 10:07:18 INF] Policy execution successful.
  3. [2019-03-22 10:07:18 INF] Request finished in 0.3382ms 204
  4. [2019-03-22 10:07:18 INF] Request starting HTTP/1.0 GET http://nspk.srcc.su/search/entity/short/#нов?size=5
  5. [2019-03-22 10:07:18 INF] Policy execution successful.
  6. [2019-03-22 10:07:18 INF] Successfully validated the token.
  7. [2019-03-22 10:07:18 INF] Route matched with {action = "GetEntitiesShortList", controller = "Search"}. Executing action ru.atc.nspk.webapp.Controllers.SearchController.GetEntitiesShortList (ru.atc.nspk.webapp)
  8. [2019-03-22 10:07:18 INF] Authorization was successful.
  9. [2019-03-22 10:07:18 INF] Executing action method ru.atc.nspk.webapp.Controllers.SearchController.GetEntitiesShortList (ru.atc.nspk.webapp) with arguments (["#нов", "5"]) - Validation state: Valid
  10. [2019-03-22 10:07:18 INF] Entity Framework Core 2.1.4-rtm-31024 initialized 'NspkContext' using provider 'Npgsql.EntityFrameworkCore.PostgreSQL' with options: NoTracking
  11. [2019-03-22 10:07:18 INF] Executed DbCommand (1ms) [Parameters=[@__login_0='?'], CommandType='Text', CommandTimeout='30']
  12. SELECT x."Id", x."Birthday", x."Created", x."Disabled", x."Email", x."EmploymentType", x."ExpDate", x."FirstName", x."FuncUnit", x."Hidden", x."Job", x."LastName", x."MiddleName", x."PersonGUID", x."PhoneNumber", x."RootUnitName", x."Seed", x."State", x."UnitId", x."WorkplaceId", x."sAMAccountName"
  13. FROM "Employees" AS x
  14. WHERE x."sAMAccountName" = @__login_0
  15. [2019-03-22 10:07:18 INF] Executed DbCommand (0ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
  16. SELECT x."Tags"
  17. FROM "Records" AS x
  18. WHERE x."State" = 'Published'
  19. [2019-03-22 10:07:18 ERR] An exception occurred in the database while iterating the results of a query for context type 'ru.atc.nspk.services.Pg.NspkContext'.
  20. System.NullReferenceException: Object reference not set to an instance of an object.
  21. at lambda_method(Closure , String )
  22. at System.Linq.Enumerable.WhereListIterator`1.MoveNext()
  23. at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source)
  24. at lambda_method(Closure , ValueBuffer )
  25. at System.Linq.Enumerable.WhereEnumerableIterator`1.GetCount(Boolean onlyIfCheap)
  26. at Microsoft.EntityFrameworkCore.Query.Internal.LinqOperatorProvider.ResultEnumerable`1.GetEnumerator()
  27. at Microsoft.EntityFrameworkCore.Query.Internal.LinqOperatorProvider.ExceptionInterceptor`1.EnumeratorExceptionInterceptor.MoveNext()
  28. System.NullReferenceException: Object reference not set to an instance of an object.
  29. at lambda_method(Closure , String )
  30. at System.Linq.Enumerable.WhereListIterator`1.MoveNext()
  31. at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source)
  32. at lambda_method(Closure , ValueBuffer )
  33. at System.Linq.Enumerable.WhereEnumerableIterator`1.GetCount(Boolean onlyIfCheap)
  34. at Microsoft.EntityFrameworkCore.Query.Internal.LinqOperatorProvider.ResultEnumerable`1.GetEnumerator()
  35. at Microsoft.EntityFrameworkCore.Query.Internal.LinqOperatorProvider.ExceptionInterceptor`1.EnumeratorExceptionInterceptor.MoveNext()
  36. [2019-03-22 10:07:18 ERR] An exception occurred in the database while iterating the results of a query for context type 'ru.atc.nspk.services.Pg.NspkContext'.
  37. System.NullReferenceException: Object reference not set to an instance of an object.
  38. at lambda_method(Closure , String )
  39. at System.Linq.Enumerable.WhereListIterator`1.MoveNext()
  40. at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source)
  41. at lambda_method(Closure , ValueBuffer )
  42. at System.Linq.Enumerable.WhereEnumerableIterator`1.GetCount(Boolean onlyIfCheap)
  43. at Microsoft.EntityFrameworkCore.Query.Internal.LinqOperatorProvider.ResultEnumerable`1.GetEnumerator()
  44. at Microsoft.EntityFrameworkCore.Query.Internal.LinqOperatorProvider.ExceptionInterceptor`1.EnumeratorExceptionInterceptor.MoveNext()
  45. at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Boolean& found)
  46. at System.Linq.Enumerable.First[TSource](IEnumerable`1 source)
  47. at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.<>c__DisplayClass15_1`1.<CompileQueryCore>b__0(QueryContext qc)
  48. System.NullReferenceException: Object reference not set to an instance of an object.
  49. at lambda_method(Closure , String )
  50. at System.Linq.Enumerable.WhereListIterator`1.MoveNext()
  51. at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source)
  52. at lambda_method(Closure , ValueBuffer )
  53. at System.Linq.Enumerable.WhereEnumerableIterator`1.GetCount(Boolean onlyIfCheap)
  54. at Microsoft.EntityFrameworkCore.Query.Internal.LinqOperatorProvider.ResultEnumerable`1.GetEnumerator()
  55. at Microsoft.EntityFrameworkCore.Query.Internal.LinqOperatorProvider.ExceptionInterceptor`1.EnumeratorExceptionInterceptor.MoveNext()
  56. at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Boolean& found)
  57. at System.Linq.Enumerable.First[TSource](IEnumerable`1 source)
  58. at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.<>c__DisplayClass15_1`1.<CompileQueryCore>b__0(QueryContext qc)
  59. [2019-03-22 10:07:18 INF] Executed action ru.atc.nspk.webapp.Controllers.SearchController.GetEntitiesShortList (ru.atc.nspk.webapp) in 5.5335ms
  60. [2019-03-22 10:07:18 ERR] Connection id "0HLLE64EOBMBC", Request id "0HLLE64EOBMBC:00000001": An unhandled exception was thrown by the application.
  61. System.NullReferenceException: Object reference not set to an instance of an object.
  62. at lambda_method(Closure , String )
  63. at System.Linq.Enumerable.WhereListIterator`1.MoveNext()
  64. at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source)
  65. at lambda_method(Closure , ValueBuffer )
  66. at System.Linq.Enumerable.WhereEnumerableIterator`1.GetCount(Boolean onlyIfCheap)
  67. at Microsoft.EntityFrameworkCore.Query.Internal.LinqOperatorProvider.ResultEnumerable`1.GetEnumerator()
  68. at Microsoft.EntityFrameworkCore.Query.Internal.LinqOperatorProvider.ExceptionInterceptor`1.EnumeratorExceptionInterceptor.MoveNext()
  69. at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Boolean& found)
  70. at System.Linq.Enumerable.First[TSource](IEnumerable`1 source)
  71. at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.<>c__DisplayClass15_1`1.<CompileQueryCore>b__0(QueryContext qc)
  72. at System.Linq.Queryable.Count[TSource](IQueryable`1 source)
  73. at ru.atc.nspk.services.Pg.SearchServicePg.GetRecordsByTag(String search, String currentUserId, Int32 page, Int32 size, Int32& total)
  74. at ru.atc.nspk.webapp.Controllers.SearchController.GetEntitiesShortList(String search, Int32 size) in /src/ru.atc.nspk.webapp/Controllers/SearchController.cs:line 58
  75. at lambda_method(Closure , Object , Object[] )
  76. at Microsoft.Extensions.Internal.ObjectMethodExecutor.Execute(Object target, Object[] parameters)
  77. at Microsoft.AspNetCore.Mvc.Internal.ActionMethodExecutor.SyncActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  78. at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeActionMethodAsync()
  79. at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeNextActionFilterAsync()
  80. at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ActionExecutedContext context)
  81. at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  82. at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeInnerFilterAsync()
  83. at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeNextResourceFilter()
  84. at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Rethrow(ResourceExecutedContext context)
  85. at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  86. at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeFilterPipelineAsync()
  87. at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeAsync()
  88. at Microsoft.AspNetCore.Builder.RouterMiddleware.Invoke(HttpContext httpContext)
  89. at Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke(HttpContext context)
  90. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  91. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  92. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  93. at Microsoft.AspNetCore.Cors.Infrastructure.CorsMiddleware.Invoke(HttpContext context)
  94. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application)
  95. [2019-03-22 10:07:18 INF] Request finished in 9.1448ms 500
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement