You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SearchService is probably working correctly here, but the log level is not set correctly (warning would be better)
Stacktrace
at SenseNet.Security.PermissionEvaluator..ctor(SecurityContext securityContext)
at SenseNet.Security.SecurityContext..ctor(ISecurityUser currentUser, SecuritySystem securitySystem)
at SenseNet.Search.Lucene29.Centralized.Index.ServiceSecurityContext..ctor(ISecurityUser currentUser, SecuritySystem securitySystem)
at SenseNet.Search.Lucene29.Centralized.Index.SearchService.GetPermissionFilter(SnQuery query, ServiceQueryContext queryContext)
at SenseNet.Search.Lucene29.Centralized.Index.SearchService.ExecuteQueryAsync(SnQuery query, ServiceQueryContext queryContext, CancellationToken cancel)
at SenseNet.Search.Lucene29.Centralized.Index.SearchService.ExecuteQuery(SnQuery query, ServiceQueryContext queryContext)
at SenseNet.Search.Lucene29.Centralized.GrpcService.SearchService.ExecuteQuery(QueryRequest request, ServerCallContext context) in C:\agent-01_work\247\s\src\KelerSearchService\KelerSearchService\Services\SearchService.cs:line 118
at Grpc.Shared.Server.UnaryServerMethodInvoker3.Invoke(HttpContext httpContext, ServerCallContext serverCallContext, TRequest request) --- End of stack trace from previous location --- at Grpc.AspNetCore.Server.Internal.CallHandlers.UnaryServerCallHandler3.HandleCallAsyncCore(HttpContext httpContext, HttpContextServerCallContext serverCallContext)
at Grpc.AspNetCore.Server.Internal.CallHandlers.ServerCallHandlerBase3.<HandleCallAsync>g__AwaitHandleCall|8_0(HttpContextServerCallContext serverCallContext, Method2 method, Task handleCall)
The text was updated successfully, but these errors were encountered:
Description
SearchService is probably working correctly here, but the log level is not set correctly (warning would be better)
Stacktrace
at SenseNet.Security.PermissionEvaluator..ctor(SecurityContext securityContext)
at SenseNet.Security.SecurityContext..ctor(ISecurityUser currentUser, SecuritySystem securitySystem)
at SenseNet.Search.Lucene29.Centralized.Index.ServiceSecurityContext..ctor(ISecurityUser currentUser, SecuritySystem securitySystem)
at SenseNet.Search.Lucene29.Centralized.Index.SearchService.GetPermissionFilter(SnQuery query, ServiceQueryContext queryContext)
at SenseNet.Search.Lucene29.Centralized.Index.SearchService.ExecuteQueryAsync(SnQuery query, ServiceQueryContext queryContext, CancellationToken cancel)
at SenseNet.Search.Lucene29.Centralized.Index.SearchService.ExecuteQuery(SnQuery query, ServiceQueryContext queryContext)
at SenseNet.Search.Lucene29.Centralized.GrpcService.SearchService.ExecuteQuery(QueryRequest request, ServerCallContext context) in C:\agent-01_work\247\s\src\KelerSearchService\KelerSearchService\Services\SearchService.cs:line 118
at Grpc.Shared.Server.UnaryServerMethodInvoker
3.Invoke(HttpContext httpContext, ServerCallContext serverCallContext, TRequest request) --- End of stack trace from previous location --- at Grpc.AspNetCore.Server.Internal.CallHandlers.UnaryServerCallHandler
3.HandleCallAsyncCore(HttpContext httpContext, HttpContextServerCallContext serverCallContext)at Grpc.AspNetCore.Server.Internal.CallHandlers.ServerCallHandlerBase
3.<HandleCallAsync>g__AwaitHandleCall|8_0(HttpContextServerCallContext serverCallContext, Method
2 method, Task handleCall)The text was updated successfully, but these errors were encountered: