Errors in installing harness community cd on Kubernetes cluster using helm

Hi I am trying to install harness community cd using helm on Kubernetes cluster, below are the errors I am seeing in which ng-manager pod is going into crashloop and the log message attached below.

NAME READY STATUS RESTARTS AGE
redis-c9b4dd6b9-48qz4 1/1 Running 0 19m
proxy-5bfd5cfccb-fvwsc 0/1 Init:0/1 0 19m
delegate-proxy-65c49ff7b4-hb6dr 1/1 Running 0 19m
scm-789ddf8c95-6ftc4 1/1 Running 0 19m
ng-ui-746f8df884-hgs54 1/1 Running 0 19m
ng-auth-ui-5df68d7546-ldc28 1/1 Running 1 (19m ago) 19m
log-service-85774b5fb8-7m4sh 1/1 Running 0 19m
mongodb-replicaset-chart-0 1/1 Running 0 19m
pipeline-service-767476d989-4hjfd 1/1 Running 0 19m
platform-service-6fdfcd9bf6-wkdz4 1/1 Running 0 19m
manager-749b76d95c-4b9mj 1/1 Running 0 19m
ng-manager-78b7b4c978-qkvcp 0/1 CrashLoopBackOff 6 (37s ago) 19m

2022-04-10 18:06:16,845 [main] ERROR io.harness.yaml.schema.YamlSchemaGenerator - We can have some error in schema of node variables with FieldSubtypeData(fieldName=variables, discriminatorName=type, discriminatorType=PROPERTY, subtypesMapping=[SubtypeClassMap(subtypeEnum=Number, subTypeDefinitionKey=NumberNGVariable, subTypeClass=class io.harness.yaml.core.variables.NumberNGVariable), SubtypeClassMap(subtypeEnum=String, subTypeDefinitionKey=StringNGVariable, subTypeClass=class io.harness.yaml.core.variables.StringNGVariable), SubtypeClassMap(subtypeEnum=Secret, subTypeDefinitionKey=SecretNGVariable, subTypeClass=class io.harness.yaml.core.variables.SecretNGVariable)]).
2022-04-10 18:06:16,846 [main] ERROR io.harness.yaml.schema.YamlSchemaGenerator - We can have some error in schema of node variables with FieldSubtypeData(fieldName=variables, discriminatorName=type, discriminatorType=PROPERTY, subtypesMapping=[SubtypeClassMap(subtypeEnum=Number, subTypeDefinitionKey=NumberNGVariable, subTypeClass=class io.harness.yaml.core.variables.NumberNGVariable), SubtypeClassMap(subtypeEnum=String, subTypeDefinitionKey=StringNGVariable, subTypeClass=class io.harness.yaml.core.variables.StringNGVariable), SubtypeClassMap(subtypeEnum=Secret, subTypeDefinitionKey=SecretNGVariable, subTypeClass=class io.harness.yaml.core.variables.SecretNGVariable)]).
2022-04-10 18:06:16,849 [main] ERROR io.harness.yaml.schema.YamlSchemaGenerator - We can have some error in schema of node variables with FieldSubtypeData(fieldName=variables, discriminatorName=type, discriminatorType=PROPERTY, subtypesMapping=[SubtypeClassMap(subtypeEnum=Number, subTypeDefinitionKey=NumberNGVariable, subTypeClass=class io.harness.yaml.core.variables.NumberNGVariable), SubtypeClassMap(subtypeEnum=String, subTypeDefinitionKey=StringNGVariable, subTypeClass=class io.harness.yaml.core.variables.StringNGVariable), SubtypeClassMap(subtypeEnum=Secret, subTypeDefinitionKey=SecretNGVariable, subTypeClass=class io.harness.yaml.core.variables.SecretNGVariable)]).
2022-04-10 18:06:18,842 [main] ERROR io.harness.yaml.schema.YamlSchemaGenerator - We can have some error in schema of node owner with FieldSubtypeData(fieldName=owner, discriminatorName=type, discriminatorType=EXISTING_PROPERTY, subtypesMapping=[SubtypeClassMap(subtypeEnum=SERVICE_ACCOUNT, subTypeDefinitionKey=ServiceAccountPrincipal, subTypeClass=class io.harness.security.dto.ServiceAccountPrincipal), SubtypeClassMap(subtypeEnum=SERVICE, subTypeDefinitionKey=ServicePrincipal, subTypeClass=class io.harness.security.dto.ServicePrincipal), SubtypeClassMap(subtypeEnum=USER, subTypeDefinitionKey=UserPrincipal, subTypeClass=class io.harness.security.dto.UserPrincipal), SubtypeClassMap(subtypeEnum=API_KEY, subTypeDefinitionKey=ApiKeyPrincipal, subTypeClass=class io.harness.security.dto.ApiKeyPrincipal)]).
2022-04-10 18:06:36,743 [main] ERROR io.harness.remote.client.RestClientUtils - IO error while connecting to the service: /api/ng/accounts/list
java.net.SocketTimeoutException: connect timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:607)
at okhttp3.internal.platform.Platform.connectSocket(Platform.java:124)
at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.java:220)
at okhttp3.internal.connection.RealConnection.connect(RealConnection.java:146)
at okhttp3.internal.connection.StreamAllocation.findConnection(StreamAllocation.java:186)
at okhttp3.internal.connection.StreamAllocation.findHealthyConnection(StreamAllocation.java:121)
at okhttp3.internal.connection.StreamAllocation.newStream(StreamAllocation.java:100)
at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.java:42)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67)
at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.java:93)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67)
at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.java:93)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92)
at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.java:120)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67)
at io.harness.remote.client.AbstractHttpClientFactory.lambda$getUnsafeOkHttpClient$0(AbstractHttpClientFactory.java:135)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67)
at io.harness.request.RequestContextFilter.lambda$getRequestContextInterceptor$0(RequestContextFilter.java:96)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67)
at io.harness.remote.client.AbstractHttpClientFactory.lambda$getGitContextInterceptor$1(AbstractHttpClientFactory.java:165)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67)
at io.harness.ng.core.CorrelationContext.lambda$getCorrelationIdInterceptor$0(CorrelationContext.java:50)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67)
at io.harness.remote.client.AbstractHttpClientFactory.lambda$getAuthorizationInterceptor$2(AbstractHttpClientFactory.java:190)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67)
at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:179)
at okhttp3.RealCall.execute(RealCall.java:63)
at retrofit2.OkHttpCall.execute(OkHttpCall.java:174)
at io.harness.remote.client.RestClientUtils.getResponse(RestClientUtils.java:50)
at io.harness.remote.client.RestClientUtils.getResponse(RestClientUtils.java:40)
at io.harness.ng.core.migration.NGAccountSettingsMigration.migrate(NGAccountSettingsMigration.java:27)
at io.harness.migration.service.impl.NGMigrationServiceImpl.doMigration(NGMigrationServiceImpl.java:179)
at io.harness.migration.service.impl.NGMigrationServiceImpl.runForegroundMigrations(NGMigrationServiceImpl.java:142)
at io.harness.migration.service.impl.NGMigrationServiceImpl.runMigrationsInner(NGMigrationServiceImpl.java:125)
at io.harness.migration.service.impl.NGMigrationServiceImpl.runMigrations(NGMigrationServiceImpl.java:110)
at io.harness.migration.NGMigrationSdkInitHelper.initialize(NGMigrationSdkInitHelper.java:25)
at io.harness.ng.NextGenApplication.registerMigrations(NextGenApplication.java:452)
at io.harness.ng.NextGenApplication.run(NextGenApplication.java:412)
at io.harness.ng.NextGenApplication.run(NextGenApplication.java:249)
at io.dropwizard.cli.EnvironmentCommand.run(EnvironmentCommand.java:43)
at io.dropwizard.cli.ConfiguredCommand.run(ConfiguredCommand.java:87)
at io.dropwizard.cli.Cli.run(Cli.java:78)
at io.dropwizard.Application.run(Application.java:93)
at io.harness.ng.NextGenApplication.main(NextGenApplication.java:262)
io.harness.migration.MigrationException: [Migration] - ngmanager : Error while running migration MongoMigration
at io.harness.migration.service.impl.NGMigrationServiceImpl.doMigration(NGMigrationServiceImpl.java:189)
at io.harness.migration.service.impl.NGMigrationServiceImpl.runForegroundMigrations(NGMigrationServiceImpl.java:142)
at io.harness.migration.service.impl.NGMigrationServiceImpl.runMigrationsInner(NGMigrationServiceImpl.java:125)
at io.harness.migration.service.impl.NGMigrationServiceImpl.runMigrations(NGMigrationServiceImpl.java:110)
at io.harness.migration.NGMigrationSdkInitHelper.initialize(NGMigrationSdkInitHelper.java:25)
at io.harness.ng.NextGenApplication.registerMigrations(NextGenApplication.java:452)
at io.harness.ng.NextGenApplication.run(NextGenApplication.java:412)
at io.harness.ng.NextGenApplication.run(NextGenApplication.java:249)
at io.dropwizard.cli.EnvironmentCommand.run(EnvironmentCommand.java:43)
at io.dropwizard.cli.ConfiguredCommand.run(ConfiguredCommand.java:87)
at io.dropwizard.cli.Cli.run(Cli.java:78)
at io.dropwizard.Application.run(Application.java:93)
at io.harness.ng.NextGenApplication.main(NextGenApplication.java:262)
Caused by: io.harness.exception.UnexpectedException: Unable to connect to upstream systems, please try again.
at io.harness.remote.client.RestClientUtils.getResponse(RestClientUtils.java:74)
at io.harness.remote.client.RestClientUtils.getResponse(RestClientUtils.java:40)
at io.harness.ng.core.migration.NGAccountSettingsMigration.migrate(NGAccountSettingsMigration.java:27)
at io.harness.migration.service.impl.NGMigrationServiceImpl.doMigration(NGMigrationServiceImpl.java:179)
… 12 more

