Advertisement
fedorm

fedorm

Jan 14th, 2019
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 12.70 KB | None | 0 0
  1. ➜  resources git:(SLS-58) ✗ dc logs gateway
  2. Attaching to resources_gateway_1
  3. gateway_1                      | 2019-01-14 15:06:17.509  INFO 1 --- [           main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@27f674d: startup date [Mon Jan 14 15:06:17 GMT 2019]; root of context hierarchy
  4. gateway_1                      | 2019-01-14 15:06:17.794  INFO 1 --- [           main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
  5. gateway_1                      | 2019-01-14 15:06:17.868  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.retry.annotation.RetryConfiguration' of type [org.springframework.retry.annotation.RetryConfiguration$$EnhancerBySpringCGLIB$$a0064493] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  6. gateway_1                      | 2019-01-14 15:06:17.888  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$c65caf6b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  7. gateway_1                      |
  8. gateway_1                      |   .   ____          _            __ _ _
  9. gateway_1                      |  /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
  10. gateway_1                      | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  11. gateway_1                      |  \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  12. gateway_1                      |   '  |____| .__|_| |_|_| |_\__, | / / / /
  13. gateway_1                      |  =========|_|==============|___/=/_/_/_/
  14. gateway_1                      |  :: Spring Boot ::        (v2.0.1.RELEASE)
  15. gateway_1                      |
  16. gateway_1                      | 2019-01-14 15:06:18.620 ERROR 1 --- [           main] o.s.c.c.c.ConsulPropertySourceLocator    : Fail fast is set and there was an error reading configuration from consul.
  17. gateway_1                      | 2019-01-14 15:06:19.623 ERROR 1 --- [           main] o.s.c.c.c.ConsulPropertySourceLocator    : Fail fast is set and there was an error reading configuration from consul.
  18. gateway_1                      | 2019-01-14 15:06:20.725 ERROR 1 --- [           main] o.s.c.c.c.ConsulPropertySourceLocator    : Fail fast is set and there was an error reading configuration from consul.
  19. gateway_1                      | 2019-01-14 15:06:21.937 ERROR 1 --- [           main] o.s.c.c.c.ConsulPropertySourceLocator    : Fail fast is set and there was an error reading configuration from consul.
  20. gateway_1                      | 2019-01-14 15:06:23.270 ERROR 1 --- [           main] o.s.c.c.c.ConsulPropertySourceLocator    : Fail fast is set and there was an error reading configuration from consul.
  21. gateway_1                      | 2019-01-14 15:06:24.737 ERROR 1 --- [           main] o.s.c.c.c.ConsulPropertySourceLocator    : Fail fast is set and there was an error reading configuration from consul.
  22. gateway_1                      | 2019-01-14 15:06:24.745 ERROR 1 --- [           main] o.s.boot.SpringApplication               : Application run failed
  23. gateway_1                      |
  24. gateway_1                      | com.ecwid.consul.transport.TransportException: org.apache.http.conn.HttpHostConnectException: Connect to consul:9988 [consul/172.29.17.79] failed: Connection refused (Connection refused)
  25. gateway_1                      |    at com.ecwid.consul.transport.AbstractHttpTransport.executeRequest(AbstractHttpTransport.java:77) ~[consul-api-1.3.1.jar!/:na]
  26. gateway_1                      |    at com.ecwid.consul.transport.AbstractHttpTransport.makeGetRequest(AbstractHttpTransport.java:34) ~[consul-api-1.3.1.jar!/:na]
  27. gateway_1                      |    at com.ecwid.consul.v1.ConsulRawClient.makeGetRequest(ConsulRawClient.java:128) ~[consul-api-1.3.1.jar!/:na]
  28. gateway_1                      |    at com.ecwid.consul.v1.kv.KeyValueConsulClient.getKVValues(KeyValueConsulClient.java:150) ~[consul-api-1.3.1.jar!/:na]
  29. gateway_1                      |    at com.ecwid.consul.v1.ConsulClient.getKVValues(ConsulClient.java:534) ~[consul-api-1.3.1.jar!/:na]
  30. gateway_1                      |    at org.springframework.cloud.consul.config.ConsulPropertySource.init(ConsulPropertySource.java:66) ~[spring-cloud-consul-config-2.0.1.RELEASE.jar!/:2.0.1.RELEASE]
  31. gateway_1                      |    at org.springframework.cloud.consul.config.ConsulPropertySourceLocator.create(ConsulPropertySourceLocator.java:166) ~[spring-cloud-consul-config-2.0.1.RELEASE.jar!/:2.0.1.RELEASE]
  32. gateway_1                      |    at org.springframework.cloud.consul.config.ConsulPropertySourceLocator.locate(ConsulPropertySourceLocator.java:132) ~[spring-cloud-consul-config-2.0.1.RELEASE.jar!/:2.0.1.RELEASE]
  33. gateway_1                      |    at org.springframework.cloud.consul.config.ConsulPropertySourceLocator$$FastClassBySpringCGLIB$$b35ebf8.invoke(<generated>) ~[spring-cloud-consul-config-2.0.1.RELEASE.jar!/:2.0.1.RELEASE]
  34. gateway_1                      |    at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) ~[spring-core-5.0.5.RELEASE.jar!/:5.0.5.RELEASE]
  35. gateway_1                      |    at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:747) ~[spring-aop-5.0.5.RELEASE.jar!/:5.0.5.RELEASE]
  36. gateway_1                      |    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.0.5.RELEASE.jar!/:5.0.5.RELEASE]
  37. gateway_1                      |    at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91) ~[spring-retry-1.2.2.RELEASE.jar!/:na]
  38. gateway_1                      |    at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.2.RELEASE.jar!/:na]
  39. gateway_1                      |    at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.2.RELEASE.jar!/:na]
  40. gateway_1                      |    at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118) ~[spring-retry-1.2.2.RELEASE.jar!/:na]
  41. gateway_1                      |    at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153) ~[spring-retry-1.2.2.RELEASE.jar!/:na]
  42. gateway_1                      |    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185) ~[spring-aop-5.0.5.RELEASE.jar!/:5.0.5.RELEASE]
  43. gateway_1                      |    at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689) ~[spring-aop-5.0.5.RELEASE.jar!/:5.0.5.RELEASE]
  44. gateway_1                      |    at org.springframework.cloud.consul.config.ConsulPropertySourceLocator$$EnhancerBySpringCGLIB$$35399149.locate(<generated>) ~[spring-cloud-consul-config-2.0.1.RELEASE.jar!/:2.0.1.RELEASE]
  45. gateway_1                      |    at org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.initialize(PropertySourceBootstrapConfiguration.java:94) ~[spring-cloud-context-2.0.1.RELEASE.jar!/:2.0.1.RELEASE]
  46. gateway_1                      |    at org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:633) [spring-boot-2.0.1.RELEASE.jar!/:2.0.1.RELEASE]
  47. gateway_1                      |    at org.springframework.boot.SpringApplication.prepareContext(SpringApplication.java:373) [spring-boot-2.0.1.RELEASE.jar!/:2.0.1.RELEASE]
  48. gateway_1                      |    at org.springframework.boot.SpringApplication.run(SpringApplication.java:325) [spring-boot-2.0.1.RELEASE.jar!/:2.0.1.RELEASE]
  49. gateway_1                      |    at org.springframework.boot.SpringApplication.run(SpringApplication.java:1255) [spring-boot-2.0.1.RELEASE.jar!/:2.0.1.RELEASE]
  50. gateway_1                      |    at org.springframework.boot.SpringApplication.run(SpringApplication.java:1243) [spring-boot-2.0.1.RELEASE.jar!/:2.0.1.RELEASE]
  51. gateway_1                      |    at ru.crystals.gateway.GatewayRunner.main(GatewayRunner.java:13) [classes!/:na]
  52. gateway_1                      |    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_181]
  53. gateway_1                      |    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_181]
  54. gateway_1                      |    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_181]
  55. gateway_1                      |    at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_181]
  56. gateway_1                      |    at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) [gateway.jar:na]
  57. gateway_1                      |    at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) [gateway.jar:na]
  58. gateway_1                      |    at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) [gateway.jar:na]
  59. gateway_1                      |    at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) [gateway.jar:na]
  60. gateway_1                      | Caused by: org.apache.http.conn.HttpHostConnectException: Connect to consul:9988 [consul/172.29.17.79] failed: Connection refused (Connection refused)
  61. gateway_1                      |    at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159) ~[httpclient-4.5.5.jar!/:4.5.5]
  62. gateway_1                      |    at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) ~[httpclient-4.5.5.jar!/:4.5.5]
  63. gateway_1                      |    at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) ~[httpclient-4.5.5.jar!/:4.5.5]
  64. gateway_1                      |    at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) ~[httpclient-4.5.5.jar!/:4.5.5]
  65. gateway_1                      |    at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) ~[httpclient-4.5.5.jar!/:4.5.5]
  66. gateway_1                      |    at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.5.jar!/:4.5.5]
  67. gateway_1                      |    at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) ~[httpclient-4.5.5.jar!/:4.5.5]
  68. gateway_1                      |    at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.5.jar!/:4.5.5]
  69. gateway_1                      |    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) ~[httpclient-4.5.5.jar!/:4.5.5]
  70. gateway_1                      |    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:221) ~[httpclient-4.5.5.jar!/:4.5.5]
  71. gateway_1                      |    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:165) ~[httpclient-4.5.5.jar!/:4.5.5]
  72. gateway_1                      |    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:140) ~[httpclient-4.5.5.jar!/:4.5.5]
  73. gateway_1                      |    at com.ecwid.consul.transport.AbstractHttpTransport.executeRequest(AbstractHttpTransport.java:61) ~[consul-api-1.3.1.jar!/:na]
  74. gateway_1                      |    ... 34 common frames omitted
  75. gateway_1                      | Caused by: java.net.ConnectException: Connection refused (Connection refused)
  76. gateway_1                      |    at java.net.PlainSocketImpl.socketConnect(Native Method) ~[na:1.8.0_181]
  77. gateway_1                      |    at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) ~[na:1.8.0_181]
  78. gateway_1                      |    at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[na:1.8.0_181]
  79. gateway_1                      |    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[na:1.8.0_181]
  80. gateway_1                      |    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[na:1.8.0_181]
  81. gateway_1                      |    at java.net.Socket.connect(Socket.java:589) ~[na:1.8.0_181]
  82. gateway_1                      |    at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) ~[httpclient-4.5.5.jar!/:4.5.5]
  83. gateway_1                      |    at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ~[httpclient-4.5.5.jar!/:4.5.5]
  84. gateway_1                      |    ... 46 common frames omitted
  85. gateway_1                      |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement