Hello, I am trying to deploy datahub v0.8.39. All ...
# all-things-deployment
a
Hello, I am trying to deploy datahub v0.8.39. All the components are working, except the mae consumer. I am getting this error:
Copy code
g.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'siblingAssociationHook' defined in URL [jar:file:/datahub/datahub-mae-consumer/bin/mae-consumer-job.jar!/BOOT-INF/lib/mae-consumer.jar!/com/linkedin/metadata/kafka/hook/siblings/SiblingAssociationHook.class]: Unsatisfied dependency expressed through constructor parameter 1; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityService' defined in class path resource [com/linkedin/gms/factory/entity/EntityServiceFactory.class]: 'entityService' depends on missing bean 'entityAspectDao'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'entityAspectDao' available

-------
Parameter 1 of constructor in com.linkedin.metadata.kafka.hook.siblings.SiblingAssociationHook required a bean named 'entityAspectDao' that could not be found.
The injection point has the following annotations:
	- @javax.annotation.Nonnull(when=ALWAYS)
Any ideas?
plus1 1
s
Having the same problem. There is another duplicate thread here (still no solution though): https://datahubspace.slack.com/archives/C029A3M079U/p1656397839676899
l
Hi folks! This has been resolved with v0.8.40