Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: [15:29:27 ERR] The LINQ expression 'DbSet<ServiceRecordBook>()
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: .Where(x => x.CrewMember == __srb_CrewMember_0 && x.Guid != __srb_Guid_1)
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: .MaxBy(x => x.IssueDate)' could not be translated. Either rewrite the query in a form that can be translated, or switch to client e valuation explicitly by inserting a call to 'AsEnumerable', 'AsAsyncEnumerable', 'ToList', or 'ToListAsync'. See https://go.microsoft.com/fwlink/?linkid=2101038 for more information.
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: System.InvalidOperationException: The LINQ expression 'DbSet<ServiceRecordBook>()
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: .Where(x => x.CrewMember == __srb_CrewMember_0 && x.Guid != __srb_Guid_1)
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: .MaxBy(x => x.IssueDate)' could not be translated. Either rewrite the query in a form that can be translated, or switch to client e valuation explicitly by inserting a call to 'AsEnumerable', 'AsAsyncEnumerable', 'ToList', or 'ToListAsync'. See https://go.microsoft.com/fwlink/?linkid=2101038 for more information.
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: at Microsoft.EntityFrameworkCore.Query.Internal.NavigationExpandingExpressionVisitor.VisitMethodCall(MethodCallExpression methodCall Expression)
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: at Microsoft.EntityFrameworkCore.Query.Internal.NavigationExpandingExpressionVisitor.Expand(Expression query)
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: at Microsoft.EntityFrameworkCore.Query.QueryTranslationPreprocessor.Process(Expression query)
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: at Microsoft.EntityFrameworkCore.Query.QueryCompilationContext.CreateQueryExecutor[TResult](Expression query)
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: at Microsoft.EntityFrameworkCore.Storage.Database.CompileQuery[TResult](Expression query, Boolean async)
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.CompileQueryCore[TResult](IDatabase database, Expression query, IModel model, Boolean async)
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.<>c__DisplayClass9_0`1.<Execute>b__0()
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: at Microsoft.EntityFrameworkCore.Query.Internal.CompiledQueryCache.GetOrAddQuery[TResult](Object cacheKey, Func`1 compiler)
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.Execute[TResult](Expression query)
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: at Microsoft.EntityFrameworkCore.Query.Internal.EntityQueryProvider.Execute[TResult](Expression expression)
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: at System.Linq.Queryable.MaxBy[TSource,TKey](IQueryable`1 source, Expression`1 keySelector)
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: at NCDB.Data.Services.ServiceRecordBookService.GenerateSrbOrCombinedDocumentPdfAsync(Guid srbGuid, Boolean isCombined) in /home/ncdb -at-admin/ncdb/NCDB.Data/Services/ServiceRecordBookService.cs:line 172
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: at NCDB.Controllers.ServiceRecordBookController.DownloadSrbAsPdf(Guid srbGuid, Boolean isCombined) in /home/ncdb-at-admin/ncdb/NCDB/ Controllers/ServiceRecordBookController.cs:line 45
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvo ker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isComplet ed)
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker i nvoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task l astTask, State next, Scope scope, Object state, Boolean isCompleted)
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposa ble scope)
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposa ble scope)
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logg er)
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext cont ext, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
- Dec 14 15:29:27 ncdb-at.eu dotnet-example[652769]: at NCDB.Extensions.ExceptionMiddlewareExtensions.ExceptionMiddleware.InvokeAsync(HttpContext httpContext) in /home/ncdb-at-admin/ncd b/NCDB/Extensions/ExceptionMiddlewareExtensions.cs:line 47
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: [15:29:38 ERR] The LINQ expression 'DbSet<ServiceRecordBook>()
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: .Where(x => x.CrewMember == __srb_CrewMember_0 && x.Guid != __srb_Guid_1)
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: .MaxBy(x => x.IssueDate)' could not be translated. Either rewrite the query in a form that can be translated, or switch to client e valuation explicitly by inserting a call to 'AsEnumerable', 'AsAsyncEnumerable', 'ToList', or 'ToListAsync'. See https://go.microsoft.com/fwlink/?linkid=2101038 for more information.
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: System.InvalidOperationException: The LINQ expression 'DbSet<ServiceRecordBook>()
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: .Where(x => x.CrewMember == __srb_CrewMember_0 && x.Guid != __srb_Guid_1)
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: .MaxBy(x => x.IssueDate)' could not be translated. Either rewrite the query in a form that can be translated, or switch to client e valuation explicitly by inserting a call to 'AsEnumerable', 'AsAsyncEnumerable', 'ToList', or 'ToListAsync'. See https://go.microsoft.com/fwlink/?linkid=2101038 for more information.
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: at Microsoft.EntityFrameworkCore.Query.Internal.NavigationExpandingExpressionVisitor.VisitMethodCall(MethodCallExpression methodCall Expression)
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: at Microsoft.EntityFrameworkCore.Query.Internal.NavigationExpandingExpressionVisitor.Expand(Expression query)
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: at Microsoft.EntityFrameworkCore.Query.QueryTranslationPreprocessor.Process(Expression query)
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: at Microsoft.EntityFrameworkCore.Query.QueryCompilationContext.CreateQueryExecutor[TResult](Expression query)
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: at Microsoft.EntityFrameworkCore.Storage.Database.CompileQuery[TResult](Expression query, Boolean async)
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.CompileQueryCore[TResult](IDatabase database, Expression query, IModel model, Boolean async)
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.<>c__DisplayClass9_0`1.<Execute>b__0()
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: at Microsoft.EntityFrameworkCore.Query.Internal.CompiledQueryCache.GetOrAddQuery[TResult](Object cacheKey, Func`1 compiler)
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.Execute[TResult](Expression query)
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: at Microsoft.EntityFrameworkCore.Query.Internal.EntityQueryProvider.Execute[TResult](Expression expression)
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: at System.Linq.Queryable.MaxBy[TSource,TKey](IQueryable`1 source, Expression`1 keySelector)
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: at NCDB.Data.Services.ServiceRecordBookService.GenerateSrbOrCombinedDocumentPdfAsync(Guid srbGuid, Boolean isCombined) in /home/ncdb -at-admin/ncdb/NCDB.Data/Services/ServiceRecordBookService.cs:line 172
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: at NCDB.Controllers.ServiceRecordBookController.DownloadSrbAsPdf(Guid srbGuid, Boolean isCombined) in /home/ncdb-at-admin/ncdb/NCDB/ Controllers/ServiceRecordBookController.cs:line 45
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvo ker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isComplet ed)
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker i nvoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task l astTask, State next, Scope scope, Object state, Boolean isCompleted)
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposa ble scope)
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposa ble scope)
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logg er)
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext cont ext, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
- Dec 14 15:29:38 ncdb-at.eu dotnet-example[652769]: at NCDB.Extensions.ExceptionMiddlewareExtensions.ExceptionMiddleware.InvokeAsync(HttpContext httpContext) in /home/ncdb-at-admin/ncd b/NCDB/Extensions/ExceptionMiddlewareExtensions.cs:line 47
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement