SenseNet / sensenet

Open Source Content Services Platform written in .NET
https://sensenet.com
GNU General Public License v2.0
174 stars 111 forks source link

Serach Service log throws error #2100

Open HegyiOliver opened 1 month ago

HegyiOliver commented 1 month ago

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.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)