123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983 |
- 2020-02-17 13:47:22.928 [main] INFO o.s.core.annotation.AnnotationUtils
- -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()
- 2020-02-17 13:47:22.941 [main] INFO o.s.c.a.AnnotationConfigApplicationContext
- -Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@32f0fba8: startup date [Mon Feb 17 13:47:22 CST 2020]; root of context hierarchy
- 2020-02-17 13:47:23.123 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor
- -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
- 2020-02-17 13:47:23.153 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker
- -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)
- 2020-02-17 13:47:25.125 [main] INFO c.s.book.ClientAApplication
- -No active profile set, falling back to default profiles: default
- 2020-02-17 13:47:25.137 [main] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext
- -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
- 2020-02-17 13:47:25.969 [main] INFO o.s.cloud.context.scope.GenericScope
- -BeanFactory id=9cdb3993-7258-3b64-80ce-dee07c7b8c3f
- 2020-02-17 13:47:25.985 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor
- -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
- 2020-02-17 13:47:26.064 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker
- -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)
- 2020-02-17 13:47:26.282 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer
- -Tomcat initialized with port(s): 7070 (http)
- 2020-02-17 13:47:26.294 [main] INFO o.a.coyote.http11.Http11NioProtocol
- -Initializing ProtocolHandler ["http-nio-7070"]
- 2020-02-17 13:47:26.302 [main] INFO o.a.catalina.core.StandardService
- -Starting service [Tomcat]
- 2020-02-17 13:47:26.302 [main] INFO o.a.catalina.core.StandardEngine
- -Starting Servlet Engine: Apache Tomcat/8.5.31
- 2020-02-17 13:47:26.306 [localhost-startStop-1] INFO o.a.c.core.AprLifecycleListener
- -The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [D:\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;;;.]
- 2020-02-17 13:47:26.439 [localhost-startStop-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/]
- -Initializing Spring embedded WebApplicationContext
- 2020-02-17 13:47:26.440 [localhost-startStop-1] INFO o.s.web.context.ContextLoader
- -Root WebApplicationContext: initialization completed in 1303 ms
- 2020-02-17 13:47:26.698 [localhost-startStop-1] WARN c.n.c.sources.URLConfigurationSource
- -No URLs will be polled as dynamic configuration sources.
- 2020-02-17 13:47:26.699 [localhost-startStop-1] INFO c.n.c.sources.URLConfigurationSource
- -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
- 2020-02-17 13:47:26.706 [localhost-startStop-1] INFO c.n.config.DynamicPropertyFactory
- -DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@7fb17ebe
- 2020-02-17 13:47:28.826 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils
- -Cannot determine local hostname
- 2020-02-17 13:47:30.876 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils
- -Cannot determine local hostname
- 2020-02-17 13:47:31.339 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
- -Mapping filter: 'characterEncodingFilter' to: [/*]
- 2020-02-17 13:47:31.339 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
- -Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
- 2020-02-17 13:47:31.339 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
- -Mapping filter: 'httpPutFormContentFilter' to: [/*]
- 2020-02-17 13:47:31.339 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
- -Mapping filter: 'requestContextFilter' to: [/*]
- 2020-02-17 13:47:31.340 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean
- -Mapping filter: 'springSecurityFilterChain' to: [/*]
- 2020-02-17 13:47:31.340 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
- -Mapping filter: 'httpTraceFilter' to: [/*]
- 2020-02-17 13:47:31.340 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
- -Mapping filter: 'webMvcMetricsFilter' to: [/*]
- 2020-02-17 13:47:31.340 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean
- -Servlet dispatcherServlet mapped to [/]
- 2020-02-17 13:47:31.385 [main] WARN c.n.c.sources.URLConfigurationSource
- -No URLs will be polled as dynamic configuration sources.
- 2020-02-17 13:47:31.385 [main] INFO c.n.c.sources.URLConfigurationSource
- -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
- 2020-02-17 13:47:31.464 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping
- -Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
- 2020-02-17 13:47:31.615 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter
- -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
- 2020-02-17 13:47:31.684 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
- -Mapped "{[/test]}" onto public java.lang.String ClientAApplication.test(javax.servlet.http.HttpServletRequest)
- 2020-02-17 13:47:31.689 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
- -Mapped "{[/sub],methods=[GET]}" onto public java.lang.Integer TestController.sub(java.lang.Integer,java.lang.Integer)
- 2020-02-17 13:47:31.689 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
- -Mapped "{[/div],methods=[GET]}" onto public java.lang.Integer TestController.div(java.lang.Integer,java.lang.Integer)
- 2020-02-17 13:47:31.689 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
- -Mapped "{[/mul],methods=[GET]}" onto public java.lang.String TestController.mul(java.lang.Integer,java.lang.Integer)
- 2020-02-17 13:47:31.689 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
- -Mapped "{[/a/add],methods=[GET]}" onto public java.lang.Integer TestController.aadd(java.lang.Integer,java.lang.Integer)
- 2020-02-17 13:47:31.690 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
- -Mapped "{[/add],methods=[GET]}" onto public java.lang.Integer TestController.add(java.lang.Integer,java.lang.Integer)
- 2020-02-17 13:47:31.692 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
- -Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
- 2020-02-17 13:47:31.692 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
- -Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
- 2020-02-17 13:47:31.752 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping
- -Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
- 2020-02-17 13:47:31.752 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping
- -Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
- 2020-02-17 13:47:32.316 [main] INFO o.s.b.a.s.s.UserDetailsServiceAutoConfiguration
- -
- Using generated security password: 37738136-dcfe-485a-8397-601bfe70865d
- 2020-02-17 13:47:32.446 [main] INFO o.s.s.web.DefaultSecurityFilterChain
- -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]
- 2020-02-17 13:47:32.565 [main] INFO o.s.b.a.e.web.EndpointLinksResolver
- -Exposing 2 endpoint(s) beneath base path '/actuator'
- 2020-02-17 13:47:32.574 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping
- -Mapped "{[/actuator/health],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
- 2020-02-17 13:47:32.575 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping
- -Mapped "{[/actuator/info],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
- 2020-02-17 13:47:32.576 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping
- -Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map<java.lang.String, java.util.Map<java.lang.String, org.springframework.boot.actuate.endpoint.web.Link>> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
- 2020-02-17 13:47:32.624 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
- -Registering beans for JMX exposure on startup
- 2020-02-17 13:47:32.633 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
- -Bean with name 'environmentManager' has been autodetected for JMX exposure
- 2020-02-17 13:47:32.635 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
- -Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure
- 2020-02-17 13:47:32.636 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
- -Bean with name 'refreshScope' has been autodetected for JMX exposure
- 2020-02-17 13:47:32.639 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
- -Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager]
- 2020-02-17 13:47:32.647 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
- -Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope]
- 2020-02-17 13:47:32.657 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
- -Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=5d1e09bc,type=ConfigurationPropertiesRebinder]
- 2020-02-17 13:47:32.667 [main] INFO o.s.c.s.DefaultLifecycleProcessor
- -Starting beans in phase 0
- 2020-02-17 13:47:32.673 [main] INFO o.s.c.n.eureka.InstanceInfoFactory
- -Setting initial instance status as: STARTING
- 2020-02-17 13:47:32.701 [main] INFO c.netflix.discovery.DiscoveryClient
- -Initializing Eureka in region us-east-1
- 2020-02-17 13:47:32.865 [main] INFO c.n.d.p.DiscoveryJerseyProvider
- -Using JSON encoding codec LegacyJacksonJson
- 2020-02-17 13:47:32.865 [main] INFO c.n.d.p.DiscoveryJerseyProvider
- -Using JSON decoding codec LegacyJacksonJson
- 2020-02-17 13:47:32.966 [main] INFO c.n.d.p.DiscoveryJerseyProvider
- -Using XML encoding codec XStreamXml
- 2020-02-17 13:47:32.967 [main] INFO c.n.d.p.DiscoveryJerseyProvider
- -Using XML decoding codec XStreamXml
- 2020-02-17 13:47:33.092 [main] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 13:47:33.689 [main] INFO c.netflix.discovery.DiscoveryClient
- -Disable delta property : false
- 2020-02-17 13:47:33.689 [main] INFO c.netflix.discovery.DiscoveryClient
- -Single vip registry refresh property : null
- 2020-02-17 13:47:33.689 [main] INFO c.netflix.discovery.DiscoveryClient
- -Force full registry fetch : false
- 2020-02-17 13:47:33.689 [main] INFO c.netflix.discovery.DiscoveryClient
- -Application is null : false
- 2020-02-17 13:47:33.689 [main] INFO c.netflix.discovery.DiscoveryClient
- -Registered Applications size is zero : true
- 2020-02-17 13:47:33.690 [main] INFO c.netflix.discovery.DiscoveryClient
- -Application version is -1: true
- 2020-02-17 13:47:33.690 [main] INFO c.netflix.discovery.DiscoveryClient
- -Getting all instance registry info from the eureka server
- 2020-02-17 13:47:33.817 [main] INFO c.netflix.discovery.DiscoveryClient
- -The response status is 200
- 2020-02-17 13:47:33.820 [main] INFO c.netflix.discovery.DiscoveryClient
- -Starting heartbeat executor: renew interval is: 30
- 2020-02-17 13:47:33.821 [main] INFO c.n.discovery.InstanceInfoReplicator
- -InstanceInfoReplicator onDemand update allowed rate per min is 4
- 2020-02-17 13:47:33.824 [main] INFO c.netflix.discovery.DiscoveryClient
- -Discovery Client initialized at timestamp 1581918453823 with initial instances count: 2
- 2020-02-17 13:47:33.827 [main] INFO o.s.c.n.e.s.EurekaServiceRegistry
- -Registering application client-a with eureka with status UP
- 2020-02-17 13:47:33.827 [main] INFO c.netflix.discovery.DiscoveryClient
- -Saw local status change event StatusChangeEvent [timestamp=1581918453827, current=UP, previous=STARTING]
- 2020-02-17 13:47:33.829 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient
- -DiscoveryClient_CLIENT-A/localhost:client-a:7070: registering service...
- 2020-02-17 13:47:33.846 [main] INFO o.a.coyote.http11.Http11NioProtocol
- -Starting ProtocolHandler ["http-nio-7070"]
- 2020-02-17 13:47:33.854 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient
- -DiscoveryClient_CLIENT-A/localhost:client-a:7070 - registration status: 204
- 2020-02-17 13:47:33.857 [main] INFO o.a.tomcat.util.net.NioSelectorPool
- -Using a shared selector for servlet write/read
- 2020-02-17 13:47:33.873 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer
- -Tomcat started on port(s): 7070 (http) with context path ''
- 2020-02-17 13:47:33.874 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration
- -Updating port to 7070
- 2020-02-17 13:47:33.877 [main] INFO c.s.book.ClientAApplication
- -Started ClientAApplication in 13.907 seconds (JVM running for 15.799)
- 2020-02-17 13:47:35.994 [RMI TCP Connection(4)-192.168.10.57] INFO o.a.c.c.C.[Tomcat].[localhost].[/]
- -Initializing Spring FrameworkServlet 'dispatcherServlet'
- 2020-02-17 13:47:35.994 [RMI TCP Connection(4)-192.168.10.57] INFO o.s.web.servlet.DispatcherServlet
- -FrameworkServlet 'dispatcherServlet': initialization started
- 2020-02-17 13:47:36.007 [RMI TCP Connection(4)-192.168.10.57] INFO o.s.web.servlet.DispatcherServlet
- -FrameworkServlet 'dispatcherServlet': initialization completed in 13 ms
- 2020-02-17 13:49:18.207 [http-nio-7070-exec-1] WARN o.a.c.util.SessionIdGeneratorBase
- -Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [580] milliseconds.
- 2020-02-17 13:50:20.584 [main] INFO o.s.core.annotation.AnnotationUtils
- -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()
- 2020-02-17 13:50:20.590 [main] INFO o.s.c.a.AnnotationConfigApplicationContext
- -Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@545de5a4: startup date [Mon Feb 17 13:50:20 CST 2020]; root of context hierarchy
- 2020-02-17 13:50:20.739 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor
- -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
- 2020-02-17 13:50:20.774 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker
- -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)
- 2020-02-17 13:50:22.760 [main] INFO c.s.book.ClientAApplication
- -No active profile set, falling back to default profiles: default
- 2020-02-17 13:50:22.774 [main] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext
- -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
- 2020-02-17 13:50:23.563 [main] INFO o.s.cloud.context.scope.GenericScope
- -BeanFactory id=22078eb0-daee-3b08-b8ef-93110ccc6129
- 2020-02-17 13:50:23.578 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor
- -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
- 2020-02-17 13:50:23.649 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker
- -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)
- 2020-02-17 13:50:23.860 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer
- -Tomcat initialized with port(s): 7070 (http)
- 2020-02-17 13:50:23.870 [main] INFO o.a.coyote.http11.Http11NioProtocol
- -Initializing ProtocolHandler ["http-nio-7070"]
- 2020-02-17 13:50:23.881 [main] INFO o.a.catalina.core.StandardService
- -Starting service [Tomcat]
- 2020-02-17 13:50:23.882 [main] INFO o.a.catalina.core.StandardEngine
- -Starting Servlet Engine: Apache Tomcat/8.5.31
- 2020-02-17 13:50:23.886 [localhost-startStop-1] INFO o.a.c.core.AprLifecycleListener
- -The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [D:\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;;;.]
- 2020-02-17 13:50:24.018 [localhost-startStop-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/]
- -Initializing Spring embedded WebApplicationContext
- 2020-02-17 13:50:24.019 [localhost-startStop-1] INFO o.s.web.context.ContextLoader
- -Root WebApplicationContext: initialization completed in 1245 ms
- 2020-02-17 13:50:24.277 [localhost-startStop-1] WARN c.n.c.sources.URLConfigurationSource
- -No URLs will be polled as dynamic configuration sources.
- 2020-02-17 13:50:24.277 [localhost-startStop-1] INFO c.n.c.sources.URLConfigurationSource
- -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
- 2020-02-17 13:50:24.283 [localhost-startStop-1] INFO c.n.config.DynamicPropertyFactory
- -DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@77061357
- 2020-02-17 13:50:26.379 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils
- -Cannot determine local hostname
- 2020-02-17 13:50:28.297 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils
- -Cannot determine local hostname
- 2020-02-17 13:50:28.806 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
- -Mapping filter: 'characterEncodingFilter' to: [/*]
- 2020-02-17 13:50:28.807 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
- -Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
- 2020-02-17 13:50:28.807 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
- -Mapping filter: 'httpPutFormContentFilter' to: [/*]
- 2020-02-17 13:50:28.807 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
- -Mapping filter: 'requestContextFilter' to: [/*]
- 2020-02-17 13:50:28.807 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean
- -Mapping filter: 'springSecurityFilterChain' to: [/*]
- 2020-02-17 13:50:28.808 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
- -Mapping filter: 'httpTraceFilter' to: [/*]
- 2020-02-17 13:50:28.808 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
- -Mapping filter: 'webMvcMetricsFilter' to: [/*]
- 2020-02-17 13:50:28.808 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean
- -Servlet dispatcherServlet mapped to [/]
- 2020-02-17 13:50:28.909 [main] WARN o.s.s.o.p.t.s.JwtAccessTokenConverter
- -Unable to create an RSA verifier from verifierKey (ignoreable if using MAC)
- 2020-02-17 13:50:28.943 [main] WARN c.n.c.sources.URLConfigurationSource
- -No URLs will be polled as dynamic configuration sources.
- 2020-02-17 13:50:28.943 [main] INFO c.n.c.sources.URLConfigurationSource
- -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
- 2020-02-17 13:50:29.016 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping
- -Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
- 2020-02-17 13:50:29.141 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter
- -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
- 2020-02-17 13:50:29.186 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
- -Mapped "{[/test]}" onto public java.lang.String ClientAApplication.test(javax.servlet.http.HttpServletRequest)
- 2020-02-17 13:50:29.193 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
- -Mapped "{[/sub],methods=[GET]}" onto public java.lang.Integer TestController.sub(java.lang.Integer,java.lang.Integer)
- 2020-02-17 13:50:29.193 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
- -Mapped "{[/div],methods=[GET]}" onto public java.lang.Integer TestController.div(java.lang.Integer,java.lang.Integer)
- 2020-02-17 13:50:29.193 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
- -Mapped "{[/mul],methods=[GET]}" onto public java.lang.String TestController.mul(java.lang.Integer,java.lang.Integer)
- 2020-02-17 13:50:29.194 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
- -Mapped "{[/a/add],methods=[GET]}" onto public java.lang.Integer TestController.aadd(java.lang.Integer,java.lang.Integer)
- 2020-02-17 13:50:29.194 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
- -Mapped "{[/add],methods=[GET]}" onto public java.lang.Integer TestController.add(java.lang.Integer,java.lang.Integer)
- 2020-02-17 13:50:29.195 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
- -Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
- 2020-02-17 13:50:29.196 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
- -Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
- 2020-02-17 13:50:29.218 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping
- -Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
- 2020-02-17 13:50:29.218 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping
- -Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
- 2020-02-17 13:50:29.578 [main] INFO o.s.b.a.s.s.UserDetailsServiceAutoConfiguration
- -
- Using generated security password: 587fe93c-43ff-430e-a7f8-a608eaf79c63
- 2020-02-17 13:50:29.798 [main] INFO o.s.s.web.DefaultSecurityFilterChain
- -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]
- 2020-02-17 13:50:29.912 [main] INFO o.s.b.a.e.web.EndpointLinksResolver
- -Exposing 2 endpoint(s) beneath base path '/actuator'
- 2020-02-17 13:50:29.923 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping
- -Mapped "{[/actuator/health],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
- 2020-02-17 13:50:29.924 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping
- -Mapped "{[/actuator/info],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
- 2020-02-17 13:50:29.925 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping
- -Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map<java.lang.String, java.util.Map<java.lang.String, org.springframework.boot.actuate.endpoint.web.Link>> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
- 2020-02-17 13:50:29.966 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
- -Registering beans for JMX exposure on startup
- 2020-02-17 13:50:29.974 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
- -Bean with name 'environmentManager' has been autodetected for JMX exposure
- 2020-02-17 13:50:29.976 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
- -Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure
- 2020-02-17 13:50:29.976 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
- -Bean with name 'refreshScope' has been autodetected for JMX exposure
- 2020-02-17 13:50:29.979 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
- -Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager]
- 2020-02-17 13:50:29.986 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
- -Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope]
- 2020-02-17 13:50:29.993 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
- -Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=777c350f,type=ConfigurationPropertiesRebinder]
- 2020-02-17 13:50:30.003 [main] INFO o.s.c.s.DefaultLifecycleProcessor
- -Starting beans in phase 0
- 2020-02-17 13:50:30.009 [main] INFO o.s.c.n.eureka.InstanceInfoFactory
- -Setting initial instance status as: STARTING
- 2020-02-17 13:50:30.037 [main] INFO c.netflix.discovery.DiscoveryClient
- -Initializing Eureka in region us-east-1
- 2020-02-17 13:50:30.166 [main] INFO c.n.d.p.DiscoveryJerseyProvider
- -Using JSON encoding codec LegacyJacksonJson
- 2020-02-17 13:50:30.166 [main] INFO c.n.d.p.DiscoveryJerseyProvider
- -Using JSON decoding codec LegacyJacksonJson
- 2020-02-17 13:50:30.268 [main] INFO c.n.d.p.DiscoveryJerseyProvider
- -Using XML encoding codec XStreamXml
- 2020-02-17 13:50:30.268 [main] INFO c.n.d.p.DiscoveryJerseyProvider
- -Using XML decoding codec XStreamXml
- 2020-02-17 13:50:30.387 [main] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 13:50:30.943 [main] INFO c.netflix.discovery.DiscoveryClient
- -Disable delta property : false
- 2020-02-17 13:50:30.943 [main] INFO c.netflix.discovery.DiscoveryClient
- -Single vip registry refresh property : null
- 2020-02-17 13:50:30.943 [main] INFO c.netflix.discovery.DiscoveryClient
- -Force full registry fetch : false
- 2020-02-17 13:50:30.943 [main] INFO c.netflix.discovery.DiscoveryClient
- -Application is null : false
- 2020-02-17 13:50:30.943 [main] INFO c.netflix.discovery.DiscoveryClient
- -Registered Applications size is zero : true
- 2020-02-17 13:50:30.943 [main] INFO c.netflix.discovery.DiscoveryClient
- -Application version is -1: true
- 2020-02-17 13:50:30.943 [main] INFO c.netflix.discovery.DiscoveryClient
- -Getting all instance registry info from the eureka server
- 2020-02-17 13:50:31.050 [main] INFO c.netflix.discovery.DiscoveryClient
- -The response status is 200
- 2020-02-17 13:50:31.053 [main] INFO c.netflix.discovery.DiscoveryClient
- -Starting heartbeat executor: renew interval is: 30
- 2020-02-17 13:50:31.054 [main] INFO c.n.discovery.InstanceInfoReplicator
- -InstanceInfoReplicator onDemand update allowed rate per min is 4
- 2020-02-17 13:50:31.058 [main] INFO c.netflix.discovery.DiscoveryClient
- -Discovery Client initialized at timestamp 1581918631057 with initial instances count: 3
- 2020-02-17 13:50:31.060 [main] INFO o.s.c.n.e.s.EurekaServiceRegistry
- -Registering application client-a with eureka with status UP
- 2020-02-17 13:50:31.060 [main] INFO c.netflix.discovery.DiscoveryClient
- -Saw local status change event StatusChangeEvent [timestamp=1581918631060, current=UP, previous=STARTING]
- 2020-02-17 13:50:31.061 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient
- -DiscoveryClient_CLIENT-A/localhost:client-a:7070: registering service...
- 2020-02-17 13:50:31.078 [main] INFO o.a.coyote.http11.Http11NioProtocol
- -Starting ProtocolHandler ["http-nio-7070"]
- 2020-02-17 13:50:31.084 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient
- -DiscoveryClient_CLIENT-A/localhost:client-a:7070 - registration status: 204
- 2020-02-17 13:50:31.087 [main] INFO o.a.tomcat.util.net.NioSelectorPool
- -Using a shared selector for servlet write/read
- 2020-02-17 13:50:31.100 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer
- -Tomcat started on port(s): 7070 (http) with context path ''
- 2020-02-17 13:50:31.101 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration
- -Updating port to 7070
- 2020-02-17 13:50:31.114 [main] INFO c.s.book.ClientAApplication
- -Started ClientAApplication in 13.512 seconds (JVM running for 15.307)
- 2020-02-17 13:50:32.033 [RMI TCP Connection(4)-192.168.10.57] INFO o.a.c.c.C.[Tomcat].[localhost].[/]
- -Initializing Spring FrameworkServlet 'dispatcherServlet'
- 2020-02-17 13:50:32.033 [RMI TCP Connection(4)-192.168.10.57] INFO o.s.web.servlet.DispatcherServlet
- -FrameworkServlet 'dispatcherServlet': initialization started
- 2020-02-17 13:50:32.045 [RMI TCP Connection(4)-192.168.10.57] INFO o.s.web.servlet.DispatcherServlet
- -FrameworkServlet 'dispatcherServlet': initialization completed in 12 ms
- 2020-02-17 13:51:05.399 [main] INFO o.s.core.annotation.AnnotationUtils
- -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()
- 2020-02-17 13:51:05.405 [main] INFO o.s.c.a.AnnotationConfigApplicationContext
- -Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@76b74e9c: startup date [Mon Feb 17 13:51:05 CST 2020]; root of context hierarchy
- 2020-02-17 13:51:05.577 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor
- -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
- 2020-02-17 13:51:05.610 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker
- -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)
- 2020-02-17 13:51:07.599 [main] INFO c.s.book.ClientAApplication
- -No active profile set, falling back to default profiles: default
- 2020-02-17 13:51:07.615 [main] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext
- -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
- 2020-02-17 13:51:08.512 [main] INFO o.s.cloud.context.scope.GenericScope
- -BeanFactory id=22078eb0-daee-3b08-b8ef-93110ccc6129
- 2020-02-17 13:51:08.528 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor
- -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
- 2020-02-17 13:51:08.616 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker
- -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)
- 2020-02-17 13:51:08.861 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer
- -Tomcat initialized with port(s): 7070 (http)
- 2020-02-17 13:51:08.877 [main] INFO o.a.coyote.http11.Http11NioProtocol
- -Initializing ProtocolHandler ["http-nio-7070"]
- 2020-02-17 13:51:08.887 [main] INFO o.a.catalina.core.StandardService
- -Starting service [Tomcat]
- 2020-02-17 13:51:08.887 [main] INFO o.a.catalina.core.StandardEngine
- -Starting Servlet Engine: Apache Tomcat/8.5.31
- 2020-02-17 13:51:08.892 [localhost-startStop-1] INFO o.a.c.core.AprLifecycleListener
- -The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [D:\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;;;.]
- 2020-02-17 13:51:09.046 [localhost-startStop-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/]
- -Initializing Spring embedded WebApplicationContext
- 2020-02-17 13:51:09.046 [localhost-startStop-1] INFO o.s.web.context.ContextLoader
- -Root WebApplicationContext: initialization completed in 1431 ms
- 2020-02-17 13:51:09.345 [localhost-startStop-1] WARN c.n.c.sources.URLConfigurationSource
- -No URLs will be polled as dynamic configuration sources.
- 2020-02-17 13:51:09.346 [localhost-startStop-1] INFO c.n.c.sources.URLConfigurationSource
- -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
- 2020-02-17 13:51:09.353 [localhost-startStop-1] INFO c.n.config.DynamicPropertyFactory
- -DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@3eea674d
- 2020-02-17 13:51:11.545 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils
- -Cannot determine local hostname
- 2020-02-17 13:51:13.460 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils
- -Cannot determine local hostname
- 2020-02-17 13:51:14.123 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
- -Mapping filter: 'characterEncodingFilter' to: [/*]
- 2020-02-17 13:51:14.124 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
- -Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
- 2020-02-17 13:51:14.124 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
- -Mapping filter: 'httpPutFormContentFilter' to: [/*]
- 2020-02-17 13:51:14.124 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
- -Mapping filter: 'requestContextFilter' to: [/*]
- 2020-02-17 13:51:14.124 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean
- -Mapping filter: 'springSecurityFilterChain' to: [/*]
- 2020-02-17 13:51:14.124 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
- -Mapping filter: 'httpTraceFilter' to: [/*]
- 2020-02-17 13:51:14.125 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
- -Mapping filter: 'webMvcMetricsFilter' to: [/*]
- 2020-02-17 13:51:14.125 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean
- -Servlet dispatcherServlet mapped to [/]
- 2020-02-17 13:51:14.251 [main] WARN o.s.s.o.p.t.s.JwtAccessTokenConverter
- -Unable to create an RSA verifier from verifierKey (ignoreable if using MAC)
- 2020-02-17 13:51:14.298 [main] WARN c.n.c.sources.URLConfigurationSource
- -No URLs will be polled as dynamic configuration sources.
- 2020-02-17 13:51:14.298 [main] INFO c.n.c.sources.URLConfigurationSource
- -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
- 2020-02-17 13:51:14.413 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping
- -Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
- 2020-02-17 13:51:14.559 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter
- -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
- 2020-02-17 13:51:14.624 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
- -Mapped "{[/test]}" onto public java.lang.String ClientAApplication.test(javax.servlet.http.HttpServletRequest)
- 2020-02-17 13:51:14.628 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
- -Mapped "{[/add],methods=[GET]}" onto public java.lang.Integer TestController.add(java.lang.Integer,java.lang.Integer)
- 2020-02-17 13:51:14.628 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
- -Mapped "{[/sub],methods=[GET]}" onto public java.lang.Integer TestController.sub(java.lang.Integer,java.lang.Integer)
- 2020-02-17 13:51:14.629 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
- -Mapped "{[/a/add],methods=[GET]}" onto public java.lang.Integer TestController.aadd(java.lang.Integer,java.lang.Integer)
- 2020-02-17 13:51:14.629 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
- -Mapped "{[/div],methods=[GET]}" onto public java.lang.Integer TestController.div(java.lang.Integer,java.lang.Integer)
- 2020-02-17 13:51:14.629 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
- -Mapped "{[/mul],methods=[GET]}" onto public java.lang.String TestController.mul(java.lang.Integer,java.lang.Integer)
- 2020-02-17 13:51:14.631 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
- -Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
- 2020-02-17 13:51:14.631 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
- -Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
- 2020-02-17 13:51:14.663 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping
- -Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
- 2020-02-17 13:51:14.663 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping
- -Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
- 2020-02-17 13:51:15.075 [main] INFO o.s.b.a.s.s.UserDetailsServiceAutoConfiguration
- -
- Using generated security password: 7c831d70-2700-42e8-99a4-57064b4d294a
- 2020-02-17 13:51:15.329 [main] INFO o.s.s.web.DefaultSecurityFilterChain
- -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]
- 2020-02-17 13:51:15.477 [main] INFO o.s.b.a.e.web.EndpointLinksResolver
- -Exposing 2 endpoint(s) beneath base path '/actuator'
- 2020-02-17 13:51:15.490 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping
- -Mapped "{[/actuator/health],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
- 2020-02-17 13:51:15.491 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping
- -Mapped "{[/actuator/info],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
- 2020-02-17 13:51:15.492 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping
- -Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map<java.lang.String, java.util.Map<java.lang.String, org.springframework.boot.actuate.endpoint.web.Link>> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
- 2020-02-17 13:51:15.548 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
- -Registering beans for JMX exposure on startup
- 2020-02-17 13:51:15.562 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
- -Bean with name 'environmentManager' has been autodetected for JMX exposure
- 2020-02-17 13:51:15.564 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
- -Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure
- 2020-02-17 13:51:15.565 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
- -Bean with name 'refreshScope' has been autodetected for JMX exposure
- 2020-02-17 13:51:15.568 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
- -Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager]
- 2020-02-17 13:51:15.581 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
- -Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope]
- 2020-02-17 13:51:15.594 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
- -Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=5a8ba37c,type=ConfigurationPropertiesRebinder]
- 2020-02-17 13:51:15.607 [main] INFO o.s.c.s.DefaultLifecycleProcessor
- -Starting beans in phase 0
- 2020-02-17 13:51:15.614 [main] INFO o.s.c.n.eureka.InstanceInfoFactory
- -Setting initial instance status as: STARTING
- 2020-02-17 13:51:15.647 [main] INFO c.netflix.discovery.DiscoveryClient
- -Initializing Eureka in region us-east-1
- 2020-02-17 13:51:15.788 [main] INFO c.n.d.p.DiscoveryJerseyProvider
- -Using JSON encoding codec LegacyJacksonJson
- 2020-02-17 13:51:15.788 [main] INFO c.n.d.p.DiscoveryJerseyProvider
- -Using JSON decoding codec LegacyJacksonJson
- 2020-02-17 13:51:15.903 [main] INFO c.n.d.p.DiscoveryJerseyProvider
- -Using XML encoding codec XStreamXml
- 2020-02-17 13:51:15.903 [main] INFO c.n.d.p.DiscoveryJerseyProvider
- -Using XML decoding codec XStreamXml
- 2020-02-17 13:51:16.123 [main] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 13:51:16.694 [main] INFO c.netflix.discovery.DiscoveryClient
- -Disable delta property : false
- 2020-02-17 13:51:16.695 [main] INFO c.netflix.discovery.DiscoveryClient
- -Single vip registry refresh property : null
- 2020-02-17 13:51:16.695 [main] INFO c.netflix.discovery.DiscoveryClient
- -Force full registry fetch : false
- 2020-02-17 13:51:16.695 [main] INFO c.netflix.discovery.DiscoveryClient
- -Application is null : false
- 2020-02-17 13:51:16.695 [main] INFO c.netflix.discovery.DiscoveryClient
- -Registered Applications size is zero : true
- 2020-02-17 13:51:16.695 [main] INFO c.netflix.discovery.DiscoveryClient
- -Application version is -1: true
- 2020-02-17 13:51:16.695 [main] INFO c.netflix.discovery.DiscoveryClient
- -Getting all instance registry info from the eureka server
- 2020-02-17 13:51:16.850 [main] INFO c.netflix.discovery.DiscoveryClient
- -The response status is 200
- 2020-02-17 13:51:16.853 [main] INFO c.netflix.discovery.DiscoveryClient
- -Starting heartbeat executor: renew interval is: 30
- 2020-02-17 13:51:16.855 [main] INFO c.n.discovery.InstanceInfoReplicator
- -InstanceInfoReplicator onDemand update allowed rate per min is 4
- 2020-02-17 13:51:16.859 [main] INFO c.netflix.discovery.DiscoveryClient
- -Discovery Client initialized at timestamp 1581918676858 with initial instances count: 3
- 2020-02-17 13:51:16.862 [main] INFO o.s.c.n.e.s.EurekaServiceRegistry
- -Registering application client-a with eureka with status UP
- 2020-02-17 13:51:16.862 [main] INFO c.netflix.discovery.DiscoveryClient
- -Saw local status change event StatusChangeEvent [timestamp=1581918676862, current=UP, previous=STARTING]
- 2020-02-17 13:51:16.863 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient
- -DiscoveryClient_CLIENT-A/localhost:client-a:7070: registering service...
- 2020-02-17 13:51:16.884 [main] INFO o.a.coyote.http11.Http11NioProtocol
- -Starting ProtocolHandler ["http-nio-7070"]
- 2020-02-17 13:51:16.889 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient
- -DiscoveryClient_CLIENT-A/localhost:client-a:7070 - registration status: 204
- 2020-02-17 13:51:16.896 [main] INFO o.a.tomcat.util.net.NioSelectorPool
- -Using a shared selector for servlet write/read
- 2020-02-17 13:51:16.916 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer
- -Tomcat started on port(s): 7070 (http) with context path ''
- 2020-02-17 13:51:16.917 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration
- -Updating port to 7070
- 2020-02-17 13:51:16.921 [main] INFO c.s.book.ClientAApplication
- -Started ClientAApplication in 13.975 seconds (JVM running for 17.32)
- 2020-02-17 13:51:17.981 [RMI TCP Connection(5)-192.168.10.57] INFO o.a.c.c.C.[Tomcat].[localhost].[/]
- -Initializing Spring FrameworkServlet 'dispatcherServlet'
- 2020-02-17 13:51:17.981 [RMI TCP Connection(5)-192.168.10.57] INFO o.s.web.servlet.DispatcherServlet
- -FrameworkServlet 'dispatcherServlet': initialization started
- 2020-02-17 13:51:17.995 [RMI TCP Connection(5)-192.168.10.57] INFO o.s.web.servlet.DispatcherServlet
- -FrameworkServlet 'dispatcherServlet': initialization completed in 14 ms
- 2020-02-17 13:56:16.698 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 14:01:16.702 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 14:06:16.704 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 14:11:16.707 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 14:16:16.715 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 14:21:16.723 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 14:26:16.725 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 14:31:16.728 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 14:36:16.730 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 14:41:16.731 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 14:46:16.733 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 14:51:16.735 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 14:56:16.736 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 15:01:16.738 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 15:06:16.740 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 15:09:10.298 [Thread-7] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext
- -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
- 2020-02-17 15:09:10.303 [Thread-7] INFO o.s.c.n.e.s.EurekaServiceRegistry
- -Unregistering application client-a with eureka with status DOWN
- 2020-02-17 15:09:10.303 [Thread-7] WARN c.netflix.discovery.DiscoveryClient
- -Saw local status change event StatusChangeEvent [timestamp=1581923350303, current=DOWN, previous=UP]
- 2020-02-17 15:09:10.304 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient
- -DiscoveryClient_CLIENT-A/localhost:client-a:7070: registering service...
- 2020-02-17 15:09:10.310 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient
- -DiscoveryClient_CLIENT-A/localhost:client-a:7070 - registration status: 204
- 2020-02-17 15:09:10.321 [Thread-7] INFO o.s.c.s.DefaultLifecycleProcessor
- -Stopping beans in phase 0
- 2020-02-17 15:09:10.325 [Thread-7] INFO o.s.j.e.a.AnnotationMBeanExporter
- -Unregistering JMX-exposed beans on shutdown
- 2020-02-17 15:09:10.326 [Thread-7] INFO o.s.j.e.a.AnnotationMBeanExporter
- -Unregistering JMX-exposed beans
- 2020-02-17 15:09:10.361 [Thread-7] INFO c.netflix.discovery.DiscoveryClient
- -Shutting down DiscoveryClient ...
- 2020-02-17 15:09:13.367 [Thread-7] INFO c.netflix.discovery.DiscoveryClient
- -Unregistering ...
- 2020-02-17 15:09:13.375 [Thread-7] INFO c.netflix.discovery.DiscoveryClient
- -DiscoveryClient_CLIENT-A/localhost:client-a:7070 - deregister status: 200
- 2020-02-17 15:09:13.387 [Thread-7] INFO c.netflix.discovery.DiscoveryClient
- -Completed shut down of DiscoveryClient
- 2020-02-17 15:09:30.800 [main] INFO o.s.core.annotation.AnnotationUtils
- -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()
- 2020-02-17 15:09:30.805 [main] INFO o.s.c.a.AnnotationConfigApplicationContext
- -Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@672f11c2: startup date [Mon Feb 17 15:09:30 CST 2020]; root of context hierarchy
- 2020-02-17 15:09:31.003 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor
- -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
- 2020-02-17 15:09:31.044 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker
- -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)
- 2020-02-17 15:09:33.216 [main] INFO c.s.book.ClientAApplication
- -No active profile set, falling back to default profiles: default
- 2020-02-17 15:09:33.232 [main] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext
- -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
- 2020-02-17 15:09:34.295 [main] INFO o.s.cloud.context.scope.GenericScope
- -BeanFactory id=22078eb0-daee-3b08-b8ef-93110ccc6129
- 2020-02-17 15:09:34.315 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor
- -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
- 2020-02-17 15:09:34.409 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker
- -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)
- 2020-02-17 15:09:34.673 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer
- -Tomcat initialized with port(s): 7070 (http)
- 2020-02-17 15:09:34.685 [main] INFO o.a.coyote.http11.Http11NioProtocol
- -Initializing ProtocolHandler ["http-nio-7070"]
- 2020-02-17 15:09:34.695 [main] INFO o.a.catalina.core.StandardService
- -Starting service [Tomcat]
- 2020-02-17 15:09:34.695 [main] INFO o.a.catalina.core.StandardEngine
- -Starting Servlet Engine: Apache Tomcat/8.5.31
- 2020-02-17 15:09:34.726 [localhost-startStop-1] INFO o.a.c.core.AprLifecycleListener
- -The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [D:\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;;;.]
- 2020-02-17 15:09:34.903 [localhost-startStop-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/]
- -Initializing Spring embedded WebApplicationContext
- 2020-02-17 15:09:34.903 [localhost-startStop-1] INFO o.s.web.context.ContextLoader
- -Root WebApplicationContext: initialization completed in 1671 ms
- 2020-02-17 15:09:35.232 [localhost-startStop-1] WARN c.n.c.sources.URLConfigurationSource
- -No URLs will be polled as dynamic configuration sources.
- 2020-02-17 15:09:35.232 [localhost-startStop-1] INFO c.n.c.sources.URLConfigurationSource
- -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
- 2020-02-17 15:09:35.304 [localhost-startStop-1] INFO c.n.config.DynamicPropertyFactory
- -DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@290950a5
- 2020-02-17 15:09:37.735 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils
- -Cannot determine local hostname
- 2020-02-17 15:09:39.700 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils
- -Cannot determine local hostname
- 2020-02-17 15:09:40.319 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
- -Mapping filter: 'characterEncodingFilter' to: [/*]
- 2020-02-17 15:09:40.319 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
- -Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
- 2020-02-17 15:09:40.319 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
- -Mapping filter: 'httpPutFormContentFilter' to: [/*]
- 2020-02-17 15:09:40.319 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
- -Mapping filter: 'requestContextFilter' to: [/*]
- 2020-02-17 15:09:40.320 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean
- -Mapping filter: 'springSecurityFilterChain' to: [/*]
- 2020-02-17 15:09:40.320 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
- -Mapping filter: 'httpTraceFilter' to: [/*]
- 2020-02-17 15:09:40.320 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean
- -Mapping filter: 'webMvcMetricsFilter' to: [/*]
- 2020-02-17 15:09:40.320 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean
- -Servlet dispatcherServlet mapped to [/]
- 2020-02-17 15:09:40.444 [main] WARN o.s.s.o.p.t.s.JwtAccessTokenConverter
- -Unable to create an RSA verifier from verifierKey (ignoreable if using MAC)
- 2020-02-17 15:09:40.486 [main] WARN c.n.c.sources.URLConfigurationSource
- -No URLs will be polled as dynamic configuration sources.
- 2020-02-17 15:09:40.486 [main] INFO c.n.c.sources.URLConfigurationSource
- -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
- 2020-02-17 15:09:40.588 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping
- -Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
- 2020-02-17 15:09:40.763 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter
- -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
- 2020-02-17 15:09:40.822 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
- -Mapped "{[/test]}" onto public java.lang.String ClientAApplication.test(javax.servlet.http.HttpServletRequest)
- 2020-02-17 15:09:40.825 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
- -Mapped "{[/add],methods=[GET]}" onto public java.lang.Integer TestController.add(java.lang.Integer,java.lang.Integer)
- 2020-02-17 15:09:40.825 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
- -Mapped "{[/sub],methods=[GET]}" onto public java.lang.Integer TestController.sub(java.lang.Integer,java.lang.Integer)
- 2020-02-17 15:09:40.826 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
- -Mapped "{[/div],methods=[GET]}" onto public java.lang.Integer TestController.div(java.lang.Integer,java.lang.Integer)
- 2020-02-17 15:09:40.826 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
- -Mapped "{[/mul],methods=[GET]}" onto public java.lang.String TestController.mul(java.lang.Integer,java.lang.Integer)
- 2020-02-17 15:09:40.826 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
- -Mapped "{[/a/add],methods=[GET]}" onto public java.lang.Integer TestController.aadd(java.lang.Integer,java.lang.Integer)
- 2020-02-17 15:09:40.828 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
- -Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
- 2020-02-17 15:09:40.829 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping
- -Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
- 2020-02-17 15:09:40.861 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping
- -Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
- 2020-02-17 15:09:40.861 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping
- -Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
- 2020-02-17 15:09:41.293 [main] INFO o.s.b.a.s.s.UserDetailsServiceAutoConfiguration
- -
- Using generated security password: c66219f6-6174-4462-a866-aa4046e0bd90
- 2020-02-17 15:09:41.532 [main] INFO o.s.s.web.DefaultSecurityFilterChain
- -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]
- 2020-02-17 15:09:41.675 [main] INFO o.s.b.a.e.web.EndpointLinksResolver
- -Exposing 2 endpoint(s) beneath base path '/actuator'
- 2020-02-17 15:09:41.687 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping
- -Mapped "{[/actuator/health],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
- 2020-02-17 15:09:41.695 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping
- -Mapped "{[/actuator/info],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
- 2020-02-17 15:09:41.696 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping
- -Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map<java.lang.String, java.util.Map<java.lang.String, org.springframework.boot.actuate.endpoint.web.Link>> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
- 2020-02-17 15:09:41.769 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
- -Registering beans for JMX exposure on startup
- 2020-02-17 15:09:41.780 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
- -Bean with name 'environmentManager' has been autodetected for JMX exposure
- 2020-02-17 15:09:41.782 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
- -Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure
- 2020-02-17 15:09:41.782 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
- -Bean with name 'refreshScope' has been autodetected for JMX exposure
- 2020-02-17 15:09:41.785 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
- -Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager]
- 2020-02-17 15:09:41.796 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
- -Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope]
- 2020-02-17 15:09:41.807 [main] INFO o.s.j.e.a.AnnotationMBeanExporter
- -Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=27b000f7,type=ConfigurationPropertiesRebinder]
- 2020-02-17 15:09:41.818 [main] INFO o.s.c.s.DefaultLifecycleProcessor
- -Starting beans in phase 0
- 2020-02-17 15:09:41.825 [main] INFO o.s.c.n.eureka.InstanceInfoFactory
- -Setting initial instance status as: STARTING
- 2020-02-17 15:09:41.855 [main] INFO c.netflix.discovery.DiscoveryClient
- -Initializing Eureka in region us-east-1
- 2020-02-17 15:09:42.022 [main] INFO c.n.d.p.DiscoveryJerseyProvider
- -Using JSON encoding codec LegacyJacksonJson
- 2020-02-17 15:09:42.023 [main] INFO c.n.d.p.DiscoveryJerseyProvider
- -Using JSON decoding codec LegacyJacksonJson
- 2020-02-17 15:09:42.169 [main] INFO c.n.d.p.DiscoveryJerseyProvider
- -Using XML encoding codec XStreamXml
- 2020-02-17 15:09:42.170 [main] INFO c.n.d.p.DiscoveryJerseyProvider
- -Using XML decoding codec XStreamXml
- 2020-02-17 15:09:42.427 [main] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 15:09:43.122 [main] INFO c.netflix.discovery.DiscoveryClient
- -Disable delta property : false
- 2020-02-17 15:09:43.122 [main] INFO c.netflix.discovery.DiscoveryClient
- -Single vip registry refresh property : null
- 2020-02-17 15:09:43.122 [main] INFO c.netflix.discovery.DiscoveryClient
- -Force full registry fetch : false
- 2020-02-17 15:09:43.122 [main] INFO c.netflix.discovery.DiscoveryClient
- -Application is null : false
- 2020-02-17 15:09:43.122 [main] INFO c.netflix.discovery.DiscoveryClient
- -Registered Applications size is zero : true
- 2020-02-17 15:09:43.122 [main] INFO c.netflix.discovery.DiscoveryClient
- -Application version is -1: true
- 2020-02-17 15:09:43.122 [main] INFO c.netflix.discovery.DiscoveryClient
- -Getting all instance registry info from the eureka server
- 2020-02-17 15:09:43.286 [main] INFO c.netflix.discovery.DiscoveryClient
- -The response status is 200
- 2020-02-17 15:09:43.297 [main] INFO c.netflix.discovery.DiscoveryClient
- -Starting heartbeat executor: renew interval is: 30
- 2020-02-17 15:09:43.299 [main] INFO c.n.discovery.InstanceInfoReplicator
- -InstanceInfoReplicator onDemand update allowed rate per min is 4
- 2020-02-17 15:09:43.303 [main] INFO c.netflix.discovery.DiscoveryClient
- -Discovery Client initialized at timestamp 1581923383302 with initial instances count: 4
- 2020-02-17 15:09:43.306 [main] INFO o.s.c.n.e.s.EurekaServiceRegistry
- -Registering application client-a with eureka with status UP
- 2020-02-17 15:09:43.306 [main] INFO c.netflix.discovery.DiscoveryClient
- -Saw local status change event StatusChangeEvent [timestamp=1581923383306, current=UP, previous=STARTING]
- 2020-02-17 15:09:43.323 [main] INFO o.a.coyote.http11.Http11NioProtocol
- -Starting ProtocolHandler ["http-nio-7070"]
- 2020-02-17 15:09:43.336 [main] INFO o.a.tomcat.util.net.NioSelectorPool
- -Using a shared selector for servlet write/read
- 2020-02-17 15:09:43.337 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient
- -DiscoveryClient_CLIENT-A/localhost:client-a:7070: registering service...
- 2020-02-17 15:09:43.357 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer
- -Tomcat started on port(s): 7070 (http) with context path ''
- 2020-02-17 15:09:43.358 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration
- -Updating port to 7070
- 2020-02-17 15:09:43.361 [main] INFO c.s.book.ClientAApplication
- -Started ClientAApplication in 16.076 seconds (JVM running for 19.037)
- 2020-02-17 15:09:43.364 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient
- -DiscoveryClient_CLIENT-A/localhost:client-a:7070 - registration status: 204
- 2020-02-17 15:09:44.128 [RMI TCP Connection(1)-192.168.10.57] INFO o.a.c.c.C.[Tomcat].[localhost].[/]
- -Initializing Spring FrameworkServlet 'dispatcherServlet'
- 2020-02-17 15:09:44.129 [RMI TCP Connection(1)-192.168.10.57] INFO o.s.web.servlet.DispatcherServlet
- -FrameworkServlet 'dispatcherServlet': initialization started
- 2020-02-17 15:09:44.145 [RMI TCP Connection(1)-192.168.10.57] INFO o.s.web.servlet.DispatcherServlet
- -FrameworkServlet 'dispatcherServlet': initialization completed in 16 ms
- 2020-02-17 15:14:43.151 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 15:19:43.153 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 15:24:43.155 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 15:29:43.157 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 15:34:43.158 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 15:39:43.160 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 15:44:43.162 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 15:49:43.175 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 15:54:43.179 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 15:59:43.180 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 16:04:43.184 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 16:09:43.184 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 16:14:43.186 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 16:19:43.187 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 16:24:43.189 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 16:29:43.193 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 16:34:43.194 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 16:39:43.195 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 16:44:43.217 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 16:49:43.218 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 16:54:43.220 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 16:59:43.228 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 17:04:43.229 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 17:09:43.231 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 17:14:43.233 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 17:19:43.235 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 17:24:43.238 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 17:29:43.253 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 17:34:43.255 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 17:39:43.339 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 17:44:43.342 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 17:49:43.343 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 17:54:43.345 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 17:59:43.347 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 18:04:43.357 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 18:09:43.369 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 18:14:43.382 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 18:19:43.388 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 18:24:43.391 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 18:29:43.393 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 18:34:43.405 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 18:39:43.409 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 18:44:43.410 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 18:49:43.411 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 18:54:43.414 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 18:59:43.415 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 19:04:43.419 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 19:09:43.421 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 19:14:43.422 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 19:19:43.423 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 19:24:43.424 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 19:29:43.449 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 19:34:43.450 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 19:39:43.503 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 19:44:43.506 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 19:49:43.507 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 19:54:43.509 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 19:59:43.510 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 20:04:43.513 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 20:09:43.514 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 20:14:43.515 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 20:19:43.533 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 20:24:43.534 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 20:29:43.536 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 20:34:43.564 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 20:39:43.567 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 20:44:43.569 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 20:49:43.571 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 20:54:43.572 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 20:59:43.575 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 21:04:43.578 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 21:09:43.580 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 21:14:43.582 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 21:19:43.584 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 21:24:43.586 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 21:29:43.639 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 21:34:43.642 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 21:39:43.647 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 21:44:43.649 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 21:49:43.650 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 21:54:43.651 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 21:59:43.653 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 22:04:43.761 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 22:09:43.762 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 22:14:43.766 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 22:19:43.767 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 22:24:43.769 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 22:29:43.774 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 22:34:43.795 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 22:39:43.817 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 22:44:43.826 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 22:49:43.829 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 22:54:43.831 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 22:59:43.836 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 23:04:43.838 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 23:09:43.839 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 23:14:43.840 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 23:19:43.842 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 23:24:43.843 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 23:29:43.845 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 23:34:43.847 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 23:39:43.874 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 23:44:43.875 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 23:49:43.876 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 23:54:43.879 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
- 2020-02-17 23:59:43.880 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver
- -Resolving eureka endpoints via configuration
|