Regards,
Narasimha Reddy.

This seems like the ng-manager container is having issues connecting to the manager container. Can you get the logs from the manager container to help us in troubleshooting this issue?

1 Like

here are the logs for manager pod, attaching part of logs as I am unable to attach full log file

kubectl logs manager-749b76d95c-qfs5p
Using memory 232
Using new relic env dev
WARN [2022-04-11 11:30:57,985] org.reflections.Reflections: given scan urls are empty. set urls in the configuration
2022-04-11 11:31:45,758 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:45,760 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:45,984 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:46,152 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘properties’ on class software.wings.sm.ExecutionInterrupt
2022-04-11 11:31:46,215 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:46,217 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:46,346 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘properties’ on class software.wings.beans.infrastructure.Host
2022-04-11 11:31:47,065 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:47,116 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:47,212 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:47,245 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:47,759 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘details’ on class software.wings.audit.AuditHeader
2022-04-11 11:31:47,808 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘others’ on class software.wings.beans.GcsFileMetadata
2022-04-11 11:31:47,853 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:48,159 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:48,364 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:48,441 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:48,474 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:48,613 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘stateParams’ on class software.wings.sm.StateExecutionInstance
2022-04-11 11:31:48,661 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:48,790 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:48,897 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘limit’ on class io.harness.limits.ConfiguredLimit
2022-04-11 11:31:48,912 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:48,990 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:49,059 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘metadata’ on class software.wings.service.impl.analysis.LogMLFeedbackRecord
2022-04-11 11:31:49,113 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:49,117 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘templateModel’ on class software.wings.helpers.ext.mail.EmailData
2022-04-11 11:31:49,184 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:50,690 [main] ERROR io.harness.mongo.IndexManagerSession - No class store collection cgEventConfig with not final class io.harness.beans.CgEventConfig [collectionName=cgEventConfig]
2022-04-11 11:31:50,754 [main] ERROR org.atmosphere.annotation.AnnotationUtil - Index yaml is unique indexes and its name is not prefixed with unique [collectionName=cgEventConfig]
2022-04-11 11:31:50,889 [main] ERROR io.harness.mongo.IndexManagerSession - Index {“name”: “appId_1”, “background”: true} is a subsequence of index {“name”: “yaml”, “unique”: true} [collectionName=cgEventConfig]
2022-04-11 11:31:51,450 [main] ERROR io.harness.mongo.IndexManagerSession - No class store collection marketPlaces with not final class software.wings.beans.MarketPlace [collectionName=marketPlaces]
2022-04-11 11:31:51,532 [main] ERROR org.atmosphere.annotation.AnnotationUtil - Index manifestFileIdx is unique indexes and its name is not prefixed with unique [collectionName=manifestFile]
2022-04-11 11:31:51,554 [main] ERROR io.harness.mongo.IndexManagerSession - No class store collection delegatePerpetualTaskUsageInsights with not final class software.wings.beans.DelegatePerpetualTaskUsageInsights [collectionName=delegatePerpetualTaskUsageInsights]
2022-04-11 11:31:51,577 [main] ERROR io.harness.mongo.IndexManagerSession - Index {“name”: “appId_1”, “background”: true} is a subsequence of index {“name”: “unique_name”, “unique”: true} [collectionName=verificationServiceConfigurations]
2022-04-11 11:31:51,609 [main] ERROR io.harness.mongo.IndexManagerSession - No class store collection systemCatalogs with not final class software.wings.beans.SystemCatalog [collectionName=systemCatalogs]
2022-04-11 11:31:51,660 [main] ERROR io.harness.mongo.IndexManagerSession - No class store collection harnessApiKeys with not final class io.harness.entity.HarnessApiKey [collectionName=harnessApiKeys]
2022-04-11 11:31:51,678 [main] ERROR io.harness.mongo.IndexManagerSession - No class store collection mlExperiments with not final class software.wings.service.impl.newrelic.MLExperiments [collectionName=mlExperiments]
2022-04-11 11:31:51,717 [main] ERROR io.harness.mongo.IndexManagerSession - No class store collection thirdPartyApiCallLog with not final class software.wings.service.impl.ThirdPartyApiCallLog [collectionName=thirdPartyApiCallLog]
2022-04-11 11:31:51,722 [main] ERROR org.atmosphere.annotation.AnnotationUtil - Composite index with only one field stateExecutionId [collectionName=thirdPartyApiCallLog]
2022-04-11 11:31:51,744 [main] ERROR io.harness.mongo.IndexManagerSession - No class store collection clusterRecords with not final class io.harness.ccm.cluster.entities.ClusterRecord [collectionName=clusterRecords]
2022-04-11 11:31:51,764 [main] ERROR io.harness.mongo.IndexManagerSession - No class store collection newRelicMetricRecords with not final class software.wings.service.impl.newrelic.NewRelicMetricDataRecord [collectionName=newRelicMetricRecords]
2022-04-11 11:31:51,767 [main] ERROR org.atmosphere.annotation.AnnotationUtil - Composite index with only one field cvConfigId [collectionName=newRelicMetricRecords]
2022-04-11 11:31:51,768 [main] ERROR io.harness.mongo.IndexManagerSession - Index {“name”: “cvConfigId_1”, “background”: true} is a subsequence of index {“name”: “serviceGuardIndex”, “background”: true} [collectionName=newRelicMetricRecords]
2022-04-11 11:31:51,798 [main] ERROR io.harness.mongo.IndexManagerSession - No class store collection templates with not final class software.wings.beans.template.Template [collectionName=templates]
2022-04-11 11:31:51,802 [main] ERROR org.atmosphere.annotation.AnnotationUtil - Index yaml is unique indexes and its name is not prefixed with unique [collectionName=templates]
2022-04-11 11:31:51,820 [main] ERROR io.harness.mongo.IndexManagerSession - No class store collection instance with not final class software.wings.beans.infrastructure.instance.Instance [collectionName=instance]
2022-04-11 11:31:51,823 [main] ERROR io.harness.mongo.IndexManagerSession - Index {“name”: “instance_index6”, “background”: true} is a subsequence of index {“name”: “instance_index9”, “background”: true} [collectionName=instance]
2022-04-11 11:31:51,823 [main] ERROR io.harness.mongo.IndexManagerSession - Index {“name”: “instance_index12”, “background”: true} is a subsequence of index {“name”: “instance_index3”, “background”: true} [collectionName=instance]
2022-04-11 11:31:51,824 [main] ERROR io.harness.mongo.IndexManagerSession - Index {“name”: “appId_1”, “background”: true} is a subsequence of index {“name”: “instance_index2”, “background”: true} [collectionName=instance]
2022-04-11 11:31:51,824 [main] ERROR io.harness.mongo.IndexManagerSession - Index {“name”: “appId_1”, “background”: true} is a subsequence of index {“name”: “instance_index1”, “background”: true} [collectionName=instance]
2022-04-11 11:31:51,824 [main] ERROR io.harness.mongo.IndexManagerSession - Index {“name”: “appId_1”, “background”: true} is a subsequence of index {“name”: “instance_index5”, “background”: true} [collectionName=instance]
2022-04-11 11:31:51,825 [main] ERROR io.harness.mongo.IndexManagerSession - Index {“name”: “appId_1”, “background”: true} is a subsequence of index {“name”: “instance_index13”, “background”: true} [collectionName=instance]
2022-04-11 11:31:51,825 [main] ERROR io.harness.mongo.IndexManagerSession - Index {“name”: “appId_1”, “background”: true} is a subsequence of index {“name”: “instance_index8”, “background”: true} [collectionName=instance]
2022-04-11 11:31:51,881 [main] ERROR org.atmosphere.annotation.AnnotationUtil - Index yaml is unique indexes and its name is not prefixed with unique [collectionName=artifactStream]
2022-04-11 11:31:51,882 [main] ERROR io.harness.mongo.IndexManagerSession - Index {“name”: “appId_1”, “background”: true} is a subsequence of index {“name”: “yaml”, “unique”: true} [collectionName=artifactStream]
2022-04-11 11:31:51,914 [main] ERROR io.harness.mongo.IndexManagerSession - No class store collection entityGitBranchMetadata with not final class io.harness.gitsync.branching.EntityGitBranchMetadata [collectionName=entityGitBranchMetadata]

