gateway-service-dev.log 173 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111
  1. 2018-08-08 11:36:51.037 INFO 1524 --- [main] com.diagbot.GatewayServiceApplication : The following profiles are active: dev
  2. 2018-08-08 11:36:51.056 INFO 1524 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@420745d7: startup date [Wed Aug 08 11:36:51 CST 2018]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@19648c40
  3. 2018-08-08 11:36:51.653 INFO 1524 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'proxyRequestHelper' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.cloud.netflix.zuul.ZuulProxyAutoConfiguration$EndpointConfiguration; factoryMethodName=proxyRequestHelper; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/cloud/netflix/zuul/ZuulProxyAutoConfiguration$EndpointConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.cloud.netflix.zuul.ZuulProxyAutoConfiguration$NoActuatorConfiguration; factoryMethodName=proxyRequestHelper; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/cloud/netflix/zuul/ZuulProxyAutoConfiguration$NoActuatorConfiguration.class]]
  4. 2018-08-08 11:36:51.681 INFO 1524 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'counterFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.cloud.netflix.zuul.ZuulServerAutoConfiguration$ZuulMetricsConfiguration; factoryMethodName=counterFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/cloud/netflix/zuul/ZuulServerAutoConfiguration$ZuulMetricsConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.cloud.netflix.zuul.ZuulServerAutoConfiguration$ZuulCounterFactoryConfiguration; factoryMethodName=counterFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/cloud/netflix/zuul/ZuulServerAutoConfiguration$ZuulCounterFactoryConfiguration.class]]
  5. 2018-08-08 11:36:51.892 INFO 1524 --- [main] o.s.cloud.context.scope.GenericScope : BeanFactory id=b52b5178-209a-3ce3-a7a6-558195e142e1
  6. 2018-08-08 11:36:51.910 INFO 1524 --- [main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
  7. 2018-08-08 11:36:52.101 INFO 1524 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$c0db9f5e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  8. 2018-08-08 11:36:52.551 INFO 1524 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 5000 (http)
  9. 2018-08-08 11:36:52.569 INFO 1524 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  10. 2018-08-08 11:36:52.569 INFO 1524 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.32
  11. 2018-08-08 11:36:52.573 INFO 1524 --- [localhost-startStop-1] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [D:\tools\jdk1.8\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;D:\tools\jdk1.8\bin;D:\tools\jdk1.8\jre\bin;D:\tools\apache-maven-3.3.9\bin;D:\tools\Git\cmd;D:\tools\tortoiseGit\bin;C:\Program Files\MySQL\MySQL Utilities 1.6\;D:\tools\svn\bin;.]
  12. 2018-08-08 11:36:52.668 INFO 1524 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  13. 2018-08-08 11:36:52.669 INFO 1524 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1613 ms
  14. 2018-08-08 11:36:52.831 WARN 1524 --- [localhost-startStop-1] c.n.c.sources.URLConfigurationSource : No URLs will be polled as dynamic configuration sources.
  15. 2018-08-08 11:36:52.831 INFO 1524 --- [localhost-startStop-1] c.n.c.sources.URLConfigurationSource : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
  16. 2018-08-08 11:36:52.849 INFO 1524 --- [localhost-startStop-1] c.netflix.config.DynamicPropertyFactory : DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@7771eb53
  17. 2018-08-08 11:36:53.795 INFO 1524 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
  18. 2018-08-08 11:36:53.796 INFO 1524 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webMvcMetricsFilter' to: [/*]
  19. 2018-08-08 11:36:53.796 INFO 1524 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  20. 2018-08-08 11:36:53.796 INFO 1524 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
  21. 2018-08-08 11:36:53.796 INFO 1524 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
  22. 2018-08-08 11:36:53.796 INFO 1524 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpTraceFilter' to: [/*]
  23. 2018-08-08 11:36:53.796 INFO 1524 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
  24. 2018-08-08 11:36:53.797 INFO 1524 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet zuulServlet mapped to [/zuul/*]
  25. 2018-08-08 11:36:53.798 INFO 1524 --- [localhost-startStop-1] o.s.b.a.e.web.ServletEndpointRegistrar : Registered '/actuator/jolokia' to jolokia-actuator-endpoint
  26. 2018-08-08 11:36:53.799 INFO 1524 --- [localhost-startStop-1] o.s.b.a.e.web.ServletEndpointRegistrar : Registered '/actuator/hystrix.stream' to hystrix.stream-actuator-endpoint
  27. 2018-08-08 11:36:53.923 WARN 1524 --- [main] c.n.c.sources.URLConfigurationSource : No URLs will be polled as dynamic configuration sources.
  28. 2018-08-08 11:36:53.924 INFO 1524 --- [main] c.n.c.sources.URLConfigurationSource : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
  29. 2018-08-08 11:36:54.014 INFO 1524 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  30. 2018-08-08 11:36:54.209 INFO 1524 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@420745d7: startup date [Wed Aug 08 11:36:51 CST 2018]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@19648c40
  31. 2018-08-08 11:36:54.264 INFO 1524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
  32. 2018-08-08 11:36:54.264 INFO 1524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  33. 2018-08-08 11:36:54.297 INFO 1524 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  34. 2018-08-08 11:36:54.297 INFO 1524 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  35. 2018-08-08 11:36:55.081 INFO 1524 --- [main] o.s.c.n.zuul.ZuulFilterInitializer : Starting filter initializer
  36. 2018-08-08 11:36:55.120 INFO 1524 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 23 endpoint(s) beneath base path '/actuator'
  37. 2018-08-08 11:36:55.133 INFO 1524 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/archaius],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
  38. 2018-08-08 11:36:55.134 INFO 1524 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/auditevents],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
  39. 2018-08-08 11:36:55.134 INFO 1524 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/beans],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
  40. 2018-08-08 11:36:55.135 INFO 1524 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/health],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
  41. 2018-08-08 11:36:55.135 INFO 1524 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/conditions],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
  42. 2018-08-08 11:36:55.135 INFO 1524 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/configprops],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
  43. 2018-08-08 11:36:55.135 INFO 1524 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/env],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
  44. 2018-08-08 11:36:55.136 INFO 1524 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/env/{toMatch}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
  45. 2018-08-08 11:36:55.138 INFO 1524 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/env],methods=[POST],consumes=[application/vnd.spring-boot.actuator.v2+json || application/json],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
  46. 2018-08-08 11:36:55.139 INFO 1524 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/env],methods=[DELETE],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
  47. 2018-08-08 11:36:55.139 INFO 1524 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/info],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
  48. 2018-08-08 11:36:55.139 INFO 1524 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/logfile],methods=[GET],produces=[application/octet-stream]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
  49. 2018-08-08 11:36:55.139 INFO 1524 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/loggers],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
  50. 2018-08-08 11:36:55.139 INFO 1524 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/loggers/{name}],methods=[POST],consumes=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
  51. 2018-08-08 11:36:55.140 INFO 1524 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/loggers/{name}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
  52. 2018-08-08 11:36:55.140 INFO 1524 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/heapdump],methods=[GET],produces=[application/octet-stream]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
  53. 2018-08-08 11:36:55.140 INFO 1524 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/threaddump],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
  54. 2018-08-08 11:36:55.140 INFO 1524 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/metrics],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
  55. 2018-08-08 11:36:55.140 INFO 1524 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/metrics/{requiredMetricName}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
  56. 2018-08-08 11:36:55.141 INFO 1524 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/scheduledtasks],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
  57. 2018-08-08 11:36:55.141 INFO 1524 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/httptrace],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
  58. 2018-08-08 11:36:55.141 INFO 1524 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/mappings],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
  59. 2018-08-08 11:36:55.141 INFO 1524 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/refresh],methods=[POST],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
  60. 2018-08-08 11:36:55.141 INFO 1524 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/features],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
  61. 2018-08-08 11:36:55.142 INFO 1524 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/service-registry],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
  62. 2018-08-08 11:36:55.142 INFO 1524 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/service-registry],methods=[POST],consumes=[application/vnd.spring-boot.actuator.v2+json || application/json],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
  63. 2018-08-08 11:36:55.142 INFO 1524 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/routes],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
  64. 2018-08-08 11:36:55.142 INFO 1524 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/routes],methods=[POST],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
  65. 2018-08-08 11:36:55.142 INFO 1524 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/routes/{format}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
  66. 2018-08-08 11:36:55.142 INFO 1524 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/filters],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
  67. 2018-08-08 11:36:55.143 INFO 1524 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map<java.lang.String, java.util.Map<java.lang.String, org.springframework.boot.actuate.endpoint.web.Link>> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  68. 2018-08-08 11:36:55.198 INFO 1524 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
  69. 2018-08-08 11:36:55.207 INFO 1524 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'environmentManager' has been autodetected for JMX exposure
  70. 2018-08-08 11:36:55.209 INFO 1524 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure
  71. 2018-08-08 11:36:55.210 INFO 1524 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'refreshScope' has been autodetected for JMX exposure
  72. 2018-08-08 11:36:55.213 INFO 1524 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager]
  73. 2018-08-08 11:36:55.220 INFO 1524 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope]
  74. 2018-08-08 11:36:55.231 INFO 1524 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=420745d7,type=ConfigurationPropertiesRebinder]
  75. 2018-08-08 11:36:55.243 INFO 1524 --- [main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 0
  76. 2018-08-08 11:36:55.251 INFO 1524 --- [main] o.s.c.n.eureka.InstanceInfoFactory : Setting initial instance status as: STARTING
  77. 2018-08-08 11:36:55.367 INFO 1524 --- [main] com.netflix.discovery.DiscoveryClient : Initializing Eureka in region us-east-1
  78. 2018-08-08 11:36:55.425 INFO 1524 --- [main] c.n.d.provider.DiscoveryJerseyProvider : Using JSON encoding codec LegacyJacksonJson
  79. 2018-08-08 11:36:55.425 INFO 1524 --- [main] c.n.d.provider.DiscoveryJerseyProvider : Using JSON decoding codec LegacyJacksonJson
  80. 2018-08-08 11:36:55.532 INFO 1524 --- [main] c.n.d.provider.DiscoveryJerseyProvider : Using XML encoding codec XStreamXml
  81. 2018-08-08 11:36:55.533 INFO 1524 --- [main] c.n.d.provider.DiscoveryJerseyProvider : Using XML decoding codec XStreamXml
  82. 2018-08-08 11:36:55.743 INFO 1524 --- [main] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  83. 2018-08-08 11:36:55.826 INFO 1524 --- [main] com.netflix.discovery.DiscoveryClient : Disable delta property : false
  84. 2018-08-08 11:36:55.827 INFO 1524 --- [main] com.netflix.discovery.DiscoveryClient : Single vip registry refresh property : null
  85. 2018-08-08 11:36:55.827 INFO 1524 --- [main] com.netflix.discovery.DiscoveryClient : Force full registry fetch : false
  86. 2018-08-08 11:36:55.827 INFO 1524 --- [main] com.netflix.discovery.DiscoveryClient : Application is null : false
  87. 2018-08-08 11:36:55.827 INFO 1524 --- [main] com.netflix.discovery.DiscoveryClient : Registered Applications size is zero : true
  88. 2018-08-08 11:36:55.827 INFO 1524 --- [main] com.netflix.discovery.DiscoveryClient : Application version is -1: true
  89. 2018-08-08 11:36:55.827 INFO 1524 --- [main] com.netflix.discovery.DiscoveryClient : Getting all instance registry info from the eureka server
  90. 2018-08-08 11:36:55.926 INFO 1524 --- [main] com.netflix.discovery.DiscoveryClient : The response status is 200
  91. 2018-08-08 11:36:55.929 INFO 1524 --- [main] com.netflix.discovery.DiscoveryClient : Starting heartbeat executor: renew interval is: 10
  92. 2018-08-08 11:36:55.931 INFO 1524 --- [main] c.n.discovery.InstanceInfoReplicator : InstanceInfoReplicator onDemand update allowed rate per min is 4
  93. 2018-08-08 11:36:55.934 INFO 1524 --- [main] com.netflix.discovery.DiscoveryClient : Discovery Client initialized at timestamp 1533699415933 with initial instances count: 2
  94. 2018-08-08 11:36:55.938 INFO 1524 --- [main] o.s.c.n.e.s.EurekaServiceRegistry : Registering application gateway-service with eureka with status UP
  95. 2018-08-08 11:36:55.939 INFO 1524 --- [main] com.netflix.discovery.DiscoveryClient : Saw local status change event StatusChangeEvent [timestamp=1533699415939, current=UP, previous=STARTING]
  96. 2018-08-08 11:36:55.941 INFO 1524 --- [DiscoveryClient-InstanceInfoReplicator-0] com.netflix.discovery.DiscoveryClient : DiscoveryClient_GATEWAY-SERVICE/dell-PC:gateway-service:5000: registering service...
  97. 2018-08-08 11:36:55.978 INFO 1524 --- [DiscoveryClient-InstanceInfoReplicator-0] com.netflix.discovery.DiscoveryClient : DiscoveryClient_GATEWAY-SERVICE/dell-PC:gateway-service:5000 - registration status: 204
  98. 2018-08-08 11:36:55.986 INFO 1524 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 5000 (http) with context path ''
  99. 2018-08-08 11:36:55.987 INFO 1524 --- [main] .s.c.n.e.s.EurekaAutoServiceRegistration : Updating port to 5000
  100. 2018-08-08 11:36:55.989 INFO 1524 --- [main] com.diagbot.GatewayServiceApplication : Started GatewayServiceApplication in 6.619 seconds (JVM running for 7.047)
  101. 2018-08-08 11:41:55.849 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  102. 2018-08-08 11:42:26.124 INFO 1524 --- [http-nio-5000-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring FrameworkServlet 'dispatcherServlet'
  103. 2018-08-08 11:42:26.124 INFO 1524 --- [http-nio-5000-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization started
  104. 2018-08-08 11:42:26.146 INFO 1524 --- [http-nio-5000-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization completed in 22 ms
  105. 2018-08-08 11:42:26.179 INFO 1524 --- [http-nio-5000-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/userapi/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController]
  106. 2018-08-08 11:42:26.179 INFO 1524 --- [http-nio-5000-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/logapi/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController]
  107. 2018-08-08 11:42:26.179 INFO 1524 --- [http-nio-5000-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/biapi/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController]
  108. 2018-08-08 11:42:26.179 INFO 1524 --- [http-nio-5000-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/diagbotmanapi/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController]
  109. 2018-08-08 11:42:26.179 INFO 1524 --- [http-nio-5000-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/feedbackapi/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController]
  110. 2018-08-08 11:42:26.180 INFO 1524 --- [http-nio-5000-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/knowledgeapi/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController]
  111. 2018-08-08 11:42:26.180 INFO 1524 --- [http-nio-5000-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/uaa-service/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController]
  112. 2018-08-08 11:42:26.180 INFO 1524 --- [http-nio-5000-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/user-service/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController]
  113. 2018-08-08 11:42:26.180 INFO 1524 --- [http-nio-5000-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/logger-service/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController]
  114. 2018-08-08 11:42:26.268 INFO 1524 --- [http-nio-5000-exec-1] s.c.a.AnnotationConfigApplicationContext : Refreshing SpringClientFactory-user-service: startup date [Wed Aug 08 11:42:26 CST 2018]; parent: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@420745d7
  115. 2018-08-08 11:42:26.343 INFO 1524 --- [http-nio-5000-exec-1] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
  116. 2018-08-08 11:42:26.692 INFO 1524 --- [http-nio-5000-exec-1] c.netflix.config.ChainedDynamicProperty : Flipping property: user-service.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
  117. 2018-08-08 11:42:26.708 INFO 1524 --- [http-nio-5000-exec-1] c.n.u.concurrent.ShutdownEnabledTimer : Shutdown hook installed for: NFLoadBalancer-PingTimer-user-service
  118. 2018-08-08 11:42:26.771 INFO 1524 --- [http-nio-5000-exec-1] c.netflix.loadbalancer.BaseLoadBalancer : Client: user-service instantiated a LoadBalancer: DynamicServerListLoadBalancer:{NFLoadBalancer:name=user-service,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:null
  119. 2018-08-08 11:42:26.802 INFO 1524 --- [http-nio-5000-exec-1] c.n.l.DynamicServerListLoadBalancer : Using serverListUpdater PollingServerListUpdater
  120. 2018-08-08 11:42:26.873 INFO 1524 --- [http-nio-5000-exec-1] c.netflix.config.ChainedDynamicProperty : Flipping property: user-service.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
  121. 2018-08-08 11:42:26.874 INFO 1524 --- [http-nio-5000-exec-1] c.n.l.DynamicServerListLoadBalancer : DynamicServerListLoadBalancer for client user-service initialized: DynamicServerListLoadBalancer:{NFLoadBalancer:name=user-service,current list of Servers=[dell-PC:8762],Load balancer stats=Zone stats: {defaultzone=[Zone:defaultzone; Instance count:1; Active connections count: 0; Circuit breaker tripped count: 0; Active connections per server: 0.0;]
  122. },Server stats: [[Server:dell-PC:8762; Zone:defaultZone; Total Requests:0; Successive connection failure:0; Total blackout seconds:0; Last connection made:Thu Jan 01 08:00:00 CST 1970; First connection made: Thu Jan 01 08:00:00 CST 1970; Active Connections:0; total failure count in last (1000) msecs:0; average resp time:0.0; 90 percentile resp time:0.0; 95 percentile resp time:0.0; min resp time:0.0; max resp time:0.0; stddev resp time:0.0]
  123. ]}ServerList:org.springframework.cloud.netflix.ribbon.eureka.DomainExtractingServerList@6b735c70
  124. 2018-08-08 11:42:26.927 WARN 1524 --- [http-nio-5000-exec-1] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  125. 2018-08-08 11:42:27.677 WARN 1524 --- [http-nio-5000-exec-2] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  126. 2018-08-08 11:42:27.678 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  127. 2018-08-08 11:42:27.683 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  128. 2018-08-08 11:42:27.685 WARN 1524 --- [http-nio-5000-exec-7] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  129. 2018-08-08 11:42:27.685 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  130. 2018-08-08 11:42:27.807 INFO 1524 --- [PollingServerListUpdater-0] c.netflix.config.ChainedDynamicProperty : Flipping property: user-service.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
  131. 2018-08-08 11:42:28.180 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  132. 2018-08-08 11:42:28.264 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  133. 2018-08-08 11:42:28.281 WARN 1524 --- [http-nio-5000-exec-5] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  134. 2018-08-08 11:42:28.341 WARN 1524 --- [http-nio-5000-exec-1] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  135. 2018-08-08 11:42:28.341 WARN 1524 --- [http-nio-5000-exec-9] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  136. 2018-08-08 11:42:28.360 WARN 1524 --- [http-nio-5000-exec-2] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  137. 2018-08-08 11:42:28.396 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  138. 2018-08-08 11:42:28.446 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  139. 2018-08-08 11:42:28.600 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  140. 2018-08-08 11:42:28.602 WARN 1524 --- [http-nio-5000-exec-7] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  141. 2018-08-08 11:42:33.795 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  142. 2018-08-08 11:42:51.853 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  143. 2018-08-08 11:46:55.868 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  144. 2018-08-08 11:51:55.887 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  145. 2018-08-08 11:56:55.906 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  146. 2018-08-08 12:01:55.925 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  147. 2018-08-08 12:06:55.944 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  148. 2018-08-08 12:11:55.964 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  149. 2018-08-08 12:16:55.983 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  150. 2018-08-08 12:21:56.002 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  151. 2018-08-08 12:26:56.021 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  152. 2018-08-08 12:31:56.040 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  153. 2018-08-08 12:36:56.059 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  154. 2018-08-08 12:41:56.078 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  155. 2018-08-08 12:46:56.097 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  156. 2018-08-08 12:51:56.116 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  157. 2018-08-08 12:56:56.136 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  158. 2018-08-08 13:01:56.156 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  159. 2018-08-08 13:04:15.479 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  160. 2018-08-08 13:05:51.577 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  161. 2018-08-08 13:06:56.176 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  162. 2018-08-08 13:11:56.196 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  163. 2018-08-08 13:16:56.215 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  164. 2018-08-08 13:21:56.234 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  165. 2018-08-08 13:21:57.631 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  166. 2018-08-08 13:22:01.902 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.filters.post.SendErrorFilter : Error during filtering
  167. com.netflix.zuul.exception.ZuulException: Forwarding error
  168. at org.springframework.cloud.netflix.zuul.filters.route.RibbonRoutingFilter.handleException(RibbonRoutingFilter.java:189)
  169. at org.springframework.cloud.netflix.zuul.filters.route.RibbonRoutingFilter.forward(RibbonRoutingFilter.java:164)
  170. at org.springframework.cloud.netflix.zuul.filters.route.RibbonRoutingFilter.run(RibbonRoutingFilter.java:112)
  171. at com.netflix.zuul.ZuulFilter.runFilter(ZuulFilter.java:117)
  172. at com.netflix.zuul.FilterProcessor.processZuulFilter(FilterProcessor.java:193)
  173. at com.netflix.zuul.FilterProcessor.runFilters(FilterProcessor.java:157)
  174. at com.netflix.zuul.FilterProcessor.route(FilterProcessor.java:118)
  175. at com.netflix.zuul.ZuulRunner.route(ZuulRunner.java:96)
  176. at com.netflix.zuul.http.ZuulServlet.route(ZuulServlet.java:116)
  177. at com.netflix.zuul.http.ZuulServlet.service(ZuulServlet.java:81)
  178. at org.springframework.web.servlet.mvc.ServletWrappingController.handleRequestInternal(ServletWrappingController.java:165)
  179. at org.springframework.cloud.netflix.zuul.web.ZuulController.handleRequest(ZuulController.java:44)
  180. at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:52)
  181. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:991)
  182. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:925)
  183. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:974)
  184. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:866)
  185. at javax.servlet.http.HttpServlet.service(HttpServlet.java:635)
  186. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:851)
  187. at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
  188. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
  189. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  190. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
  191. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  192. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  193. at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:90)
  194. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  195. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  196. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  197. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
  198. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  199. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  200. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  201. at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:109)
  202. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  203. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  204. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  205. at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
  206. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  207. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  208. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  209. at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:155)
  210. at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:123)
  211. at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:108)
  212. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  213. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  214. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  215. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
  216. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  217. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  218. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  219. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
  220. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
  221. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493)
  222. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
  223. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
  224. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
  225. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
  226. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:800)
  227. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
  228. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:800)
  229. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1471)
  230. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  231. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  232. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  233. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  234. at java.lang.Thread.run(Thread.java:748)
  235. Caused by: com.netflix.client.ClientException: null
  236. at com.netflix.client.AbstractLoadBalancerAwareClient.executeWithLoadBalancer(AbstractLoadBalancerAwareClient.java:118)
  237. at org.springframework.cloud.netflix.zuul.filters.route.support.AbstractRibbonCommand.run(AbstractRibbonCommand.java:186)
  238. at org.springframework.cloud.netflix.zuul.filters.route.support.AbstractRibbonCommand.run(AbstractRibbonCommand.java:51)
  239. at com.netflix.hystrix.HystrixCommand$2.call(HystrixCommand.java:302)
  240. at com.netflix.hystrix.HystrixCommand$2.call(HystrixCommand.java:298)
  241. at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:46)
  242. at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:35)
  243. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  244. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  245. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  246. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  247. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  248. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  249. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  250. at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:51)
  251. at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:35)
  252. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  253. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  254. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  255. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:41)
  256. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:30)
  257. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  258. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:41)
  259. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:30)
  260. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  261. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  262. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  263. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:41)
  264. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:30)
  265. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  266. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:41)
  267. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:30)
  268. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  269. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:41)
  270. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:30)
  271. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  272. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  273. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  274. at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:51)
  275. at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:35)
  276. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  277. at rx.internal.operators.OnSubscribeMap.call(OnSubscribeMap.java:48)
  278. at rx.internal.operators.OnSubscribeMap.call(OnSubscribeMap.java:33)
  279. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  280. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:41)
  281. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:30)
  282. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  283. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  284. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  285. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:41)
  286. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:30)
  287. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  288. at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:51)
  289. at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:35)
  290. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  291. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  292. at rx.Observable.subscribe(Observable.java:10423)
  293. at rx.Observable.subscribe(Observable.java:10390)
  294. at rx.internal.operators.BlockingOperatorToFuture.toFuture(BlockingOperatorToFuture.java:51)
  295. at rx.observables.BlockingObservable.toFuture(BlockingObservable.java:410)
  296. at com.netflix.hystrix.HystrixCommand.queue(HystrixCommand.java:378)
  297. at com.netflix.hystrix.HystrixCommand.execute(HystrixCommand.java:344)
  298. at org.springframework.cloud.netflix.zuul.filters.route.RibbonRoutingFilter.forward(RibbonRoutingFilter.java:159)
  299. ... 65 common frames omitted
  300. Caused by: java.lang.RuntimeException: org.apache.http.conn.HttpHostConnectException: Connect to dell-PC:8762 [dell-PC/192.168.3.117, dell-PC/fe80:0:0:0:7151:5c39:c21f:3f3f%11, dell-PC/fe80:0:0:0:147c:1568:3f57:fc8a%13, dell-PC/2001:0:dacd:399a:147c:1568:3f57:fc8a] failed: Connection refused: connect
  301. at rx.exceptions.Exceptions.propagate(Exceptions.java:57)
  302. at rx.observables.BlockingObservable.blockForSingle(BlockingObservable.java:463)
  303. at rx.observables.BlockingObservable.single(BlockingObservable.java:340)
  304. at com.netflix.client.AbstractLoadBalancerAwareClient.executeWithLoadBalancer(AbstractLoadBalancerAwareClient.java:112)
  305. ... 127 common frames omitted
  306. Caused by: org.apache.http.conn.HttpHostConnectException: Connect to dell-PC:8762 [dell-PC/192.168.3.117, dell-PC/fe80:0:0:0:7151:5c39:c21f:3f3f%11, dell-PC/fe80:0:0:0:147c:1568:3f57:fc8a%13, dell-PC/2001:0:dacd:399a:147c:1568:3f57:fc8a] failed: Connection refused: connect
  307. at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159)
  308. at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373)
  309. at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:394)
  310. at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237)
  311. at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
  312. at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
  313. at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
  314. at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
  315. at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
  316. at org.springframework.cloud.netflix.ribbon.apache.RibbonLoadBalancingHttpClient.execute(RibbonLoadBalancingHttpClient.java:81)
  317. at org.springframework.cloud.netflix.ribbon.apache.RibbonLoadBalancingHttpClient.execute(RibbonLoadBalancingHttpClient.java:44)
  318. at com.netflix.client.AbstractLoadBalancerAwareClient$1.call(AbstractLoadBalancerAwareClient.java:104)
  319. at com.netflix.loadbalancer.reactive.LoadBalancerCommand$3$1.call(LoadBalancerCommand.java:303)
  320. at com.netflix.loadbalancer.reactive.LoadBalancerCommand$3$1.call(LoadBalancerCommand.java:287)
  321. at rx.internal.util.ScalarSynchronousObservable$3.call(ScalarSynchronousObservable.java:231)
  322. at rx.internal.util.ScalarSynchronousObservable$3.call(ScalarSynchronousObservable.java:228)
  323. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  324. at rx.internal.operators.OnSubscribeConcatMap$ConcatMapSubscriber.drain(OnSubscribeConcatMap.java:286)
  325. at rx.internal.operators.OnSubscribeConcatMap$ConcatMapSubscriber.onNext(OnSubscribeConcatMap.java:144)
  326. at com.netflix.loadbalancer.reactive.LoadBalancerCommand$1.call(LoadBalancerCommand.java:185)
  327. at com.netflix.loadbalancer.reactive.LoadBalancerCommand$1.call(LoadBalancerCommand.java:180)
  328. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  329. at rx.internal.operators.OnSubscribeConcatMap.call(OnSubscribeConcatMap.java:94)
  330. at rx.internal.operators.OnSubscribeConcatMap.call(OnSubscribeConcatMap.java:42)
  331. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  332. at rx.internal.operators.OperatorRetryWithPredicate$SourceSubscriber$1.call(OperatorRetryWithPredicate.java:127)
  333. at rx.internal.schedulers.TrampolineScheduler$InnerCurrentThreadScheduler.enqueue(TrampolineScheduler.java:73)
  334. at rx.internal.schedulers.TrampolineScheduler$InnerCurrentThreadScheduler.schedule(TrampolineScheduler.java:52)
  335. at rx.internal.operators.OperatorRetryWithPredicate$SourceSubscriber.onNext(OperatorRetryWithPredicate.java:79)
  336. at rx.internal.operators.OperatorRetryWithPredicate$SourceSubscriber.onNext(OperatorRetryWithPredicate.java:45)
  337. at rx.internal.util.ScalarSynchronousObservable$WeakSingleProducer.request(ScalarSynchronousObservable.java:276)
  338. at rx.Subscriber.setProducer(Subscriber.java:209)
  339. at rx.internal.util.ScalarSynchronousObservable$JustOnSubscribe.call(ScalarSynchronousObservable.java:138)
  340. at rx.internal.util.ScalarSynchronousObservable$JustOnSubscribe.call(ScalarSynchronousObservable.java:129)
  341. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  342. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  343. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  344. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  345. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  346. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  347. at rx.Observable.subscribe(Observable.java:10423)
  348. at rx.Observable.subscribe(Observable.java:10390)
  349. at rx.observables.BlockingObservable.blockForSingle(BlockingObservable.java:443)
  350. ... 129 common frames omitted
  351. Caused by: java.net.ConnectException: Connection refused: connect
  352. at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
  353. at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:85)
  354. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  355. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  356. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  357. at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
  358. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  359. at java.net.Socket.connect(Socket.java:589)
  360. at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
  361. at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
  362. ... 171 common frames omitted
  363. 2018-08-08 13:22:39.476 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  364. 2018-08-08 13:22:39.922 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  365. 2018-08-08 13:22:39.922 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  366. 2018-08-08 13:22:39.925 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  367. 2018-08-08 13:22:39.925 WARN 1524 --- [http-nio-5000-exec-7] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  368. 2018-08-08 13:22:39.925 WARN 1524 --- [http-nio-5000-exec-9] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  369. 2018-08-08 13:22:40.310 WARN 1524 --- [http-nio-5000-exec-1] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  370. 2018-08-08 13:22:40.311 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  371. 2018-08-08 13:22:40.329 WARN 1524 --- [http-nio-5000-exec-2] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  372. 2018-08-08 13:22:40.388 WARN 1524 --- [http-nio-5000-exec-5] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  373. 2018-08-08 13:22:40.403 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  374. 2018-08-08 13:22:40.457 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  375. 2018-08-08 13:22:40.458 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  376. 2018-08-08 13:22:40.461 WARN 1524 --- [http-nio-5000-exec-9] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  377. 2018-08-08 13:22:40.462 WARN 1524 --- [http-nio-5000-exec-7] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  378. 2018-08-08 13:22:40.558 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  379. 2018-08-08 13:22:40.692 WARN 1524 --- [http-nio-5000-exec-2] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  380. 2018-08-08 13:22:40.692 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  381. 2018-08-08 13:22:45.488 WARN 1524 --- [http-nio-5000-exec-1] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  382. 2018-08-08 13:22:45.604 WARN 1524 --- [http-nio-5000-exec-5] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  383. 2018-08-08 13:26:56.253 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  384. 2018-08-08 13:31:56.273 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  385. 2018-08-08 13:36:56.292 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  386. 2018-08-08 13:41:56.312 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  387. 2018-08-08 13:46:10.048 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  388. 2018-08-08 13:46:10.090 WARN 1524 --- [http-nio-5000-exec-2] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  389. 2018-08-08 13:46:10.090 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  390. 2018-08-08 13:46:10.097 WARN 1524 --- [http-nio-5000-exec-1] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  391. 2018-08-08 13:46:10.097 WARN 1524 --- [http-nio-5000-exec-5] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  392. 2018-08-08 13:46:10.110 WARN 1524 --- [http-nio-5000-exec-9] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  393. 2018-08-08 13:46:10.419 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  394. 2018-08-08 13:46:10.420 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  395. 2018-08-08 13:46:10.430 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  396. 2018-08-08 13:46:10.432 WARN 1524 --- [http-nio-5000-exec-7] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  397. 2018-08-08 13:46:10.439 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  398. 2018-08-08 13:46:10.487 WARN 1524 --- [http-nio-5000-exec-2] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  399. 2018-08-08 13:46:10.487 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  400. 2018-08-08 13:46:10.494 WARN 1524 --- [http-nio-5000-exec-9] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  401. 2018-08-08 13:46:10.495 WARN 1524 --- [http-nio-5000-exec-5] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  402. 2018-08-08 13:46:10.500 WARN 1524 --- [http-nio-5000-exec-1] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  403. 2018-08-08 13:46:10.558 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  404. 2018-08-08 13:46:10.559 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  405. 2018-08-08 13:46:13.589 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  406. 2018-08-08 13:46:20.685 WARN 1524 --- [http-nio-5000-exec-7] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  407. 2018-08-08 13:46:20.710 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  408. 2018-08-08 13:46:20.711 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  409. 2018-08-08 13:46:20.711 WARN 1524 --- [http-nio-5000-exec-9] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  410. 2018-08-08 13:46:20.712 WARN 1524 --- [http-nio-5000-exec-2] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  411. 2018-08-08 13:46:20.713 WARN 1524 --- [http-nio-5000-exec-1] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  412. 2018-08-08 13:46:21.038 WARN 1524 --- [http-nio-5000-exec-5] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  413. 2018-08-08 13:46:21.039 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  414. 2018-08-08 13:46:21.048 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  415. 2018-08-08 13:46:21.052 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  416. 2018-08-08 13:46:21.058 WARN 1524 --- [http-nio-5000-exec-7] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  417. 2018-08-08 13:46:21.101 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  418. 2018-08-08 13:46:21.102 WARN 1524 --- [http-nio-5000-exec-1] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  419. 2018-08-08 13:46:21.107 WARN 1524 --- [http-nio-5000-exec-2] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  420. 2018-08-08 13:46:21.108 WARN 1524 --- [http-nio-5000-exec-1] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  421. 2018-08-08 13:46:21.121 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  422. 2018-08-08 13:46:21.180 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  423. 2018-08-08 13:46:21.180 WARN 1524 --- [http-nio-5000-exec-5] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  424. 2018-08-08 13:46:22.356 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  425. 2018-08-08 13:46:32.494 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  426. 2018-08-08 13:46:32.519 WARN 1524 --- [http-nio-5000-exec-7] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  427. 2018-08-08 13:46:32.520 WARN 1524 --- [http-nio-5000-exec-9] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  428. 2018-08-08 13:46:32.520 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  429. 2018-08-08 13:46:32.521 WARN 1524 --- [http-nio-5000-exec-2] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  430. 2018-08-08 13:46:32.521 WARN 1524 --- [http-nio-5000-exec-1] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  431. 2018-08-08 13:46:32.862 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  432. 2018-08-08 13:46:32.863 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  433. 2018-08-08 13:46:32.871 WARN 1524 --- [http-nio-5000-exec-5] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  434. 2018-08-08 13:46:32.873 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  435. 2018-08-08 13:46:32.881 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  436. 2018-08-08 13:46:32.929 WARN 1524 --- [http-nio-5000-exec-1] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  437. 2018-08-08 13:46:32.929 WARN 1524 --- [http-nio-5000-exec-9] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  438. 2018-08-08 13:46:32.931 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  439. 2018-08-08 13:46:32.935 WARN 1524 --- [http-nio-5000-exec-7] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  440. 2018-08-08 13:46:32.940 WARN 1524 --- [http-nio-5000-exec-2] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  441. 2018-08-08 13:46:32.998 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  442. 2018-08-08 13:46:32.998 WARN 1524 --- [http-nio-5000-exec-5] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  443. 2018-08-08 13:46:32.998 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  444. 2018-08-08 13:46:36.357 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  445. 2018-08-08 13:46:56.331 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  446. 2018-08-08 13:47:10.644 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  447. 2018-08-08 13:49:01.142 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  448. 2018-08-08 13:49:01.177 WARN 1524 --- [http-nio-5000-exec-5] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  449. 2018-08-08 13:49:01.177 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  450. 2018-08-08 13:49:01.180 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  451. 2018-08-08 13:49:01.183 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  452. 2018-08-08 13:49:01.186 WARN 1524 --- [http-nio-5000-exec-1] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  453. 2018-08-08 13:49:01.533 WARN 1524 --- [http-nio-5000-exec-9] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  454. 2018-08-08 13:49:01.533 WARN 1524 --- [http-nio-5000-exec-2] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  455. 2018-08-08 13:49:01.544 WARN 1524 --- [http-nio-5000-exec-7] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  456. 2018-08-08 13:49:01.546 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  457. 2018-08-08 13:49:01.555 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  458. 2018-08-08 13:49:01.598 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  459. 2018-08-08 13:49:01.598 WARN 1524 --- [http-nio-5000-exec-5] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  460. 2018-08-08 13:49:01.601 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  461. 2018-08-08 13:49:01.607 WARN 1524 --- [http-nio-5000-exec-1] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  462. 2018-08-08 13:49:01.619 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  463. 2018-08-08 13:49:01.665 WARN 1524 --- [http-nio-5000-exec-2] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  464. 2018-08-08 13:49:01.666 WARN 1524 --- [http-nio-5000-exec-9] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  465. 2018-08-08 13:49:05.634 WARN 1524 --- [http-nio-5000-exec-7] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  466. 2018-08-08 13:49:05.735 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  467. 2018-08-08 13:49:48.693 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  468. 2018-08-08 13:49:49.101 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  469. 2018-08-08 13:51:56.350 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  470. 2018-08-08 13:54:35.748 WARN 1524 --- [http-nio-5000-exec-9] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  471. 2018-08-08 13:54:36.017 WARN 1524 --- [http-nio-5000-exec-7] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  472. 2018-08-08 13:54:36.019 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  473. 2018-08-08 13:54:36.019 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  474. 2018-08-08 13:54:36.019 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  475. 2018-08-08 13:54:36.020 WARN 1524 --- [http-nio-5000-exec-5] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  476. 2018-08-08 13:54:36.361 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  477. 2018-08-08 13:54:36.362 WARN 1524 --- [http-nio-5000-exec-1] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  478. 2018-08-08 13:54:36.375 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  479. 2018-08-08 13:54:36.414 WARN 1524 --- [http-nio-5000-exec-2] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  480. 2018-08-08 13:54:36.427 WARN 1524 --- [http-nio-5000-exec-9] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  481. 2018-08-08 13:54:36.476 WARN 1524 --- [http-nio-5000-exec-7] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  482. 2018-08-08 13:54:36.476 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  483. 2018-08-08 13:54:36.480 WARN 1524 --- [http-nio-5000-exec-5] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  484. 2018-08-08 13:54:36.483 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  485. 2018-08-08 13:54:36.535 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  486. 2018-08-08 13:54:36.664 WARN 1524 --- [http-nio-5000-exec-1] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  487. 2018-08-08 13:54:36.664 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  488. 2018-08-08 13:54:38.223 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  489. 2018-08-08 13:54:40.230 WARN 1524 --- [http-nio-5000-exec-2] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  490. 2018-08-08 13:56:18.632 WARN 1524 --- [http-nio-5000-exec-7] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  491. 2018-08-08 13:56:22.649 WARN 1524 --- [http-nio-5000-exec-7] o.s.c.n.z.filters.post.SendErrorFilter : Error during filtering
  492. com.netflix.zuul.exception.ZuulException: Forwarding error
  493. at org.springframework.cloud.netflix.zuul.filters.route.RibbonRoutingFilter.handleException(RibbonRoutingFilter.java:189)
  494. at org.springframework.cloud.netflix.zuul.filters.route.RibbonRoutingFilter.forward(RibbonRoutingFilter.java:164)
  495. at org.springframework.cloud.netflix.zuul.filters.route.RibbonRoutingFilter.run(RibbonRoutingFilter.java:112)
  496. at com.netflix.zuul.ZuulFilter.runFilter(ZuulFilter.java:117)
  497. at com.netflix.zuul.FilterProcessor.processZuulFilter(FilterProcessor.java:193)
  498. at com.netflix.zuul.FilterProcessor.runFilters(FilterProcessor.java:157)
  499. at com.netflix.zuul.FilterProcessor.route(FilterProcessor.java:118)
  500. at com.netflix.zuul.ZuulRunner.route(ZuulRunner.java:96)
  501. at com.netflix.zuul.http.ZuulServlet.route(ZuulServlet.java:116)
  502. at com.netflix.zuul.http.ZuulServlet.service(ZuulServlet.java:81)
  503. at org.springframework.web.servlet.mvc.ServletWrappingController.handleRequestInternal(ServletWrappingController.java:165)
  504. at org.springframework.cloud.netflix.zuul.web.ZuulController.handleRequest(ZuulController.java:44)
  505. at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:52)
  506. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:991)
  507. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:925)
  508. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:974)
  509. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:866)
  510. at javax.servlet.http.HttpServlet.service(HttpServlet.java:635)
  511. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:851)
  512. at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
  513. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
  514. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  515. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
  516. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  517. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  518. at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:90)
  519. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  520. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  521. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  522. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
  523. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  524. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  525. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  526. at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:109)
  527. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  528. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  529. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  530. at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
  531. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  532. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  533. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  534. at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:155)
  535. at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:123)
  536. at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:108)
  537. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  538. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  539. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  540. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
  541. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  542. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  543. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  544. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
  545. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
  546. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493)
  547. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
  548. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
  549. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
  550. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
  551. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:800)
  552. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
  553. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:800)
  554. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1471)
  555. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  556. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  557. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  558. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  559. at java.lang.Thread.run(Thread.java:748)
  560. Caused by: com.netflix.client.ClientException: null
  561. at com.netflix.client.AbstractLoadBalancerAwareClient.executeWithLoadBalancer(AbstractLoadBalancerAwareClient.java:118)
  562. at org.springframework.cloud.netflix.zuul.filters.route.support.AbstractRibbonCommand.run(AbstractRibbonCommand.java:186)
  563. at org.springframework.cloud.netflix.zuul.filters.route.support.AbstractRibbonCommand.run(AbstractRibbonCommand.java:51)
  564. at com.netflix.hystrix.HystrixCommand$2.call(HystrixCommand.java:302)
  565. at com.netflix.hystrix.HystrixCommand$2.call(HystrixCommand.java:298)
  566. at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:46)
  567. at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:35)
  568. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  569. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  570. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  571. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  572. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  573. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  574. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  575. at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:51)
  576. at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:35)
  577. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  578. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  579. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  580. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:41)
  581. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:30)
  582. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  583. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:41)
  584. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:30)
  585. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  586. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  587. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  588. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:41)
  589. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:30)
  590. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  591. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:41)
  592. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:30)
  593. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  594. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:41)
  595. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:30)
  596. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  597. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  598. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  599. at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:51)
  600. at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:35)
  601. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  602. at rx.internal.operators.OnSubscribeMap.call(OnSubscribeMap.java:48)
  603. at rx.internal.operators.OnSubscribeMap.call(OnSubscribeMap.java:33)
  604. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  605. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:41)
  606. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:30)
  607. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  608. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  609. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  610. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:41)
  611. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:30)
  612. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  613. at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:51)
  614. at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:35)
  615. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  616. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  617. at rx.Observable.subscribe(Observable.java:10423)
  618. at rx.Observable.subscribe(Observable.java:10390)
  619. at rx.internal.operators.BlockingOperatorToFuture.toFuture(BlockingOperatorToFuture.java:51)
  620. at rx.observables.BlockingObservable.toFuture(BlockingObservable.java:410)
  621. at com.netflix.hystrix.HystrixCommand.queue(HystrixCommand.java:378)
  622. at com.netflix.hystrix.HystrixCommand.execute(HystrixCommand.java:344)
  623. at org.springframework.cloud.netflix.zuul.filters.route.RibbonRoutingFilter.forward(RibbonRoutingFilter.java:159)
  624. ... 65 common frames omitted
  625. Caused by: java.lang.RuntimeException: org.apache.http.conn.HttpHostConnectException: Connect to dell-PC:8762 [dell-PC/192.168.3.117, dell-PC/fe80:0:0:0:7151:5c39:c21f:3f3f%11, dell-PC/fe80:0:0:0:24ee:1f42:3f57:fc8a%13, dell-PC/2001:0:dacd:399a:24ee:1f42:3f57:fc8a] failed: Connection refused: connect
  626. at rx.exceptions.Exceptions.propagate(Exceptions.java:57)
  627. at rx.observables.BlockingObservable.blockForSingle(BlockingObservable.java:463)
  628. at rx.observables.BlockingObservable.single(BlockingObservable.java:340)
  629. at com.netflix.client.AbstractLoadBalancerAwareClient.executeWithLoadBalancer(AbstractLoadBalancerAwareClient.java:112)
  630. ... 127 common frames omitted
  631. Caused by: org.apache.http.conn.HttpHostConnectException: Connect to dell-PC:8762 [dell-PC/192.168.3.117, dell-PC/fe80:0:0:0:7151:5c39:c21f:3f3f%11, dell-PC/fe80:0:0:0:24ee:1f42:3f57:fc8a%13, dell-PC/2001:0:dacd:399a:24ee:1f42:3f57:fc8a] failed: Connection refused: connect
  632. at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159)
  633. at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373)
  634. at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:394)
  635. at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237)
  636. at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
  637. at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
  638. at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
  639. at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
  640. at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
  641. at org.springframework.cloud.netflix.ribbon.apache.RibbonLoadBalancingHttpClient.execute(RibbonLoadBalancingHttpClient.java:81)
  642. at org.springframework.cloud.netflix.ribbon.apache.RibbonLoadBalancingHttpClient.execute(RibbonLoadBalancingHttpClient.java:44)
  643. at com.netflix.client.AbstractLoadBalancerAwareClient$1.call(AbstractLoadBalancerAwareClient.java:104)
  644. at com.netflix.loadbalancer.reactive.LoadBalancerCommand$3$1.call(LoadBalancerCommand.java:303)
  645. at com.netflix.loadbalancer.reactive.LoadBalancerCommand$3$1.call(LoadBalancerCommand.java:287)
  646. at rx.internal.util.ScalarSynchronousObservable$3.call(ScalarSynchronousObservable.java:231)
  647. at rx.internal.util.ScalarSynchronousObservable$3.call(ScalarSynchronousObservable.java:228)
  648. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  649. at rx.internal.operators.OnSubscribeConcatMap$ConcatMapSubscriber.drain(OnSubscribeConcatMap.java:286)
  650. at rx.internal.operators.OnSubscribeConcatMap$ConcatMapSubscriber.onNext(OnSubscribeConcatMap.java:144)
  651. at com.netflix.loadbalancer.reactive.LoadBalancerCommand$1.call(LoadBalancerCommand.java:185)
  652. at com.netflix.loadbalancer.reactive.LoadBalancerCommand$1.call(LoadBalancerCommand.java:180)
  653. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  654. at rx.internal.operators.OnSubscribeConcatMap.call(OnSubscribeConcatMap.java:94)
  655. at rx.internal.operators.OnSubscribeConcatMap.call(OnSubscribeConcatMap.java:42)
  656. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  657. at rx.internal.operators.OperatorRetryWithPredicate$SourceSubscriber$1.call(OperatorRetryWithPredicate.java:127)
  658. at rx.internal.schedulers.TrampolineScheduler$InnerCurrentThreadScheduler.enqueue(TrampolineScheduler.java:73)
  659. at rx.internal.schedulers.TrampolineScheduler$InnerCurrentThreadScheduler.schedule(TrampolineScheduler.java:52)
  660. at rx.internal.operators.OperatorRetryWithPredicate$SourceSubscriber.onNext(OperatorRetryWithPredicate.java:79)
  661. at rx.internal.operators.OperatorRetryWithPredicate$SourceSubscriber.onNext(OperatorRetryWithPredicate.java:45)
  662. at rx.internal.util.ScalarSynchronousObservable$WeakSingleProducer.request(ScalarSynchronousObservable.java:276)
  663. at rx.Subscriber.setProducer(Subscriber.java:209)
  664. at rx.internal.util.ScalarSynchronousObservable$JustOnSubscribe.call(ScalarSynchronousObservable.java:138)
  665. at rx.internal.util.ScalarSynchronousObservable$JustOnSubscribe.call(ScalarSynchronousObservable.java:129)
  666. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  667. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  668. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  669. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  670. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  671. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  672. at rx.Observable.subscribe(Observable.java:10423)
  673. at rx.Observable.subscribe(Observable.java:10390)
  674. at rx.observables.BlockingObservable.blockForSingle(BlockingObservable.java:443)
  675. ... 129 common frames omitted
  676. Caused by: java.net.ConnectException: Connection refused: connect
  677. at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
  678. at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:85)
  679. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  680. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  681. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  682. at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
  683. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  684. at java.net.Socket.connect(Socket.java:589)
  685. at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
  686. at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
  687. ... 171 common frames omitted
  688. 2018-08-08 13:56:26.462 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  689. 2018-08-08 13:56:26.661 WARN 1524 --- [http-nio-5000-exec-2] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  690. 2018-08-08 13:56:26.665 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  691. 2018-08-08 13:56:26.665 WARN 1524 --- [http-nio-5000-exec-9] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  692. 2018-08-08 13:56:26.667 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  693. 2018-08-08 13:56:26.668 WARN 1524 --- [http-nio-5000-exec-5] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  694. 2018-08-08 13:56:26.999 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  695. 2018-08-08 13:56:27.000 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  696. 2018-08-08 13:56:27.019 WARN 1524 --- [http-nio-5000-exec-7] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  697. 2018-08-08 13:56:27.047 WARN 1524 --- [http-nio-5000-exec-1] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  698. 2018-08-08 13:56:27.059 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  699. 2018-08-08 13:56:27.105 WARN 1524 --- [http-nio-5000-exec-5] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  700. 2018-08-08 13:56:27.105 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  701. 2018-08-08 13:56:27.110 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  702. 2018-08-08 13:56:27.112 WARN 1524 --- [http-nio-5000-exec-2] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  703. 2018-08-08 13:56:27.153 WARN 1524 --- [http-nio-5000-exec-9] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  704. 2018-08-08 13:56:27.278 WARN 1524 --- [http-nio-5000-exec-7] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  705. 2018-08-08 13:56:27.278 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  706. 2018-08-08 13:56:28.093 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  707. 2018-08-08 13:56:28.198 WARN 1524 --- [http-nio-5000-exec-1] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  708. 2018-08-08 13:56:56.369 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  709. 2018-08-08 14:00:37.323 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  710. 2018-08-08 14:00:37.531 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  711. 2018-08-08 14:00:37.534 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  712. 2018-08-08 14:00:37.534 WARN 1524 --- [http-nio-5000-exec-7] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  713. 2018-08-08 14:00:37.534 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  714. 2018-08-08 14:00:37.538 WARN 1524 --- [http-nio-5000-exec-1] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  715. 2018-08-08 14:00:37.880 WARN 1524 --- [http-nio-5000-exec-2] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  716. 2018-08-08 14:00:37.880 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  717. 2018-08-08 14:00:37.894 WARN 1524 --- [http-nio-5000-exec-5] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  718. 2018-08-08 14:00:37.927 WARN 1524 --- [http-nio-5000-exec-9] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  719. 2018-08-08 14:00:37.940 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  720. 2018-08-08 14:00:37.988 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  721. 2018-08-08 14:00:37.988 WARN 1524 --- [http-nio-5000-exec-1] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  722. 2018-08-08 14:00:37.991 WARN 1524 --- [http-nio-5000-exec-7] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  723. 2018-08-08 14:00:37.993 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  724. 2018-08-08 14:00:38.051 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  725. 2018-08-08 14:00:38.166 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  726. 2018-08-08 14:00:38.167 WARN 1524 --- [http-nio-5000-exec-5] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  727. 2018-08-08 14:00:38.167 WARN 1524 --- [http-nio-5000-exec-2] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  728. 2018-08-08 14:00:39.639 WARN 1524 --- [http-nio-5000-exec-9] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  729. 2018-08-08 14:01:42.963 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  730. 2018-08-08 14:01:43.196 WARN 1524 --- [http-nio-5000-exec-2] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  731. 2018-08-08 14:01:43.196 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  732. 2018-08-08 14:01:43.196 WARN 1524 --- [http-nio-5000-exec-9] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  733. 2018-08-08 14:01:43.197 WARN 1524 --- [http-nio-5000-exec-5] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  734. 2018-08-08 14:01:43.200 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  735. 2018-08-08 14:01:43.535 WARN 1524 --- [http-nio-5000-exec-7] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  736. 2018-08-08 14:01:43.535 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  737. 2018-08-08 14:01:43.549 WARN 1524 --- [http-nio-5000-exec-1] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  738. 2018-08-08 14:01:43.585 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  739. 2018-08-08 14:01:43.597 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  740. 2018-08-08 14:01:43.643 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  741. 2018-08-08 14:01:43.643 WARN 1524 --- [http-nio-5000-exec-5] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  742. 2018-08-08 14:01:43.647 WARN 1524 --- [http-nio-5000-exec-2] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  743. 2018-08-08 14:01:43.651 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  744. 2018-08-08 14:01:43.694 WARN 1524 --- [http-nio-5000-exec-9] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  745. 2018-08-08 14:01:43.823 WARN 1524 --- [http-nio-5000-exec-1] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  746. 2018-08-08 14:01:43.823 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  747. 2018-08-08 14:01:44.725 WARN 1524 --- [http-nio-5000-exec-7] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  748. 2018-08-08 14:01:44.825 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  749. 2018-08-08 14:01:56.393 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  750. 2018-08-08 14:02:38.605 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  751. 2018-08-08 14:02:38.813 WARN 1524 --- [http-nio-5000-exec-2] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  752. 2018-08-08 14:03:33.505 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  753. 2018-08-08 14:03:33.700 WARN 1524 --- [http-nio-5000-exec-1] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  754. 2018-08-08 14:03:33.701 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  755. 2018-08-08 14:03:33.701 WARN 1524 --- [http-nio-5000-exec-7] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  756. 2018-08-08 14:03:33.702 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  757. 2018-08-08 14:03:33.704 WARN 1524 --- [http-nio-5000-exec-2] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  758. 2018-08-08 14:03:34.036 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  759. 2018-08-08 14:03:34.037 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  760. 2018-08-08 14:03:34.054 WARN 1524 --- [http-nio-5000-exec-9] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  761. 2018-08-08 14:03:34.088 WARN 1524 --- [http-nio-5000-exec-5] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  762. 2018-08-08 14:03:34.100 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  763. 2018-08-08 14:03:34.146 WARN 1524 --- [http-nio-5000-exec-1] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  764. 2018-08-08 14:03:34.146 WARN 1524 --- [http-nio-5000-exec-2] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  765. 2018-08-08 14:03:34.150 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  766. 2018-08-08 14:03:34.151 WARN 1524 --- [http-nio-5000-exec-7] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  767. 2018-08-08 14:03:34.218 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  768. 2018-08-08 14:03:34.327 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  769. 2018-08-08 14:03:34.327 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  770. 2018-08-08 14:03:34.327 WARN 1524 --- [http-nio-5000-exec-9] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  771. 2018-08-08 14:03:35.797 WARN 1524 --- [http-nio-5000-exec-5] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  772. 2018-08-08 14:06:56.412 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  773. 2018-08-08 14:11:56.431 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  774. 2018-08-08 14:16:56.450 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  775. 2018-08-08 14:21:56.469 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  776. 2018-08-08 14:26:56.488 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  777. 2018-08-08 14:31:56.507 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  778. 2018-08-08 14:36:56.527 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  779. 2018-08-08 14:41:56.555 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  780. 2018-08-08 14:42:36.100 WARN 1524 --- [http-nio-5000-exec-1] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  781. 2018-08-08 14:42:36.291 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  782. 2018-08-08 14:42:36.294 WARN 1524 --- [http-nio-5000-exec-9] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  783. 2018-08-08 14:42:36.294 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  784. 2018-08-08 14:42:36.295 WARN 1524 --- [http-nio-5000-exec-5] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  785. 2018-08-08 14:42:36.296 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  786. 2018-08-08 14:42:36.632 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  787. 2018-08-08 14:42:36.633 WARN 1524 --- [http-nio-5000-exec-7] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  788. 2018-08-08 14:42:36.648 WARN 1524 --- [http-nio-5000-exec-2] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  789. 2018-08-08 14:42:36.685 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  790. 2018-08-08 14:42:36.697 WARN 1524 --- [http-nio-5000-exec-1] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  791. 2018-08-08 14:42:36.745 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  792. 2018-08-08 14:42:36.745 WARN 1524 --- [http-nio-5000-exec-9] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  793. 2018-08-08 14:42:36.750 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  794. 2018-08-08 14:42:36.752 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  795. 2018-08-08 14:42:36.807 WARN 1524 --- [http-nio-5000-exec-5] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  796. 2018-08-08 14:42:36.940 WARN 1524 --- [http-nio-5000-exec-7] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  797. 2018-08-08 14:42:36.940 WARN 1524 --- [http-nio-5000-exec-2] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  798. 2018-08-08 14:42:37.978 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  799. 2018-08-08 14:42:38.080 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  800. 2018-08-08 14:46:56.574 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  801. 2018-08-08 14:47:37.055 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  802. 2018-08-08 14:47:37.093 WARN 1524 --- [http-nio-5000-exec-2] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  803. 2018-08-08 14:47:37.094 WARN 1524 --- [http-nio-5000-exec-7] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  804. 2018-08-08 14:47:37.099 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  805. 2018-08-08 14:47:37.100 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  806. 2018-08-08 14:47:37.104 WARN 1524 --- [http-nio-5000-exec-1] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  807. 2018-08-08 14:47:37.461 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  808. 2018-08-08 14:47:37.462 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  809. 2018-08-08 14:47:37.474 WARN 1524 --- [http-nio-5000-exec-9] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  810. 2018-08-08 14:47:37.475 WARN 1524 --- [http-nio-5000-exec-5] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  811. 2018-08-08 14:47:37.484 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  812. 2018-08-08 14:47:37.532 WARN 1524 --- [http-nio-5000-exec-1] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  813. 2018-08-08 14:47:37.532 WARN 1524 --- [http-nio-5000-exec-2] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  814. 2018-08-08 14:47:37.538 WARN 1524 --- [http-nio-5000-exec-7] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  815. 2018-08-08 14:47:37.547 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  816. 2018-08-08 14:47:37.550 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  817. 2018-08-08 14:47:37.623 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  818. 2018-08-08 14:47:37.623 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  819. 2018-08-08 14:47:43.973 WARN 1524 --- [http-nio-5000-exec-9] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  820. 2018-08-08 14:47:48.001 WARN 1524 --- [http-nio-5000-exec-9] o.s.c.n.z.filters.post.SendErrorFilter : Error during filtering
  821. com.netflix.zuul.exception.ZuulException: Forwarding error
  822. at org.springframework.cloud.netflix.zuul.filters.route.RibbonRoutingFilter.handleException(RibbonRoutingFilter.java:189)
  823. at org.springframework.cloud.netflix.zuul.filters.route.RibbonRoutingFilter.forward(RibbonRoutingFilter.java:164)
  824. at org.springframework.cloud.netflix.zuul.filters.route.RibbonRoutingFilter.run(RibbonRoutingFilter.java:112)
  825. at com.netflix.zuul.ZuulFilter.runFilter(ZuulFilter.java:117)
  826. at com.netflix.zuul.FilterProcessor.processZuulFilter(FilterProcessor.java:193)
  827. at com.netflix.zuul.FilterProcessor.runFilters(FilterProcessor.java:157)
  828. at com.netflix.zuul.FilterProcessor.route(FilterProcessor.java:118)
  829. at com.netflix.zuul.ZuulRunner.route(ZuulRunner.java:96)
  830. at com.netflix.zuul.http.ZuulServlet.route(ZuulServlet.java:116)
  831. at com.netflix.zuul.http.ZuulServlet.service(ZuulServlet.java:81)
  832. at org.springframework.web.servlet.mvc.ServletWrappingController.handleRequestInternal(ServletWrappingController.java:165)
  833. at org.springframework.cloud.netflix.zuul.web.ZuulController.handleRequest(ZuulController.java:44)
  834. at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:52)
  835. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:991)
  836. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:925)
  837. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:974)
  838. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:866)
  839. at javax.servlet.http.HttpServlet.service(HttpServlet.java:635)
  840. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:851)
  841. at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
  842. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
  843. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  844. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
  845. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  846. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  847. at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:90)
  848. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  849. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  850. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  851. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
  852. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  853. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  854. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  855. at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:109)
  856. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  857. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  858. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  859. at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
  860. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  861. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  862. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  863. at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:155)
  864. at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:123)
  865. at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:108)
  866. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  867. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  868. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  869. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
  870. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  871. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  872. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  873. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
  874. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
  875. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493)
  876. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
  877. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
  878. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
  879. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
  880. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:800)
  881. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
  882. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:800)
  883. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1471)
  884. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  885. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  886. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  887. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  888. at java.lang.Thread.run(Thread.java:748)
  889. Caused by: com.netflix.client.ClientException: null
  890. at com.netflix.client.AbstractLoadBalancerAwareClient.executeWithLoadBalancer(AbstractLoadBalancerAwareClient.java:118)
  891. at org.springframework.cloud.netflix.zuul.filters.route.support.AbstractRibbonCommand.run(AbstractRibbonCommand.java:186)
  892. at org.springframework.cloud.netflix.zuul.filters.route.support.AbstractRibbonCommand.run(AbstractRibbonCommand.java:51)
  893. at com.netflix.hystrix.HystrixCommand$2.call(HystrixCommand.java:302)
  894. at com.netflix.hystrix.HystrixCommand$2.call(HystrixCommand.java:298)
  895. at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:46)
  896. at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:35)
  897. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  898. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  899. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  900. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  901. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  902. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  903. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  904. at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:51)
  905. at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:35)
  906. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  907. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  908. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  909. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:41)
  910. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:30)
  911. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  912. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:41)
  913. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:30)
  914. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  915. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  916. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  917. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:41)
  918. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:30)
  919. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  920. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:41)
  921. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:30)
  922. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  923. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:41)
  924. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:30)
  925. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  926. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  927. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  928. at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:51)
  929. at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:35)
  930. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  931. at rx.internal.operators.OnSubscribeMap.call(OnSubscribeMap.java:48)
  932. at rx.internal.operators.OnSubscribeMap.call(OnSubscribeMap.java:33)
  933. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  934. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:41)
  935. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:30)
  936. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  937. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  938. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  939. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:41)
  940. at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:30)
  941. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  942. at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:51)
  943. at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:35)
  944. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  945. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  946. at rx.Observable.subscribe(Observable.java:10423)
  947. at rx.Observable.subscribe(Observable.java:10390)
  948. at rx.internal.operators.BlockingOperatorToFuture.toFuture(BlockingOperatorToFuture.java:51)
  949. at rx.observables.BlockingObservable.toFuture(BlockingObservable.java:410)
  950. at com.netflix.hystrix.HystrixCommand.queue(HystrixCommand.java:378)
  951. at com.netflix.hystrix.HystrixCommand.execute(HystrixCommand.java:344)
  952. at org.springframework.cloud.netflix.zuul.filters.route.RibbonRoutingFilter.forward(RibbonRoutingFilter.java:159)
  953. ... 65 common frames omitted
  954. Caused by: java.lang.RuntimeException: org.apache.http.conn.HttpHostConnectException: Connect to dell-PC:8762 [dell-PC/192.168.3.117, dell-PC/fe80:0:0:0:7151:5c39:c21f:3f3f%11, dell-PC/fe80:0:0:0:14aa:3098:3f57:fc8a%13, dell-PC/2001:0:dacd:399a:14aa:3098:3f57:fc8a] failed: Connection refused: connect
  955. at rx.exceptions.Exceptions.propagate(Exceptions.java:57)
  956. at rx.observables.BlockingObservable.blockForSingle(BlockingObservable.java:463)
  957. at rx.observables.BlockingObservable.single(BlockingObservable.java:340)
  958. at com.netflix.client.AbstractLoadBalancerAwareClient.executeWithLoadBalancer(AbstractLoadBalancerAwareClient.java:112)
  959. ... 127 common frames omitted
  960. Caused by: org.apache.http.conn.HttpHostConnectException: Connect to dell-PC:8762 [dell-PC/192.168.3.117, dell-PC/fe80:0:0:0:7151:5c39:c21f:3f3f%11, dell-PC/fe80:0:0:0:14aa:3098:3f57:fc8a%13, dell-PC/2001:0:dacd:399a:14aa:3098:3f57:fc8a] failed: Connection refused: connect
  961. at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159)
  962. at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373)
  963. at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:394)
  964. at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237)
  965. at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
  966. at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
  967. at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
  968. at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
  969. at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
  970. at org.springframework.cloud.netflix.ribbon.apache.RibbonLoadBalancingHttpClient.execute(RibbonLoadBalancingHttpClient.java:81)
  971. at org.springframework.cloud.netflix.ribbon.apache.RibbonLoadBalancingHttpClient.execute(RibbonLoadBalancingHttpClient.java:44)
  972. at com.netflix.client.AbstractLoadBalancerAwareClient$1.call(AbstractLoadBalancerAwareClient.java:104)
  973. at com.netflix.loadbalancer.reactive.LoadBalancerCommand$3$1.call(LoadBalancerCommand.java:303)
  974. at com.netflix.loadbalancer.reactive.LoadBalancerCommand$3$1.call(LoadBalancerCommand.java:287)
  975. at rx.internal.util.ScalarSynchronousObservable$3.call(ScalarSynchronousObservable.java:231)
  976. at rx.internal.util.ScalarSynchronousObservable$3.call(ScalarSynchronousObservable.java:228)
  977. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  978. at rx.internal.operators.OnSubscribeConcatMap$ConcatMapSubscriber.drain(OnSubscribeConcatMap.java:286)
  979. at rx.internal.operators.OnSubscribeConcatMap$ConcatMapSubscriber.onNext(OnSubscribeConcatMap.java:144)
  980. at com.netflix.loadbalancer.reactive.LoadBalancerCommand$1.call(LoadBalancerCommand.java:185)
  981. at com.netflix.loadbalancer.reactive.LoadBalancerCommand$1.call(LoadBalancerCommand.java:180)
  982. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  983. at rx.internal.operators.OnSubscribeConcatMap.call(OnSubscribeConcatMap.java:94)
  984. at rx.internal.operators.OnSubscribeConcatMap.call(OnSubscribeConcatMap.java:42)
  985. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  986. at rx.internal.operators.OperatorRetryWithPredicate$SourceSubscriber$1.call(OperatorRetryWithPredicate.java:127)
  987. at rx.internal.schedulers.TrampolineScheduler$InnerCurrentThreadScheduler.enqueue(TrampolineScheduler.java:73)
  988. at rx.internal.schedulers.TrampolineScheduler$InnerCurrentThreadScheduler.schedule(TrampolineScheduler.java:52)
  989. at rx.internal.operators.OperatorRetryWithPredicate$SourceSubscriber.onNext(OperatorRetryWithPredicate.java:79)
  990. at rx.internal.operators.OperatorRetryWithPredicate$SourceSubscriber.onNext(OperatorRetryWithPredicate.java:45)
  991. at rx.internal.util.ScalarSynchronousObservable$WeakSingleProducer.request(ScalarSynchronousObservable.java:276)
  992. at rx.Subscriber.setProducer(Subscriber.java:209)
  993. at rx.internal.util.ScalarSynchronousObservable$JustOnSubscribe.call(ScalarSynchronousObservable.java:138)
  994. at rx.internal.util.ScalarSynchronousObservable$JustOnSubscribe.call(ScalarSynchronousObservable.java:129)
  995. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  996. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  997. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  998. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  999. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
  1000. at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
  1001. at rx.Observable.subscribe(Observable.java:10423)
  1002. at rx.Observable.subscribe(Observable.java:10390)
  1003. at rx.observables.BlockingObservable.blockForSingle(BlockingObservable.java:443)
  1004. ... 129 common frames omitted
  1005. Caused by: java.net.ConnectException: Connection refused: connect
  1006. at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
  1007. at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:85)
  1008. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  1009. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  1010. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  1011. at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
  1012. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  1013. at java.net.Socket.connect(Socket.java:589)
  1014. at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
  1015. at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
  1016. ... 171 common frames omitted
  1017. 2018-08-08 14:47:57.775 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1018. 2018-08-08 14:47:57.964 WARN 1524 --- [http-nio-5000-exec-1] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1019. 2018-08-08 14:47:57.967 WARN 1524 --- [http-nio-5000-exec-7] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1020. 2018-08-08 14:47:57.968 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1021. 2018-08-08 14:47:57.970 WARN 1524 --- [http-nio-5000-exec-2] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1022. 2018-08-08 14:47:57.971 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1023. 2018-08-08 14:47:58.294 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1024. 2018-08-08 14:47:58.295 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1025. 2018-08-08 14:47:58.308 WARN 1524 --- [http-nio-5000-exec-9] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1026. 2018-08-08 14:47:58.344 WARN 1524 --- [http-nio-5000-exec-5] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1027. 2018-08-08 14:47:58.355 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1028. 2018-08-08 14:47:58.399 WARN 1524 --- [http-nio-5000-exec-1] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1029. 2018-08-08 14:47:58.399 WARN 1524 --- [http-nio-5000-exec-7] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1030. 2018-08-08 14:47:58.403 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1031. 2018-08-08 14:47:58.405 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1032. 2018-08-08 14:47:58.457 WARN 1524 --- [http-nio-5000-exec-2] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1033. 2018-08-08 14:47:58.575 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1034. 2018-08-08 14:47:58.575 WARN 1524 --- [http-nio-5000-exec-9] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1035. 2018-08-08 14:47:59.637 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1036. 2018-08-08 14:47:59.730 WARN 1524 --- [http-nio-5000-exec-5] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1037. 2018-08-08 14:48:25.504 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1038. 2018-08-08 14:48:27.229 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1039. 2018-08-08 14:48:48.880 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1040. 2018-08-08 14:49:25.253 WARN 1524 --- [http-nio-5000-exec-9] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1041. 2018-08-08 14:49:40.902 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1042. 2018-08-08 14:49:47.215 WARN 1524 --- [http-nio-5000-exec-5] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1043. 2018-08-08 14:51:56.593 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  1044. 2018-08-08 14:56:56.612 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  1045. 2018-08-08 14:58:26.546 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1046. 2018-08-08 14:59:10.030 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1047. 2018-08-08 15:01:56.631 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  1048. 2018-08-08 15:02:06.963 WARN 1524 --- [http-nio-5000-exec-2] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1049. 2018-08-08 15:02:16.557 WARN 1524 --- [http-nio-5000-exec-1] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1050. 2018-08-08 15:02:31.116 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1051. 2018-08-08 15:03:19.901 WARN 1524 --- [http-nio-5000-exec-9] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1052. 2018-08-08 15:03:42.173 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1053. 2018-08-08 15:06:35.099 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1054. 2018-08-08 15:06:35.331 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1055. 2018-08-08 15:06:35.333 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1056. 2018-08-08 15:06:35.333 WARN 1524 --- [http-nio-5000-exec-2] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1057. 2018-08-08 15:06:35.333 WARN 1524 --- [http-nio-5000-exec-7] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1058. 2018-08-08 15:06:35.335 WARN 1524 --- [http-nio-5000-exec-1] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1059. 2018-08-08 15:06:35.658 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1060. 2018-08-08 15:06:35.658 WARN 1524 --- [http-nio-5000-exec-9] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1061. 2018-08-08 15:06:35.674 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1062. 2018-08-08 15:06:35.706 WARN 1524 --- [http-nio-5000-exec-5] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1063. 2018-08-08 15:06:35.717 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1064. 2018-08-08 15:06:35.762 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1065. 2018-08-08 15:06:35.762 WARN 1524 --- [http-nio-5000-exec-2] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1066. 2018-08-08 15:06:35.766 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1067. 2018-08-08 15:06:35.766 WARN 1524 --- [http-nio-5000-exec-7] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1068. 2018-08-08 15:06:35.819 WARN 1524 --- [http-nio-5000-exec-1] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1069. 2018-08-08 15:06:35.938 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1070. 2018-08-08 15:06:35.938 WARN 1524 --- [http-nio-5000-exec-9] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1071. 2018-08-08 15:06:37.134 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1072. 2018-08-08 15:06:37.231 WARN 1524 --- [http-nio-5000-exec-5] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1073. 2018-08-08 15:06:56.650 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  1074. 2018-08-08 15:07:04.292 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1075. 2018-08-08 15:07:04.732 WARN 1524 --- [http-nio-5000-exec-7] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1076. 2018-08-08 15:11:56.669 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  1077. 2018-08-08 15:16:56.688 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  1078. 2018-08-08 15:21:56.707 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  1079. 2018-08-08 15:26:56.726 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  1080. 2018-08-08 15:31:56.746 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  1081. 2018-08-08 15:36:56.766 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  1082. 2018-08-08 15:38:11.347 WARN 1524 --- [http-nio-5000-exec-9] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1083. 2018-08-08 15:38:11.406 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1084. 2018-08-08 15:38:11.406 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1085. 2018-08-08 15:38:11.407 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1086. 2018-08-08 15:38:11.409 WARN 1524 --- [http-nio-5000-exec-5] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1087. 2018-08-08 15:38:11.410 WARN 1524 --- [http-nio-5000-exec-7] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1088. 2018-08-08 15:38:11.765 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1089. 2018-08-08 15:38:11.777 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1090. 2018-08-08 15:38:11.792 WARN 1524 --- [http-nio-5000-exec-1] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1091. 2018-08-08 15:38:11.791 WARN 1524 --- [http-nio-5000-exec-2] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1092. 2018-08-08 15:38:11.801 WARN 1524 --- [http-nio-5000-exec-9] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1093. 2018-08-08 15:38:11.848 WARN 1524 --- [http-nio-5000-exec-4] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1094. 2018-08-08 15:38:11.849 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1095. 2018-08-08 15:38:11.852 WARN 1524 --- [http-nio-5000-exec-8] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1096. 2018-08-08 15:38:11.874 WARN 1524 --- [http-nio-5000-exec-7] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1097. 2018-08-08 15:38:11.887 WARN 1524 --- [http-nio-5000-exec-5] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1098. 2018-08-08 15:38:11.944 WARN 1524 --- [http-nio-5000-exec-10] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1099. 2018-08-08 15:38:11.944 WARN 1524 --- [http-nio-5000-exec-6] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1100. 2018-08-08 15:38:13.853 WARN 1524 --- [http-nio-5000-exec-1] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1101. 2018-08-08 15:38:13.951 WARN 1524 --- [http-nio-5000-exec-2] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1102. 2018-08-08 15:38:24.337 WARN 1524 --- [http-nio-5000-exec-9] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1103. 2018-08-08 15:38:25.174 WARN 1524 --- [http-nio-5000-exec-3] o.s.c.n.z.f.r.s.AbstractRibbonCommand : The Hystrix timeout of 20000ms for the command user-service is set lower than the combination of the Ribbon read and connect timeout, 80000ms.
  1104. 2018-08-08 15:41:56.785 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  1105. 2018-08-08 15:46:56.804 INFO 1524 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration