I got a problem of datahub-gms failling with a log...
# ingestion
a
I got a problem of datahub-gms failling with a log:
Copy code
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataProcessDAO' defined in com.linkedin.gms.factory.dataprocess.DataProcessDAOFactory: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.linkedin.metadata.dao.BaseLocalDAO]: Factory method 'createInstance' threw exception; nested exception is java.lang.NullPointerException
Even I have tried remove all images and volumes, I couldn't figure why it doesn't start (it was normal before). Please help me!
e
Hey @average-autumn-35845 Can you check whether the mysql container has the “datahub” db in it?
Using quickstart.sh will create mysql container that runs an init.sql on setup, but we’ve seen that this sometimes doesn’t run in some environments.
b
Yes to ^ You can validate by checking your SQL DB with user/pass datahub
If you have a datahub DB + a metadata_aspect table this should not be happening