首页 > 代码库 > 错误:Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
错误:Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
SEVERE: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListenerorg.springframework.beans.factory.BeanCreationException:
Error creating bean with name ‘archCompanyAction‘:
Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException:
Could not autowire field:
private com.honghailt.accountant.sys.service.ArchCompanyServiceImpl
com.honghailt.accountant.sys.action.ArchCompanyAction.service;
nested exception is org.springframework.beans.factory.BeanCreationException:
Error creating bean with name ‘archCompanyServiceImpl‘: Injection of autowired dependencies failed;
nested exception is org.springframework.beans.factory.BeanCreationException:
Could not autowire field: private com.honghailt.accountant.sys.dao.ArchCompanyDao
com.honghailt.accountant.sys.service.ArchCompanyServiceImpl.dao;
nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException:
No qualifying bean of type [com.honghailt.accountant.sys.dao.ArchCompanyDao]
found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency.
Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
解决方案:待解决
错误:Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。