SenseNet / sensenet

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

Nullref ex when executing contentquery in clean install #2039

Closed kavics closed 6 months ago

kavics commented 8 months ago

The problem occurs during installation. In this case, the ContentQuery cannot be executed because the search service is not started.

2024-02-07 01:57:21.268 +01:00 [ERR] Error in ExecuteQuery: Object reference not set to an instance of an object.
System.NullReferenceException: Object reference not set to an instance of an object.
   at SenseNet.Search.Lucene29.Centralized.GrpcClient.GrpcServiceClient.ExecuteQueryAsync(SnQuery query, ServiceQueryContext queryContext, CancellationToken cancel)