kubectl logs manager-749b76d95c-qfs5p
Using memory 232
Using new relic env dev
WARN [2022-04-11 11:30:57,985] org.reflections.Reflections: given scan urls are empty. set urls in the configuration
2022-04-11 11:31:45,758 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:45,760 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:45,984 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:46,152 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘properties’ on class software.wings.sm.ExecutionInterrupt
2022-04-11 11:31:46,215 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:46,217 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:46,346 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘properties’ on class software.wings.beans.infrastructure.Host
2022-04-11 11:31:47,065 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:47,116 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:47,212 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:47,245 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:47,759 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘details’ on class software.wings.audit.AuditHeader
2022-04-11 11:31:47,808 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘others’ on class software.wings.beans.GcsFileMetadata
2022-04-11 11:31:47,853 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:48,159 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:48,364 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:48,441 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:48,474 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:48,613 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘stateParams’ on class software.wings.sm.StateExecutionInstance
2022-04-11 11:31:48,661 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:48,790 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:48,897 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘limit’ on class io.harness.limits.ConfiguredLimit
2022-04-11 11:31:48,912 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:48,990 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:49,059 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘metadata’ on class software.wings.service.impl.analysis.LogMLFeedbackRecord
2022-04-11 11:31:49,113 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:49,117 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘templateModel’ on class software.wings.helpers.ext.mail.EmailData
2022-04-11 11:31:49,184 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:50,690 [main] ERROR io.harness.mongo.IndexManagerSession - No class store collection cgEventConfig with not final class io.harness.beans.CgEventConfig [collectionName=cgEventConfig]
2022-04-11 11:31:50,754 [main] ERROR org.atmosphere.annotation.AnnotationUtil - Index yaml is unique indexes and its name is not prefixed with unique [collectionName=cgEventConfig]
2022-04-11 11:31:50,889 [main] ERROR io.harness.mongo.IndexManagerSession - Index {“name”: “appId_1”, “background”: true} is a subsequence of index {“name”: “yaml”, “unique”: true} [collectionName=cgEventConfig]
2022-04-11 11:31:51,450 [main] ERROR io.harness.mongo.IndexManagerSession - No class store collection marketPlaces with not final class software.wings.beans.MarketPlace [collectionName=marketPlaces]
2022-04-11 11:31:51,532 [main] ERROR org.atmosphere.annotation.AnnotationUtil - Index manifestFileIdx is unique indexes and its name is not prefixed with unique [collectionName=manifestFile]
2022-04-11 11:31:51,554 [main] ERROR io.harness.mongo.IndexManagerSession - No class store collection delegatePerpetualTaskUsageInsights with not final class software.wings.beans.DelegatePerpetualTaskUsageInsights [collectionName=delegatePerpetualTaskUsageInsights]
2022-04-11 11:31:51,577 [main] ERROR io.harness.mongo.IndexManagerSession - Index {“name”: “appId_1”, “background”: true} is a subsequence of index {“name”: “unique_name”, “unique”: true} [collectionName=verificationServiceConfigurations]
2022-04-11 11:31:51,609 [main] ERROR io.harness.mongo.IndexManagerSession - No class store collection systemCatalogs with not final class software.wings.beans.SystemCatalog [collectionName=systemCatalogs]
2022-04-11 11:31:51,660 [main] ERROR io.harness.mongo.IndexManagerSession - No class store collection harnessApiKeys with not final class io.harness.entity.HarnessApiKey [collectionName=harnessApiKeys]
2022-04-11 11:31:51,678 [main] ERROR io.harness.mongo.IndexManagerSession - No class store collection mlExperiments with not final class software.wings.service.impl.newrelic.MLExperiments [collectionName=mlExperiments]
2022-04-11 11:31:51,717 [main] ERROR io.harness.mongo.IndexManagerSession - No class store collection thirdPartyApiCallLog with not final class software.wings.service.impl.ThirdPartyApiCallLog [collectionName=thirdPartyApiCallLog]
2022-04-11 11:31:51,722 [main] ERROR org.atmosphere.annotation.AnnotationUtil - Composite index with only one field stateExecutionId [collectionName=thirdPartyApiCallLog]
2022-04-11 11:31:51,744 [main] ERROR io.harness.mongo.IndexManagerSession - No class store collection clusterRecords with not final class io.harness.ccm.cluster.entities.ClusterRecord [collectionName=clusterRecords]
2022-04-11 11:31:51,764 [main] ERROR io.harness.mongo.IndexManagerSession - No class store collection newRelicMetricRecords with not final class software.wings.service.impl.newrelic.NewRelicMetricDataRecord [collectionName=newRelicMetricRecords]
2022-04-11 11:31:51,767 [main] ERROR org.atmosphere.annotation.AnnotationUtil - Composite index with only one field cvConfigId [collectionName=newRelicMetricRecords]
2022-04-11 11:31:51,768 [main] ERROR io.harness.mongo.IndexManagerSession - Index {“name”: “cvConfigId_1”, “background”: true} is a subsequence of index {“name”: “serviceGuardIndex”, “background”: true} [collectionName=newRelicMetricRecords]
2022-04-11 11:31:51,798 [main] ERROR io.harness.mongo.IndexManagerSession - No class store collection templates with not final class software.wings.beans.template.Template [collectionName=templates]
2022-04-11 11:31:51,802 [main] ERROR org.atmosphere.annotation.AnnotationUtil - Index yaml is unique indexes and its name is not prefixed with unique [collectionName=templates]
2022-04-11 11:31:51,820 [main] ERROR io.harness.mongo.IndexManagerSession - No class store collection instance with not final class software.wings.beans.infrastructure.instance.Instance [collectionName=instance]
2022-04-11 11:31:51,823 [main] ERROR io.harness.mongo.IndexManagerSession - Index {“name”: “instance_index6”, “background”: true} is a subsequence of index {“name”: “instance_index9”, “background”: true} [collectionName=instance]
2022-04-11 11:31:51,823 [main] ERROR io.harness.mongo.IndexManagerSession - Index {“name”: “instance_index12”, “background”: true} is a subsequence of index {“name”: “instance_index3”, “background”: true} [collectionName=instance]
2022-04-11 11:31:51,824 [main] ERROR io.harness.mongo.IndexManagerSession - Index {“name”: “appId_1”, “background”: true} is a subsequence of index {“name”: “instance_index2”, “background”: true} [collectionName=instance]
2022-04-11 11:31:51,824 [main] ERROR io.harness.mongo.IndexManagerSession - Index {“name”: “appId_1”, “background”: true} is a subsequence of index {“name”: “instance_index1”, “background”: true} [collectionName=instance]
2022-04-11 11:31:51,824 [main] ERROR io.harness.mongo.IndexManagerSession - Index {“name”: “appId_1”, “background”: true} is a subsequence of index {“name”: “instance_index5”, “background”: true} [collectionName=instance]
2022-04-11 11:31:51,825 [main] ERROR io.harness.mongo.IndexManagerSession - Index {“name”: “appId_1”, “background”: true} is a subsequence of index {“name”: “instance_index13”, “background”: true} [collectionName=instance]
2022-04-11 11:31:51,825 [main] ERROR io.harness.mongo.IndexManagerSession - Index {“name”: “appId_1”, “background”: true} is a subsequence of index {“name”: “instance_index8”, “background”: true} [collectionName=instance]
2022-04-11 11:31:51,881 [main] ERROR org.atmosphere.annotation.AnnotationUtil - Index yaml is unique indexes and its name is not prefixed with unique [collectionName=artifactStream]
2022-04-11 11:31:51,882 [main] ERROR io.harness.mongo.IndexManagerSession - Index {“name”: “appId_1”, “background”: true} is a subsequence of index {“name”: “yaml”, “unique”: true} [collectionName=artifactStream]
2022-04-11 11:31:51,914 [main] ERROR io.harness.mongo.IndexManagerSession - No class store collection entityGitBranchMetadata with not final class io.harness.gitsync.branching.EntityGitBranchMetadata [collectionName=entityGitBranchMetadata]
2022-04-11 11:31:51,935 [main] ERROR org.atmosphere.annotation.AnnotationUtil - Composite index with only one field accountId [collectionName=infrastructureProvisioner]
2022-04-11 11:31:51,935 [main] ERROR io.harness.mongo.IndexManagerSession - Index {“name”: “accountId_1”, “background”: true} is a subsequence of index {“name”: “accountIdCreatedAtIdx”, “background”: true} [collectionName=infrastructureProvisioner]
2022-04-11 11:31:51,971 [main] ERROR io.harness.mongo.IndexManagerSession - No class store collection timeSeriesMetricGroup with not final class software.wings.service.impl.analysis.TimeSeriesMetricGroup [collectionName=timeSeriesMetricGroup]
2022-04-11 11:31:52,011 [main] ERROR org.atmosphere.annotation.AnnotationUtil - Index yaml is unique indexes and its name is not prefixed with unique [collectionName=infrastructureMapping]
2022-04-11 11:31:52,012 [main] ERROR org.atmosphere.annotation.AnnotationUtil - Composite index with only one field appId [collectionName=infrastructureMapping]
…
2022-04-11 11:31:55,864 [main] ERROR io.harness.mongo.IndexManagerSession - Index {“name”: “accountId_1”, “background”: true} is a subsequence of index {“name”: “accountId_cdPageCandidate_appId”, “background”: true} [collectionName=workflowExecutions]
2022-04-11 11:31:55,864 [main] ERROR io.harness.mongo.IndexManagerSession - Index {“name”: “accountId_1”, “background”: true} is a subsequence of index {“name”: “accountId_tags_createdAt”, “background”: true} [collectionName=workflowExecutions]
2022-04-11 11:31:55,864 [main] ERROR io.harness.mongo.IndexManagerSession - Index {“name”: “status_1”, “background”: true} is a subsequence of index {“name”: “workflowExecutionMonitor”, “background”: true} [collectionName=workflowExecutions]
2022-04-11 11:31:55,889 [main] ERROR io.harness.mongo.IndexManagerSession - No class store collection artifacts with not final class software.wings.beans.artifact.Artifact [collectionName=artifacts]
2022-04-11 11:31:55,892 [main] ERROR io.harness.mongo.IndexManagerSession - Index {“name”: “accountId_1”, “background”: true} is a subsequence of index {“name”: “accountId_artifactStreamId_createdAt”, “background”: true} [collectionName=artifacts]
2022-04-11 11:31:55,893 [main] ERROR io.harness.mongo.IndexManagerSession - Index {“name”: “appId_1”, “background”: true} is a subsequence of index {“name”: “appId_artifactStreamId_status_createdAt”, “background”: true} [collectionName=artifacts]
2022-04-11 11:31:55,913 [main] ERROR io.harness.mongo.IndexManagerSession - Class store collection pipelineGovernanceConfigs with final class io.harness.governance.pipeline.service.model.PipelineGovernanceConfig [collectionName=pipelineGovernanceConfigs]
2022-04-11 11:32:14,181 [main] ERROR software.wings.security.encryption.migration.EncryptedDataLocalToGcpKmsMigrationHandler - Global GCP KMS config found to be null hence not registering EncryptedDataLocalToGcpKmsMigrationHandler iterators
2022-04-11 11:32:17,681 [Iterator-DelegateTaskFail] WARN io.harness.persistence.LogKeyUtils - Provide logKeyForId for the class software.wings.beans.Account instead of using the default one
2022-04-11 11:32:17,683 [Iterator-DelegateTaskFail] ERROR io.harness.mongo.iterator.MongoPersistenceIterator - Working on entity but the delay is more than the acceptable 45000 [accountId=GLOBAL_ACCOUNT_ID, entityClass=software.wings.beans.Account, delay=62982]
2022-04-11 11:32:18,173 [scheduled-ldap-handler] WARN org.mongodb.morphia.mapping.Mapper - converted to null
2022-04-11 11:32:18,175 [scheduled-trigger-handler] WARN org.mongodb.morphia.mapping.Mapper - converted to null
2022-04-11 11:32:18,378 [scheduled-trigger-handler] WARN org.mongodb.morphia.mapping.Mapper - converted to null
2022-04-11 11:32:18,445 [scheduled-ldap-handler] WARN org.mongodb.morphia.mapping.Mapper - converted to null
2022-04-11 11:32:18,651 [Iterator-DelegateTaskRebroadcast] ERROR io.harness.mongo.iterator.MongoPersistenceIterator - Working on entity but the delay is more than the acceptable 15000 [accountId=GLOBAL_ACCOUNT_ID, entityClass=software.wings.beans.Account, delay=60992]

