Hi All! having issue with `datahub-gms` , node (re...
# all-things-deployment
e
Hi All! having issue with
datahub-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.
Copy code
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
pod
Copy code
datahub-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"
b
could you verify and see if there are any errros in mysql-setub job and check if you are able to connect database from an sql client
also any error under events when you run - kubectl describe pod <<gms-pod-name>> -n <<namespace>>
e
using postgres, connection to postgresql database is successful
ya liveness/readness probe failures
b
could you post more logs here of the error you see
r
@elegant-evening-28502 were you able to solve this issue?