Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. %% Invalidated: [Session-1, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA]
  2. main, SEND TLSv1 ALERT: fatal, description = certificate_unknown
  3. main, WRITE: TLSv1 Alert, length = 2
  4. [Raw write]: length = 7
  5. 0000: 15 03 01 00 02 02 2E .......
  6. main, called closeSocket()
  7. main, handling exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  8. main, called close()
  9. main, called closeInternal(true)
  10. Jan 21, 2020 12:29:13 AM org.apache.catalina.core.ApplicationContext log
  11. SEVERE: StandardWrapper.Throwable
  12. 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.sc.cpgu.service.sms.SmsService com.sc.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.sc.cpgu.service.order.OrderStatusHistoryService com.sc.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.sc.cpgu.service.order.notifier.OrderStatusNotificationDispatcher com.sc.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.sc.cpgu.service.order.notifier.OrderStatusNotificationDispatcher.codeToNotifier; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with[^C22m name 'emailOrderStatusNotifier': Injection of
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement