实例化bean时出错Spring

时间:2015-08-28 10:48:04

标签: java spring

我在构建时遇到此错误,我不知道问题所在。你有什么想法?你能解释一下吗?

Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.atas.service.DynamicListService com.atlasaas.listeners.SelectItemsEventListener.dynamicListService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dynamicLists': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.atlasaas.service.GenericService com.atlasaas.service.impl.DynamicListServiceImpl.genericService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'genericServiceImpl': Invocation of init method failed; nested exception is javax.xml.ws.WebServiceException: Failed to access the WSDL at: http://myhost.ataas.com:9080/atlas-esb-servicesWeb/sca/IGeneric?wsdl. It failed with: 
    Got vhost5295.atlasaas.com while opening stream from http://myhost.ataas.com:9080/atlas-esb-servicesWeb/sca/IGeneric?wsdl.
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:514)
    at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:285)
    ... 44 more

0 个答案:

没有答案