GrapeCity.Enterprise.CotManager.Abstractions.CotManagerException: No available database node found.
_errorCode=10142
---> Grapecity.Enterprise.MonetDb.Cluster.Client.Exceptions.MonetDbClusterException: Cannot find any MonetDb node
at Grapecity.Enterprise.MonetDb.Cluster.Client.AkkaMonetDbClusterClient.SelectOneAvailableNodeAsync(String schemaName, String tableName, Nullable`1 timeout, CancellationToken token)
at GrapeCity.Enterprise.CotManager.InternalServices.MonetDbClusterAdapterImpl.Create(String schemaName, String tableName)
--- End of inner exception stack trace ---
at GrapeCity.Enterprise.CotManager.InternalServices.MonetDbClusterAdapterImpl.Create(String schemaName, String tableName)
at GrapeCity.Enterprise.CotManager.Internal.Servicing.CotManagerImpl.Create(Guid newCotKey, RowBasedData data, Boolean addSortColumns)
at Grapecity.Enterprise.CotWorker.Services.CotStorage.AddCotImpl(GcefQueryParameter gcefQueryParameter, CotWorkerPayloadDetail detail, DataExtractionConfig config, CancellationToken ct)
报错信息是这个, 可能就是排查里面数据库没启动,这个在哪里启动 |