Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serach Service log throws error #2100

Open
HegyiOliver opened this issue May 7, 2024 · 0 comments
Open

Serach Service log throws error #2100

HegyiOliver opened this issue May 7, 2024 · 0 comments

Comments

@HegyiOliver
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants