Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.32 KB | None | 0 0
  1. 2019-08-22 12:00:25,268Z 3b78f2f27758477ab7df4ff1a3afce71 DEBUG c.d.p.m.e.d.WebhookEventPayload Sending of event to null failed with org.springframework.web.client.ResourceAccessException: I/O error on POST request for "": null; nested exception is org.apache.http.client.ClientProtocolException
  2. at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:744)
  3. at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:670)
  4. at org.springframework.web.client.RestTemplate.postForEntity(RestTemplate.java:445)
  5. at com.depositsolutions.posintegration.modules.events.domain.WebhookEventPayload.shipEvent(WebhookEventPayload.java:25)
  6. at com.depositsolutions.posintegration.modules.events.service.EventProcessor.processEvent(EventProcessor.java:55)
  7. at com.depositsolutions.posintegration.modules.events.service.EventProcessor.lambda$retryFailedEvents$1(EventProcessor.java:51)
  8. at java.util.ArrayList.forEach(ArrayList.java:1257)
  9. at com.depositsolutions.posintegration.modules.events.service.EventProcessor.retryFailedEvents(EventProcessor.java:51)
  10. at com.depositsolutions.posintegration.modules.events.service.EventProcessor$$FastClassBySpringCGLIB$$dfa94a36.invoke(<generated>)
  11. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
  12. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
  13. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  14. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
  15. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
  16. at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:47)
  17. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
  18. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
  19. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  20. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
  21. at com.depositsolutions.posintegration.modules.events.service.EventProcessor$$EnhancerBySpringCGLIB$$4d2656da.retryFailedEvents(<generated>)
  22. at sun.reflect.GeneratedMethodAccessor347.invoke(Unknown Source)
  23. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  24. at java.lang.reflect.Method.invoke(Method.java:498)
  25. at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
  26. at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
  27. at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:93)
  28. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  29. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  30. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
  31. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
  32. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  33. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  34. at java.lang.Thread.run(Thread.java:748)
  35. Caused by: org.apache.http.client.ClientProtocolException: null
  36. at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:187)
  37. at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
  38. at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
  39. at org.springframework.http.client.HttpComponentsClientHttpRequest.executeInternal(HttpComponentsClientHttpRequest.java:87)
  40. at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48)
  41. at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:53)
  42. at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:735)
  43. ... 32 common frames omitted
  44. Caused by: org.apache.http.ProtocolException: Target host is not specified
  45. at org.apache.http.impl.conn.DefaultRoutePlanner.determineRoute(DefaultRoutePlanner.java:71)
  46. at org.apache.http.impl.client.InternalHttpClient.determineRoute(InternalHttpClient.java:125)
  47. at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
  48. ... 38 common frames omitted
  49.  
  50. 2019-08-22 12:00:25,273Z 3b78f2f27758477ab7df4ff1a3afce71 DEBUG c.d.p.m.e.d.WebhookEventPayload Sending of event to null failed with org.springframework.web.client.ResourceAccessException: I/O error on POST request for "": null; nested exception is org.apache.http.client.ClientProtocolException
  51. at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:744)
  52. at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:670)
  53. at org.springframework.web.client.RestTemplate.postForEntity(RestTemplate.java:445)
  54. at com.depositsolutions.posintegration.modules.events.domain.WebhookEventPayload.shipEvent(WebhookEventPayload.java:25)
  55. at com.depositsolutions.posintegration.modules.events.service.EventProcessor.processEvent(EventProcessor.java:55)
  56. at com.depositsolutions.posintegration.modules.events.service.EventProcessor.lambda$retryFailedEvents$1(EventProcessor.java:51)
  57. at java.util.ArrayList.forEach(ArrayList.java:1257)
  58. at com.depositsolutions.posintegration.modules.events.service.EventProcessor.retryFailedEvents(EventProcessor.java:51)
  59. at com.depositsolutions.posintegration.modules.events.service.EventProcessor$$FastClassBySpringCGLIB$$dfa94a36.invoke(<generated>)
  60. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
  61. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
  62. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  63. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
  64. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
  65. at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:47)
  66. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
  67. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
  68. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  69. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
  70. at com.depositsolutions.posintegration.modules.events.service.EventProcessor$$EnhancerBySpringCGLIB$$4d2656da.retryFailedEvents(<generated>)
  71. at sun.reflect.GeneratedMethodAccessor347.invoke(Unknown Source)
  72. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  73. at java.lang.reflect.Method.invoke(Method.java:498)
  74. at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
  75. at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
  76. at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:93)
  77. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  78. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  79. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
  80. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
  81. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  82. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  83. at java.lang.Thread.run(Thread.java:748)
  84. Caused by: org.apache.http.client.ClientProtocolException: null
  85. at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:187)
  86. at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
  87. at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
  88. at org.springframework.http.client.HttpComponentsClientHttpRequest.executeInternal(HttpComponentsClientHttpRequest.java:87)
  89. at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48)
  90. at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:53)
  91. at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:735)
  92. ... 32 common frames omitted
  93. Caused by: org.apache.http.ProtocolException: Target host is not specified
  94. at org.apache.http.impl.conn.DefaultRoutePlanner.determineRoute(DefaultRoutePlanner.java:71)
  95. at org.apache.http.impl.client.InternalHttpClient.determineRoute(InternalHttpClient.java:125)
  96. at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
  97. ... 38 common frames omitted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement