client-a-info-20200217.log.0 96 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983
  1. 2020-02-17 13:47:22.928 [main] INFO o.s.core.annotation.AnnotationUtils
  2. -Failed to introspect annotations on class org.springframework.cloud.netflix.eureka.config.EurekaDiscoveryClientConfigServiceBootstrapConfiguration: java.lang.IllegalStateException: Could not obtain annotation attribute value for public abstract java.lang.Class[] org.springframework.boot.autoconfigure.condition.ConditionalOnClass.value()
  3. 2020-02-17 13:47:22.941 [main] INFO o.s.c.a.AnnotationConfigApplicationContext
  4. -Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@32f0fba8: startup date [Mon Feb 17 13:47:22 CST 2020]; root of context hierarchy
  5. 2020-02-17 13:47:23.123 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor
  6. -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
  7. 2020-02-17 13:47:23.153 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker
  8. -Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$be09dca] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  9. 2020-02-17 13:47:25.125 [main] INFO c.s.book.ClientAApplication
  10. -No active profile set, falling back to default profiles: default
  11. 2020-02-17 13:47:25.137 [main] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext
  12. -Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5d1e09bc: startup date [Mon Feb 17 13:47:25 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@32f0fba8
  13. 2020-02-17 13:47:25.969 [main] INFO o.s.cloud.context.scope.GenericScope
  14. -BeanFactory id=9cdb3993-7258-3b64-80ce-dee07c7b8c3f
  15. 2020-02-17 13:47:25.985 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor
  16. -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
  17. 2020-02-17 13:47:26.064 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker
  18. -Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$be09dca] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  19. 2020-02-17 13:47:26.282 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer
  20. -Tomcat initialized with port(s): 7070 (http)
  21. 2020-02-17 13:47:26.294 [main] INFO o.a.coyote.http11.Http11NioProtocol
  22. -Initializing ProtocolHandler ["http-nio-7070"]
  23. 2020-02-17 13:47:26.302 [main] INFO o.a.catalina.core.StandardService
  24. -Starting service [Tomcat]
  25. 2020-02-17 13:47:26.302 [main] INFO o.a.catalina.core.StandardEngine
  26. -Starting Servlet Engine: Apache Tomcat/8.5.31
  27. 2020-02-17 13:47:26.306 [localhost-startStop-1] INFO o.a.c.core.AprLifecycleListener
  28. -The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [D:\java\jdk-11.0.5\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\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\DTS\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;D:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;D:\TortoiseSVN\bin;D:\npm\nodejs\;C:\Program Files\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;D:\OpenSSL-Win64\bin;D:\Program Files (x86)\WinSCP\PuTTY\;D:\Program Files (x86)\OpenSSH\bin;C:\Windows\Microsoft.NET\Framework\v4.0.30319;D:\java\apache-maven-3.6.0\bin;D:\Git\cmd;D:\java\jdk-11.0.5\bin;E:\bigdata\apache-hive-2.3.4-bin\bin;E:/bigdata/hadoop-2.7.7\bin;C:\Program Files\MySQL\MySQL Utilities 1.6\;D:\python\Python37\;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio\;C:\WINDOWS\System32\OpenSSH\;D:\AppData\npm;E:\bigdata\zeppelin\zeppelin\bin;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;D:\Downloads\apache-ant-1.10.6\bin;C:\WINDOWS\system32\config\systemprofile\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Users\Administrator\.dotnet\tools;D:\Microsoft VS Code\bin;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;D:\python\PyCharm 2019.1\bin;;;.]
  29. 2020-02-17 13:47:26.439 [localhost-startStop-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/]
  30. -Initializing Spring embedded WebApplicationContext
  31. 2020-02-17 13:47:26.440 [localhost-startStop-1] INFO o.s.web.context.ContextLoader
  32. -Root WebApplicationContext: initialization completed in 1303 ms
  33. 2020-02-17 13:47:26.698 [localhost-startStop-1] WARN c.n.c.sources.URLConfigurationSource
  34. -No URLs will be polled as dynamic configuration sources.
  35. 2020-02-17 13:47:26.699 [localhost-startStop-1] INFO c.n.c.sources.URLConfigurationSource
  36. -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
  37. 2020-02-17 13:47:26.706 [localhost-startStop-1] INFO c.n.config.DynamicPropertyFactory
  38. -DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@7fb17ebe
  39. 2020-02-17 13:47:28.826 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils
  40. -Cannot determine local hostname
  41. 2020-02-17 13:47:30.876 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils
  42. -Cannot determine local hostname
  43. 2020-02-17 13:47:31.339 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
  44. -Mapping filter: 'characterEncodingFilter' to: [/*]
  45. 2020-02-17 13:47:31.339 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
  46. -Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  47. 2020-02-17 13:47:31.339 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
  48. -Mapping filter: 'httpPutFormContentFilter' to: [/*]
  49. 2020-02-17 13:47:31.339 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
  50. -Mapping filter: 'requestContextFilter' to: [/*]
  51. 2020-02-17 13:47:31.340 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean
  52. -Mapping filter: 'springSecurityFilterChain' to: [/*]
  53. 2020-02-17 13:47:31.340 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
  54. -Mapping filter: 'httpTraceFilter' to: [/*]
  55. 2020-02-17 13:47:31.340 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
  56. -Mapping filter: 'webMvcMetricsFilter' to: [/*]
  57. 2020-02-17 13:47:31.340 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean
  58. -Servlet dispatcherServlet mapped to [/]
  59. 2020-02-17 13:47:31.385 [main] WARN c.n.c.sources.URLConfigurationSource
  60. -No URLs will be polled as dynamic configuration sources.
  61. 2020-02-17 13:47:31.385 [main] INFO c.n.c.sources.URLConfigurationSource
  62. -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
  63. 2020-02-17 13:47:31.464 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping
  64. -Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  65. 2020-02-17 13:47:31.615 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter
  66. -Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5d1e09bc: startup date [Mon Feb 17 13:47:25 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@32f0fba8
  67. 2020-02-17 13:47:31.684 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
  68. -Mapped "{[/test]}" onto public java.lang.String ClientAApplication.test(javax.servlet.http.HttpServletRequest)
  69. 2020-02-17 13:47:31.689 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
  70. -Mapped "{[/sub],methods=[GET]}" onto public java.lang.Integer TestController.sub(java.lang.Integer,java.lang.Integer)
  71. 2020-02-17 13:47:31.689 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
  72. -Mapped "{[/div],methods=[GET]}" onto public java.lang.Integer TestController.div(java.lang.Integer,java.lang.Integer)
  73. 2020-02-17 13:47:31.689 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
  74. -Mapped "{[/mul],methods=[GET]}" onto public java.lang.String TestController.mul(java.lang.Integer,java.lang.Integer)
  75. 2020-02-17 13:47:31.689 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
  76. -Mapped "{[/a/add],methods=[GET]}" onto public java.lang.Integer TestController.aadd(java.lang.Integer,java.lang.Integer)
  77. 2020-02-17 13:47:31.690 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
  78. -Mapped "{[/add],methods=[GET]}" onto public java.lang.Integer TestController.add(java.lang.Integer,java.lang.Integer)
  79. 2020-02-17 13:47:31.692 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
  80. -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)
  81. 2020-02-17 13:47:31.692 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
  82. -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)
  83. 2020-02-17 13:47:31.752 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping
  84. -Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  85. 2020-02-17 13:47:31.752 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping
  86. -Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  87. 2020-02-17 13:47:32.316 [main] INFO o.s.b.a.s.s.UserDetailsServiceAutoConfiguration
  88. -
  89. Using generated security password: 37738136-dcfe-485a-8397-601bfe70865d
  90. 2020-02-17 13:47:32.446 [main] INFO o.s.s.web.DefaultSecurityFilterChain
  91. -Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@62b0bf85, org.springframework.security.web.context.SecurityContextPersistenceFilter@22b82ddf, org.springframework.security.web.header.HeaderWriterFilter@19105a87, org.springframework.security.web.csrf.CsrfFilter@2fca3eb5, org.springframework.security.web.authentication.logout.LogoutFilter@7c5f29c6, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@18026052, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@9729a97, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@36b53f08, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@61a704d3, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@37d0d373, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1fcaea93, org.springframework.security.web.session.SessionManagementFilter@2bb717d7, org.springframework.security.web.access.ExceptionTranslationFilter@2c8ff67, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1682e6a]
  92. 2020-02-17 13:47:32.565 [main] INFO o.s.b.a.e.web.EndpointLinksResolver
  93. -Exposing 2 endpoint(s) beneath base path '/actuator'
  94. 2020-02-17 13:47:32.574 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping
  95. -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>)
  96. 2020-02-17 13:47:32.575 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping
  97. -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>)
  98. 2020-02-17 13:47:32.576 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping
  99. -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)
  100. 2020-02-17 13:47:32.624 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
  101. -Registering beans for JMX exposure on startup
  102. 2020-02-17 13:47:32.633 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
  103. -Bean with name 'environmentManager' has been autodetected for JMX exposure
  104. 2020-02-17 13:47:32.635 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
  105. -Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure
  106. 2020-02-17 13:47:32.636 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
  107. -Bean with name 'refreshScope' has been autodetected for JMX exposure
  108. 2020-02-17 13:47:32.639 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
  109. -Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager]
  110. 2020-02-17 13:47:32.647 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
  111. -Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope]
  112. 2020-02-17 13:47:32.657 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
  113. -Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=5d1e09bc,type=ConfigurationPropertiesRebinder]
  114. 2020-02-17 13:47:32.667 [main] INFO o.s.c.s.DefaultLifecycleProcessor
  115. -Starting beans in phase 0
  116. 2020-02-17 13:47:32.673 [main] INFO o.s.c.n.eureka.InstanceInfoFactory
  117. -Setting initial instance status as: STARTING
  118. 2020-02-17 13:47:32.701 [main] INFO c.netflix.discovery.DiscoveryClient
  119. -Initializing Eureka in region us-east-1
  120. 2020-02-17 13:47:32.865 [main] INFO c.n.d.p.DiscoveryJerseyProvider
  121. -Using JSON encoding codec LegacyJacksonJson
  122. 2020-02-17 13:47:32.865 [main] INFO c.n.d.p.DiscoveryJerseyProvider
  123. -Using JSON decoding codec LegacyJacksonJson
  124. 2020-02-17 13:47:32.966 [main] INFO c.n.d.p.DiscoveryJerseyProvider
  125. -Using XML encoding codec XStreamXml
  126. 2020-02-17 13:47:32.967 [main] INFO c.n.d.p.DiscoveryJerseyProvider
  127. -Using XML decoding codec XStreamXml
  128. 2020-02-17 13:47:33.092 [main] INFO c.n.d.s.r.aws.ConfigClusterResolver
  129. -Resolving eureka endpoints via configuration
  130. 2020-02-17 13:47:33.689 [main] INFO c.netflix.discovery.DiscoveryClient
  131. -Disable delta property : false
  132. 2020-02-17 13:47:33.689 [main] INFO c.netflix.discovery.DiscoveryClient
  133. -Single vip registry refresh property : null
  134. 2020-02-17 13:47:33.689 [main] INFO c.netflix.discovery.DiscoveryClient
  135. -Force full registry fetch : false
  136. 2020-02-17 13:47:33.689 [main] INFO c.netflix.discovery.DiscoveryClient
  137. -Application is null : false
  138. 2020-02-17 13:47:33.689 [main] INFO c.netflix.discovery.DiscoveryClient
  139. -Registered Applications size is zero : true
  140. 2020-02-17 13:47:33.690 [main] INFO c.netflix.discovery.DiscoveryClient
  141. -Application version is -1: true
  142. 2020-02-17 13:47:33.690 [main] INFO c.netflix.discovery.DiscoveryClient
  143. -Getting all instance registry info from the eureka server
  144. 2020-02-17 13:47:33.817 [main] INFO c.netflix.discovery.DiscoveryClient
  145. -The response status is 200
  146. 2020-02-17 13:47:33.820 [main] INFO c.netflix.discovery.DiscoveryClient
  147. -Starting heartbeat executor: renew interval is: 30
  148. 2020-02-17 13:47:33.821 [main] INFO c.n.discovery.InstanceInfoReplicator
  149. -InstanceInfoReplicator onDemand update allowed rate per min is 4
  150. 2020-02-17 13:47:33.824 [main] INFO c.netflix.discovery.DiscoveryClient
  151. -Discovery Client initialized at timestamp 1581918453823 with initial instances count: 2
  152. 2020-02-17 13:47:33.827 [main] INFO o.s.c.n.e.s.EurekaServiceRegistry
  153. -Registering application client-a with eureka with status UP
  154. 2020-02-17 13:47:33.827 [main] INFO c.netflix.discovery.DiscoveryClient
  155. -Saw local status change event StatusChangeEvent [timestamp=1581918453827, current=UP, previous=STARTING]
  156. 2020-02-17 13:47:33.829 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient
  157. -DiscoveryClient_CLIENT-A/localhost:client-a:7070: registering service...
  158. 2020-02-17 13:47:33.846 [main] INFO o.a.coyote.http11.Http11NioProtocol
  159. -Starting ProtocolHandler ["http-nio-7070"]
  160. 2020-02-17 13:47:33.854 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient
  161. -DiscoveryClient_CLIENT-A/localhost:client-a:7070 - registration status: 204
  162. 2020-02-17 13:47:33.857 [main] INFO o.a.tomcat.util.net.NioSelectorPool
  163. -Using a shared selector for servlet write/read
  164. 2020-02-17 13:47:33.873 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer
  165. -Tomcat started on port(s): 7070 (http) with context path ''
  166. 2020-02-17 13:47:33.874 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration
  167. -Updating port to 7070
  168. 2020-02-17 13:47:33.877 [main] INFO c.s.book.ClientAApplication
  169. -Started ClientAApplication in 13.907 seconds (JVM running for 15.799)
  170. 2020-02-17 13:47:35.994 [RMI TCP Connection(4)-192.168.10.57] INFO o.a.c.c.C.[Tomcat].[localhost].[/]
  171. -Initializing Spring FrameworkServlet 'dispatcherServlet'
  172. 2020-02-17 13:47:35.994 [RMI TCP Connection(4)-192.168.10.57] INFO o.s.web.servlet.DispatcherServlet
  173. -FrameworkServlet 'dispatcherServlet': initialization started
  174. 2020-02-17 13:47:36.007 [RMI TCP Connection(4)-192.168.10.57] INFO o.s.web.servlet.DispatcherServlet
  175. -FrameworkServlet 'dispatcherServlet': initialization completed in 13 ms
  176. 2020-02-17 13:49:18.207 [http-nio-7070-exec-1] WARN o.a.c.util.SessionIdGeneratorBase
  177. -Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [580] milliseconds.
  178. 2020-02-17 13:50:20.584 [main] INFO o.s.core.annotation.AnnotationUtils
  179. -Failed to introspect annotations on class org.springframework.cloud.netflix.eureka.config.EurekaDiscoveryClientConfigServiceBootstrapConfiguration: java.lang.IllegalStateException: Could not obtain annotation attribute value for public abstract java.lang.Class[] org.springframework.boot.autoconfigure.condition.ConditionalOnClass.value()
  180. 2020-02-17 13:50:20.590 [main] INFO o.s.c.a.AnnotationConfigApplicationContext
  181. -Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@545de5a4: startup date [Mon Feb 17 13:50:20 CST 2020]; root of context hierarchy
  182. 2020-02-17 13:50:20.739 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor
  183. -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
  184. 2020-02-17 13:50:20.774 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker
  185. -Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$fb7a75bd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  186. 2020-02-17 13:50:22.760 [main] INFO c.s.book.ClientAApplication
  187. -No active profile set, falling back to default profiles: default
  188. 2020-02-17 13:50:22.774 [main] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext
  189. -Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@777c350f: startup date [Mon Feb 17 13:50:22 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@545de5a4
  190. 2020-02-17 13:50:23.563 [main] INFO o.s.cloud.context.scope.GenericScope
  191. -BeanFactory id=22078eb0-daee-3b08-b8ef-93110ccc6129
  192. 2020-02-17 13:50:23.578 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor
  193. -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
  194. 2020-02-17 13:50:23.649 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker
  195. -Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$fb7a75bd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  196. 2020-02-17 13:50:23.860 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer
  197. -Tomcat initialized with port(s): 7070 (http)
  198. 2020-02-17 13:50:23.870 [main] INFO o.a.coyote.http11.Http11NioProtocol
  199. -Initializing ProtocolHandler ["http-nio-7070"]
  200. 2020-02-17 13:50:23.881 [main] INFO o.a.catalina.core.StandardService
  201. -Starting service [Tomcat]
  202. 2020-02-17 13:50:23.882 [main] INFO o.a.catalina.core.StandardEngine
  203. -Starting Servlet Engine: Apache Tomcat/8.5.31
  204. 2020-02-17 13:50:23.886 [localhost-startStop-1] INFO o.a.c.core.AprLifecycleListener
  205. -The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [D:\java\jdk-11.0.5\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\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\DTS\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;D:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;D:\TortoiseSVN\bin;D:\npm\nodejs\;C:\Program Files\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;D:\OpenSSL-Win64\bin;D:\Program Files (x86)\WinSCP\PuTTY\;D:\Program Files (x86)\OpenSSH\bin;C:\Windows\Microsoft.NET\Framework\v4.0.30319;D:\java\apache-maven-3.6.0\bin;D:\Git\cmd;D:\java\jdk-11.0.5\bin;E:\bigdata\apache-hive-2.3.4-bin\bin;E:/bigdata/hadoop-2.7.7\bin;C:\Program Files\MySQL\MySQL Utilities 1.6\;D:\python\Python37\;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio\;C:\WINDOWS\System32\OpenSSH\;D:\AppData\npm;E:\bigdata\zeppelin\zeppelin\bin;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;D:\Downloads\apache-ant-1.10.6\bin;C:\WINDOWS\system32\config\systemprofile\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Users\Administrator\.dotnet\tools;D:\Microsoft VS Code\bin;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;D:\python\PyCharm 2019.1\bin;;;.]
  206. 2020-02-17 13:50:24.018 [localhost-startStop-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/]
  207. -Initializing Spring embedded WebApplicationContext
  208. 2020-02-17 13:50:24.019 [localhost-startStop-1] INFO o.s.web.context.ContextLoader
  209. -Root WebApplicationContext: initialization completed in 1245 ms
  210. 2020-02-17 13:50:24.277 [localhost-startStop-1] WARN c.n.c.sources.URLConfigurationSource
  211. -No URLs will be polled as dynamic configuration sources.
  212. 2020-02-17 13:50:24.277 [localhost-startStop-1] INFO c.n.c.sources.URLConfigurationSource
  213. -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
  214. 2020-02-17 13:50:24.283 [localhost-startStop-1] INFO c.n.config.DynamicPropertyFactory
  215. -DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@77061357
  216. 2020-02-17 13:50:26.379 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils
  217. -Cannot determine local hostname
  218. 2020-02-17 13:50:28.297 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils
  219. -Cannot determine local hostname
  220. 2020-02-17 13:50:28.806 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
  221. -Mapping filter: 'characterEncodingFilter' to: [/*]
  222. 2020-02-17 13:50:28.807 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
  223. -Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  224. 2020-02-17 13:50:28.807 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
  225. -Mapping filter: 'httpPutFormContentFilter' to: [/*]
  226. 2020-02-17 13:50:28.807 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
  227. -Mapping filter: 'requestContextFilter' to: [/*]
  228. 2020-02-17 13:50:28.807 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean
  229. -Mapping filter: 'springSecurityFilterChain' to: [/*]
  230. 2020-02-17 13:50:28.808 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
  231. -Mapping filter: 'httpTraceFilter' to: [/*]
  232. 2020-02-17 13:50:28.808 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
  233. -Mapping filter: 'webMvcMetricsFilter' to: [/*]
  234. 2020-02-17 13:50:28.808 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean
  235. -Servlet dispatcherServlet mapped to [/]
  236. 2020-02-17 13:50:28.909 [main] WARN o.s.s.o.p.t.s.JwtAccessTokenConverter
  237. -Unable to create an RSA verifier from verifierKey (ignoreable if using MAC)
  238. 2020-02-17 13:50:28.943 [main] WARN c.n.c.sources.URLConfigurationSource
  239. -No URLs will be polled as dynamic configuration sources.
  240. 2020-02-17 13:50:28.943 [main] INFO c.n.c.sources.URLConfigurationSource
  241. -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
  242. 2020-02-17 13:50:29.016 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping
  243. -Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  244. 2020-02-17 13:50:29.141 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter
  245. -Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@777c350f: startup date [Mon Feb 17 13:50:22 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@545de5a4
  246. 2020-02-17 13:50:29.186 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
  247. -Mapped "{[/test]}" onto public java.lang.String ClientAApplication.test(javax.servlet.http.HttpServletRequest)
  248. 2020-02-17 13:50:29.193 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
  249. -Mapped "{[/sub],methods=[GET]}" onto public java.lang.Integer TestController.sub(java.lang.Integer,java.lang.Integer)
  250. 2020-02-17 13:50:29.193 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
  251. -Mapped "{[/div],methods=[GET]}" onto public java.lang.Integer TestController.div(java.lang.Integer,java.lang.Integer)
  252. 2020-02-17 13:50:29.193 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
  253. -Mapped "{[/mul],methods=[GET]}" onto public java.lang.String TestController.mul(java.lang.Integer,java.lang.Integer)
  254. 2020-02-17 13:50:29.194 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
  255. -Mapped "{[/a/add],methods=[GET]}" onto public java.lang.Integer TestController.aadd(java.lang.Integer,java.lang.Integer)
  256. 2020-02-17 13:50:29.194 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
  257. -Mapped "{[/add],methods=[GET]}" onto public java.lang.Integer TestController.add(java.lang.Integer,java.lang.Integer)
  258. 2020-02-17 13:50:29.195 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
  259. -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)
  260. 2020-02-17 13:50:29.196 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
  261. -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)
  262. 2020-02-17 13:50:29.218 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping
  263. -Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  264. 2020-02-17 13:50:29.218 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping
  265. -Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  266. 2020-02-17 13:50:29.578 [main] INFO o.s.b.a.s.s.UserDetailsServiceAutoConfiguration
  267. -
  268. Using generated security password: 587fe93c-43ff-430e-a7f8-a608eaf79c63
  269. 2020-02-17 13:50:29.798 [main] INFO o.s.s.web.DefaultSecurityFilterChain
  270. -Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@67fac095, org.springframework.security.web.context.SecurityContextPersistenceFilter@4b508371, org.springframework.security.web.header.HeaderWriterFilter@77ecdc2b, org.springframework.security.web.authentication.logout.LogoutFilter@4c65d8e3, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@1d1c37d5, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@8bc0696, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@12c76d6e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5a13f1f7, org.springframework.security.web.session.SessionManagementFilter@3005623b, org.springframework.security.web.access.ExceptionTranslationFilter@696174d3, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@625264ed]
  271. 2020-02-17 13:50:29.912 [main] INFO o.s.b.a.e.web.EndpointLinksResolver
  272. -Exposing 2 endpoint(s) beneath base path '/actuator'
  273. 2020-02-17 13:50:29.923 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping
  274. -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>)
  275. 2020-02-17 13:50:29.924 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping
  276. -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>)
  277. 2020-02-17 13:50:29.925 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping
  278. -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)
  279. 2020-02-17 13:50:29.966 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
  280. -Registering beans for JMX exposure on startup
  281. 2020-02-17 13:50:29.974 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
  282. -Bean with name 'environmentManager' has been autodetected for JMX exposure
  283. 2020-02-17 13:50:29.976 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
  284. -Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure
  285. 2020-02-17 13:50:29.976 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
  286. -Bean with name 'refreshScope' has been autodetected for JMX exposure
  287. 2020-02-17 13:50:29.979 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
  288. -Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager]
  289. 2020-02-17 13:50:29.986 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
  290. -Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope]
  291. 2020-02-17 13:50:29.993 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
  292. -Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=777c350f,type=ConfigurationPropertiesRebinder]
  293. 2020-02-17 13:50:30.003 [main] INFO o.s.c.s.DefaultLifecycleProcessor
  294. -Starting beans in phase 0
  295. 2020-02-17 13:50:30.009 [main] INFO o.s.c.n.eureka.InstanceInfoFactory
  296. -Setting initial instance status as: STARTING
  297. 2020-02-17 13:50:30.037 [main] INFO c.netflix.discovery.DiscoveryClient
  298. -Initializing Eureka in region us-east-1
  299. 2020-02-17 13:50:30.166 [main] INFO c.n.d.p.DiscoveryJerseyProvider
  300. -Using JSON encoding codec LegacyJacksonJson
  301. 2020-02-17 13:50:30.166 [main] INFO c.n.d.p.DiscoveryJerseyProvider
  302. -Using JSON decoding codec LegacyJacksonJson
  303. 2020-02-17 13:50:30.268 [main] INFO c.n.d.p.DiscoveryJerseyProvider
  304. -Using XML encoding codec XStreamXml
  305. 2020-02-17 13:50:30.268 [main] INFO c.n.d.p.DiscoveryJerseyProvider
  306. -Using XML decoding codec XStreamXml
  307. 2020-02-17 13:50:30.387 [main] INFO c.n.d.s.r.aws.ConfigClusterResolver
  308. -Resolving eureka endpoints via configuration
  309. 2020-02-17 13:50:30.943 [main] INFO c.netflix.discovery.DiscoveryClient
  310. -Disable delta property : false
  311. 2020-02-17 13:50:30.943 [main] INFO c.netflix.discovery.DiscoveryClient
  312. -Single vip registry refresh property : null
  313. 2020-02-17 13:50:30.943 [main] INFO c.netflix.discovery.DiscoveryClient
  314. -Force full registry fetch : false
  315. 2020-02-17 13:50:30.943 [main] INFO c.netflix.discovery.DiscoveryClient
  316. -Application is null : false
  317. 2020-02-17 13:50:30.943 [main] INFO c.netflix.discovery.DiscoveryClient
  318. -Registered Applications size is zero : true
  319. 2020-02-17 13:50:30.943 [main] INFO c.netflix.discovery.DiscoveryClient
  320. -Application version is -1: true
  321. 2020-02-17 13:50:30.943 [main] INFO c.netflix.discovery.DiscoveryClient
  322. -Getting all instance registry info from the eureka server
  323. 2020-02-17 13:50:31.050 [main] INFO c.netflix.discovery.DiscoveryClient
  324. -The response status is 200
  325. 2020-02-17 13:50:31.053 [main] INFO c.netflix.discovery.DiscoveryClient
  326. -Starting heartbeat executor: renew interval is: 30
  327. 2020-02-17 13:50:31.054 [main] INFO c.n.discovery.InstanceInfoReplicator
  328. -InstanceInfoReplicator onDemand update allowed rate per min is 4
  329. 2020-02-17 13:50:31.058 [main] INFO c.netflix.discovery.DiscoveryClient
  330. -Discovery Client initialized at timestamp 1581918631057 with initial instances count: 3
  331. 2020-02-17 13:50:31.060 [main] INFO o.s.c.n.e.s.EurekaServiceRegistry
  332. -Registering application client-a with eureka with status UP
  333. 2020-02-17 13:50:31.060 [main] INFO c.netflix.discovery.DiscoveryClient
  334. -Saw local status change event StatusChangeEvent [timestamp=1581918631060, current=UP, previous=STARTING]
  335. 2020-02-17 13:50:31.061 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient
  336. -DiscoveryClient_CLIENT-A/localhost:client-a:7070: registering service...
  337. 2020-02-17 13:50:31.078 [main] INFO o.a.coyote.http11.Http11NioProtocol
  338. -Starting ProtocolHandler ["http-nio-7070"]
  339. 2020-02-17 13:50:31.084 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient
  340. -DiscoveryClient_CLIENT-A/localhost:client-a:7070 - registration status: 204
  341. 2020-02-17 13:50:31.087 [main] INFO o.a.tomcat.util.net.NioSelectorPool
  342. -Using a shared selector for servlet write/read
  343. 2020-02-17 13:50:31.100 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer
  344. -Tomcat started on port(s): 7070 (http) with context path ''
  345. 2020-02-17 13:50:31.101 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration
  346. -Updating port to 7070
  347. 2020-02-17 13:50:31.114 [main] INFO c.s.book.ClientAApplication
  348. -Started ClientAApplication in 13.512 seconds (JVM running for 15.307)
  349. 2020-02-17 13:50:32.033 [RMI TCP Connection(4)-192.168.10.57] INFO o.a.c.c.C.[Tomcat].[localhost].[/]
  350. -Initializing Spring FrameworkServlet 'dispatcherServlet'
  351. 2020-02-17 13:50:32.033 [RMI TCP Connection(4)-192.168.10.57] INFO o.s.web.servlet.DispatcherServlet
  352. -FrameworkServlet 'dispatcherServlet': initialization started
  353. 2020-02-17 13:50:32.045 [RMI TCP Connection(4)-192.168.10.57] INFO o.s.web.servlet.DispatcherServlet
  354. -FrameworkServlet 'dispatcherServlet': initialization completed in 12 ms
  355. 2020-02-17 13:51:05.399 [main] INFO o.s.core.annotation.AnnotationUtils
  356. -Failed to introspect annotations on class org.springframework.cloud.netflix.eureka.config.EurekaDiscoveryClientConfigServiceBootstrapConfiguration: java.lang.IllegalStateException: Could not obtain annotation attribute value for public abstract java.lang.Class[] org.springframework.boot.autoconfigure.condition.ConditionalOnClass.value()
  357. 2020-02-17 13:51:05.405 [main] INFO o.s.c.a.AnnotationConfigApplicationContext
  358. -Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@76b74e9c: startup date [Mon Feb 17 13:51:05 CST 2020]; root of context hierarchy
  359. 2020-02-17 13:51:05.577 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor
  360. -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
  361. 2020-02-17 13:51:05.610 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker
  362. -Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$bcf8efa4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  363. 2020-02-17 13:51:07.599 [main] INFO c.s.book.ClientAApplication
  364. -No active profile set, falling back to default profiles: default
  365. 2020-02-17 13:51:07.615 [main] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext
  366. -Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5a8ba37c: startup date [Mon Feb 17 13:51:07 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@76b74e9c
  367. 2020-02-17 13:51:08.512 [main] INFO o.s.cloud.context.scope.GenericScope
  368. -BeanFactory id=22078eb0-daee-3b08-b8ef-93110ccc6129
  369. 2020-02-17 13:51:08.528 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor
  370. -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
  371. 2020-02-17 13:51:08.616 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker
  372. -Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$bcf8efa4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  373. 2020-02-17 13:51:08.861 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer
  374. -Tomcat initialized with port(s): 7070 (http)
  375. 2020-02-17 13:51:08.877 [main] INFO o.a.coyote.http11.Http11NioProtocol
  376. -Initializing ProtocolHandler ["http-nio-7070"]
  377. 2020-02-17 13:51:08.887 [main] INFO o.a.catalina.core.StandardService
  378. -Starting service [Tomcat]
  379. 2020-02-17 13:51:08.887 [main] INFO o.a.catalina.core.StandardEngine
  380. -Starting Servlet Engine: Apache Tomcat/8.5.31
  381. 2020-02-17 13:51:08.892 [localhost-startStop-1] INFO o.a.c.core.AprLifecycleListener
  382. -The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [D:\java\jdk-11.0.5\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\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\DTS\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;D:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;D:\TortoiseSVN\bin;D:\npm\nodejs\;C:\Program Files\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;D:\OpenSSL-Win64\bin;D:\Program Files (x86)\WinSCP\PuTTY\;D:\Program Files (x86)\OpenSSH\bin;C:\Windows\Microsoft.NET\Framework\v4.0.30319;D:\java\apache-maven-3.6.0\bin;D:\Git\cmd;D:\java\jdk-11.0.5\bin;E:\bigdata\apache-hive-2.3.4-bin\bin;E:/bigdata/hadoop-2.7.7\bin;C:\Program Files\MySQL\MySQL Utilities 1.6\;D:\python\Python37\;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio\;C:\WINDOWS\System32\OpenSSH\;D:\AppData\npm;E:\bigdata\zeppelin\zeppelin\bin;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;D:\Downloads\apache-ant-1.10.6\bin;C:\WINDOWS\system32\config\systemprofile\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Users\Administrator\.dotnet\tools;D:\Microsoft VS Code\bin;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;D:\python\PyCharm 2019.1\bin;;;.]
  383. 2020-02-17 13:51:09.046 [localhost-startStop-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/]
  384. -Initializing Spring embedded WebApplicationContext
  385. 2020-02-17 13:51:09.046 [localhost-startStop-1] INFO o.s.web.context.ContextLoader
  386. -Root WebApplicationContext: initialization completed in 1431 ms
  387. 2020-02-17 13:51:09.345 [localhost-startStop-1] WARN c.n.c.sources.URLConfigurationSource
  388. -No URLs will be polled as dynamic configuration sources.
  389. 2020-02-17 13:51:09.346 [localhost-startStop-1] INFO c.n.c.sources.URLConfigurationSource
  390. -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
  391. 2020-02-17 13:51:09.353 [localhost-startStop-1] INFO c.n.config.DynamicPropertyFactory
  392. -DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@3eea674d
  393. 2020-02-17 13:51:11.545 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils
  394. -Cannot determine local hostname
  395. 2020-02-17 13:51:13.460 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils
  396. -Cannot determine local hostname
  397. 2020-02-17 13:51:14.123 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
  398. -Mapping filter: 'characterEncodingFilter' to: [/*]
  399. 2020-02-17 13:51:14.124 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
  400. -Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  401. 2020-02-17 13:51:14.124 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
  402. -Mapping filter: 'httpPutFormContentFilter' to: [/*]
  403. 2020-02-17 13:51:14.124 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
  404. -Mapping filter: 'requestContextFilter' to: [/*]
  405. 2020-02-17 13:51:14.124 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean
  406. -Mapping filter: 'springSecurityFilterChain' to: [/*]
  407. 2020-02-17 13:51:14.124 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
  408. -Mapping filter: 'httpTraceFilter' to: [/*]
  409. 2020-02-17 13:51:14.125 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
  410. -Mapping filter: 'webMvcMetricsFilter' to: [/*]
  411. 2020-02-17 13:51:14.125 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean
  412. -Servlet dispatcherServlet mapped to [/]
  413. 2020-02-17 13:51:14.251 [main] WARN o.s.s.o.p.t.s.JwtAccessTokenConverter
  414. -Unable to create an RSA verifier from verifierKey (ignoreable if using MAC)
  415. 2020-02-17 13:51:14.298 [main] WARN c.n.c.sources.URLConfigurationSource
  416. -No URLs will be polled as dynamic configuration sources.
  417. 2020-02-17 13:51:14.298 [main] INFO c.n.c.sources.URLConfigurationSource
  418. -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
  419. 2020-02-17 13:51:14.413 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping
  420. -Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  421. 2020-02-17 13:51:14.559 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter
  422. -Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5a8ba37c: startup date [Mon Feb 17 13:51:07 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@76b74e9c
  423. 2020-02-17 13:51:14.624 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
  424. -Mapped "{[/test]}" onto public java.lang.String ClientAApplication.test(javax.servlet.http.HttpServletRequest)
  425. 2020-02-17 13:51:14.628 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
  426. -Mapped "{[/add],methods=[GET]}" onto public java.lang.Integer TestController.add(java.lang.Integer,java.lang.Integer)
  427. 2020-02-17 13:51:14.628 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
  428. -Mapped "{[/sub],methods=[GET]}" onto public java.lang.Integer TestController.sub(java.lang.Integer,java.lang.Integer)
  429. 2020-02-17 13:51:14.629 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
  430. -Mapped "{[/a/add],methods=[GET]}" onto public java.lang.Integer TestController.aadd(java.lang.Integer,java.lang.Integer)
  431. 2020-02-17 13:51:14.629 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
  432. -Mapped "{[/div],methods=[GET]}" onto public java.lang.Integer TestController.div(java.lang.Integer,java.lang.Integer)
  433. 2020-02-17 13:51:14.629 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
  434. -Mapped "{[/mul],methods=[GET]}" onto public java.lang.String TestController.mul(java.lang.Integer,java.lang.Integer)
  435. 2020-02-17 13:51:14.631 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
  436. -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)
  437. 2020-02-17 13:51:14.631 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
  438. -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)
  439. 2020-02-17 13:51:14.663 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping
  440. -Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  441. 2020-02-17 13:51:14.663 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping
  442. -Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  443. 2020-02-17 13:51:15.075 [main] INFO o.s.b.a.s.s.UserDetailsServiceAutoConfiguration
  444. -
  445. Using generated security password: 7c831d70-2700-42e8-99a4-57064b4d294a
  446. 2020-02-17 13:51:15.329 [main] INFO o.s.s.web.DefaultSecurityFilterChain
  447. -Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@b77b0a0, org.springframework.security.web.context.SecurityContextPersistenceFilter@f76872f, org.springframework.security.web.header.HeaderWriterFilter@2d5ae78e, org.springframework.security.web.authentication.logout.LogoutFilter@7db47323, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@6e7e0259, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@191e654, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5fe5c68b, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@15be68b, org.springframework.security.web.session.SessionManagementFilter@28b5662d, org.springframework.security.web.access.ExceptionTranslationFilter@1008df1e, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@154864f8]
  448. 2020-02-17 13:51:15.477 [main] INFO o.s.b.a.e.web.EndpointLinksResolver
  449. -Exposing 2 endpoint(s) beneath base path '/actuator'
  450. 2020-02-17 13:51:15.490 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping
  451. -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>)
  452. 2020-02-17 13:51:15.491 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping
  453. -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>)
  454. 2020-02-17 13:51:15.492 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping
  455. -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)
  456. 2020-02-17 13:51:15.548 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
  457. -Registering beans for JMX exposure on startup
  458. 2020-02-17 13:51:15.562 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
  459. -Bean with name 'environmentManager' has been autodetected for JMX exposure
  460. 2020-02-17 13:51:15.564 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
  461. -Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure
  462. 2020-02-17 13:51:15.565 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
  463. -Bean with name 'refreshScope' has been autodetected for JMX exposure
  464. 2020-02-17 13:51:15.568 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
  465. -Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager]
  466. 2020-02-17 13:51:15.581 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
  467. -Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope]
  468. 2020-02-17 13:51:15.594 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
  469. -Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=5a8ba37c,type=ConfigurationPropertiesRebinder]
  470. 2020-02-17 13:51:15.607 [main] INFO o.s.c.s.DefaultLifecycleProcessor
  471. -Starting beans in phase 0
  472. 2020-02-17 13:51:15.614 [main] INFO o.s.c.n.eureka.InstanceInfoFactory
  473. -Setting initial instance status as: STARTING
  474. 2020-02-17 13:51:15.647 [main] INFO c.netflix.discovery.DiscoveryClient
  475. -Initializing Eureka in region us-east-1
  476. 2020-02-17 13:51:15.788 [main] INFO c.n.d.p.DiscoveryJerseyProvider
  477. -Using JSON encoding codec LegacyJacksonJson
  478. 2020-02-17 13:51:15.788 [main] INFO c.n.d.p.DiscoveryJerseyProvider
  479. -Using JSON decoding codec LegacyJacksonJson
  480. 2020-02-17 13:51:15.903 [main] INFO c.n.d.p.DiscoveryJerseyProvider
  481. -Using XML encoding codec XStreamXml
  482. 2020-02-17 13:51:15.903 [main] INFO c.n.d.p.DiscoveryJerseyProvider
  483. -Using XML decoding codec XStreamXml
  484. 2020-02-17 13:51:16.123 [main] INFO c.n.d.s.r.aws.ConfigClusterResolver
  485. -Resolving eureka endpoints via configuration
  486. 2020-02-17 13:51:16.694 [main] INFO c.netflix.discovery.DiscoveryClient
  487. -Disable delta property : false
  488. 2020-02-17 13:51:16.695 [main] INFO c.netflix.discovery.DiscoveryClient
  489. -Single vip registry refresh property : null
  490. 2020-02-17 13:51:16.695 [main] INFO c.netflix.discovery.DiscoveryClient
  491. -Force full registry fetch : false
  492. 2020-02-17 13:51:16.695 [main] INFO c.netflix.discovery.DiscoveryClient
  493. -Application is null : false
  494. 2020-02-17 13:51:16.695 [main] INFO c.netflix.discovery.DiscoveryClient
  495. -Registered Applications size is zero : true
  496. 2020-02-17 13:51:16.695 [main] INFO c.netflix.discovery.DiscoveryClient
  497. -Application version is -1: true
  498. 2020-02-17 13:51:16.695 [main] INFO c.netflix.discovery.DiscoveryClient
  499. -Getting all instance registry info from the eureka server
  500. 2020-02-17 13:51:16.850 [main] INFO c.netflix.discovery.DiscoveryClient
  501. -The response status is 200
  502. 2020-02-17 13:51:16.853 [main] INFO c.netflix.discovery.DiscoveryClient
  503. -Starting heartbeat executor: renew interval is: 30
  504. 2020-02-17 13:51:16.855 [main] INFO c.n.discovery.InstanceInfoReplicator
  505. -InstanceInfoReplicator onDemand update allowed rate per min is 4
  506. 2020-02-17 13:51:16.859 [main] INFO c.netflix.discovery.DiscoveryClient
  507. -Discovery Client initialized at timestamp 1581918676858 with initial instances count: 3
  508. 2020-02-17 13:51:16.862 [main] INFO o.s.c.n.e.s.EurekaServiceRegistry
  509. -Registering application client-a with eureka with status UP
  510. 2020-02-17 13:51:16.862 [main] INFO c.netflix.discovery.DiscoveryClient
  511. -Saw local status change event StatusChangeEvent [timestamp=1581918676862, current=UP, previous=STARTING]
  512. 2020-02-17 13:51:16.863 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient
  513. -DiscoveryClient_CLIENT-A/localhost:client-a:7070: registering service...
  514. 2020-02-17 13:51:16.884 [main] INFO o.a.coyote.http11.Http11NioProtocol
  515. -Starting ProtocolHandler ["http-nio-7070"]
  516. 2020-02-17 13:51:16.889 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient
  517. -DiscoveryClient_CLIENT-A/localhost:client-a:7070 - registration status: 204
  518. 2020-02-17 13:51:16.896 [main] INFO o.a.tomcat.util.net.NioSelectorPool
  519. -Using a shared selector for servlet write/read
  520. 2020-02-17 13:51:16.916 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer
  521. -Tomcat started on port(s): 7070 (http) with context path ''
  522. 2020-02-17 13:51:16.917 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration
  523. -Updating port to 7070
  524. 2020-02-17 13:51:16.921 [main] INFO c.s.book.ClientAApplication
  525. -Started ClientAApplication in 13.975 seconds (JVM running for 17.32)
  526. 2020-02-17 13:51:17.981 [RMI TCP Connection(5)-192.168.10.57] INFO o.a.c.c.C.[Tomcat].[localhost].[/]
  527. -Initializing Spring FrameworkServlet 'dispatcherServlet'
  528. 2020-02-17 13:51:17.981 [RMI TCP Connection(5)-192.168.10.57] INFO o.s.web.servlet.DispatcherServlet
  529. -FrameworkServlet 'dispatcherServlet': initialization started
  530. 2020-02-17 13:51:17.995 [RMI TCP Connection(5)-192.168.10.57] INFO o.s.web.servlet.DispatcherServlet
  531. -FrameworkServlet 'dispatcherServlet': initialization completed in 14 ms
  532. 2020-02-17 13:56:16.698 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  533. -Resolving eureka endpoints via configuration
  534. 2020-02-17 14:01:16.702 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  535. -Resolving eureka endpoints via configuration
  536. 2020-02-17 14:06:16.704 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  537. -Resolving eureka endpoints via configuration
  538. 2020-02-17 14:11:16.707 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  539. -Resolving eureka endpoints via configuration
  540. 2020-02-17 14:16:16.715 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  541. -Resolving eureka endpoints via configuration
  542. 2020-02-17 14:21:16.723 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  543. -Resolving eureka endpoints via configuration
  544. 2020-02-17 14:26:16.725 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  545. -Resolving eureka endpoints via configuration
  546. 2020-02-17 14:31:16.728 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  547. -Resolving eureka endpoints via configuration
  548. 2020-02-17 14:36:16.730 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  549. -Resolving eureka endpoints via configuration
  550. 2020-02-17 14:41:16.731 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  551. -Resolving eureka endpoints via configuration
  552. 2020-02-17 14:46:16.733 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  553. -Resolving eureka endpoints via configuration
  554. 2020-02-17 14:51:16.735 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  555. -Resolving eureka endpoints via configuration
  556. 2020-02-17 14:56:16.736 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  557. -Resolving eureka endpoints via configuration
  558. 2020-02-17 15:01:16.738 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  559. -Resolving eureka endpoints via configuration
  560. 2020-02-17 15:06:16.740 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  561. -Resolving eureka endpoints via configuration
  562. 2020-02-17 15:09:10.298 [Thread-7] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext
  563. -Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5a8ba37c: startup date [Mon Feb 17 13:51:07 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@76b74e9c
  564. 2020-02-17 15:09:10.303 [Thread-7] INFO o.s.c.n.e.s.EurekaServiceRegistry
  565. -Unregistering application client-a with eureka with status DOWN
  566. 2020-02-17 15:09:10.303 [Thread-7] WARN c.netflix.discovery.DiscoveryClient
  567. -Saw local status change event StatusChangeEvent [timestamp=1581923350303, current=DOWN, previous=UP]
  568. 2020-02-17 15:09:10.304 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient
  569. -DiscoveryClient_CLIENT-A/localhost:client-a:7070: registering service...
  570. 2020-02-17 15:09:10.310 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient
  571. -DiscoveryClient_CLIENT-A/localhost:client-a:7070 - registration status: 204
  572. 2020-02-17 15:09:10.321 [Thread-7] INFO o.s.c.s.DefaultLifecycleProcessor
  573. -Stopping beans in phase 0
  574. 2020-02-17 15:09:10.325 [Thread-7] INFO o.s.j.e.a.AnnotationMBeanExporter
  575. -Unregistering JMX-exposed beans on shutdown
  576. 2020-02-17 15:09:10.326 [Thread-7] INFO o.s.j.e.a.AnnotationMBeanExporter
  577. -Unregistering JMX-exposed beans
  578. 2020-02-17 15:09:10.361 [Thread-7] INFO c.netflix.discovery.DiscoveryClient
  579. -Shutting down DiscoveryClient ...
  580. 2020-02-17 15:09:13.367 [Thread-7] INFO c.netflix.discovery.DiscoveryClient
  581. -Unregistering ...
  582. 2020-02-17 15:09:13.375 [Thread-7] INFO c.netflix.discovery.DiscoveryClient
  583. -DiscoveryClient_CLIENT-A/localhost:client-a:7070 - deregister status: 200
  584. 2020-02-17 15:09:13.387 [Thread-7] INFO c.netflix.discovery.DiscoveryClient
  585. -Completed shut down of DiscoveryClient
  586. 2020-02-17 15:09:30.800 [main] INFO o.s.core.annotation.AnnotationUtils
  587. -Failed to introspect annotations on class org.springframework.cloud.netflix.eureka.config.EurekaDiscoveryClientConfigServiceBootstrapConfiguration: java.lang.IllegalStateException: Could not obtain annotation attribute value for public abstract java.lang.Class[] org.springframework.boot.autoconfigure.condition.ConditionalOnClass.value()
  588. 2020-02-17 15:09:30.805 [main] INFO o.s.c.a.AnnotationConfigApplicationContext
  589. -Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@672f11c2: startup date [Mon Feb 17 15:09:30 CST 2020]; root of context hierarchy
  590. 2020-02-17 15:09:31.003 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor
  591. -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
  592. 2020-02-17 15:09:31.044 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker
  593. -Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$33f63324] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  594. 2020-02-17 15:09:33.216 [main] INFO c.s.book.ClientAApplication
  595. -No active profile set, falling back to default profiles: default
  596. 2020-02-17 15:09:33.232 [main] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext
  597. -Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@27b000f7: startup date [Mon Feb 17 15:09:33 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@672f11c2
  598. 2020-02-17 15:09:34.295 [main] INFO o.s.cloud.context.scope.GenericScope
  599. -BeanFactory id=22078eb0-daee-3b08-b8ef-93110ccc6129
  600. 2020-02-17 15:09:34.315 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor
  601. -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
  602. 2020-02-17 15:09:34.409 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker
  603. -Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$33f63324] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  604. 2020-02-17 15:09:34.673 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer
  605. -Tomcat initialized with port(s): 7070 (http)
  606. 2020-02-17 15:09:34.685 [main] INFO o.a.coyote.http11.Http11NioProtocol
  607. -Initializing ProtocolHandler ["http-nio-7070"]
  608. 2020-02-17 15:09:34.695 [main] INFO o.a.catalina.core.StandardService
  609. -Starting service [Tomcat]
  610. 2020-02-17 15:09:34.695 [main] INFO o.a.catalina.core.StandardEngine
  611. -Starting Servlet Engine: Apache Tomcat/8.5.31
  612. 2020-02-17 15:09:34.726 [localhost-startStop-1] INFO o.a.c.core.AprLifecycleListener
  613. -The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [D:\java\jdk-11.0.5\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\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\DTS\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;D:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;D:\TortoiseSVN\bin;D:\npm\nodejs\;C:\Program Files\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;D:\OpenSSL-Win64\bin;D:\Program Files (x86)\WinSCP\PuTTY\;D:\Program Files (x86)\OpenSSH\bin;C:\Windows\Microsoft.NET\Framework\v4.0.30319;D:\java\apache-maven-3.6.0\bin;D:\Git\cmd;D:\java\jdk-11.0.5\bin;E:\bigdata\apache-hive-2.3.4-bin\bin;E:/bigdata/hadoop-2.7.7\bin;C:\Program Files\MySQL\MySQL Utilities 1.6\;D:\python\Python37\;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio\;C:\WINDOWS\System32\OpenSSH\;D:\AppData\npm;E:\bigdata\zeppelin\zeppelin\bin;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;D:\Downloads\apache-ant-1.10.6\bin;C:\WINDOWS\system32\config\systemprofile\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Users\Administrator\.dotnet\tools;D:\Microsoft VS Code\bin;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;D:\python\PyCharm 2019.1\bin;;;.]
  614. 2020-02-17 15:09:34.903 [localhost-startStop-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/]
  615. -Initializing Spring embedded WebApplicationContext
  616. 2020-02-17 15:09:34.903 [localhost-startStop-1] INFO o.s.web.context.ContextLoader
  617. -Root WebApplicationContext: initialization completed in 1671 ms
  618. 2020-02-17 15:09:35.232 [localhost-startStop-1] WARN c.n.c.sources.URLConfigurationSource
  619. -No URLs will be polled as dynamic configuration sources.
  620. 2020-02-17 15:09:35.232 [localhost-startStop-1] INFO c.n.c.sources.URLConfigurationSource
  621. -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
  622. 2020-02-17 15:09:35.304 [localhost-startStop-1] INFO c.n.config.DynamicPropertyFactory
  623. -DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@290950a5
  624. 2020-02-17 15:09:37.735 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils
  625. -Cannot determine local hostname
  626. 2020-02-17 15:09:39.700 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils
  627. -Cannot determine local hostname
  628. 2020-02-17 15:09:40.319 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
  629. -Mapping filter: 'characterEncodingFilter' to: [/*]
  630. 2020-02-17 15:09:40.319 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
  631. -Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  632. 2020-02-17 15:09:40.319 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
  633. -Mapping filter: 'httpPutFormContentFilter' to: [/*]
  634. 2020-02-17 15:09:40.319 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
  635. -Mapping filter: 'requestContextFilter' to: [/*]
  636. 2020-02-17 15:09:40.320 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean
  637. -Mapping filter: 'springSecurityFilterChain' to: [/*]
  638. 2020-02-17 15:09:40.320 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
  639. -Mapping filter: 'httpTraceFilter' to: [/*]
  640. 2020-02-17 15:09:40.320 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
  641. -Mapping filter: 'webMvcMetricsFilter' to: [/*]
  642. 2020-02-17 15:09:40.320 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean
  643. -Servlet dispatcherServlet mapped to [/]
  644. 2020-02-17 15:09:40.444 [main] WARN o.s.s.o.p.t.s.JwtAccessTokenConverter
  645. -Unable to create an RSA verifier from verifierKey (ignoreable if using MAC)
  646. 2020-02-17 15:09:40.486 [main] WARN c.n.c.sources.URLConfigurationSource
  647. -No URLs will be polled as dynamic configuration sources.
  648. 2020-02-17 15:09:40.486 [main] INFO c.n.c.sources.URLConfigurationSource
  649. -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
  650. 2020-02-17 15:09:40.588 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping
  651. -Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  652. 2020-02-17 15:09:40.763 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter
  653. -Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@27b000f7: startup date [Mon Feb 17 15:09:33 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@672f11c2
  654. 2020-02-17 15:09:40.822 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
  655. -Mapped "{[/test]}" onto public java.lang.String ClientAApplication.test(javax.servlet.http.HttpServletRequest)
  656. 2020-02-17 15:09:40.825 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
  657. -Mapped "{[/add],methods=[GET]}" onto public java.lang.Integer TestController.add(java.lang.Integer,java.lang.Integer)
  658. 2020-02-17 15:09:40.825 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
  659. -Mapped "{[/sub],methods=[GET]}" onto public java.lang.Integer TestController.sub(java.lang.Integer,java.lang.Integer)
  660. 2020-02-17 15:09:40.826 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
  661. -Mapped "{[/div],methods=[GET]}" onto public java.lang.Integer TestController.div(java.lang.Integer,java.lang.Integer)
  662. 2020-02-17 15:09:40.826 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
  663. -Mapped "{[/mul],methods=[GET]}" onto public java.lang.String TestController.mul(java.lang.Integer,java.lang.Integer)
  664. 2020-02-17 15:09:40.826 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
  665. -Mapped "{[/a/add],methods=[GET]}" onto public java.lang.Integer TestController.aadd(java.lang.Integer,java.lang.Integer)
  666. 2020-02-17 15:09:40.828 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
  667. -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)
  668. 2020-02-17 15:09:40.829 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
  669. -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)
  670. 2020-02-17 15:09:40.861 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping
  671. -Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  672. 2020-02-17 15:09:40.861 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping
  673. -Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  674. 2020-02-17 15:09:41.293 [main] INFO o.s.b.a.s.s.UserDetailsServiceAutoConfiguration
  675. -
  676. Using generated security password: c66219f6-6174-4462-a866-aa4046e0bd90
  677. 2020-02-17 15:09:41.532 [main] INFO o.s.s.web.DefaultSecurityFilterChain
  678. -Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@503a7990, org.springframework.security.web.context.SecurityContextPersistenceFilter@39a3984c, org.springframework.security.web.header.HeaderWriterFilter@38929da, org.springframework.security.web.authentication.logout.LogoutFilter@33f349ae, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@46a388cc, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4d2f9e3c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3c346c45, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@69a90b81, org.springframework.security.web.session.SessionManagementFilter@48b3b1b8, org.springframework.security.web.access.ExceptionTranslationFilter@38fb151a, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@6b2e9db2]
  679. 2020-02-17 15:09:41.675 [main] INFO o.s.b.a.e.web.EndpointLinksResolver
  680. -Exposing 2 endpoint(s) beneath base path '/actuator'
  681. 2020-02-17 15:09:41.687 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping
  682. -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>)
  683. 2020-02-17 15:09:41.695 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping
  684. -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>)
  685. 2020-02-17 15:09:41.696 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping
  686. -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)
  687. 2020-02-17 15:09:41.769 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
  688. -Registering beans for JMX exposure on startup
  689. 2020-02-17 15:09:41.780 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
  690. -Bean with name 'environmentManager' has been autodetected for JMX exposure
  691. 2020-02-17 15:09:41.782 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
  692. -Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure
  693. 2020-02-17 15:09:41.782 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
  694. -Bean with name 'refreshScope' has been autodetected for JMX exposure
  695. 2020-02-17 15:09:41.785 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
  696. -Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager]
  697. 2020-02-17 15:09:41.796 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
  698. -Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope]
  699. 2020-02-17 15:09:41.807 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
  700. -Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=27b000f7,type=ConfigurationPropertiesRebinder]
  701. 2020-02-17 15:09:41.818 [main] INFO o.s.c.s.DefaultLifecycleProcessor
  702. -Starting beans in phase 0
  703. 2020-02-17 15:09:41.825 [main] INFO o.s.c.n.eureka.InstanceInfoFactory
  704. -Setting initial instance status as: STARTING
  705. 2020-02-17 15:09:41.855 [main] INFO c.netflix.discovery.DiscoveryClient
  706. -Initializing Eureka in region us-east-1
  707. 2020-02-17 15:09:42.022 [main] INFO c.n.d.p.DiscoveryJerseyProvider
  708. -Using JSON encoding codec LegacyJacksonJson
  709. 2020-02-17 15:09:42.023 [main] INFO c.n.d.p.DiscoveryJerseyProvider
  710. -Using JSON decoding codec LegacyJacksonJson
  711. 2020-02-17 15:09:42.169 [main] INFO c.n.d.p.DiscoveryJerseyProvider
  712. -Using XML encoding codec XStreamXml
  713. 2020-02-17 15:09:42.170 [main] INFO c.n.d.p.DiscoveryJerseyProvider
  714. -Using XML decoding codec XStreamXml
  715. 2020-02-17 15:09:42.427 [main] INFO c.n.d.s.r.aws.ConfigClusterResolver
  716. -Resolving eureka endpoints via configuration
  717. 2020-02-17 15:09:43.122 [main] INFO c.netflix.discovery.DiscoveryClient
  718. -Disable delta property : false
  719. 2020-02-17 15:09:43.122 [main] INFO c.netflix.discovery.DiscoveryClient
  720. -Single vip registry refresh property : null
  721. 2020-02-17 15:09:43.122 [main] INFO c.netflix.discovery.DiscoveryClient
  722. -Force full registry fetch : false
  723. 2020-02-17 15:09:43.122 [main] INFO c.netflix.discovery.DiscoveryClient
  724. -Application is null : false
  725. 2020-02-17 15:09:43.122 [main] INFO c.netflix.discovery.DiscoveryClient
  726. -Registered Applications size is zero : true
  727. 2020-02-17 15:09:43.122 [main] INFO c.netflix.discovery.DiscoveryClient
  728. -Application version is -1: true
  729. 2020-02-17 15:09:43.122 [main] INFO c.netflix.discovery.DiscoveryClient
  730. -Getting all instance registry info from the eureka server
  731. 2020-02-17 15:09:43.286 [main] INFO c.netflix.discovery.DiscoveryClient
  732. -The response status is 200
  733. 2020-02-17 15:09:43.297 [main] INFO c.netflix.discovery.DiscoveryClient
  734. -Starting heartbeat executor: renew interval is: 30
  735. 2020-02-17 15:09:43.299 [main] INFO c.n.discovery.InstanceInfoReplicator
  736. -InstanceInfoReplicator onDemand update allowed rate per min is 4
  737. 2020-02-17 15:09:43.303 [main] INFO c.netflix.discovery.DiscoveryClient
  738. -Discovery Client initialized at timestamp 1581923383302 with initial instances count: 4
  739. 2020-02-17 15:09:43.306 [main] INFO o.s.c.n.e.s.EurekaServiceRegistry
  740. -Registering application client-a with eureka with status UP
  741. 2020-02-17 15:09:43.306 [main] INFO c.netflix.discovery.DiscoveryClient
  742. -Saw local status change event StatusChangeEvent [timestamp=1581923383306, current=UP, previous=STARTING]
  743. 2020-02-17 15:09:43.323 [main] INFO o.a.coyote.http11.Http11NioProtocol
  744. -Starting ProtocolHandler ["http-nio-7070"]
  745. 2020-02-17 15:09:43.336 [main] INFO o.a.tomcat.util.net.NioSelectorPool
  746. -Using a shared selector for servlet write/read
  747. 2020-02-17 15:09:43.337 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient
  748. -DiscoveryClient_CLIENT-A/localhost:client-a:7070: registering service...
  749. 2020-02-17 15:09:43.357 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer
  750. -Tomcat started on port(s): 7070 (http) with context path ''
  751. 2020-02-17 15:09:43.358 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration
  752. -Updating port to 7070
  753. 2020-02-17 15:09:43.361 [main] INFO c.s.book.ClientAApplication
  754. -Started ClientAApplication in 16.076 seconds (JVM running for 19.037)
  755. 2020-02-17 15:09:43.364 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient
  756. -DiscoveryClient_CLIENT-A/localhost:client-a:7070 - registration status: 204
  757. 2020-02-17 15:09:44.128 [RMI TCP Connection(1)-192.168.10.57] INFO o.a.c.c.C.[Tomcat].[localhost].[/]
  758. -Initializing Spring FrameworkServlet 'dispatcherServlet'
  759. 2020-02-17 15:09:44.129 [RMI TCP Connection(1)-192.168.10.57] INFO o.s.web.servlet.DispatcherServlet
  760. -FrameworkServlet 'dispatcherServlet': initialization started
  761. 2020-02-17 15:09:44.145 [RMI TCP Connection(1)-192.168.10.57] INFO o.s.web.servlet.DispatcherServlet
  762. -FrameworkServlet 'dispatcherServlet': initialization completed in 16 ms
  763. 2020-02-17 15:14:43.151 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  764. -Resolving eureka endpoints via configuration
  765. 2020-02-17 15:19:43.153 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  766. -Resolving eureka endpoints via configuration
  767. 2020-02-17 15:24:43.155 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  768. -Resolving eureka endpoints via configuration
  769. 2020-02-17 15:29:43.157 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  770. -Resolving eureka endpoints via configuration
  771. 2020-02-17 15:34:43.158 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  772. -Resolving eureka endpoints via configuration
  773. 2020-02-17 15:39:43.160 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  774. -Resolving eureka endpoints via configuration
  775. 2020-02-17 15:44:43.162 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  776. -Resolving eureka endpoints via configuration
  777. 2020-02-17 15:49:43.175 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  778. -Resolving eureka endpoints via configuration
  779. 2020-02-17 15:54:43.179 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  780. -Resolving eureka endpoints via configuration
  781. 2020-02-17 15:59:43.180 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  782. -Resolving eureka endpoints via configuration
  783. 2020-02-17 16:04:43.184 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  784. -Resolving eureka endpoints via configuration
  785. 2020-02-17 16:09:43.184 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  786. -Resolving eureka endpoints via configuration
  787. 2020-02-17 16:14:43.186 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  788. -Resolving eureka endpoints via configuration
  789. 2020-02-17 16:19:43.187 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  790. -Resolving eureka endpoints via configuration
  791. 2020-02-17 16:24:43.189 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  792. -Resolving eureka endpoints via configuration
  793. 2020-02-17 16:29:43.193 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  794. -Resolving eureka endpoints via configuration
  795. 2020-02-17 16:34:43.194 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  796. -Resolving eureka endpoints via configuration
  797. 2020-02-17 16:39:43.195 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  798. -Resolving eureka endpoints via configuration
  799. 2020-02-17 16:44:43.217 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  800. -Resolving eureka endpoints via configuration
  801. 2020-02-17 16:49:43.218 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  802. -Resolving eureka endpoints via configuration
  803. 2020-02-17 16:54:43.220 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  804. -Resolving eureka endpoints via configuration
  805. 2020-02-17 16:59:43.228 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  806. -Resolving eureka endpoints via configuration
  807. 2020-02-17 17:04:43.229 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  808. -Resolving eureka endpoints via configuration
  809. 2020-02-17 17:09:43.231 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  810. -Resolving eureka endpoints via configuration
  811. 2020-02-17 17:14:43.233 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  812. -Resolving eureka endpoints via configuration
  813. 2020-02-17 17:19:43.235 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  814. -Resolving eureka endpoints via configuration
  815. 2020-02-17 17:24:43.238 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  816. -Resolving eureka endpoints via configuration
  817. 2020-02-17 17:29:43.253 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  818. -Resolving eureka endpoints via configuration
  819. 2020-02-17 17:34:43.255 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  820. -Resolving eureka endpoints via configuration
  821. 2020-02-17 17:39:43.339 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  822. -Resolving eureka endpoints via configuration
  823. 2020-02-17 17:44:43.342 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  824. -Resolving eureka endpoints via configuration
  825. 2020-02-17 17:49:43.343 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  826. -Resolving eureka endpoints via configuration
  827. 2020-02-17 17:54:43.345 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  828. -Resolving eureka endpoints via configuration
  829. 2020-02-17 17:59:43.347 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  830. -Resolving eureka endpoints via configuration
  831. 2020-02-17 18:04:43.357 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  832. -Resolving eureka endpoints via configuration
  833. 2020-02-17 18:09:43.369 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  834. -Resolving eureka endpoints via configuration
  835. 2020-02-17 18:14:43.382 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  836. -Resolving eureka endpoints via configuration
  837. 2020-02-17 18:19:43.388 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  838. -Resolving eureka endpoints via configuration
  839. 2020-02-17 18:24:43.391 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  840. -Resolving eureka endpoints via configuration
  841. 2020-02-17 18:29:43.393 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  842. -Resolving eureka endpoints via configuration
  843. 2020-02-17 18:34:43.405 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  844. -Resolving eureka endpoints via configuration
  845. 2020-02-17 18:39:43.409 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  846. -Resolving eureka endpoints via configuration
  847. 2020-02-17 18:44:43.410 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  848. -Resolving eureka endpoints via configuration
  849. 2020-02-17 18:49:43.411 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  850. -Resolving eureka endpoints via configuration
  851. 2020-02-17 18:54:43.414 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  852. -Resolving eureka endpoints via configuration
  853. 2020-02-17 18:59:43.415 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  854. -Resolving eureka endpoints via configuration
  855. 2020-02-17 19:04:43.419 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  856. -Resolving eureka endpoints via configuration
  857. 2020-02-17 19:09:43.421 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  858. -Resolving eureka endpoints via configuration
  859. 2020-02-17 19:14:43.422 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  860. -Resolving eureka endpoints via configuration
  861. 2020-02-17 19:19:43.423 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  862. -Resolving eureka endpoints via configuration
  863. 2020-02-17 19:24:43.424 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  864. -Resolving eureka endpoints via configuration
  865. 2020-02-17 19:29:43.449 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  866. -Resolving eureka endpoints via configuration
  867. 2020-02-17 19:34:43.450 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  868. -Resolving eureka endpoints via configuration
  869. 2020-02-17 19:39:43.503 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  870. -Resolving eureka endpoints via configuration
  871. 2020-02-17 19:44:43.506 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  872. -Resolving eureka endpoints via configuration
  873. 2020-02-17 19:49:43.507 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  874. -Resolving eureka endpoints via configuration
  875. 2020-02-17 19:54:43.509 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  876. -Resolving eureka endpoints via configuration
  877. 2020-02-17 19:59:43.510 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  878. -Resolving eureka endpoints via configuration
  879. 2020-02-17 20:04:43.513 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  880. -Resolving eureka endpoints via configuration
  881. 2020-02-17 20:09:43.514 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  882. -Resolving eureka endpoints via configuration
  883. 2020-02-17 20:14:43.515 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  884. -Resolving eureka endpoints via configuration
  885. 2020-02-17 20:19:43.533 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  886. -Resolving eureka endpoints via configuration
  887. 2020-02-17 20:24:43.534 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  888. -Resolving eureka endpoints via configuration
  889. 2020-02-17 20:29:43.536 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  890. -Resolving eureka endpoints via configuration
  891. 2020-02-17 20:34:43.564 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  892. -Resolving eureka endpoints via configuration
  893. 2020-02-17 20:39:43.567 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  894. -Resolving eureka endpoints via configuration
  895. 2020-02-17 20:44:43.569 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  896. -Resolving eureka endpoints via configuration
  897. 2020-02-17 20:49:43.571 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  898. -Resolving eureka endpoints via configuration
  899. 2020-02-17 20:54:43.572 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  900. -Resolving eureka endpoints via configuration
  901. 2020-02-17 20:59:43.575 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  902. -Resolving eureka endpoints via configuration
  903. 2020-02-17 21:04:43.578 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  904. -Resolving eureka endpoints via configuration
  905. 2020-02-17 21:09:43.580 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  906. -Resolving eureka endpoints via configuration
  907. 2020-02-17 21:14:43.582 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  908. -Resolving eureka endpoints via configuration
  909. 2020-02-17 21:19:43.584 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  910. -Resolving eureka endpoints via configuration
  911. 2020-02-17 21:24:43.586 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  912. -Resolving eureka endpoints via configuration
  913. 2020-02-17 21:29:43.639 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  914. -Resolving eureka endpoints via configuration
  915. 2020-02-17 21:34:43.642 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  916. -Resolving eureka endpoints via configuration
  917. 2020-02-17 21:39:43.647 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  918. -Resolving eureka endpoints via configuration
  919. 2020-02-17 21:44:43.649 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  920. -Resolving eureka endpoints via configuration
  921. 2020-02-17 21:49:43.650 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  922. -Resolving eureka endpoints via configuration
  923. 2020-02-17 21:54:43.651 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  924. -Resolving eureka endpoints via configuration
  925. 2020-02-17 21:59:43.653 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  926. -Resolving eureka endpoints via configuration
  927. 2020-02-17 22:04:43.761 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  928. -Resolving eureka endpoints via configuration
  929. 2020-02-17 22:09:43.762 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  930. -Resolving eureka endpoints via configuration
  931. 2020-02-17 22:14:43.766 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  932. -Resolving eureka endpoints via configuration
  933. 2020-02-17 22:19:43.767 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  934. -Resolving eureka endpoints via configuration
  935. 2020-02-17 22:24:43.769 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  936. -Resolving eureka endpoints via configuration
  937. 2020-02-17 22:29:43.774 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  938. -Resolving eureka endpoints via configuration
  939. 2020-02-17 22:34:43.795 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  940. -Resolving eureka endpoints via configuration
  941. 2020-02-17 22:39:43.817 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  942. -Resolving eureka endpoints via configuration
  943. 2020-02-17 22:44:43.826 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  944. -Resolving eureka endpoints via configuration
  945. 2020-02-17 22:49:43.829 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  946. -Resolving eureka endpoints via configuration
  947. 2020-02-17 22:54:43.831 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  948. -Resolving eureka endpoints via configuration
  949. 2020-02-17 22:59:43.836 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  950. -Resolving eureka endpoints via configuration
  951. 2020-02-17 23:04:43.838 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  952. -Resolving eureka endpoints via configuration
  953. 2020-02-17 23:09:43.839 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  954. -Resolving eureka endpoints via configuration
  955. 2020-02-17 23:14:43.840 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  956. -Resolving eureka endpoints via configuration
  957. 2020-02-17 23:19:43.842 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  958. -Resolving eureka endpoints via configuration
  959. 2020-02-17 23:24:43.843 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  960. -Resolving eureka endpoints via configuration
  961. 2020-02-17 23:29:43.845 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  962. -Resolving eureka endpoints via configuration
  963. 2020-02-17 23:34:43.847 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  964. -Resolving eureka endpoints via configuration
  965. 2020-02-17 23:39:43.874 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  966. -Resolving eureka endpoints via configuration
  967. 2020-02-17 23:44:43.875 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  968. -Resolving eureka endpoints via configuration
  969. 2020-02-17 23:49:43.876 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  970. -Resolving eureka endpoints via configuration
  971. 2020-02-17 23:54:43.879 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  972. -Resolving eureka endpoints via configuration
  973. 2020-02-17 23:59:43.880 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
  974. -Resolving eureka endpoints via configuration