Hi, i keep getting this error in datahub-gms after...
# getting-started
c
Hi, i keep getting this error in datahub-gms after successfully deploy in k8s, any suggestion what should i do?
Copy code
ERROR ContextLoader Context initialization failed
 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
        at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:656)
        at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:484)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
        at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
actually this error appears after i tried to login on the frontend
b
Are there any functional issues you're seeing in the frontend?
That is - is any data being displayed on React client?
Or is the backend completely locked up
c
hi @big-carpet-38439 i have read on this channel the same issue, they said that the cause of the issue is the mysql connection. i make sure that everything is properly installed. but the issue still persist
b
Are there issues with the app... that is, is everything broken or just dataProcess related things/
?
c
it is just dataprocess related
i'm still trying to figure out how to solve that
really appreciate if you are able to help
b
Okay -- currently the app doesn't show dataProcesses so functionally things should be okay
I will see if I can reproduce the error log on my machine
c
okay
b
Are you trying to do something specific with data processes?
c
this is the full log if you want to take a look
b
ty!