kubectl logs manager-749b76d95c-qfs5p
Using memory 232
Using new relic env dev
WARN [2022-04-11 11:30:57,985] org.reflections.Reflections: given scan urls are empty. set urls in the configuration
2022-04-11 11:31:45,758 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:45,760 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:45,984 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:46,152 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘properties’ on class software.wings.sm.ExecutionInterrupt
2022-04-11 11:31:46,215 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:46,217 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:46,346 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘properties’ on class software.wings.beans.infrastructure.Host
2022-04-11 11:31:47,065 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:47,116 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:47,212 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:47,245 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:47,759 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘details’ on class software.wings.audit.AuditHeader
2022-04-11 11:31:47,808 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘others’ on class software.wings.beans.GcsFileMetadata
2022-04-11 11:31:47,853 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:48,159 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:48,364 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:48,441 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:48,474 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:48,613 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘stateParams’ on class software.wings.sm.StateExecutionInstance
2022-04-11 11:31:48,661 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:48,790 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:48,897 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘limit’ on class io.harness.limits.ConfiguredLimit
2022-04-11 11:31:48,912 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:48,990 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:49,059 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘metadata’ on class software.wings.service.impl.analysis.LogMLFeedbackRecord
2022-04-11 11:31:49,113 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:49,117 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘templateModel’ on class software.wings.helpers.ext.mail.EmailData
2022-04-11 11:31:49,184 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:50,690 [main] ERROR io.harness.mongo.IndexManagerSession - No class store collection cgEventConfig with not final class io.harness.beans.CgEventConfig [collectionName=cgEventConfig]
2022-04-11 11:31:50,754 [main] ERROR org.atmosphere.annotation.AnnotationUtil - Index yaml is unique indexes and its name is not prefixed with unique [collectionName=cgEventConfig]
2022-04-11 11:31:50,889 [main] ERROR io.harness.mongo.IndexManagerSession - Index {“name”: “appId_1”, “background”: true} is a subsequence of index {“name”: “yaml”, “unique”: true} [collectionName=cgEventConfig]
2022-04-11 11:31:51,450 [main] ERROR io.harness.mongo.IndexManagerSession - No class store collection marketPlaces with not final class software.wings.beans.MarketPlace [collectionName=marketPlaces]
2022-04-11 11:31:51,532 [main] ERROR org.atmosphere.annotation.AnnotationUtil - Index manifestFileIdx is unique indexes and its name is not prefixed with unique [collectionName=manifestFile]
2022-04-11 11:31:51,554 [main] ERROR io.harness.mongo.IndexManagerSession - No class store collection delegatePerpetualTaskUsageInsights with not final class software.wings.beans.DelegatePerpetualTaskUsageInsights [collectionName=delegatePerpetualTaskUsageInsights]
2022-04-11 11:31:51,577 [main] ERROR io.harness.mongo.IndexManagerSession - Index {“name”: “appId_1”, “background”: true} is a subsequence of index {“name”: “unique_name”, “unique”: true} [collectionName=verificationServiceConfigurations]
2022-04-11 11:31:51,609 [main] ERROR io.harness.mongo.IndexManagerSession - No class store collection systemCatalogs with not final class software.wings.beans.SystemCatalog [collectionName=systemCatalogs]
2022-04-11 11:31:51,660 [main] ERROR io.harness.mongo.IndexManagerSession - No class store collection harnessApiKeys with not final class io.harness.entity.HarnessApiKey [collectionName=harnessApiKeys]
…
2022-04-11 11:31:55,913 [main] ERROR io.harness.mongo.IndexManagerSession - Class store collection pipelineGovernanceConfigs with final class io.harness.governance.pipeline.service.model.PipelineGovernanceConfig [collectionName=pipelineGovernanceConfigs]
2022-04-11 11:32:14,181 [main] ERROR software.wings.security.encryption.migration.EncryptedDataLocalToGcpKmsMigrationHandler - Global GCP KMS config found to be null hence not registering EncryptedDataLocalToGcpKmsMigrationHandler iterators
2022-04-11 11:32:17,681 [Iterator-DelegateTaskFail] WARN io.harness.persistence.LogKeyUtils - Provide logKeyForId for the class software.wings.beans.Account instead of using the default one
2022-04-11 11:32:17,683 [Iterator-DelegateTaskFail] ERROR io.harness.mongo.iterator.MongoPersistenceIterator - Working on entity but the delay is more than the acceptable 45000 [accountId=GLOBAL_ACCOUNT_ID, entityClass=software.wings.beans.Account, delay=62982]
2022-04-11 11:32:18,173 [scheduled-ldap-handler] WARN org.mongodb.morphia.mapping.Mapper - converted to null
2022-04-11 11:32:18,175 [scheduled-trigger-handler] WARN org.mongodb.morphia.mapping.Mapper - converted to null
2022-04-11 11:32:18,378 [scheduled-trigger-handler] WARN org.mongodb.morphia.mapping.Mapper - converted to null
2022-04-11 11:32:18,445 [scheduled-ldap-handler] WARN org.mongodb.morphia.mapping.Mapper - converted to null
2022-04-11 11:32:18,651 [Iterator-DelegateTaskRebroadcast] ERROR io.harness.mongo.iterator.MongoPersistenceIterator - Working on entity but the delay is more than the acceptable 15000 [accountId=GLOBAL_ACCOUNT_ID, entityClass=software.wings.beans.Account, delay=60992]

kubectl logs manager-749b76d95c-qfs5p
Using memory 232
Using new relic env dev
WARN [2022-04-11 11:30:57,985] org.reflections.Reflections: given scan urls are empty. set urls in the configuration
2022-04-11 11:31:45,758 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:45,760 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:45,984 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:46,152 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘properties’ on class software.wings.sm.ExecutionInterrupt
2022-04-11 11:31:46,215 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:46,217 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:46,346 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘properties’ on class software.wings.beans.infrastructure.Host
2022-04-11 11:31:47,065 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:47,116 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:47,212 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:47,245 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:47,759 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘details’ on class software.wings.audit.AuditHeader
2022-04-11 11:31:47,808 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘others’ on class software.wings.beans.GcsFileMetadata
2022-04-11 11:31:47,853 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:48,159 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:48,364 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:48,441 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:48,474 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:48,613 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘stateParams’ on class software.wings.sm.StateExecutionInstance
2022-04-11 11:31:48,661 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:48,790 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:48,897 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘limit’ on class io.harness.limits.ConfiguredLimit
2022-04-11 11:31:48,912 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:48,990 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:49,059 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘metadata’ on class software.wings.service.impl.analysis.LogMLFeedbackRecord
2022-04-11 11:31:49,113 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:49,117 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘templateModel’ on class software.wings.helpers.ext.mail.EmailData
2022-04-11 11:31:49,184 [main] WARN org.mongodb.morphia.mapping.MappedField - Parameterized types are treated as untyped Objects. See field ‘blueprints’ on class software.wings.beans.InfrastructureMapping
2022-04-11 11:31:50,690 [main] ERROR io.harness.mongo.IndexManagerSession - No class store collection cgEventConfig with not final class io.harness.beans.CgEventConfig [collectionName=cgEventConfig]
2022-04-11 11:31:50,754 [main] ERROR org.atmosphere.annotation.AnnotationUtil - Index yaml is unique indexes and its name is not prefixed with unique [collectionName=cgEventConfig]
2022-04-11 11:31:50,889 [main] ERROR io.harness.mongo.IndexManagerSession - Index {“name”: “appId_1”, “background”: true} is a subsequence of index {“name”: “yaml”, “unique”: true} [collectionName=cgEventConfig]
…
2022-04-11 11:31:55,913 [main] ERROR io.harness.mongo.IndexManagerSession - Class store collection pipelineGovernanceConfigs with final class io.harness.governance.pipeline.service.model.PipelineGovernanceConfig [collectionName=pipelineGovernanceConfigs]
2022-04-11 11:32:14,181 [main] ERROR software.wings.security.encryption.migration.EncryptedDataLocalToGcpKmsMigrationHandler - Global GCP KMS config found to be null hence not registering EncryptedDataLocalToGcpKmsMigrationHandler iterators
2022-04-11 11:32:17,681 [Iterator-DelegateTaskFail] WARN io.harness.persistence.LogKeyUtils - Provide logKeyForId for the class software.wings.beans.Account instead of using the default one
2022-04-11 11:32:17,683 [Iterator-DelegateTaskFail] ERROR io.harness.mongo.iterator.MongoPersistenceIterator - Working on entity but the delay is more than the acceptable 45000 [accountId=GLOBAL_ACCOUNT_ID, entityClass=software.wings.beans.Account, delay=62982]
2022-04-11 11:32:18,173 [scheduled-ldap-handler] WARN org.mongodb.morphia.mapping.Mapper - converted to null
2022-04-11 11:32:18,175 [scheduled-trigger-handler] WARN org.mongodb.morphia.mapping.Mapper - converted to null
2022-04-11 11:32:18,378 [scheduled-trigger-handler] WARN org.mongodb.morphia.mapping.Mapper - converted to null
2022-04-11 11:32:18,445 [scheduled-ldap-handler] WARN org.mongodb.morphia.mapping.Mapper - converted to null
2022-04-11 11:32:18,651 [Iterator-DelegateTaskRebroadcast] ERROR io.harness.mongo.iterator.MongoPersistenceIterator - Working on entity but the delay is more than the acceptable 15000 [accountId=GLOBAL_ACCOUNT_ID, entityClass=software.wings.beans.Account, delay=60992]

Does your Kubernetes cluster meet the minimum required specs? 2 CPU and 3GB of RAM.
If you wish to deploy other services into the same cluster it is advisable to exceed these minimum specs

Yes, I have two node clusters each with 8 core 32 GB RAM and running Kubernetes version v1.19