elegant-evening-28502
07/20/2022, 9:35 PMdatahub-gms
, node (readiness & liveness probe failures). can anyone please share link to helm chart values file that runs datahub
successfully using AWS managed services for the storage.
17:51:58.700 [main] WARN o.s.w.c.s.XmlWebApplicationContext:591 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'siblingGraphServiceFactory': Unsatisfied dependency expressed through field '_entityService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'entityAspectDao' defined in com.linkedin.gms.factory.entity.EntityAspectDaoFactory: Unsatisfied dependency expressed through method 'createEbeanInstance' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ebeanServer' defined in com.linkedin.gms.factory.entity.EbeanServerFactory: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [io.ebean.EbeanServer]: Factory method 'createServer' threw exception; nested exception is java.lang.NullPointerException
Jul 19, 2022 5:51:58 PM org.neo4j.driver.internal.logging.JULogger info
INFO: Closing driver instance 1308741443
17:51:58.920 [main] ERROR o.s.web.context.ContextLoader:313 - Context initialization failed
error from datahub-gms
podelegant-evening-28502
07/20/2022, 9:36 PMdatahub-gms:
enabled: true
rbac:
enabled: true
serviceAccount:
create: true
annotations:
<http://eks.amazonaws.com/role-arn|eks.amazonaws.com/role-arn>: ${datahub_serviceaccount_role_arn}
tolerations:
- key: "app.lucid.cloud/tolerate-app"
operator: "Equal"
value: "generic"
effect: "NoSchedule"
image:
repository: linkedin/datahub-gms
tag: "v0.8.41"
datahub:
gms:
port: "8080"
mae_consumer:
port: "9091"
appVersion: "1.0"
bumpy-needle-3184
07/21/2022, 7:18 AMbumpy-needle-3184
07/21/2022, 7:19 AMelegant-evening-28502
07/21/2022, 1:12 PMelegant-evening-28502
07/21/2022, 1:13 PMbumpy-needle-3184
07/21/2022, 1:25 PMred-waitress-53338
01/25/2023, 6:39 PM