Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.63 KB | None | 0 0
  1. 2018-04-22_19:33:29.568 ERROR o.s.web.servlet.DispatcherServlet - Context initialization failed
  2. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.scheduling.support.ScheduledMethodRunnable#0': Cannot resolve reference to bean 'smsNotificationTaskSuite' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'smsNotificationTaskSuite': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.atcsibir.cpgu.service.sms.SmsService com.atcsibir.cpgu.schedule.SmsNotificationTaskSuite.smsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'smsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.atcsibir.cpgu.service.order.OrderStatusHistoryService com.atcsibir.cpgu.service.sms.SmsService.orderStatusHistoryService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderStatusHistoryService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.atcsibir.cpgu.service.order.notifier.OrderStatusNotificationDispatcher com.atcsibir.cpgu.service.order.OrderStatusHistoryService.orderStatusNotificationDispatcher; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderStatusNotificationDispatcher': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.Map com.atcsibir.cpgu.service.order.notifier.OrderStatusNotificationDispatcher.codeToNotifier; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'smsOrderStatusNotifier': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.atcsibir.cpgu.service.TemplateService com.atcsibir.cpgu.service.order.notifier.SmsStatusNotifier.templateService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'templateService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.atcsibir.cpgu.service.BinaryArchiveService com.atcsibir.cpgu.service.TemplateService.binaryArchiveService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'binaryArchiveService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.atcsibir.cpgu.service.order.OrderService com.atcsibir.cpgu.service.BinaryArchiveService.orderService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.atcsibir.cpgu.service.FormService com.atcsibir.cpgu.service.order.OrderService.formService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'formService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.atcsibir.cpgu.service.order.send.ExternalServiceAdapter com.atcsibir.cpgu.service.FormService.externalServiceAdapter; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'externalServiceAdapter': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.atcsibir.cpgu.service.order.send.ResponseProcessor com.atcsibir.cpgu.service.order.send.ExternalServiceAdapter.responseProcessor; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'responseProcessor': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.atcsibir.cpgu.service.esia.EsiaService com.atcsibir.cpgu.service.order.send.ResponseProcessor.esiaService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'esiaService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.atcsibir.cpgu.service.requester.RequesterService com.atcsibir.cpgu.service.esia.EsiaService.requesterService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'requesterService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.atcsibir.cpgu.service.snils_request.SnilsRequestService com.atcsibir.cpgu.service.requester.RequesterService.snilsRequestService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'snilsRequestService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.atcsibir.cpgu.service.guaranteed_delivery.message_sender.SnilsRequestMessageSender com.atcsibir.cpgu.service.snils_request.SnilsRequestService.snilsRequestMessageSender; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'snilsRequestMessageSender': Invocation of init method failed; nested exception is org.springframework.dao.DataIntegrityViolationException: ERROR: null value in column "pack_attachments" violates not-null constraint
  3. Подробности: Failing row contains (33219557, smart_route_general, null, null, null, http://10.11.7.12:8080/adapter-web/, null, f, f, f, f, f, null, null, 10, null, null, f, null, null).; SQL [n/a]; constraint [pack_attachments]; nested exception is org.hibernate.exception.ConstraintViolationException: ERROR: null value in column "pack_attachments" violates not-null constraint
  4. Подробности: Failing row contains (33219557, smart_route_general, null, null, null, http://10.11.7.12:8080/adapter-web/, null, f, f, f, f, f, null, null, 10, null, null, f, null, null).
  5. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:329) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  6. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:107) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  7. at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:616) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  8. at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:148) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  9. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1035) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  10. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:939) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  11. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:485) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  12. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  13. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  14. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  15. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  16. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  17. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:605) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  18. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:925) ~[spring-context-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  19. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:472) ~[spring-context-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  20. at org.springframework.web.servlet.FrameworkServlet.configureAndRefreshWebApplicationContext(FrameworkServlet.java:631) ~[spring-webmvc-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  21. at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:588) ~[spring-webmvc-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  22. at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:645) ~[spring-webmvc-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  23. at org.springframework.web.servlet.FrameworkServlet.initWebApplicationContext(FrameworkServlet.java:508) ~[spring-webmvc-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  24. at org.springframework.web.servlet.FrameworkServlet.initServletBean(FrameworkServlet.java:449) ~[spring-webmvc-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  25. at org.springframework.web.servlet.HttpServletBean.init(HttpServletBean.java:133) [spring-webmvc-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  26. at javax.servlet.GenericServlet.init(GenericServlet.java:212) [servlet-api.jar:2.5.MR2]
  27. at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1213) [catalina.jar:6.0.53]
  28. at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:827) [catalina.jar:6.0.53]
  29. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:129) [catalina.jar:6.0.53]
  30. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) [catalina.jar:6.0.53]
  31. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) [catalina.jar:6.0.53]
  32. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103) [catalina.jar:6.0.53]
  33. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [catalina.jar:6.0.53]
  34. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) [catalina.jar:6.0.53]
  35. at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859) [tomcat-coyote.jar:6.0.53]
  36. at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:610) [tomcat-coyote.jar:6.0.53]
  37. at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:503) [tomcat-coyote.jar:6.0.53]
  38. at java.lang.Thread.run(Thread.java:722) [na:1.7.0_13]
  39. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'smsNotificationTaskSuite': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.atcsibir.cpgu.service.sms.SmsService com.atcsibir.cpgu.schedule.SmsNotificationTaskSuite.smsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'smsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.atcsibir.cpgu.service.order.OrderStatusHistoryService com.atcsibir.cpgu.service.sms.SmsService.orderStatusHistoryService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderStatusHistoryService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.atcsibir.cpgu.service.order.notifier.OrderStatusNotificationDispatcher com.atcsibir.cpgu.service.order.OrderStatusHistoryService.orderStatusNotificationDispatcher; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderStatusNotificationDispatcher': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.Map com.atcsibir.cpgu.service.order.notifier.OrderStatusNotificationDispatcher.codeToNotifier; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'smsOrderStatusNotifier': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.atcsibir.cpgu.service.TemplateService com.atcsibir.cpgu.service.order.notifier.SmsStatusNotifier.templateService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'templateService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.atcsibir.cpgu.service.BinaryArchiveService com.atcsibir.cpgu.service.TemplateService.binaryArchiveService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'binaryArchiveService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.atcsibir.cpgu.service.order.OrderService com.atcsibir.cpgu.service.BinaryArchiveService.orderService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.atcsibir.cpgu.service.FormService com.atcsibir.cpgu.service.order.OrderService.formService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'formService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.atcsibir.cpgu.service.order.send.ExternalServiceAdapter com.atcsibir.cpgu.service.FormService.externalServiceAdapter; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'externalServiceAdapter': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.atcsibir.cpgu.service.order.send.ResponseProcessor com.atcsibir.cpgu.service.order.send.ExternalServiceAdapter.responseProcessor; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'responseProcessor': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.atcsibir.cpgu.service.esia.EsiaService com.atcsibir.cpgu.service.order.send.ResponseProcessor.esiaService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'esiaService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.atcsibir.cpgu.service.requester.RequesterService com.atcsibir.cpgu.service.esia.EsiaService.requesterService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'requesterService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.atcsibir.cpgu.service.snils_request.SnilsRequestService com.atcsibir.cpgu.service.requester.RequesterService.snilsRequestService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'snilsRequestService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.atcsibir.cpgu.service.guaranteed_delivery.message_sender.SnilsRequestMessageSender com.atcsibir.cpgu.service.snils_request.SnilsRequestService.snilsRequestMessageSender; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'snilsRequestMessageSender': Invocation of init method failed; nested exception is org.springframework.dao.DataIntegrityViolationException: ERROR: null value in column "pack_attachments" violates not-null constraint
  40. Подробности: Failing row contains (33219557, smart_route_general, null, null, null, http://10.11.7.12:8080/adapter-web/, null, f, f, f, f, f, null, null, 10, null, null, f, null, null).; SQL [n/a]; constraint [pack_attachments]; nested exception is org.hibernate.exception.ConstraintViolationException: ERROR: null value in column "pack_attachments" violates not-null constraint
  41. Подробности: Failing row contains (33219557, smart_route_general, null, null, null, http://10.11.7.12:8080/adapter-web/, null, f, f, f, f, f, null, null, 10, null, null, f, null, null).
  42. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:287) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  43. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1106) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  44. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  45. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  46. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  47. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  48. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  49. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  50. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:323) ~[spring-beans-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  51. ... 33 common frames omitted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement