Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ➜ resources git:(SLS-58) ✗ dc logs gateway
- Attaching to resources_gateway_1
- 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
- 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
- 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)
- 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)
- gateway_1 |
- gateway_1 | . ____ _ __ _ _
- gateway_1 | /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
- gateway_1 | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
- gateway_1 | \\/ ___)| |_)| | | | | || (_| | ) ) ) )
- gateway_1 | ' |____| .__|_| |_|_| |_\__, | / / / /
- gateway_1 | =========|_|==============|___/=/_/_/_/
- gateway_1 | :: Spring Boot :: (v2.0.1.RELEASE)
- gateway_1 |
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- gateway_1 | 2019-01-14 15:06:24.745 ERROR 1 --- [ main] o.s.boot.SpringApplication : Application run failed
- gateway_1 |
- 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)
- gateway_1 | at com.ecwid.consul.transport.AbstractHttpTransport.executeRequest(AbstractHttpTransport.java:77) ~[consul-api-1.3.1.jar!/:na]
- gateway_1 | at com.ecwid.consul.transport.AbstractHttpTransport.makeGetRequest(AbstractHttpTransport.java:34) ~[consul-api-1.3.1.jar!/:na]
- gateway_1 | at com.ecwid.consul.v1.ConsulRawClient.makeGetRequest(ConsulRawClient.java:128) ~[consul-api-1.3.1.jar!/:na]
- gateway_1 | at com.ecwid.consul.v1.kv.KeyValueConsulClient.getKVValues(KeyValueConsulClient.java:150) ~[consul-api-1.3.1.jar!/:na]
- gateway_1 | at com.ecwid.consul.v1.ConsulClient.getKVValues(ConsulClient.java:534) ~[consul-api-1.3.1.jar!/:na]
- 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]
- 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]
- 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]
- 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]
- gateway_1 | at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) ~[spring-core-5.0.5.RELEASE.jar!/:5.0.5.RELEASE]
- gateway_1 | at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:747) ~[spring-aop-5.0.5.RELEASE.jar!/:5.0.5.RELEASE]
- gateway_1 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.0.5.RELEASE.jar!/:5.0.5.RELEASE]
- gateway_1 | at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91) ~[spring-retry-1.2.2.RELEASE.jar!/:na]
- gateway_1 | at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.2.RELEASE.jar!/:na]
- gateway_1 | at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.2.RELEASE.jar!/:na]
- gateway_1 | at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118) ~[spring-retry-1.2.2.RELEASE.jar!/:na]
- gateway_1 | at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153) ~[spring-retry-1.2.2.RELEASE.jar!/:na]
- gateway_1 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185) ~[spring-aop-5.0.5.RELEASE.jar!/:5.0.5.RELEASE]
- gateway_1 | at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689) ~[spring-aop-5.0.5.RELEASE.jar!/:5.0.5.RELEASE]
- 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]
- 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]
- gateway_1 | at org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:633) [spring-boot-2.0.1.RELEASE.jar!/:2.0.1.RELEASE]
- gateway_1 | at org.springframework.boot.SpringApplication.prepareContext(SpringApplication.java:373) [spring-boot-2.0.1.RELEASE.jar!/:2.0.1.RELEASE]
- gateway_1 | at org.springframework.boot.SpringApplication.run(SpringApplication.java:325) [spring-boot-2.0.1.RELEASE.jar!/:2.0.1.RELEASE]
- gateway_1 | at org.springframework.boot.SpringApplication.run(SpringApplication.java:1255) [spring-boot-2.0.1.RELEASE.jar!/:2.0.1.RELEASE]
- gateway_1 | at org.springframework.boot.SpringApplication.run(SpringApplication.java:1243) [spring-boot-2.0.1.RELEASE.jar!/:2.0.1.RELEASE]
- gateway_1 | at ru.crystals.gateway.GatewayRunner.main(GatewayRunner.java:13) [classes!/:na]
- gateway_1 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_181]
- gateway_1 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_181]
- gateway_1 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_181]
- gateway_1 | at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_181]
- gateway_1 | at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) [gateway.jar:na]
- gateway_1 | at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) [gateway.jar:na]
- gateway_1 | at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) [gateway.jar:na]
- gateway_1 | at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) [gateway.jar:na]
- gateway_1 | Caused by: org.apache.http.conn.HttpHostConnectException: Connect to consul:9988 [consul/172.29.17.79] failed: Connection refused (Connection refused)
- gateway_1 | at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159) ~[httpclient-4.5.5.jar!/:4.5.5]
- gateway_1 | at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) ~[httpclient-4.5.5.jar!/:4.5.5]
- gateway_1 | at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) ~[httpclient-4.5.5.jar!/:4.5.5]
- gateway_1 | at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) ~[httpclient-4.5.5.jar!/:4.5.5]
- gateway_1 | at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) ~[httpclient-4.5.5.jar!/:4.5.5]
- gateway_1 | at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.5.jar!/:4.5.5]
- gateway_1 | at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) ~[httpclient-4.5.5.jar!/:4.5.5]
- gateway_1 | at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.5.jar!/:4.5.5]
- gateway_1 | at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) ~[httpclient-4.5.5.jar!/:4.5.5]
- gateway_1 | at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:221) ~[httpclient-4.5.5.jar!/:4.5.5]
- gateway_1 | at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:165) ~[httpclient-4.5.5.jar!/:4.5.5]
- gateway_1 | at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:140) ~[httpclient-4.5.5.jar!/:4.5.5]
- gateway_1 | at com.ecwid.consul.transport.AbstractHttpTransport.executeRequest(AbstractHttpTransport.java:61) ~[consul-api-1.3.1.jar!/:na]
- gateway_1 | ... 34 common frames omitted
- gateway_1 | Caused by: java.net.ConnectException: Connection refused (Connection refused)
- gateway_1 | at java.net.PlainSocketImpl.socketConnect(Native Method) ~[na:1.8.0_181]
- gateway_1 | at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) ~[na:1.8.0_181]
- gateway_1 | at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[na:1.8.0_181]
- gateway_1 | at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[na:1.8.0_181]
- gateway_1 | at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[na:1.8.0_181]
- gateway_1 | at java.net.Socket.connect(Socket.java:589) ~[na:1.8.0_181]
- gateway_1 | at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) ~[httpclient-4.5.5.jar!/:4.5.5]
- gateway_1 | at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ~[httpclient-4.5.5.jar!/:4.5.5]
- gateway_1 | ... 46 common frames omitted
- gateway_1 |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement