Advertisement
diogogmt

Untitled

Jun 24th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. 2016-06-24 21:12:29,068 WARN [:] [] [] [] [main ] [o.eclipse.jetty.webapp.WebAppContext] Failed startup of context o.e.j.w.WebAppContext@834f715{/,file:/usr/local/rancher/cattle/code/packaging/app/src/main/webapp/,STARTING}{file:/usr/local/rancher/cattle/code/packaging/app/src/main/webapp/} org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'io.cattle.platform.agent.instance.dao.impl.AgentInstanceDaoImpl#0': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void io.cattle.platform.agent.instance.dao.impl.AgentInstanceDaoImpl.setResourceDao(io.cattle.platform.core.dao.GenericResourceDao); nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'io.cattle.platform.core.dao.impl.GenericResourceDaoImpl#0': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void io.cattle.platform.core.dao.impl.GenericResourceDaoImpl.setObjectManager(io.cattle.platform.object.ObjectManager); nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'io.cattle.platform.object.impl.DefaultObjectManager#0': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void io.cattle.platform.object.impl.JooqObjectManager.setTransactionDelegate(io.cattle.platform.object.impl.TransactionDelegate); nested exception is org.springframework.beans.factory.NoUniqueBeanDefinitionException: No qualifying bean of type [io.cattle.platform.object.impl.TransactionDelegate] is defined: expected single matching bean but found 2: io.cattle.platform.object.impl.TransactionDelegateImpl#0,io.cattle.platform.object.impl.TransactionDelegateImpl#1
  2. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:289) ~[spring-beans-3.2.5.RELEASE.jar:3.2.5.RELEASE]
  3. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1146) ~[spring-beans-3.2.5.RELEASE.jar:3.2.5.RELEASE]
  4. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519) ~[spring-beans-3.2.5.RELEASE.jar:3.2.5.RELEASE]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement