General - Getting this error . I was redeploying t...
# troubleshoot
h
General - Getting this error . I was redeploying the pods on a new EKS cluster- Caused by:  org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ebeanAspectDao' defined in com.linkedin.gms.factory.entity.EbeanAspectDaoFactory: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.linkedin.metadata.entity.ebean.EbeanAspectDao]: Factory method 'createInstance' threw exception; nested exception is java.lang.NullPointerException
e
This is usually when the mysql connection (or local db connection) is not working
Can you check whether the local DB settings are correct and also whether the mysql setup job (or postgres) ran correctly?
h
The Postgres Schema - setup job ran fine and seems to have created the right set of tables.
Connection details seem to be good. Checking if the secrets are correct
e
Feel free to share an obfuscated config for sql source in values.yaml
h
The secrets was the culprit. Missed pointing to the right secret.
e
Awesome!