2019-06-16 09:39:30.288 INFO 4512 --- [main] com.fly.admin.AdminServiceApplication : The following profiles are active: pro 2019-06-16 09:39:30.304 INFO 4512 --- [main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7a791b66: startup date [Sun Jun 16 09:39:30 CST 2019]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@14555e0a 2019-06-16 09:39:31.138 INFO 4512 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'counterFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.cloud.netflix.zuul.ZuulServerAutoConfiguration$ZuulMetricsConfiguration; factoryMethodName=counterFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/cloud/netflix/zuul/ZuulServerAutoConfiguration$ZuulMetricsConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.cloud.netflix.zuul.ZuulServerAutoConfiguration$ZuulCounterFactoryConfiguration; factoryMethodName=counterFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/cloud/netflix/zuul/ZuulServerAutoConfiguration$ZuulCounterFactoryConfiguration.class]] 2019-06-16 09:39:31.169 INFO 4512 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'zuulRefreshRoutesListener' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.cloud.netflix.zuul.ZuulServerAutoConfiguration; factoryMethodName=zuulRefreshRoutesListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/cloud/netflix/zuul/ZuulServerAutoConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=de.codecentric.boot.admin.config.RevereseZuulProxyConfiguration; factoryMethodName=zuulRefreshRoutesListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [de/codecentric/boot/admin/config/RevereseZuulProxyConfiguration.class]] 2019-06-16 09:39:31.295 INFO 4512 --- [main] o.s.cloud.context.scope.GenericScope : BeanFactory id=a1679086-aa08-3a4e-bc8c-f34ace377f17 2019-06-16 09:39:31.315 INFO 4512 --- [main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-06-16 09:39:31.428 INFO 4512 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.netflix.metrics.MetricsInterceptorConfiguration$MetricsRestTemplateConfiguration' of type [org.springframework.cloud.netflix.metrics.MetricsInterceptorConfiguration$MetricsRestTemplateConfiguration$$EnhancerBySpringCGLIB$$1dee7a47] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2019-06-16 09:39:31.547 INFO 4512 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$7dbd703] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2019-06-16 09:39:31.879 INFO 4512 --- [main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 9998 (http) 2019-06-16 09:39:31.887 INFO 4512 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2019-06-16 09:39:31.888 INFO 4512 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.23 2019-06-16 09:39:32.148 INFO 4512 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2019-06-16 09:39:32.148 INFO 4512 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1844 ms 2019-06-16 09:39:32.787 INFO 4512 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'metricsFilter' to: [/*] 2019-06-16 09:39:32.787 INFO 4512 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*] 2019-06-16 09:39:32.787 INFO 4512 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 2019-06-16 09:39:32.787 INFO 4512 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*] 2019-06-16 09:39:32.787 INFO 4512 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*] 2019-06-16 09:39:32.788 INFO 4512 --- [localhost-startStop-1] .s.DelegatingFilterProxyRegistrationBean : Mapping filter: 'springSecurityFilterChain' to: [/*] 2019-06-16 09:39:32.788 INFO 4512 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webRequestLoggingFilter' to: [/*] 2019-06-16 09:39:32.789 INFO 4512 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'applicationContextIdFilter' to: [/*] 2019-06-16 09:39:32.789 INFO 4512 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'turbineStreamServlet' to [/turbine.stream] 2019-06-16 09:39:32.790 INFO 4512 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'proxyStreamServlet' to [/proxy.stream] 2019-06-16 09:39:32.791 INFO 4512 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/] 2019-06-16 09:39:32.792 INFO 4512 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'zuulServlet' to [/zuul/*] 2019-06-16 09:39:33.624 INFO 4512 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : jolokia: No access restrictor found, access to any MBean is allowed 2019-06-16 09:39:34.033 INFO 4512 --- [main] o.s.ui.freemarker.SpringTemplateLoader : SpringTemplateLoader for FreeMarker: using resource loader [org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7a791b66: startup date [Sun Jun 16 09:39:30 CST 2019]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@14555e0a] and template loader path [classpath:/templates/] 2019-06-16 09:39:34.034 INFO 4512 --- [main] o.s.w.s.v.f.FreeMarkerConfigurer : ClassTemplateLoader for Spring macros added to FreeMarker configuration 2019-06-16 09:39:34.094 WARN 4512 --- [main] c.n.c.sources.URLConfigurationSource : No URLs will be polled as dynamic configuration sources. 2019-06-16 09:39:34.094 INFO 4512 --- [main] c.n.c.sources.URLConfigurationSource : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2019-06-16 09:39:34.102 INFO 4512 --- [main] c.netflix.config.DynamicPropertyFactory : DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@5e0c4f21 2019-06-16 09:39:34.670 WARN 4512 --- [main] c.n.c.sources.URLConfigurationSource : No URLs will be polled as dynamic configuration sources. 2019-06-16 09:39:34.670 INFO 4512 --- [main] c.n.c.sources.URLConfigurationSource : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2019-06-16 09:39:35.047 INFO 4512 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7a791b66: startup date [Sun Jun 16 09:39:30 CST 2019]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@14555e0a 2019-06-16 09:39:35.196 INFO 4512 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/hystrix/{path}]}" onto public java.lang.String org.springframework.cloud.netflix.hystrix.dashboard.HystrixDashboardController.monitor(java.lang.String,org.springframework.ui.Model,org.springframework.web.context.request.WebRequest) 2019-06-16 09:39:35.197 INFO 4512 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/hystrix]}" onto public java.lang.String org.springframework.cloud.netflix.hystrix.dashboard.HystrixDashboardController.home(org.springframework.ui.Model,org.springframework.web.context.request.WebRequest) 2019-06-16 09:39:35.200 INFO 4512 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 2019-06-16 09:39:35.206 INFO 4512 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2019-06-16 09:39:35.215 INFO 4512 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/turbine/clusters],methods=[GET]}" onto public java.util.Map spring.boot.admin.turbine.web.TurbineController.getClusters() 2019-06-16 09:39:35.218 INFO 4512 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/applications/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity de.codecentric.boot.admin.registry.web.RegistryController.get(java.lang.String) 2019-06-16 09:39:35.218 INFO 4512 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/applications],methods=[POST]}" onto public org.springframework.http.ResponseEntity de.codecentric.boot.admin.registry.web.RegistryController.register(de.codecentric.boot.admin.model.Application,org.springframework.web.util.UriComponentsBuilder) 2019-06-16 09:39:35.219 INFO 4512 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/applications/{id}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity de.codecentric.boot.admin.registry.web.RegistryController.unregister(java.lang.String) 2019-06-16 09:39:35.219 INFO 4512 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/applications],methods=[GET]}" onto public java.util.Collection de.codecentric.boot.admin.registry.web.RegistryController.applications(java.lang.String) 2019-06-16 09:39:35.222 INFO 4512 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/journal],produces=[application/json]}" onto public java.util.Collection de.codecentric.boot.admin.journal.web.JournalController.getJournal() 2019-06-16 09:39:35.223 INFO 4512 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/journal],produces=[text/event-stream]}" onto public org.springframework.web.servlet.mvc.method.annotation.SseEmitter de.codecentric.boot.admin.journal.web.JournalController.getJournalEvents() 2019-06-16 09:39:35.317 INFO 4512 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController] 2019-06-16 09:39:35.346 WARN 4512 --- [main] o.s.w.s.r.ResourceHttpRequestHandler : Locations list is empty. No resources will be served unless a custom ResourceResolver is configured as an alternative to PathResourceResolver. 2019-06-16 09:39:35.346 WARN 4512 --- [main] o.s.w.s.r.ResourceHttpRequestHandler : Locations list is empty. No resources will be served unless a custom ResourceResolver is configured as an alternative to PathResourceResolver. 2019-06-16 09:39:35.348 INFO 4512 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2019-06-16 09:39:35.348 INFO 4512 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2019-06-16 09:39:35.348 INFO 4512 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/all-modules.css] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2019-06-16 09:39:35.349 INFO 4512 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/all-modules.js] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2019-06-16 09:39:35.430 INFO 4512 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2019-06-16 09:39:38.343 INFO 4512 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/css/**'], Ant [pattern='/js/**'], Ant [pattern='/images/**'], Ant [pattern='/webjars/**'], Ant [pattern='/**/favicon.ico'], Ant [pattern='/error']]], [] 2019-06-16 09:39:38.343 INFO 4512 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration$LazyEndpointPathRequestMatcher@5cfa2ac5, [] 2019-06-16 09:39:38.603 INFO 4512 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7e20f4e3, org.springframework.security.web.context.SecurityContextPersistenceFilter@3dad535f, org.springframework.security.web.header.HeaderWriterFilter@24e1e90a, org.springframework.security.web.authentication.logout.LogoutFilter@4d174189, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@362cf66, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@76eadc5a, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1bd59b82, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@29532e91, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3af39e7b, org.springframework.security.web.session.SessionManagementFilter@34695b23, org.springframework.security.web.access.ExceptionTranslationFilter@6ab50d1c, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@13662609] 2019-06-16 09:39:38.619 INFO 4512 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@40d10264, org.springframework.security.web.context.SecurityContextPersistenceFilter@990b86b, org.springframework.security.web.header.HeaderWriterFilter@562f6681, org.springframework.security.web.authentication.logout.LogoutFilter@40a7974, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@8d5da7e, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3dea1ecc, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@105c6c9e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6edd4fe2, org.springframework.security.web.session.SessionManagementFilter@6f6f65a4, org.springframework.security.web.access.ExceptionTranslationFilter@1c05097c, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@497921d0] 2019-06-16 09:39:40.301 INFO 4512 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/jolokia/**]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint.handle(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception 2019-06-16 09:39:40.302 INFO 4512 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/env/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint.value(java.lang.String) 2019-06-16 09:39:40.302 INFO 4512 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/env || /env.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2019-06-16 09:39:40.303 INFO 4512 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/info || /info.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2019-06-16 09:39:40.304 INFO 4512 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/auditevents || /auditevents.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public org.springframework.http.ResponseEntity org.springframework.boot.actuate.endpoint.mvc.AuditEventsMvcEndpoint.findByPrincipalAndAfterAndType(java.lang.String,java.util.Date,java.lang.String) 2019-06-16 09:39:40.304 INFO 4512 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/refresh || /refresh.json],methods=[POST]}" onto public java.lang.Object org.springframework.cloud.endpoint.GenericPostableMvcEndpoint.invoke() 2019-06-16 09:39:40.307 INFO 4512 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/features || /features.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2019-06-16 09:39:40.307 INFO 4512 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/routes || /routes.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2019-06-16 09:39:40.308 INFO 4512 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/metrics/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint.value(java.lang.String) 2019-06-16 09:39:40.309 INFO 4512 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/metrics || /metrics.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2019-06-16 09:39:40.309 INFO 4512 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/configprops || /configprops.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2019-06-16 09:39:40.311 INFO 4512 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/hystrix.stream/**]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.cloud.netflix.endpoint.ServletWrappingEndpoint.handle(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception 2019-06-16 09:39:40.312 INFO 4512 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/heapdump || /heapdump.json],methods=[GET],produces=[application/octet-stream]}" onto public void org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint.invoke(boolean,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException,javax.servlet.ServletException 2019-06-16 09:39:40.313 INFO 4512 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/beans || /beans.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2019-06-16 09:39:40.313 INFO 4512 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/env],methods=[POST]}" onto public java.lang.Object org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint.value(java.util.Map) 2019-06-16 09:39:40.314 INFO 4512 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/env/reset],methods=[POST]}" onto public java.util.Map org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint.reset() 2019-06-16 09:39:40.315 INFO 4512 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/mappings || /mappings.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2019-06-16 09:39:40.316 INFO 4512 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/archaius || /archaius.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2019-06-16 09:39:40.317 INFO 4512 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/logfile || /logfile.json],methods=[GET || HEAD]}" onto public void org.springframework.boot.actuate.endpoint.mvc.LogFileMvcEndpoint.invoke(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2019-06-16 09:39:40.318 INFO 4512 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/autoconfig || /autoconfig.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2019-06-16 09:39:40.318 INFO 4512 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/service-registry/instance-status],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.springframework.cloud.client.serviceregistry.endpoint.ServiceRegistryEndpoint.setStatus(java.lang.String) 2019-06-16 09:39:40.319 INFO 4512 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/service-registry/instance-status],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.springframework.cloud.client.serviceregistry.endpoint.ServiceRegistryEndpoint.getStatus() 2019-06-16 09:39:40.319 INFO 4512 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/trace || /trace.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2019-06-16 09:39:40.320 INFO 4512 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/dump || /dump.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2019-06-16 09:39:40.321 INFO 4512 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/health || /health.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint.invoke(javax.servlet.http.HttpServletRequest,java.security.Principal) 2019-06-16 09:39:40.322 INFO 4512 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/loggers/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint.get(java.lang.String) 2019-06-16 09:39:40.323 INFO 4512 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/loggers/{name:.*}],methods=[POST],consumes=[application/vnd.spring-boot.actuator.v1+json || application/json],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint.set(java.lang.String,java.util.Map) 2019-06-16 09:39:40.323 INFO 4512 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/loggers || /loggers.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2019-06-16 09:39:42.897 INFO 4512 --- [main] o.s.c.n.zuul.ZuulFilterInitializer : Starting filter initializer 2019-06-16 09:39:43.060 INFO 4512 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'updateTaskScheduler' 2019-06-16 09:39:43.173 INFO 4512 --- [main] d.c.boot.admin.web.PrefixHandlerMapping : Mapped "{[/api/turbine/clusters],methods=[GET]}" onto public java.util.Map spring.boot.admin.turbine.web.TurbineController.getClusters() 2019-06-16 09:39:43.174 INFO 4512 --- [main] d.c.boot.admin.web.PrefixHandlerMapping : Mapped "{[/api/applications/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity de.codecentric.boot.admin.registry.web.RegistryController.get(java.lang.String) 2019-06-16 09:39:43.175 INFO 4512 --- [main] d.c.boot.admin.web.PrefixHandlerMapping : Mapped "{[/api/applications],methods=[POST]}" onto public org.springframework.http.ResponseEntity de.codecentric.boot.admin.registry.web.RegistryController.register(de.codecentric.boot.admin.model.Application,org.springframework.web.util.UriComponentsBuilder) 2019-06-16 09:39:43.176 INFO 4512 --- [main] d.c.boot.admin.web.PrefixHandlerMapping : Mapped "{[/api/applications/{id}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity de.codecentric.boot.admin.registry.web.RegistryController.unregister(java.lang.String) 2019-06-16 09:39:43.176 INFO 4512 --- [main] d.c.boot.admin.web.PrefixHandlerMapping : Mapped "{[/api/applications],methods=[GET]}" onto public java.util.Collection de.codecentric.boot.admin.registry.web.RegistryController.applications(java.lang.String) 2019-06-16 09:39:43.178 INFO 4512 --- [main] d.c.boot.admin.web.PrefixHandlerMapping : Mapped "{[/api/journal],produces=[application/json]}" onto public java.util.Collection de.codecentric.boot.admin.journal.web.JournalController.getJournal() 2019-06-16 09:39:43.179 INFO 4512 --- [main] d.c.boot.admin.web.PrefixHandlerMapping : Mapped "{[/api/journal],produces=[text/event-stream]}" onto public org.springframework.web.servlet.mvc.method.annotation.SseEmitter de.codecentric.boot.admin.journal.web.JournalController.getJournalEvents() 2019-06-16 09:39:43.491 INFO 4512 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup 2019-06-16 09:39:43.511 INFO 4512 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'environmentManager' has been autodetected for JMX exposure 2019-06-16 09:39:43.517 INFO 4512 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure 2019-06-16 09:39:43.518 INFO 4512 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'refreshEndpoint' has been autodetected for JMX exposure 2019-06-16 09:39:43.520 INFO 4512 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'serviceRegistryEndpoint' has been autodetected for JMX exposure 2019-06-16 09:39:43.521 INFO 4512 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'zuulEndpoint' has been autodetected for JMX exposure 2019-06-16 09:39:43.522 INFO 4512 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'refreshScope' has been autodetected for JMX exposure 2019-06-16 09:39:43.526 INFO 4512 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager] 2019-06-16 09:39:43.551 INFO 4512 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located managed bean 'serviceRegistryEndpoint': registering with JMX server as MBean [org.springframework.cloud.client.serviceregistry.endpoint:name=serviceRegistryEndpoint,type=ServiceRegistryEndpoint] 2019-06-16 09:39:43.561 INFO 4512 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope] 2019-06-16 09:39:43.593 INFO 4512 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located managed bean 'zuulEndpoint': registering with JMX server as MBean [org.springframework.cloud.netflix.zuul:name=zuulEndpoint,type=RoutesEndpoint] 2019-06-16 09:39:43.600 WARN 4512 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with key 'zuulEndpoint' has been registered as an MBean but has no exposed attributes or operations 2019-06-16 09:39:43.603 INFO 4512 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=7a791b66,type=ConfigurationPropertiesRebinder] 2019-06-16 09:39:43.615 INFO 4512 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located managed bean 'refreshEndpoint': registering with JMX server as MBean [org.springframework.cloud.endpoint:name=refreshEndpoint,type=RefreshEndpoint] 2019-06-16 09:39:44.683 INFO 4512 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : jolokia: No access restrictor found, access to any MBean is allowed 2019-06-16 09:39:44.690 INFO 4512 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : jolokia: jolokia:type=Config is already registered. Adding it with jolokia:type=Config,uuid=e75e839a-64a9-4f9e-a681-36ff27d58f49, but you should revise your setup in order to either use a qualifier or ensure, that only a single agent gets registered (otherwise history functionality might not work) 2019-06-16 09:39:44.691 INFO 4512 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : jolokia: Cannot register (legacy) MBean handler for config store with name jmx4perl:type=Config since it already exists. This is the case if another agent has been already started within the same JVM. The registration is skipped. 2019-06-16 09:39:44.691 INFO 4512 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : jolokia: Jolokia Discovery MBean registration is skipped because there is already one registered. 2019-06-16 09:39:44.813 INFO 4512 --- [main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 0 2019-06-16 09:39:44.823 INFO 4512 --- [main] o.s.c.n.turbine.SpringAggregatorFactory : Could not find monitors: [] 2019-06-16 09:39:44.997 INFO 4512 --- [main] c.n.t.monitor.cluster.ClusterMonitor : Registering event handler for cluster monitor: StaticListener_For_Aggregator 2019-06-16 09:39:45.001 INFO 4512 --- [main] c.n.t.handler.TurbineDataDispatcher : Just added and starting handler tuple: StaticListener_For_Aggregator 2019-06-16 09:39:45.002 INFO 4512 --- [main] c.n.t.monitor.cluster.ClusterMonitor : All event handlers for cluster monitor: [StaticListener_For_Aggregator] 2019-06-16 09:39:45.002 INFO 4512 --- [main] c.n.t.monitor.cluster.ClusterMonitor : Starting up the cluster monitor for default_agg 2019-06-16 09:39:45.008 INFO 4512 --- [main] c.n.t.discovery.InstanceObservable : Starting InstanceObservable at frequency: 60000 millis 2019-06-16 09:39:45.008 INFO 4512 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 09:39:45.009 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 09:39:45.010 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 09:39:45.010 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 09:39:45.018 INFO 4512 --- [main] o.s.c.n.eureka.InstanceInfoFactory : Setting initial instance status as: STARTING 2019-06-16 09:39:45.121 INFO 4512 --- [main] com.netflix.discovery.DiscoveryClient : Initializing Eureka in region us-east-1 2019-06-16 09:39:45.287 INFO 4512 --- [main] c.n.d.provider.DiscoveryJerseyProvider : Using JSON encoding codec LegacyJacksonJson 2019-06-16 09:39:45.287 INFO 4512 --- [main] c.n.d.provider.DiscoveryJerseyProvider : Using JSON decoding codec LegacyJacksonJson 2019-06-16 09:39:45.552 INFO 4512 --- [main] c.n.d.provider.DiscoveryJerseyProvider : Using XML encoding codec XStreamXml 2019-06-16 09:39:45.557 INFO 4512 --- [main] c.n.d.provider.DiscoveryJerseyProvider : Using XML decoding codec XStreamXml 2019-06-16 09:39:46.226 INFO 4512 --- [main] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 09:39:47.561 INFO 4512 --- [main] com.netflix.discovery.DiscoveryClient : Disable delta property : false 2019-06-16 09:39:47.563 INFO 4512 --- [main] com.netflix.discovery.DiscoveryClient : Single vip registry refresh property : null 2019-06-16 09:39:47.563 INFO 4512 --- [main] com.netflix.discovery.DiscoveryClient : Force full registry fetch : false 2019-06-16 09:39:47.563 INFO 4512 --- [main] com.netflix.discovery.DiscoveryClient : Application is null : false 2019-06-16 09:39:47.564 INFO 4512 --- [main] com.netflix.discovery.DiscoveryClient : Registered Applications size is zero : true 2019-06-16 09:39:47.564 INFO 4512 --- [main] com.netflix.discovery.DiscoveryClient : Application version is -1: true 2019-06-16 09:39:47.564 INFO 4512 --- [main] com.netflix.discovery.DiscoveryClient : Getting all instance registry info from the eureka server 2019-06-16 09:39:47.932 INFO 4512 --- [main] com.netflix.discovery.DiscoveryClient : The response status is 200 2019-06-16 09:39:47.937 INFO 4512 --- [main] com.netflix.discovery.DiscoveryClient : Starting heartbeat executor: renew interval is: 30 2019-06-16 09:39:47.942 INFO 4512 --- [main] c.n.discovery.InstanceInfoReplicator : InstanceInfoReplicator onDemand update allowed rate per min is 4 2019-06-16 09:39:47.949 INFO 4512 --- [main] com.netflix.discovery.DiscoveryClient : Discovery Client initialized at timestamp 1560649187949 with initial instances count: 1 2019-06-16 09:39:48.059 INFO 4512 --- [main] o.s.c.n.e.s.EurekaServiceRegistry : Registering application admin-service with eureka with status UP 2019-06-16 09:39:48.062 INFO 4512 --- [main] com.netflix.discovery.DiscoveryClient : Saw local status change event StatusChangeEvent [timestamp=1560649188062, current=UP, previous=STARTING] 2019-06-16 09:39:48.100 INFO 4512 --- [DiscoveryClient-InstanceInfoReplicator-0] com.netflix.discovery.DiscoveryClient : DiscoveryClient_ADMIN-SERVICE/LAPTOP-BTKIHH20:admin-service:9998: registering service... 2019-06-16 09:39:48.106 INFO 4512 --- [main] d.c.b.a.registry.ApplicationRegistry : New Application Application [id=98760458, name=ZIPKIN-SERVICE, managementUrl=http://LAPTOP-BTKIHH20:9411/, healthUrl=http://LAPTOP-BTKIHH20:9411/health, serviceUrl=http://LAPTOP-BTKIHH20:9411/] registered 2019-06-16 09:39:48.167 INFO 4512 --- [DiscoveryClient-InstanceInfoReplicator-0] com.netflix.discovery.DiscoveryClient : DiscoveryClient_ADMIN-SERVICE/LAPTOP-BTKIHH20:admin-service:9998 - registration status: 204 2019-06-16 09:39:48.220 INFO 4512 --- [main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147483647 2019-06-16 09:39:48.231 INFO 4512 --- [main] ration$HystrixMetricsPollerConfiguration : Starting poller 2019-06-16 09:39:48.349 INFO 4512 --- [main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 9998 (http) 2019-06-16 09:39:48.350 INFO 4512 --- [main] .s.c.n.e.s.EurekaAutoServiceRegistration : Updating port to 9998 2019-06-16 09:39:48.358 INFO 4512 --- [main] com.fly.admin.AdminServiceApplication : Started AdminServiceApplication in 21.148 seconds (JVM running for 22.907) 2019-06-16 09:39:49.131 INFO 4512 --- [RMI TCP Connection(10)-127.0.0.1] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 09:39:50.727 INFO 4512 --- [RMI TCP Connection(10)-127.0.0.1] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 09:40:17.959 INFO 4512 --- [DiscoveryClient-CacheRefreshExecutor-0] d.c.b.a.registry.ApplicationRegistry : New Application Application [id=9a2d2a6f, name=ADMIN-SERVICE, managementUrl=http://LAPTOP-BTKIHH20:9998/, healthUrl=http://LAPTOP-BTKIHH20:9998/health, serviceUrl=http://LAPTOP-BTKIHH20:9998/] registered 2019-06-16 09:40:17.960 INFO 4512 --- [DiscoveryClient-CacheRefreshExecutor-0] d.c.b.a.registry.ApplicationRegistry : New Application Application [id=fbea0096, name=GATEWAY-SERVICE, managementUrl=http://LAPTOP-BTKIHH20:5000/, healthUrl=http://LAPTOP-BTKIHH20:5000/health, serviceUrl=http://LAPTOP-BTKIHH20:5000/] registered 2019-06-16 09:40:17.961 INFO 4512 --- [DiscoveryClient-CacheRefreshExecutor-0] d.c.b.a.registry.ApplicationRegistry : New Application Application [id=86ea8e47, name=MONITOR-SERVICE, managementUrl=http://LAPTOP-BTKIHH20:8766/, healthUrl=http://LAPTOP-BTKIHH20:8766/health, serviceUrl=http://LAPTOP-BTKIHH20:8766/] registered 2019-06-16 09:40:17.961 INFO 4512 --- [DiscoveryClient-CacheRefreshExecutor-0] d.c.b.a.registry.ApplicationRegistry : New Application Application [id=c9a3bea4, name=LOGGER-SERVICE, managementUrl=http://LAPTOP-BTKIHH20:9997/, healthUrl=http://LAPTOP-BTKIHH20:9997/health, serviceUrl=http://LAPTOP-BTKIHH20:9997/] registered 2019-06-16 09:40:17.962 INFO 4512 --- [DiscoveryClient-CacheRefreshExecutor-0] d.c.b.a.registry.ApplicationRegistry : New Application Application [id=10db527d, name=UAA-SERVICE, managementUrl=http://LAPTOP-BTKIHH20:9999/, healthUrl=http://LAPTOP-BTKIHH20:9999/health, serviceUrl=http://LAPTOP-BTKIHH20:9999/] registered 2019-06-16 09:40:18.020 INFO 4512 --- [http-nio-9998-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring FrameworkServlet 'dispatcherServlet' 2019-06-16 09:40:18.020 INFO 4512 --- [http-nio-9998-exec-2] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization started 2019-06-16 09:40:18.066 INFO 4512 --- [http-nio-9998-exec-2] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization completed in 46 ms 2019-06-16 09:40:18.081 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/turbine/stream/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.082 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/10db527d/health/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.082 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/10db527d/env/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.082 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/10db527d/metrics/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.082 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/10db527d/dump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.082 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/10db527d/jolokia/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.082 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/10db527d/info/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.082 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/10db527d/configprops/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.082 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/10db527d/trace/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.082 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/10db527d/logfile/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.082 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/10db527d/refresh/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.082 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/10db527d/flyway/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.082 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/10db527d/liquibase/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.082 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/10db527d/heapdump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.082 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/10db527d/loggers/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.082 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/10db527d/auditevents/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.082 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/10db527d/hystrix.stream/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.082 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/10db527d/activiti/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.082 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/9a2d2a6f/health/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.082 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/9a2d2a6f/env/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.082 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/9a2d2a6f/metrics/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.082 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/9a2d2a6f/dump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.082 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/9a2d2a6f/jolokia/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.082 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/9a2d2a6f/info/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.082 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/9a2d2a6f/configprops/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.082 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/9a2d2a6f/trace/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.082 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/9a2d2a6f/logfile/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.082 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/9a2d2a6f/refresh/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.083 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/9a2d2a6f/flyway/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.083 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/9a2d2a6f/liquibase/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.083 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/9a2d2a6f/heapdump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.083 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/9a2d2a6f/loggers/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.083 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/9a2d2a6f/auditevents/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.083 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/9a2d2a6f/hystrix.stream/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.083 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/9a2d2a6f/activiti/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.083 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/fbea0096/health/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.083 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/fbea0096/env/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.083 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/fbea0096/metrics/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.083 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/fbea0096/dump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.083 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/fbea0096/jolokia/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.083 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/fbea0096/info/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.083 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/fbea0096/configprops/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.083 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/fbea0096/trace/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.083 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/fbea0096/logfile/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.084 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/fbea0096/refresh/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.084 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/fbea0096/flyway/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.084 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/fbea0096/liquibase/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.084 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/fbea0096/heapdump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.084 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/fbea0096/loggers/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.084 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/fbea0096/auditevents/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.084 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/fbea0096/hystrix.stream/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.084 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/fbea0096/activiti/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.084 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/c9a3bea4/health/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.084 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/c9a3bea4/env/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.084 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/c9a3bea4/metrics/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.084 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/c9a3bea4/dump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.084 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/c9a3bea4/jolokia/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.084 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/c9a3bea4/info/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.084 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/c9a3bea4/configprops/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.084 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/c9a3bea4/trace/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.084 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/c9a3bea4/logfile/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.084 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/c9a3bea4/refresh/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.085 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/c9a3bea4/flyway/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.085 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/c9a3bea4/liquibase/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.085 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/c9a3bea4/heapdump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.085 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/c9a3bea4/loggers/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.085 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/c9a3bea4/auditevents/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.085 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/c9a3bea4/hystrix.stream/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.085 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/c9a3bea4/activiti/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.085 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/86ea8e47/health/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.085 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/86ea8e47/env/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.085 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/86ea8e47/metrics/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.085 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/86ea8e47/dump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.085 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/86ea8e47/jolokia/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.085 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/86ea8e47/info/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.085 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/86ea8e47/configprops/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.085 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/86ea8e47/trace/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.085 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/86ea8e47/logfile/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.085 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/86ea8e47/refresh/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.085 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/86ea8e47/flyway/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.086 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/86ea8e47/liquibase/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.086 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/86ea8e47/heapdump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.086 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/86ea8e47/loggers/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.086 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/86ea8e47/auditevents/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.086 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/86ea8e47/hystrix.stream/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.086 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/86ea8e47/activiti/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.086 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/98760458/health/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.086 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/98760458/env/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.086 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/98760458/metrics/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.086 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/98760458/dump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.086 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/98760458/jolokia/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.086 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/98760458/info/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.087 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/98760458/configprops/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.087 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/98760458/trace/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.087 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/98760458/logfile/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.087 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/98760458/refresh/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.087 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/98760458/flyway/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.087 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/98760458/liquibase/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.087 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/98760458/heapdump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.087 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/98760458/loggers/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.087 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/98760458/auditevents/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.087 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/98760458/hystrix.stream/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:18.087 INFO 4512 --- [http-nio-9998-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/98760458/activiti/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:40:45.008 INFO 4512 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 09:40:45.009 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 09:40:45.009 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 09:40:45.010 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 09:41:45.009 INFO 4512 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 09:41:45.009 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 09:41:45.009 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 09:41:45.009 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 09:42:45.009 INFO 4512 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 09:42:45.009 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 09:42:45.009 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 09:42:45.009 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 09:43:45.010 INFO 4512 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 09:43:45.010 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 09:43:45.010 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 09:43:45.010 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 09:44:45.011 INFO 4512 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 09:44:45.011 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 09:44:45.011 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 09:44:45.011 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 09:44:47.574 INFO 4512 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 09:45:08.388 INFO 4512 --- [http-nio-9998-exec-7] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 09:45:09.359 INFO 4512 --- [http-nio-9998-exec-7] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 09:45:45.012 INFO 4512 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 09:45:45.012 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 09:45:45.012 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 09:45:45.012 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 09:46:45.012 INFO 4512 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 09:46:45.012 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 09:46:45.012 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 09:46:45.012 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 09:47:45.013 INFO 4512 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 09:47:45.014 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 09:47:45.014 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 09:47:45.014 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 09:47:48.147 INFO 4512 --- [DiscoveryClient-CacheRefreshExecutor-0] d.c.b.a.registry.ApplicationRegistry : New Application Application [id=15ef9808, name=USER-SERVICE, managementUrl=http://LAPTOP-BTKIHH20:8762/, healthUrl=http://LAPTOP-BTKIHH20:8762/health, serviceUrl=http://LAPTOP-BTKIHH20:8762/] registered 2019-06-16 09:47:48.416 INFO 4512 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/15ef9808/health/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:47:48.416 INFO 4512 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/15ef9808/env/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:47:48.416 INFO 4512 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/15ef9808/metrics/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:47:48.416 INFO 4512 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/15ef9808/dump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:47:48.416 INFO 4512 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/15ef9808/jolokia/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:47:48.416 INFO 4512 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/15ef9808/info/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:47:48.417 INFO 4512 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/15ef9808/configprops/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:47:48.417 INFO 4512 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/15ef9808/trace/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:47:48.417 INFO 4512 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/15ef9808/logfile/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:47:48.417 INFO 4512 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/15ef9808/refresh/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:47:48.417 INFO 4512 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/15ef9808/flyway/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:47:48.417 INFO 4512 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/15ef9808/liquibase/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:47:48.417 INFO 4512 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/15ef9808/heapdump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:47:48.418 INFO 4512 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/15ef9808/loggers/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:47:48.418 INFO 4512 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/15ef9808/auditevents/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:47:48.418 INFO 4512 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/15ef9808/hystrix.stream/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:47:48.418 INFO 4512 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/15ef9808/activiti/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:48:45.013 INFO 4512 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 09:48:45.014 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 09:48:45.014 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 09:48:45.014 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 09:49:18.185 INFO 4512 --- [DiscoveryClient-CacheRefreshExecutor-0] d.c.b.a.registry.ApplicationRegistry : New Application Application [id=5c6b293d, name=NEWS-SERVICE, managementUrl=http://LAPTOP-BTKIHH20:8767/, healthUrl=http://LAPTOP-BTKIHH20:8767/health, serviceUrl=http://LAPTOP-BTKIHH20:8767/] registered 2019-06-16 09:49:18.187 INFO 4512 --- [DiscoveryClient-CacheRefreshExecutor-0] d.c.b.a.registry.ApplicationRegistry : New Application Application [id=ae3e5fcc, name=BLOG-SERVICE, managementUrl=http://LAPTOP-BTKIHH20:8763/, healthUrl=http://LAPTOP-BTKIHH20:8763/health, serviceUrl=http://LAPTOP-BTKIHH20:8763/] registered 2019-06-16 09:49:18.672 INFO 4512 --- [http-nio-9998-exec-9] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/ae3e5fcc/health/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:49:18.673 INFO 4512 --- [http-nio-9998-exec-9] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/ae3e5fcc/env/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:49:18.673 INFO 4512 --- [http-nio-9998-exec-9] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/ae3e5fcc/metrics/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:49:18.673 INFO 4512 --- [http-nio-9998-exec-9] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/ae3e5fcc/dump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:49:18.673 INFO 4512 --- [http-nio-9998-exec-9] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/ae3e5fcc/jolokia/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:49:18.673 INFO 4512 --- [http-nio-9998-exec-9] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/ae3e5fcc/info/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:49:18.673 INFO 4512 --- [http-nio-9998-exec-9] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/ae3e5fcc/configprops/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:49:18.673 INFO 4512 --- [http-nio-9998-exec-9] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/ae3e5fcc/trace/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:49:18.673 INFO 4512 --- [http-nio-9998-exec-9] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/ae3e5fcc/logfile/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:49:18.673 INFO 4512 --- [http-nio-9998-exec-9] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/ae3e5fcc/refresh/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:49:18.673 INFO 4512 --- [http-nio-9998-exec-9] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/ae3e5fcc/flyway/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:49:18.674 INFO 4512 --- [http-nio-9998-exec-9] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/ae3e5fcc/liquibase/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:49:18.674 INFO 4512 --- [http-nio-9998-exec-9] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/ae3e5fcc/heapdump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:49:18.674 INFO 4512 --- [http-nio-9998-exec-9] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/ae3e5fcc/loggers/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:49:18.674 INFO 4512 --- [http-nio-9998-exec-9] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/ae3e5fcc/auditevents/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:49:18.674 INFO 4512 --- [http-nio-9998-exec-9] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/ae3e5fcc/hystrix.stream/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:49:18.674 INFO 4512 --- [http-nio-9998-exec-9] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/ae3e5fcc/activiti/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:49:18.674 INFO 4512 --- [http-nio-9998-exec-9] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/5c6b293d/health/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:49:18.674 INFO 4512 --- [http-nio-9998-exec-9] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/5c6b293d/env/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:49:18.674 INFO 4512 --- [http-nio-9998-exec-9] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/5c6b293d/metrics/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:49:18.674 INFO 4512 --- [http-nio-9998-exec-9] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/5c6b293d/dump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:49:18.674 INFO 4512 --- [http-nio-9998-exec-9] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/5c6b293d/jolokia/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:49:18.675 INFO 4512 --- [http-nio-9998-exec-9] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/5c6b293d/info/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:49:18.675 INFO 4512 --- [http-nio-9998-exec-9] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/5c6b293d/configprops/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:49:18.675 INFO 4512 --- [http-nio-9998-exec-9] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/5c6b293d/trace/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:49:18.675 INFO 4512 --- [http-nio-9998-exec-9] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/5c6b293d/logfile/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:49:18.675 INFO 4512 --- [http-nio-9998-exec-9] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/5c6b293d/refresh/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:49:18.675 INFO 4512 --- [http-nio-9998-exec-9] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/5c6b293d/flyway/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:49:18.675 INFO 4512 --- [http-nio-9998-exec-9] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/5c6b293d/liquibase/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:49:18.675 INFO 4512 --- [http-nio-9998-exec-9] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/5c6b293d/heapdump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:49:18.675 INFO 4512 --- [http-nio-9998-exec-9] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/5c6b293d/loggers/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:49:18.676 INFO 4512 --- [http-nio-9998-exec-9] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/5c6b293d/auditevents/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:49:18.676 INFO 4512 --- [http-nio-9998-exec-9] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/5c6b293d/hystrix.stream/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:49:18.676 INFO 4512 --- [http-nio-9998-exec-9] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/5c6b293d/activiti/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 09:49:45.013 INFO 4512 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 09:49:45.014 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 09:49:45.014 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 09:49:45.015 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 09:49:47.584 INFO 4512 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 09:50:19.117 INFO 4512 --- [http-nio-9998-exec-6] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 09:50:19.759 INFO 4512 --- [http-nio-9998-exec-6] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 09:50:45.014 INFO 4512 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 09:50:45.014 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 09:50:45.014 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 09:50:45.014 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 09:51:45.015 INFO 4512 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 09:51:45.015 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 09:51:45.015 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 09:51:45.024 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 09:52:45.015 INFO 4512 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 09:52:45.015 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 09:52:45.015 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 09:52:45.015 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 09:53:45.015 INFO 4512 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 09:53:45.016 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 09:53:45.025 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 09:53:45.025 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 09:54:45.016 INFO 4512 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 09:54:45.018 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 09:54:45.018 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 09:54:45.018 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 09:54:47.589 INFO 4512 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 09:55:39.091 INFO 4512 --- [http-nio-9998-exec-10] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 09:55:39.895 INFO 4512 --- [http-nio-9998-exec-10] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 09:55:45.017 INFO 4512 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 09:55:45.020 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 09:55:45.020 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 09:55:45.020 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 09:56:45.018 INFO 4512 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 09:56:45.018 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 09:56:45.018 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 09:56:45.018 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 09:57:45.018 INFO 4512 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 09:57:45.018 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 09:57:45.018 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 09:57:45.018 INFO 4512 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 15:29:28.533 INFO 1316 --- [main] com.fly.admin.AdminServiceApplication : The following profiles are active: pro 2019-06-16 15:29:28.559 INFO 1316 --- [main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@6b9ce1bf: startup date [Sun Jun 16 15:29:28 CST 2019]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@3d5c822d 2019-06-16 15:29:29.506 INFO 1316 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'counterFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.cloud.netflix.zuul.ZuulServerAutoConfiguration$ZuulMetricsConfiguration; factoryMethodName=counterFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/cloud/netflix/zuul/ZuulServerAutoConfiguration$ZuulMetricsConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.cloud.netflix.zuul.ZuulServerAutoConfiguration$ZuulCounterFactoryConfiguration; factoryMethodName=counterFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/cloud/netflix/zuul/ZuulServerAutoConfiguration$ZuulCounterFactoryConfiguration.class]] 2019-06-16 15:29:29.539 INFO 1316 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'zuulRefreshRoutesListener' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.cloud.netflix.zuul.ZuulServerAutoConfiguration; factoryMethodName=zuulRefreshRoutesListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/cloud/netflix/zuul/ZuulServerAutoConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=de.codecentric.boot.admin.config.RevereseZuulProxyConfiguration; factoryMethodName=zuulRefreshRoutesListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [de/codecentric/boot/admin/config/RevereseZuulProxyConfiguration.class]] 2019-06-16 15:29:29.699 INFO 1316 --- [main] o.s.cloud.context.scope.GenericScope : BeanFactory id=a1679086-aa08-3a4e-bc8c-f34ace377f17 2019-06-16 15:29:29.713 INFO 1316 --- [main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-06-16 15:29:29.825 INFO 1316 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.netflix.metrics.MetricsInterceptorConfiguration$MetricsRestTemplateConfiguration' of type [org.springframework.cloud.netflix.metrics.MetricsInterceptorConfiguration$MetricsRestTemplateConfiguration$$EnhancerBySpringCGLIB$$fca7ab93] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2019-06-16 15:29:29.938 INFO 1316 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$e695084f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2019-06-16 15:29:30.320 INFO 1316 --- [main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 9998 (http) 2019-06-16 15:29:30.328 INFO 1316 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2019-06-16 15:29:30.330 INFO 1316 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.23 2019-06-16 15:29:30.436 INFO 1316 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2019-06-16 15:29:30.437 INFO 1316 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1878 ms 2019-06-16 15:29:31.140 INFO 1316 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'metricsFilter' to: [/*] 2019-06-16 15:29:31.141 INFO 1316 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*] 2019-06-16 15:29:31.141 INFO 1316 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 2019-06-16 15:29:31.142 INFO 1316 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*] 2019-06-16 15:29:31.142 INFO 1316 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*] 2019-06-16 15:29:31.143 INFO 1316 --- [localhost-startStop-1] .s.DelegatingFilterProxyRegistrationBean : Mapping filter: 'springSecurityFilterChain' to: [/*] 2019-06-16 15:29:31.143 INFO 1316 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webRequestLoggingFilter' to: [/*] 2019-06-16 15:29:31.143 INFO 1316 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'applicationContextIdFilter' to: [/*] 2019-06-16 15:29:31.143 INFO 1316 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'turbineStreamServlet' to [/turbine.stream] 2019-06-16 15:29:31.144 INFO 1316 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'proxyStreamServlet' to [/proxy.stream] 2019-06-16 15:29:31.144 INFO 1316 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/] 2019-06-16 15:29:31.145 INFO 1316 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'zuulServlet' to [/zuul/*] 2019-06-16 15:29:31.860 INFO 1316 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : jolokia: No access restrictor found, access to any MBean is allowed 2019-06-16 15:29:32.359 INFO 1316 --- [main] o.s.ui.freemarker.SpringTemplateLoader : SpringTemplateLoader for FreeMarker: using resource loader [org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@6b9ce1bf: startup date [Sun Jun 16 15:29:28 CST 2019]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@3d5c822d] and template loader path [classpath:/templates/] 2019-06-16 15:29:32.360 INFO 1316 --- [main] o.s.w.s.v.f.FreeMarkerConfigurer : ClassTemplateLoader for Spring macros added to FreeMarker configuration 2019-06-16 15:29:32.408 WARN 1316 --- [main] c.n.c.sources.URLConfigurationSource : No URLs will be polled as dynamic configuration sources. 2019-06-16 15:29:32.409 INFO 1316 --- [main] c.n.c.sources.URLConfigurationSource : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2019-06-16 15:29:32.412 INFO 1316 --- [main] c.netflix.config.DynamicPropertyFactory : DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@19dc0d32 2019-06-16 15:29:32.787 WARN 1316 --- [main] c.n.c.sources.URLConfigurationSource : No URLs will be polled as dynamic configuration sources. 2019-06-16 15:29:32.788 INFO 1316 --- [main] c.n.c.sources.URLConfigurationSource : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2019-06-16 15:29:33.151 INFO 1316 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@6b9ce1bf: startup date [Sun Jun 16 15:29:28 CST 2019]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@3d5c822d 2019-06-16 15:29:33.256 INFO 1316 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/hystrix/{path}]}" onto public java.lang.String org.springframework.cloud.netflix.hystrix.dashboard.HystrixDashboardController.monitor(java.lang.String,org.springframework.ui.Model,org.springframework.web.context.request.WebRequest) 2019-06-16 15:29:33.257 INFO 1316 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/hystrix]}" onto public java.lang.String org.springframework.cloud.netflix.hystrix.dashboard.HystrixDashboardController.home(org.springframework.ui.Model,org.springframework.web.context.request.WebRequest) 2019-06-16 15:29:33.259 INFO 1316 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 2019-06-16 15:29:33.259 INFO 1316 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2019-06-16 15:29:33.264 INFO 1316 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/turbine/clusters],methods=[GET]}" onto public java.util.Map spring.boot.admin.turbine.web.TurbineController.getClusters() 2019-06-16 15:29:33.266 INFO 1316 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/applications/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity de.codecentric.boot.admin.registry.web.RegistryController.get(java.lang.String) 2019-06-16 15:29:33.267 INFO 1316 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/applications],methods=[POST]}" onto public org.springframework.http.ResponseEntity de.codecentric.boot.admin.registry.web.RegistryController.register(de.codecentric.boot.admin.model.Application,org.springframework.web.util.UriComponentsBuilder) 2019-06-16 15:29:33.267 INFO 1316 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/applications/{id}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity de.codecentric.boot.admin.registry.web.RegistryController.unregister(java.lang.String) 2019-06-16 15:29:33.267 INFO 1316 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/applications],methods=[GET]}" onto public java.util.Collection de.codecentric.boot.admin.registry.web.RegistryController.applications(java.lang.String) 2019-06-16 15:29:33.270 INFO 1316 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/journal],produces=[text/event-stream]}" onto public org.springframework.web.servlet.mvc.method.annotation.SseEmitter de.codecentric.boot.admin.journal.web.JournalController.getJournalEvents() 2019-06-16 15:29:33.270 INFO 1316 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/journal],produces=[application/json]}" onto public java.util.Collection de.codecentric.boot.admin.journal.web.JournalController.getJournal() 2019-06-16 15:29:33.317 INFO 1316 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController] 2019-06-16 15:29:33.337 WARN 1316 --- [main] o.s.w.s.r.ResourceHttpRequestHandler : Locations list is empty. No resources will be served unless a custom ResourceResolver is configured as an alternative to PathResourceResolver. 2019-06-16 15:29:33.338 WARN 1316 --- [main] o.s.w.s.r.ResourceHttpRequestHandler : Locations list is empty. No resources will be served unless a custom ResourceResolver is configured as an alternative to PathResourceResolver. 2019-06-16 15:29:33.340 INFO 1316 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2019-06-16 15:29:33.340 INFO 1316 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2019-06-16 15:29:33.340 INFO 1316 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/all-modules.css] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2019-06-16 15:29:33.340 INFO 1316 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/all-modules.js] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2019-06-16 15:29:33.399 INFO 1316 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2019-06-16 15:29:35.115 INFO 1316 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/css/**'], Ant [pattern='/js/**'], Ant [pattern='/images/**'], Ant [pattern='/webjars/**'], Ant [pattern='/**/favicon.ico'], Ant [pattern='/error']]], [] 2019-06-16 15:29:35.115 INFO 1316 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration$LazyEndpointPathRequestMatcher@3e28af44, [] 2019-06-16 15:29:35.237 INFO 1316 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1c62d2ad, org.springframework.security.web.context.SecurityContextPersistenceFilter@75add13c, org.springframework.security.web.header.HeaderWriterFilter@1feb586d, org.springframework.security.web.authentication.logout.LogoutFilter@5d74507c, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@fbe8fd3, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@615c4ea4, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@65d23aa3, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5d9d8e46, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@651caa2e, org.springframework.security.web.session.SessionManagementFilter@2299f6d7, org.springframework.security.web.access.ExceptionTranslationFilter@adc3344, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@6ef4297d] 2019-06-16 15:29:35.244 INFO 1316 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5366575d, org.springframework.security.web.context.SecurityContextPersistenceFilter@40a7974, org.springframework.security.web.header.HeaderWriterFilter@3dea1ecc, org.springframework.security.web.authentication.logout.LogoutFilter@16ef1160, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@41f90b10, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@8d5da7e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@65a4b9d6, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1b6cad77, org.springframework.security.web.session.SessionManagementFilter@105c6c9e, org.springframework.security.web.access.ExceptionTranslationFilter@990b86b, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@53918b5e] 2019-06-16 15:29:35.789 INFO 1316 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/jolokia/**]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint.handle(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception 2019-06-16 15:29:35.790 INFO 1316 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/routes || /routes.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2019-06-16 15:29:35.790 INFO 1316 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/auditevents || /auditevents.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public org.springframework.http.ResponseEntity org.springframework.boot.actuate.endpoint.mvc.AuditEventsMvcEndpoint.findByPrincipalAndAfterAndType(java.lang.String,java.util.Date,java.lang.String) 2019-06-16 15:29:35.790 INFO 1316 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/hystrix.stream/**]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.cloud.netflix.endpoint.ServletWrappingEndpoint.handle(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception 2019-06-16 15:29:35.793 INFO 1316 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/loggers/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint.get(java.lang.String) 2019-06-16 15:29:35.793 INFO 1316 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/loggers/{name:.*}],methods=[POST],consumes=[application/vnd.spring-boot.actuator.v1+json || application/json],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint.set(java.lang.String,java.util.Map) 2019-06-16 15:29:35.793 INFO 1316 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/loggers || /loggers.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2019-06-16 15:29:35.793 INFO 1316 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/beans || /beans.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2019-06-16 15:29:35.794 INFO 1316 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/dump || /dump.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2019-06-16 15:29:35.796 INFO 1316 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/refresh || /refresh.json],methods=[POST]}" onto public java.lang.Object org.springframework.cloud.endpoint.GenericPostableMvcEndpoint.invoke() 2019-06-16 15:29:35.796 INFO 1316 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/env],methods=[POST]}" onto public java.lang.Object org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint.value(java.util.Map) 2019-06-16 15:29:35.796 INFO 1316 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/env/reset],methods=[POST]}" onto public java.util.Map org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint.reset() 2019-06-16 15:29:35.796 INFO 1316 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/mappings || /mappings.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2019-06-16 15:29:35.796 INFO 1316 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/env/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint.value(java.lang.String) 2019-06-16 15:29:35.797 INFO 1316 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/env || /env.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2019-06-16 15:29:35.797 INFO 1316 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/heapdump || /heapdump.json],methods=[GET],produces=[application/octet-stream]}" onto public void org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint.invoke(boolean,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException,javax.servlet.ServletException 2019-06-16 15:29:35.798 INFO 1316 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/configprops || /configprops.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2019-06-16 15:29:35.798 INFO 1316 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/service-registry/instance-status],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.springframework.cloud.client.serviceregistry.endpoint.ServiceRegistryEndpoint.setStatus(java.lang.String) 2019-06-16 15:29:35.799 INFO 1316 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/service-registry/instance-status],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.springframework.cloud.client.serviceregistry.endpoint.ServiceRegistryEndpoint.getStatus() 2019-06-16 15:29:35.799 INFO 1316 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/autoconfig || /autoconfig.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2019-06-16 15:29:35.799 INFO 1316 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/archaius || /archaius.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2019-06-16 15:29:35.800 INFO 1316 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/features || /features.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2019-06-16 15:29:35.800 INFO 1316 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/trace || /trace.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2019-06-16 15:29:35.801 INFO 1316 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/logfile || /logfile.json],methods=[GET || HEAD]}" onto public void org.springframework.boot.actuate.endpoint.mvc.LogFileMvcEndpoint.invoke(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2019-06-16 15:29:35.801 INFO 1316 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/info || /info.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2019-06-16 15:29:35.802 INFO 1316 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/health || /health.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint.invoke(javax.servlet.http.HttpServletRequest,java.security.Principal) 2019-06-16 15:29:35.802 INFO 1316 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/metrics/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint.value(java.lang.String) 2019-06-16 15:29:35.802 INFO 1316 --- [main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/metrics || /metrics.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2019-06-16 15:29:36.850 INFO 1316 --- [main] o.s.c.n.zuul.ZuulFilterInitializer : Starting filter initializer 2019-06-16 15:29:36.914 INFO 1316 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'updateTaskScheduler' 2019-06-16 15:29:36.955 INFO 1316 --- [main] d.c.boot.admin.web.PrefixHandlerMapping : Mapped "{[/api/turbine/clusters],methods=[GET]}" onto public java.util.Map spring.boot.admin.turbine.web.TurbineController.getClusters() 2019-06-16 15:29:36.956 INFO 1316 --- [main] d.c.boot.admin.web.PrefixHandlerMapping : Mapped "{[/api/applications/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity de.codecentric.boot.admin.registry.web.RegistryController.get(java.lang.String) 2019-06-16 15:29:36.956 INFO 1316 --- [main] d.c.boot.admin.web.PrefixHandlerMapping : Mapped "{[/api/applications],methods=[POST]}" onto public org.springframework.http.ResponseEntity de.codecentric.boot.admin.registry.web.RegistryController.register(de.codecentric.boot.admin.model.Application,org.springframework.web.util.UriComponentsBuilder) 2019-06-16 15:29:36.956 INFO 1316 --- [main] d.c.boot.admin.web.PrefixHandlerMapping : Mapped "{[/api/applications/{id}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity de.codecentric.boot.admin.registry.web.RegistryController.unregister(java.lang.String) 2019-06-16 15:29:36.956 INFO 1316 --- [main] d.c.boot.admin.web.PrefixHandlerMapping : Mapped "{[/api/applications],methods=[GET]}" onto public java.util.Collection de.codecentric.boot.admin.registry.web.RegistryController.applications(java.lang.String) 2019-06-16 15:29:36.957 INFO 1316 --- [main] d.c.boot.admin.web.PrefixHandlerMapping : Mapped "{[/api/journal],produces=[text/event-stream]}" onto public org.springframework.web.servlet.mvc.method.annotation.SseEmitter de.codecentric.boot.admin.journal.web.JournalController.getJournalEvents() 2019-06-16 15:29:36.957 INFO 1316 --- [main] d.c.boot.admin.web.PrefixHandlerMapping : Mapped "{[/api/journal],produces=[application/json]}" onto public java.util.Collection de.codecentric.boot.admin.journal.web.JournalController.getJournal() 2019-06-16 15:29:37.030 INFO 1316 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup 2019-06-16 15:29:37.038 INFO 1316 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'environmentManager' has been autodetected for JMX exposure 2019-06-16 15:29:37.040 INFO 1316 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure 2019-06-16 15:29:37.041 INFO 1316 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'refreshEndpoint' has been autodetected for JMX exposure 2019-06-16 15:29:37.041 INFO 1316 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'serviceRegistryEndpoint' has been autodetected for JMX exposure 2019-06-16 15:29:37.042 INFO 1316 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'zuulEndpoint' has been autodetected for JMX exposure 2019-06-16 15:29:37.043 INFO 1316 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'refreshScope' has been autodetected for JMX exposure 2019-06-16 15:29:37.045 INFO 1316 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager] 2019-06-16 15:29:37.055 INFO 1316 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located managed bean 'serviceRegistryEndpoint': registering with JMX server as MBean [org.springframework.cloud.client.serviceregistry.endpoint:name=serviceRegistryEndpoint,type=ServiceRegistryEndpoint] 2019-06-16 15:29:37.060 INFO 1316 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope] 2019-06-16 15:29:37.073 INFO 1316 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located managed bean 'zuulEndpoint': registering with JMX server as MBean [org.springframework.cloud.netflix.zuul:name=zuulEndpoint,type=RoutesEndpoint] 2019-06-16 15:29:37.075 WARN 1316 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with key 'zuulEndpoint' has been registered as an MBean but has no exposed attributes or operations 2019-06-16 15:29:37.076 INFO 1316 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=6b9ce1bf,type=ConfigurationPropertiesRebinder] 2019-06-16 15:29:37.078 INFO 1316 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located managed bean 'refreshEndpoint': registering with JMX server as MBean [org.springframework.cloud.endpoint:name=refreshEndpoint,type=RefreshEndpoint] 2019-06-16 15:29:37.580 INFO 1316 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : jolokia: No access restrictor found, access to any MBean is allowed 2019-06-16 15:29:37.584 INFO 1316 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : jolokia: jolokia:type=Config is already registered. Adding it with jolokia:type=Config,uuid=06c32490-a19c-4341-bcdd-cab0fdb4b058, but you should revise your setup in order to either use a qualifier or ensure, that only a single agent gets registered (otherwise history functionality might not work) 2019-06-16 15:29:37.585 INFO 1316 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : jolokia: Cannot register (legacy) MBean handler for config store with name jmx4perl:type=Config since it already exists. This is the case if another agent has been already started within the same JVM. The registration is skipped. 2019-06-16 15:29:37.585 INFO 1316 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : jolokia: Jolokia Discovery MBean registration is skipped because there is already one registered. 2019-06-16 15:29:37.643 INFO 1316 --- [main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 0 2019-06-16 15:29:37.648 INFO 1316 --- [main] o.s.c.n.turbine.SpringAggregatorFactory : Could not find monitors: [] 2019-06-16 15:29:37.734 INFO 1316 --- [main] c.n.t.monitor.cluster.ClusterMonitor : Registering event handler for cluster monitor: StaticListener_For_Aggregator 2019-06-16 15:29:37.736 INFO 1316 --- [main] c.n.t.handler.TurbineDataDispatcher : Just added and starting handler tuple: StaticListener_For_Aggregator 2019-06-16 15:29:37.736 INFO 1316 --- [main] c.n.t.monitor.cluster.ClusterMonitor : All event handlers for cluster monitor: [StaticListener_For_Aggregator] 2019-06-16 15:29:37.736 INFO 1316 --- [main] c.n.t.monitor.cluster.ClusterMonitor : Starting up the cluster monitor for default_agg 2019-06-16 15:29:37.739 INFO 1316 --- [main] c.n.t.discovery.InstanceObservable : Starting InstanceObservable at frequency: 60000 millis 2019-06-16 15:29:37.739 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 15:29:37.739 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 15:29:37.739 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 15:29:37.739 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 15:29:37.744 INFO 1316 --- [main] o.s.c.n.eureka.InstanceInfoFactory : Setting initial instance status as: STARTING 2019-06-16 15:29:37.773 INFO 1316 --- [main] com.netflix.discovery.DiscoveryClient : Initializing Eureka in region us-east-1 2019-06-16 15:29:37.819 INFO 1316 --- [main] c.n.d.provider.DiscoveryJerseyProvider : Using JSON encoding codec LegacyJacksonJson 2019-06-16 15:29:37.820 INFO 1316 --- [main] c.n.d.provider.DiscoveryJerseyProvider : Using JSON decoding codec LegacyJacksonJson 2019-06-16 15:29:37.909 INFO 1316 --- [main] c.n.d.provider.DiscoveryJerseyProvider : Using XML encoding codec XStreamXml 2019-06-16 15:29:37.909 INFO 1316 --- [main] c.n.d.provider.DiscoveryJerseyProvider : Using XML decoding codec XStreamXml 2019-06-16 15:29:38.083 INFO 1316 --- [main] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 15:29:38.598 INFO 1316 --- [main] com.netflix.discovery.DiscoveryClient : Disable delta property : false 2019-06-16 15:29:38.598 INFO 1316 --- [main] com.netflix.discovery.DiscoveryClient : Single vip registry refresh property : null 2019-06-16 15:29:38.599 INFO 1316 --- [main] com.netflix.discovery.DiscoveryClient : Force full registry fetch : false 2019-06-16 15:29:38.599 INFO 1316 --- [main] com.netflix.discovery.DiscoveryClient : Application is null : false 2019-06-16 15:29:38.599 INFO 1316 --- [main] com.netflix.discovery.DiscoveryClient : Registered Applications size is zero : true 2019-06-16 15:29:38.599 INFO 1316 --- [main] com.netflix.discovery.DiscoveryClient : Application version is -1: true 2019-06-16 15:29:38.599 INFO 1316 --- [main] com.netflix.discovery.DiscoveryClient : Getting all instance registry info from the eureka server 2019-06-16 15:29:38.735 INFO 1316 --- [main] com.netflix.discovery.DiscoveryClient : The response status is 200 2019-06-16 15:29:38.737 INFO 1316 --- [main] com.netflix.discovery.DiscoveryClient : Starting heartbeat executor: renew interval is: 30 2019-06-16 15:29:38.739 INFO 1316 --- [main] c.n.discovery.InstanceInfoReplicator : InstanceInfoReplicator onDemand update allowed rate per min is 4 2019-06-16 15:29:38.741 INFO 1316 --- [main] com.netflix.discovery.DiscoveryClient : Discovery Client initialized at timestamp 1560670178741 with initial instances count: 1 2019-06-16 15:29:38.805 INFO 1316 --- [main] o.s.c.n.e.s.EurekaServiceRegistry : Registering application admin-service with eureka with status UP 2019-06-16 15:29:38.806 INFO 1316 --- [main] com.netflix.discovery.DiscoveryClient : Saw local status change event StatusChangeEvent [timestamp=1560670178806, current=UP, previous=STARTING] 2019-06-16 15:29:38.808 INFO 1316 --- [DiscoveryClient-InstanceInfoReplicator-0] com.netflix.discovery.DiscoveryClient : DiscoveryClient_ADMIN-SERVICE/LAPTOP-BTKIHH20:admin-service:9998: registering service... 2019-06-16 15:29:38.814 INFO 1316 --- [main] d.c.b.a.registry.ApplicationRegistry : New Application Application [id=98760458, name=ZIPKIN-SERVICE, managementUrl=http://LAPTOP-BTKIHH20:9411/, healthUrl=http://LAPTOP-BTKIHH20:9411/health, serviceUrl=http://LAPTOP-BTKIHH20:9411/] registered 2019-06-16 15:29:38.860 INFO 1316 --- [DiscoveryClient-InstanceInfoReplicator-0] com.netflix.discovery.DiscoveryClient : DiscoveryClient_ADMIN-SERVICE/LAPTOP-BTKIHH20:admin-service:9998 - registration status: 204 2019-06-16 15:29:38.898 INFO 1316 --- [main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147483647 2019-06-16 15:29:38.907 INFO 1316 --- [main] ration$HystrixMetricsPollerConfiguration : Starting poller 2019-06-16 15:29:38.982 INFO 1316 --- [main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 9998 (http) 2019-06-16 15:29:38.983 INFO 1316 --- [main] .s.c.n.e.s.EurekaAutoServiceRegistration : Updating port to 9998 2019-06-16 15:29:38.992 INFO 1316 --- [main] com.fly.admin.AdminServiceApplication : Started AdminServiceApplication in 14.414 seconds (JVM running for 16.129) 2019-06-16 15:29:39.299 INFO 1316 --- [RMI TCP Connection(2)-127.0.0.1] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 15:29:40.139 INFO 1316 --- [RMI TCP Connection(2)-127.0.0.1] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 15:30:08.755 INFO 1316 --- [DiscoveryClient-CacheRefreshExecutor-0] d.c.b.a.registry.ApplicationRegistry : New Application Application [id=10db527d, name=UAA-SERVICE, managementUrl=http://LAPTOP-BTKIHH20:9999/, healthUrl=http://LAPTOP-BTKIHH20:9999/health, serviceUrl=http://LAPTOP-BTKIHH20:9999/] registered 2019-06-16 15:30:08.757 INFO 1316 --- [DiscoveryClient-CacheRefreshExecutor-0] d.c.b.a.registry.ApplicationRegistry : New Application Application [id=9a2d2a6f, name=ADMIN-SERVICE, managementUrl=http://LAPTOP-BTKIHH20:9998/, healthUrl=http://LAPTOP-BTKIHH20:9998/health, serviceUrl=http://LAPTOP-BTKIHH20:9998/] registered 2019-06-16 15:30:08.758 INFO 1316 --- [DiscoveryClient-CacheRefreshExecutor-0] d.c.b.a.registry.ApplicationRegistry : New Application Application [id=86ea8e47, name=MONITOR-SERVICE, managementUrl=http://LAPTOP-BTKIHH20:8766/, healthUrl=http://LAPTOP-BTKIHH20:8766/health, serviceUrl=http://LAPTOP-BTKIHH20:8766/] registered 2019-06-16 15:30:09.442 INFO 1316 --- [http-nio-9998-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring FrameworkServlet 'dispatcherServlet' 2019-06-16 15:30:09.443 INFO 1316 --- [http-nio-9998-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization started 2019-06-16 15:30:09.504 INFO 1316 --- [http-nio-9998-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization completed in 61 ms 2019-06-16 15:30:09.528 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/turbine/stream/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.528 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/10db527d/health/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.529 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/10db527d/env/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.529 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/10db527d/metrics/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.529 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/10db527d/dump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.529 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/10db527d/jolokia/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.529 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/10db527d/info/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.529 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/10db527d/configprops/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.529 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/10db527d/trace/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.529 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/10db527d/logfile/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.530 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/10db527d/refresh/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.530 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/10db527d/flyway/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.530 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/10db527d/liquibase/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.530 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/10db527d/heapdump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.530 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/10db527d/loggers/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.530 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/10db527d/auditevents/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.530 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/10db527d/hystrix.stream/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.530 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/10db527d/activiti/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.530 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/9a2d2a6f/health/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.530 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/9a2d2a6f/env/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.531 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/9a2d2a6f/metrics/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.531 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/9a2d2a6f/dump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.531 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/9a2d2a6f/jolokia/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.531 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/9a2d2a6f/info/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.531 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/9a2d2a6f/configprops/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.532 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/9a2d2a6f/trace/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.532 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/9a2d2a6f/logfile/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.532 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/9a2d2a6f/refresh/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.532 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/9a2d2a6f/flyway/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.532 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/9a2d2a6f/liquibase/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.533 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/9a2d2a6f/heapdump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.533 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/9a2d2a6f/loggers/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.533 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/9a2d2a6f/auditevents/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.533 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/9a2d2a6f/hystrix.stream/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.533 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/9a2d2a6f/activiti/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.533 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/86ea8e47/health/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.533 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/86ea8e47/env/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.533 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/86ea8e47/metrics/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.533 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/86ea8e47/dump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.534 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/86ea8e47/jolokia/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.534 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/86ea8e47/info/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.534 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/86ea8e47/configprops/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.534 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/86ea8e47/trace/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.534 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/86ea8e47/logfile/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.534 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/86ea8e47/refresh/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.534 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/86ea8e47/flyway/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.534 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/86ea8e47/liquibase/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.534 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/86ea8e47/heapdump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.535 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/86ea8e47/loggers/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.535 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/86ea8e47/auditevents/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.535 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/86ea8e47/hystrix.stream/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.535 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/86ea8e47/activiti/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.535 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/98760458/health/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.535 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/98760458/env/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.535 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/98760458/metrics/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.536 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/98760458/dump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.536 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/98760458/jolokia/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.536 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/98760458/info/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.536 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/98760458/configprops/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.536 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/98760458/trace/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.536 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/98760458/logfile/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.536 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/98760458/refresh/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.536 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/98760458/flyway/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.536 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/98760458/liquibase/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.536 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/98760458/heapdump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.537 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/98760458/loggers/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.537 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/98760458/auditevents/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.537 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/98760458/hystrix.stream/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:09.537 INFO 1316 --- [http-nio-9998-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/98760458/activiti/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:37.740 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 15:30:37.740 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 15:30:37.740 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 15:30:37.740 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 15:30:38.767 INFO 1316 --- [DiscoveryClient-CacheRefreshExecutor-0] d.c.b.a.registry.ApplicationRegistry : New Application Application [id=c9a3bea4, name=LOGGER-SERVICE, managementUrl=http://LAPTOP-BTKIHH20:9997/, healthUrl=http://LAPTOP-BTKIHH20:9997/health, serviceUrl=http://LAPTOP-BTKIHH20:9997/] registered 2019-06-16 15:30:38.769 INFO 1316 --- [DiscoveryClient-CacheRefreshExecutor-0] d.c.b.a.registry.ApplicationRegistry : New Application Application [id=ae3e5fcc, name=BLOG-SERVICE, managementUrl=http://LAPTOP-BTKIHH20:8763/, healthUrl=http://LAPTOP-BTKIHH20:8763/health, serviceUrl=http://LAPTOP-BTKIHH20:8763/] registered 2019-06-16 15:30:39.176 INFO 1316 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/ae3e5fcc/health/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:39.176 INFO 1316 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/ae3e5fcc/env/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:39.177 INFO 1316 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/ae3e5fcc/metrics/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:39.177 INFO 1316 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/ae3e5fcc/dump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:39.177 INFO 1316 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/ae3e5fcc/jolokia/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:39.177 INFO 1316 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/ae3e5fcc/info/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:39.177 INFO 1316 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/ae3e5fcc/configprops/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:39.177 INFO 1316 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/ae3e5fcc/trace/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:39.177 INFO 1316 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/ae3e5fcc/logfile/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:39.177 INFO 1316 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/ae3e5fcc/refresh/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:39.177 INFO 1316 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/ae3e5fcc/flyway/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:39.177 INFO 1316 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/ae3e5fcc/liquibase/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:39.177 INFO 1316 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/ae3e5fcc/heapdump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:39.177 INFO 1316 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/ae3e5fcc/loggers/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:39.177 INFO 1316 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/ae3e5fcc/auditevents/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:39.178 INFO 1316 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/ae3e5fcc/hystrix.stream/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:39.178 INFO 1316 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/ae3e5fcc/activiti/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:39.178 INFO 1316 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/c9a3bea4/health/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:39.178 INFO 1316 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/c9a3bea4/env/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:39.178 INFO 1316 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/c9a3bea4/metrics/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:39.178 INFO 1316 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/c9a3bea4/dump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:39.178 INFO 1316 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/c9a3bea4/jolokia/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:39.178 INFO 1316 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/c9a3bea4/info/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:39.178 INFO 1316 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/c9a3bea4/configprops/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:39.178 INFO 1316 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/c9a3bea4/trace/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:39.178 INFO 1316 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/c9a3bea4/logfile/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:39.178 INFO 1316 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/c9a3bea4/refresh/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:39.179 INFO 1316 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/c9a3bea4/flyway/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:39.179 INFO 1316 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/c9a3bea4/liquibase/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:39.179 INFO 1316 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/c9a3bea4/heapdump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:39.179 INFO 1316 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/c9a3bea4/loggers/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:39.179 INFO 1316 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/c9a3bea4/auditevents/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:39.179 INFO 1316 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/c9a3bea4/hystrix.stream/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:30:39.179 INFO 1316 --- [http-nio-9998-exec-4] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/c9a3bea4/activiti/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:31:08.779 INFO 1316 --- [DiscoveryClient-CacheRefreshExecutor-0] d.c.b.a.registry.ApplicationRegistry : New Application Application [id=5c6b293d, name=NEWS-SERVICE, managementUrl=http://LAPTOP-BTKIHH20:8767/, healthUrl=http://LAPTOP-BTKIHH20:8767/health, serviceUrl=http://LAPTOP-BTKIHH20:8767/] registered 2019-06-16 15:31:19.016 INFO 1316 --- [http-nio-9998-exec-6] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/5c6b293d/health/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:31:19.016 INFO 1316 --- [http-nio-9998-exec-6] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/5c6b293d/env/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:31:19.017 INFO 1316 --- [http-nio-9998-exec-6] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/5c6b293d/metrics/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:31:19.017 INFO 1316 --- [http-nio-9998-exec-6] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/5c6b293d/dump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:31:19.017 INFO 1316 --- [http-nio-9998-exec-6] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/5c6b293d/jolokia/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:31:19.017 INFO 1316 --- [http-nio-9998-exec-6] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/5c6b293d/info/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:31:19.017 INFO 1316 --- [http-nio-9998-exec-6] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/5c6b293d/configprops/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:31:19.017 INFO 1316 --- [http-nio-9998-exec-6] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/5c6b293d/trace/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:31:19.017 INFO 1316 --- [http-nio-9998-exec-6] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/5c6b293d/logfile/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:31:19.017 INFO 1316 --- [http-nio-9998-exec-6] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/5c6b293d/refresh/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:31:19.017 INFO 1316 --- [http-nio-9998-exec-6] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/5c6b293d/flyway/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:31:19.017 INFO 1316 --- [http-nio-9998-exec-6] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/5c6b293d/liquibase/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:31:19.017 INFO 1316 --- [http-nio-9998-exec-6] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/5c6b293d/heapdump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:31:19.017 INFO 1316 --- [http-nio-9998-exec-6] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/5c6b293d/loggers/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:31:19.018 INFO 1316 --- [http-nio-9998-exec-6] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/5c6b293d/auditevents/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:31:19.018 INFO 1316 --- [http-nio-9998-exec-6] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/5c6b293d/hystrix.stream/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:31:19.018 INFO 1316 --- [http-nio-9998-exec-6] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/5c6b293d/activiti/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 15:31:37.741 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 15:31:37.741 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 15:31:37.742 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 15:31:37.742 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 15:32:37.742 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 15:32:37.743 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 15:32:37.743 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 15:32:37.743 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 15:33:37.743 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 15:33:37.744 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 15:33:37.744 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 15:33:37.744 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 15:34:37.745 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 15:34:37.745 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 15:34:37.745 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 15:34:37.745 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 15:34:38.609 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 15:34:39.815 INFO 1316 --- [http-nio-9998-exec-6] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 15:34:40.483 INFO 1316 --- [http-nio-9998-exec-6] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 15:35:37.744 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 15:35:37.745 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 15:35:37.745 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 15:35:37.746 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 15:36:37.745 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 15:36:37.745 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 15:36:37.745 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 15:36:37.745 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 15:37:37.746 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 15:37:37.746 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 15:37:37.747 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 15:37:37.747 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 15:38:37.747 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 15:38:37.747 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 15:38:37.747 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 15:38:37.747 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 15:39:37.748 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 15:39:37.748 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 15:39:37.748 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 15:39:37.748 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 15:39:38.612 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 15:39:59.681 INFO 1316 --- [http-nio-9998-exec-2] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 15:40:00.291 INFO 1316 --- [http-nio-9998-exec-2] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 15:40:37.749 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 15:40:37.749 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 15:40:37.749 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 15:40:37.749 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 15:41:37.750 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 15:41:37.751 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 15:41:37.751 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 15:41:37.752 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 15:42:37.751 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 15:42:37.759 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 15:42:37.759 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 15:42:37.759 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 15:43:37.752 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 15:43:37.759 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 15:43:37.759 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 15:43:37.759 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 15:44:37.754 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 15:44:37.755 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 15:44:37.755 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 15:44:37.756 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 15:44:38.613 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 15:44:59.690 INFO 1316 --- [http-nio-9998-exec-7] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 15:45:00.309 INFO 1316 --- [http-nio-9998-exec-7] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 15:45:37.755 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 15:45:37.755 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 15:45:37.756 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 15:45:37.756 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 15:46:37.756 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 15:46:37.757 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 15:46:37.757 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 15:46:37.757 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 15:47:37.757 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 15:47:37.757 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 15:47:37.757 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 15:47:37.757 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 15:48:37.758 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 15:48:37.759 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 15:48:37.760 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 15:48:37.761 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 15:49:37.759 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 15:49:37.760 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 15:49:37.768 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 15:49:37.769 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 15:49:38.615 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 15:50:19.706 INFO 1316 --- [http-nio-9998-exec-3] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 15:50:20.356 INFO 1316 --- [http-nio-9998-exec-3] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 15:50:37.759 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 15:50:37.760 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 15:50:37.760 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 15:50:37.760 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 15:51:37.760 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 15:51:37.760 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 15:51:37.760 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 15:51:37.769 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 15:52:37.761 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 15:52:37.761 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 15:52:37.761 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 15:52:37.761 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 15:53:37.761 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 15:53:37.761 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 15:53:37.761 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 15:53:37.761 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 15:54:37.762 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 15:54:37.764 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 15:54:37.765 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 15:54:37.765 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 15:54:38.621 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 15:55:37.762 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 15:55:37.762 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 15:55:37.770 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 15:55:37.770 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 15:55:39.032 INFO 1316 --- [http-nio-9998-exec-9] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 15:55:39.654 INFO 1316 --- [http-nio-9998-exec-9] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 15:56:37.763 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 15:56:37.764 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 15:56:37.765 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 15:56:37.765 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 15:57:37.764 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 15:57:37.764 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 15:57:37.764 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 15:57:37.764 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 15:58:37.765 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 15:58:37.765 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 15:58:37.765 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 15:58:37.765 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 15:59:37.765 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 15:59:37.765 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 15:59:37.765 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 15:59:37.765 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 15:59:38.622 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 16:00:37.766 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:00:37.766 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:00:37.766 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:00:37.766 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:00:39.704 INFO 1316 --- [http-nio-9998-exec-4] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 16:00:40.308 INFO 1316 --- [http-nio-9998-exec-4] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 16:01:37.766 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:01:37.766 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:01:37.766 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:01:37.766 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:02:37.766 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:02:37.766 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:02:37.766 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:02:37.766 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:03:37.767 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:03:37.767 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:03:37.767 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:03:37.767 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:04:37.768 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:04:37.768 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:04:37.768 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:04:37.768 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:04:38.632 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 16:05:37.768 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:05:37.768 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:05:37.768 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:05:37.768 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:06:00.312 INFO 1316 --- [http-nio-9998-exec-10] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 16:06:00.916 INFO 1316 --- [http-nio-9998-exec-10] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 16:06:37.769 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:06:37.770 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:06:37.770 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:06:37.771 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:07:37.769 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:07:37.769 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:07:37.769 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:07:37.769 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:08:37.770 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:08:37.770 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:08:37.770 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:08:37.770 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:09:37.770 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:09:37.770 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:09:37.770 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:09:37.770 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:09:38.633 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 16:10:37.770 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:10:37.770 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:10:37.770 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:10:37.770 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:11:00.377 INFO 1316 --- [http-nio-9998-exec-5] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 16:11:01.011 INFO 1316 --- [http-nio-9998-exec-5] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 16:11:37.771 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:11:37.772 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:11:37.772 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:11:37.772 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:12:37.772 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:12:37.772 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:12:37.772 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:12:37.772 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:13:37.772 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:13:37.773 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:13:37.774 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:13:37.774 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:14:37.772 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:14:37.772 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:14:37.772 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:14:37.772 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:14:38.635 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 16:15:37.773 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:15:37.774 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:15:37.774 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:15:37.775 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:16:20.291 INFO 1316 --- [http-nio-9998-exec-1] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 16:16:20.917 INFO 1316 --- [http-nio-9998-exec-1] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 16:16:37.773 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:16:37.773 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:16:37.773 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:16:37.773 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:17:37.774 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:17:37.774 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:17:37.774 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:17:37.774 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:18:37.775 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:18:37.775 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:18:37.776 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:18:37.776 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:19:37.775 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:19:37.775 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:19:37.776 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:19:37.777 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:19:38.646 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 16:20:37.776 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:20:37.776 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:20:37.776 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:20:37.776 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:21:20.307 INFO 1316 --- [http-nio-9998-exec-6] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 16:21:20.911 INFO 1316 --- [http-nio-9998-exec-6] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 16:21:37.777 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:21:37.777 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:21:37.777 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:21:37.777 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:22:37.777 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:22:37.786 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:22:37.786 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:22:37.786 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:23:37.778 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:23:37.778 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:23:37.778 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:23:37.778 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:24:37.778 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:24:37.778 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:24:37.778 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:24:37.779 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:24:38.647 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 16:25:37.778 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:25:37.786 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:25:37.786 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:25:37.787 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:26:37.778 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:26:37.778 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:26:37.778 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:26:37.779 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:26:40.280 INFO 1316 --- [http-nio-9998-exec-2] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 16:26:40.869 INFO 1316 --- [http-nio-9998-exec-2] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 16:27:37.778 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:27:37.782 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:27:37.782 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:27:37.782 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:28:37.779 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:28:37.779 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:28:37.779 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:28:37.779 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:29:37.779 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:29:37.779 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:29:37.779 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:29:37.779 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:29:38.648 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 16:30:37.780 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:30:37.780 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:30:37.780 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:30:37.780 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:31:37.780 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:31:37.780 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:31:37.780 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:31:37.780 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:32:00.307 INFO 1316 --- [http-nio-9998-exec-8] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 16:32:00.915 INFO 1316 --- [http-nio-9998-exec-8] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 16:32:37.781 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:32:37.781 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:32:37.781 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:32:37.782 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:33:37.782 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:33:37.782 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:33:37.782 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:33:37.782 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:34:37.782 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:34:37.782 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:34:37.782 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:34:37.782 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:34:38.651 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 16:35:37.783 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:35:37.783 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:35:37.783 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:35:37.784 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:36:37.783 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:36:37.783 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:36:37.783 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:36:37.783 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:37:19.695 INFO 1316 --- [http-nio-9998-exec-4] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 16:37:20.303 INFO 1316 --- [http-nio-9998-exec-4] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 16:37:37.784 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:37:37.784 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:37:37.784 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:37:37.784 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:38:37.784 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:38:37.784 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:38:37.784 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:38:37.784 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:39:37.785 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:39:37.785 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:39:37.785 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:39:37.785 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:39:38.653 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 16:40:37.786 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:40:37.786 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:40:37.786 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:40:37.786 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:41:37.787 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:41:37.787 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:41:37.787 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:41:37.787 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:42:20.328 INFO 1316 --- [http-nio-9998-exec-9] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 16:42:21.047 INFO 1316 --- [http-nio-9998-exec-9] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 16:42:37.787 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:42:37.795 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:42:37.795 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:42:37.795 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:43:37.788 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:43:37.788 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:43:37.788 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:43:37.788 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:44:37.788 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:44:37.788 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:44:37.788 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:44:37.788 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:44:38.662 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 16:45:37.789 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:45:37.790 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:45:37.790 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:45:37.800 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:46:37.790 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:46:37.790 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:46:37.790 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:46:37.790 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:47:20.330 INFO 1316 --- [http-nio-9998-exec-4] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 16:47:20.940 INFO 1316 --- [http-nio-9998-exec-4] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 16:47:37.790 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:47:37.790 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:47:37.791 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:47:37.791 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:48:37.791 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:48:37.799 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:48:37.799 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:48:37.799 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:49:37.791 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:49:37.791 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:49:37.791 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:49:37.792 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:49:38.673 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 16:50:37.791 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:50:37.791 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:50:37.791 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:50:37.791 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:51:37.792 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:51:37.792 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:51:37.792 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:51:37.792 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:52:37.793 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:52:37.793 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:52:37.793 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:52:37.793 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:52:40.267 INFO 1316 --- [http-nio-9998-exec-10] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 16:52:40.857 INFO 1316 --- [http-nio-9998-exec-10] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 16:53:37.793 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:53:37.793 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:53:37.793 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:53:37.793 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:54:37.793 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:54:37.794 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:54:37.794 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:54:37.794 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:54:38.683 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 16:55:37.794 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:55:37.794 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:55:37.794 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:55:37.794 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:56:37.794 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:56:37.794 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:56:37.794 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:56:37.794 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:57:37.794 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:57:37.794 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:57:37.794 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:57:37.794 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:57:42.228 INFO 1316 --- [http-nio-9998-exec-5] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 16:57:43.367 INFO 1316 --- [http-nio-9998-exec-5] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 16:58:37.794 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:58:37.801 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:58:37.801 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:58:37.801 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:59:37.794 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 16:59:37.794 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 16:59:37.794 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 16:59:37.795 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 16:59:38.684 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 17:00:37.794 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:00:37.794 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:00:37.794 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:00:37.794 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:01:37.794 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:01:37.794 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:01:37.794 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:01:37.794 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:02:37.795 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:02:37.795 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:02:37.795 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:02:37.795 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:03:00.303 INFO 1316 --- [http-nio-9998-exec-1] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 17:03:00.894 INFO 1316 --- [http-nio-9998-exec-1] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 17:03:37.796 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:03:37.796 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:03:37.796 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:03:37.796 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:04:37.796 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:04:37.797 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:04:37.797 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:04:37.798 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:04:38.690 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 17:05:37.797 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:05:37.797 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:05:37.797 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:05:37.797 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:06:37.797 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:06:37.797 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:06:37.805 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:06:37.805 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:07:37.798 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:07:37.799 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:07:37.799 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:07:37.800 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:08:20.284 INFO 1316 --- [http-nio-9998-exec-7] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 17:08:20.886 INFO 1316 --- [http-nio-9998-exec-7] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 17:08:37.799 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:08:37.799 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:08:37.800 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:08:37.800 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:09:37.800 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:09:37.800 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:09:37.800 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:09:37.800 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:09:38.691 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 17:10:37.800 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:10:37.800 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:10:37.800 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:10:37.800 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:11:37.801 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:11:37.801 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:11:37.801 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:11:37.801 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:12:37.802 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:12:37.802 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:12:37.802 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:12:37.803 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:13:20.313 INFO 1316 --- [http-nio-9998-exec-2] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 17:13:20.981 INFO 1316 --- [http-nio-9998-exec-2] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 17:13:37.802 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:13:37.802 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:13:37.802 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:13:37.802 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:14:37.803 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:14:37.803 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:14:37.803 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:14:37.804 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:14:38.691 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 17:15:37.803 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:15:37.803 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:15:37.803 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:15:37.803 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:16:37.803 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:16:37.803 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:16:37.803 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:16:37.803 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:17:37.804 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:17:37.804 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:17:37.804 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:17:37.804 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:18:37.804 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:18:37.804 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:18:37.804 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:18:37.804 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:18:40.300 INFO 1316 --- [http-nio-9998-exec-8] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 17:18:40.922 INFO 1316 --- [http-nio-9998-exec-8] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 17:19:37.805 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:19:37.805 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:19:37.805 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:19:37.805 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:19:38.693 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 17:20:37.806 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:20:37.806 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:20:37.813 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:20:37.813 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:21:37.807 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:21:37.808 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:21:37.809 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:21:37.809 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:22:37.807 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:22:37.810 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:22:37.810 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:22:37.810 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:23:37.808 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:23:37.808 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:23:37.809 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:23:37.809 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:24:00.289 INFO 1316 --- [http-nio-9998-exec-4] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 17:24:00.881 INFO 1316 --- [http-nio-9998-exec-4] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 17:24:37.809 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:24:37.809 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:24:37.809 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:24:37.809 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:24:38.702 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 17:25:37.809 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:25:37.809 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:25:37.809 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:25:37.809 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:26:37.809 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:26:37.809 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:26:37.809 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:26:37.809 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:27:37.810 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:27:37.810 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:27:37.810 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:27:37.811 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:28:37.810 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:28:37.811 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:28:37.811 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:28:37.812 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:29:20.395 INFO 1316 --- [http-nio-9998-exec-10] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 17:29:21.026 INFO 1316 --- [http-nio-9998-exec-10] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 17:29:37.810 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:29:37.810 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:29:37.810 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:29:37.810 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:29:38.703 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 17:30:37.811 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:30:37.811 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:30:37.811 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:30:37.811 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:31:37.812 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:31:37.812 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:31:37.812 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:31:37.812 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:32:37.813 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:32:37.813 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:32:37.813 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:32:37.813 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:33:37.813 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:33:37.815 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:33:37.815 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:33:37.815 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:34:37.814 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:34:37.815 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:34:37.815 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:34:37.815 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:34:38.705 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 17:34:40.328 INFO 1316 --- [http-nio-9998-exec-6] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 17:34:40.922 INFO 1316 --- [http-nio-9998-exec-6] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 17:35:37.815 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:35:37.816 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:35:37.816 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:35:37.817 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:36:37.816 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:36:37.816 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:36:37.817 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:36:37.817 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:37:37.817 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:37:37.817 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:37:37.817 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:37:37.817 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:38:37.818 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:38:37.818 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:38:37.818 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:38:37.818 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:39:37.819 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:39:37.819 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:39:37.819 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:39:37.819 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:39:38.710 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 17:40:00.435 INFO 1316 --- [http-nio-9998-exec-2] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 17:40:01.053 INFO 1316 --- [http-nio-9998-exec-2] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 17:40:37.819 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:40:37.820 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:40:37.821 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:40:37.821 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:41:37.820 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:41:37.820 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:41:37.820 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:41:37.820 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:42:37.820 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:42:37.821 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:42:37.821 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:42:37.822 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:43:37.820 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:43:37.820 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:43:37.821 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:43:37.821 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:44:37.820 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:44:37.820 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:44:37.820 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:44:37.820 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:44:38.712 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 17:45:20.298 INFO 1316 --- [http-nio-9998-exec-8] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 17:45:20.898 INFO 1316 --- [http-nio-9998-exec-8] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 17:45:37.821 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:45:37.821 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:45:37.821 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:45:37.822 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:46:37.821 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:46:37.821 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:46:37.821 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:46:37.821 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:47:37.822 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:47:37.822 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:47:37.822 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:47:37.822 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:48:37.823 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:48:37.823 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:48:37.823 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:48:37.823 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:49:37.824 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:49:37.824 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:49:37.824 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:49:37.824 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:49:38.721 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 17:50:37.824 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:50:37.824 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:50:37.824 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:50:37.825 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:50:39.636 INFO 1316 --- [http-nio-9998-exec-4] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 17:50:40.230 INFO 1316 --- [http-nio-9998-exec-4] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 17:51:37.825 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:51:37.825 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:51:37.825 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:51:37.825 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:52:37.826 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:52:37.827 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:52:37.827 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:52:37.828 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:53:37.827 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:53:37.827 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:53:37.827 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:53:37.827 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:54:37.828 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:54:37.828 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:54:37.837 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:54:37.837 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:54:38.722 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 17:55:37.828 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:55:37.828 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:55:37.828 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:55:37.828 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:55:40.346 INFO 1316 --- [http-nio-9998-exec-9] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 17:55:40.946 INFO 1316 --- [http-nio-9998-exec-9] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 17:56:37.828 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:56:37.828 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:56:37.829 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:56:37.829 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:57:37.828 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:57:37.828 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:57:37.828 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:57:37.828 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:58:37.828 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:58:37.828 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:58:37.828 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:58:37.828 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:59:37.828 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 17:59:37.828 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 17:59:37.828 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 17:59:37.828 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 17:59:38.722 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 18:00:37.829 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:00:37.829 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:00:37.830 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:00:37.830 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:00:40.357 INFO 1316 --- [http-nio-9998-exec-4] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 18:00:40.973 INFO 1316 --- [http-nio-9998-exec-4] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 18:01:37.829 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:01:37.829 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:01:37.829 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:01:37.829 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:02:37.829 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:02:37.829 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:02:37.829 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:02:37.829 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:03:37.830 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:03:37.830 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:03:37.830 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:03:37.830 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:04:37.831 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:04:37.831 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:04:37.831 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:04:37.831 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:04:38.724 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 18:05:37.832 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:05:37.832 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:05:37.832 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:05:37.841 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:05:59.017 INFO 1316 --- [http-nio-9998-exec-10] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 18:05:59.683 INFO 1316 --- [http-nio-9998-exec-10] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 18:06:37.832 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:06:37.832 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:06:37.832 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:06:37.832 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:07:37.833 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:07:37.836 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:07:37.836 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:07:37.836 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:08:37.833 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:08:37.841 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:08:37.841 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:08:37.841 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:09:37.833 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:09:37.841 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:09:37.841 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:09:37.841 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:09:38.726 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 18:10:37.834 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:10:37.841 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:10:37.841 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:10:37.841 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:11:19.022 INFO 1316 --- [http-nio-9998-exec-6] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 18:11:19.817 INFO 1316 --- [http-nio-9998-exec-6] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 18:11:37.835 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:11:37.836 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:11:37.836 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:11:37.837 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:12:37.835 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:12:37.835 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:12:37.835 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:12:37.835 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:13:37.835 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:13:37.835 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:13:37.835 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:13:37.835 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:14:37.836 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:14:37.836 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:14:37.836 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:14:37.836 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:14:38.728 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 18:15:37.836 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:15:37.836 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:15:37.844 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:15:37.845 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:16:19.032 INFO 1316 --- [http-nio-9998-exec-1] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 18:16:19.688 INFO 1316 --- [http-nio-9998-exec-1] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 18:16:37.836 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:16:37.838 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:16:37.838 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:16:37.842 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:17:37.837 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:17:37.838 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:17:37.846 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:17:37.847 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:18:37.838 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:18:37.845 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:18:37.845 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:18:37.845 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:19:37.838 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:19:37.847 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:19:37.847 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:19:37.848 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:19:38.730 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 18:20:37.839 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:20:37.839 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:20:37.839 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:20:37.839 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:21:37.839 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:21:37.840 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:21:37.841 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:21:37.850 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:21:39.020 INFO 1316 --- [http-nio-9998-exec-7] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 18:21:39.664 INFO 1316 --- [http-nio-9998-exec-7] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 18:22:37.840 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:22:37.840 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:22:37.840 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:22:37.840 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:23:37.841 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:23:37.844 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:23:37.844 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:23:37.844 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:24:37.842 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:24:37.842 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:24:37.842 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:24:37.843 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:24:38.743 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 18:25:37.842 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:25:37.842 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:25:37.842 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:25:37.843 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:26:37.842 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:26:37.842 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:26:37.842 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:26:37.842 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:26:39.018 INFO 1316 --- [http-nio-9998-exec-2] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 18:26:39.675 INFO 1316 --- [http-nio-9998-exec-2] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 18:27:37.843 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:27:37.844 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:27:37.844 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:27:37.854 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:28:37.843 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:28:37.843 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:28:37.844 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:28:37.845 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:29:37.843 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:29:37.844 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:29:37.844 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:29:37.845 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:29:38.745 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 18:30:37.844 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:30:37.844 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:30:37.844 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:30:37.852 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:31:37.844 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:31:37.844 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:31:37.844 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:31:37.844 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:31:59.012 INFO 1316 --- [http-nio-9998-exec-8] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 18:31:59.635 INFO 1316 --- [http-nio-9998-exec-8] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 18:32:37.844 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:32:37.854 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:32:37.854 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:32:37.855 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:33:37.845 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:33:37.846 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:33:37.846 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:33:37.847 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:34:37.846 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:34:37.846 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:34:37.846 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:34:37.846 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:34:38.747 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 18:35:37.846 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:35:37.846 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:35:37.846 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:35:37.846 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:36:37.846 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:36:37.846 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:36:37.846 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:36:37.846 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:37:19.018 INFO 1316 --- [http-nio-9998-exec-4] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 18:37:19.628 INFO 1316 --- [http-nio-9998-exec-4] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 18:37:37.846 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:37:37.846 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:37:37.846 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:37:37.846 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:38:37.847 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:38:37.847 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:38:37.847 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:38:37.847 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:39:37.847 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:39:37.848 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:39:37.848 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:39:37.848 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:39:38.749 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 18:40:37.847 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:40:37.849 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:40:37.849 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:40:37.849 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:41:37.848 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:41:37.848 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:41:37.848 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:41:37.848 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:42:19.015 INFO 1316 --- [http-nio-9998-exec-9] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 18:42:19.714 INFO 1316 --- [http-nio-9998-exec-9] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 18:42:37.849 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:42:37.849 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:42:37.849 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:42:37.849 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:43:37.849 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:43:37.849 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:43:37.849 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:43:37.857 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:44:37.850 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:44:37.850 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:44:37.850 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:44:37.850 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:44:38.750 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 18:45:37.852 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:45:37.856 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:45:37.856 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:45:37.856 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:46:37.853 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:46:37.861 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:46:37.861 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:46:37.861 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:47:19.019 INFO 1316 --- [http-nio-9998-exec-4] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 18:47:19.789 INFO 1316 --- [http-nio-9998-exec-4] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 18:47:37.854 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:47:37.857 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:47:37.857 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:47:37.858 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:48:37.854 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:48:37.855 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:48:37.866 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:48:37.866 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:49:37.854 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:49:37.858 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:49:37.859 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:49:37.859 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:49:38.758 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 18:50:37.854 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:50:37.856 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:50:37.856 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:50:37.856 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:51:37.854 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:51:37.862 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:51:37.862 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:51:37.863 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:52:19.028 INFO 1316 --- [http-nio-9998-exec-9] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 18:52:19.702 INFO 1316 --- [http-nio-9998-exec-9] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 18:52:37.855 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:52:37.855 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:52:37.864 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:52:37.864 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:53:37.856 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:53:37.857 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:53:37.857 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:53:37.860 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:54:37.857 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:54:37.857 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:54:37.857 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:54:37.857 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:54:38.764 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 18:55:37.857 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:55:37.866 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:55:37.866 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:55:37.866 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:56:37.857 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:56:37.857 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:56:37.857 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:56:37.857 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:57:37.857 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:57:37.857 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:57:37.857 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:57:37.857 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:57:39.021 INFO 1316 --- [http-nio-9998-exec-5] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 18:57:39.665 INFO 1316 --- [http-nio-9998-exec-5] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 18:58:37.857 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:58:37.857 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:58:37.857 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:58:37.857 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:59:37.858 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 18:59:37.858 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 18:59:37.859 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 18:59:37.859 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 18:59:38.773 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 19:00:37.858 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:00:37.858 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:00:37.861 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:00:37.861 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:01:37.859 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:01:37.859 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:01:37.860 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:01:37.860 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:02:37.859 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:02:37.859 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:02:37.860 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:02:37.870 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:02:39.021 INFO 1316 --- [http-nio-9998-exec-10] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 19:02:39.663 INFO 1316 --- [http-nio-9998-exec-10] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 19:03:37.860 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:03:37.860 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:03:37.860 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:03:37.860 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:04:37.860 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:04:37.861 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:04:37.862 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:04:37.862 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:04:38.774 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 19:05:37.861 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:05:37.862 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:05:37.862 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:05:37.863 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:06:37.861 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:06:37.861 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:06:37.861 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:06:37.861 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:07:37.861 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:07:37.861 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:07:37.861 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:07:37.861 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:07:59.007 INFO 1316 --- [http-nio-9998-exec-6] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 19:07:59.700 INFO 1316 --- [http-nio-9998-exec-6] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 19:08:37.862 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:08:37.862 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:08:37.863 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:08:37.864 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:09:37.862 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:09:37.862 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:09:37.870 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:09:37.870 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:09:38.775 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 19:10:37.863 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:10:37.863 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:10:37.864 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:10:37.864 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:11:37.863 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:11:37.863 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:11:37.863 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:11:37.863 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:12:37.864 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:12:37.864 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:12:37.864 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:12:37.864 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:12:59.017 INFO 1316 --- [http-nio-9998-exec-1] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 19:12:59.671 INFO 1316 --- [http-nio-9998-exec-1] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 19:13:37.864 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:13:37.864 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:13:37.865 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:13:37.873 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:14:37.864 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:14:37.864 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:14:37.864 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:14:37.864 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:14:38.777 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 19:15:37.865 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:15:37.873 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:15:37.874 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:15:37.875 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:16:37.865 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:16:37.873 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:16:37.873 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:16:37.873 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:17:37.866 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:17:37.866 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:17:37.866 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:17:37.866 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:17:59.015 INFO 1316 --- [http-nio-9998-exec-6] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 19:17:59.710 INFO 1316 --- [http-nio-9998-exec-6] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 19:18:37.867 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:18:37.870 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:18:37.871 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:18:37.871 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:19:37.867 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:19:37.867 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:19:37.867 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:19:37.867 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:19:38.788 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 19:20:37.867 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:20:37.867 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:20:37.880 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:20:37.881 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:21:37.867 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:21:37.868 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:21:37.869 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:21:37.869 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:22:37.868 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:22:37.868 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:22:37.868 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:22:37.869 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:22:59.012 INFO 1316 --- [http-nio-9998-exec-1] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 19:22:59.682 INFO 1316 --- [http-nio-9998-exec-1] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 19:23:37.868 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:23:37.869 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:23:37.869 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:23:37.870 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:24:37.868 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:24:37.868 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:24:37.868 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:24:37.868 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:24:38.790 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 19:25:37.869 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:25:37.869 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:25:37.870 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:25:37.870 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:26:37.869 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:26:37.870 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:26:37.870 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:26:37.870 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:27:37.870 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:27:37.870 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:27:37.870 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:27:37.871 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:28:19.020 INFO 1316 --- [http-nio-9998-exec-7] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 19:28:19.655 INFO 1316 --- [http-nio-9998-exec-7] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 19:28:37.870 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:28:37.870 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:28:37.870 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:28:37.870 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:29:37.871 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:29:37.871 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:29:37.871 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:29:37.871 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:29:38.792 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 19:30:37.872 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:30:37.872 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:30:37.872 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:30:37.873 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:31:37.873 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:31:37.881 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:31:37.881 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:31:37.881 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:32:37.873 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:32:37.873 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:32:37.873 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:32:37.873 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:33:37.873 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:33:37.873 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:33:37.874 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:33:37.874 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:33:39.019 INFO 1316 --- [http-nio-9998-exec-3] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 19:33:39.645 INFO 1316 --- [http-nio-9998-exec-3] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 19:34:37.874 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:34:37.874 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:34:37.874 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:34:37.874 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:34:38.793 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 19:35:37.874 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:35:37.874 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:35:37.874 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:35:37.874 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:36:37.875 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:36:37.875 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:36:37.879 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:36:37.880 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:37:37.876 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:37:37.883 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:37:37.883 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:37:37.884 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:38:37.876 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:38:37.876 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:38:37.876 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:38:37.876 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:38:59.019 INFO 1316 --- [http-nio-9998-exec-9] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 19:38:59.676 INFO 1316 --- [http-nio-9998-exec-9] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 19:39:37.877 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:39:37.881 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:39:37.881 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:39:37.881 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:39:38.794 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 19:40:37.877 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:40:37.885 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:40:37.885 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:40:37.885 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:41:37.878 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:41:37.881 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:41:37.881 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:41:37.881 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:42:37.878 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:42:37.885 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:42:37.885 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:42:37.885 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:43:37.879 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:43:37.882 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:43:37.882 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:43:37.882 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:43:59.021 INFO 1316 --- [http-nio-9998-exec-4] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 19:43:59.689 INFO 1316 --- [http-nio-9998-exec-4] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 19:44:37.879 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:44:37.883 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:44:37.883 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:44:37.883 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:44:38.804 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 19:45:37.880 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:45:37.881 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:45:37.884 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:45:37.884 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:46:37.881 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:46:37.889 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:46:37.889 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:46:37.889 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:47:37.882 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:47:37.882 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:47:37.889 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:47:37.889 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:48:37.882 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:48:37.882 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:48:37.882 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:48:37.882 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:49:19.027 INFO 1316 --- [http-nio-9998-exec-10] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 19:49:19.660 INFO 1316 --- [http-nio-9998-exec-10] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 19:49:37.882 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:49:37.882 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:49:37.882 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:49:37.882 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:49:38.806 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 19:50:37.883 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:50:37.883 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:50:37.883 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:50:37.883 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:51:37.883 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:51:37.883 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:51:37.883 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:51:37.883 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:52:37.884 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:52:37.884 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:52:37.892 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:52:37.892 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:53:37.885 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:53:37.885 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:53:37.885 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:53:37.885 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:54:19.028 INFO 1316 --- [http-nio-9998-exec-5] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 19:54:19.662 INFO 1316 --- [http-nio-9998-exec-5] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 19:54:37.886 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:54:37.886 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:54:37.886 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:54:37.886 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:54:38.808 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 19:55:37.886 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:55:37.886 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:55:37.886 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:55:37.886 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:56:37.887 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:56:37.887 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:56:37.887 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:56:37.887 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:57:37.887 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:57:37.888 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:57:37.888 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:57:37.888 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:58:37.888 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:58:37.888 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:58:37.888 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:58:37.888 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:59:37.889 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 19:59:37.890 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 19:59:37.890 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 19:59:37.890 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 19:59:38.809 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 19:59:39.014 INFO 1316 --- [http-nio-9998-exec-1] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 19:59:39.648 INFO 1316 --- [http-nio-9998-exec-1] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 20:00:37.889 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:00:37.897 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:00:37.897 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:00:37.897 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:01:37.890 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:01:37.890 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:01:37.890 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:01:37.890 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:02:37.890 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:02:37.890 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:02:37.890 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:02:37.890 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:03:37.891 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:03:37.898 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:03:37.898 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:03:37.898 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:04:37.892 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:04:37.892 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:04:37.892 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:04:37.893 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:04:38.814 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 20:04:59.012 INFO 1316 --- [http-nio-9998-exec-7] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 20:04:59.622 INFO 1316 --- [http-nio-9998-exec-7] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 20:05:37.892 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:05:37.892 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:05:37.893 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:05:37.896 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:06:37.893 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:06:37.893 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:06:37.893 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:06:37.893 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:07:37.893 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:07:37.894 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:07:37.894 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:07:37.894 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:08:37.894 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:08:37.903 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:08:37.903 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:08:37.903 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:09:37.895 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:09:37.898 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:09:37.898 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:09:37.898 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:09:38.817 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 20:09:59.010 INFO 1316 --- [http-nio-9998-exec-2] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 20:09:59.666 INFO 1316 --- [http-nio-9998-exec-2] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 20:10:37.895 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:10:37.895 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:10:37.895 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:10:37.895 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:11:37.896 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:11:37.896 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:11:37.896 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:11:37.896 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:12:37.896 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:12:37.904 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:12:37.905 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:12:37.905 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:13:37.897 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:13:37.897 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:13:37.897 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:13:37.901 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:14:37.897 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:14:37.897 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:14:37.897 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:14:37.897 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:14:38.820 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 20:14:59.009 INFO 1316 --- [http-nio-9998-exec-7] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 20:14:59.703 INFO 1316 --- [http-nio-9998-exec-7] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 20:15:37.898 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:15:37.898 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:15:37.899 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:15:37.899 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:16:37.898 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:16:37.906 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:16:37.906 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:16:37.906 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:16:44.273 INFO 1316 --- [DiscoveryClient-CacheRefreshExecutor-0] d.c.b.a.registry.ApplicationRegistry : New Application Application [id=15ef9808, name=USER-SERVICE, managementUrl=http://LAPTOP-BTKIHH20:8762/, healthUrl=http://LAPTOP-BTKIHH20:8762/health, serviceUrl=http://LAPTOP-BTKIHH20:8762/] registered 2019-06-16 20:16:44.291 INFO 1316 --- [DiscoveryClient-CacheRefreshExecutor-0] d.c.b.a.registry.ApplicationRegistry : New Application Application [id=fbea0096, name=GATEWAY-SERVICE, managementUrl=http://LAPTOP-BTKIHH20:5000/, healthUrl=http://LAPTOP-BTKIHH20:5000/health, serviceUrl=http://LAPTOP-BTKIHH20:5000/] registered 2019-06-16 20:16:59.017 INFO 1316 --- [http-nio-9998-exec-3] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/fbea0096/health/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 20:16:59.018 INFO 1316 --- [http-nio-9998-exec-3] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/fbea0096/env/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 20:16:59.018 INFO 1316 --- [http-nio-9998-exec-3] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/fbea0096/metrics/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 20:16:59.018 INFO 1316 --- [http-nio-9998-exec-3] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/fbea0096/dump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 20:16:59.019 INFO 1316 --- [http-nio-9998-exec-3] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/fbea0096/jolokia/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 20:16:59.019 INFO 1316 --- [http-nio-9998-exec-3] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/fbea0096/info/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 20:16:59.019 INFO 1316 --- [http-nio-9998-exec-3] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/fbea0096/configprops/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 20:16:59.019 INFO 1316 --- [http-nio-9998-exec-3] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/fbea0096/trace/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 20:16:59.020 INFO 1316 --- [http-nio-9998-exec-3] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/fbea0096/logfile/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 20:16:59.020 INFO 1316 --- [http-nio-9998-exec-3] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/fbea0096/refresh/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 20:16:59.020 INFO 1316 --- [http-nio-9998-exec-3] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/fbea0096/flyway/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 20:16:59.020 INFO 1316 --- [http-nio-9998-exec-3] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/fbea0096/liquibase/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 20:16:59.020 INFO 1316 --- [http-nio-9998-exec-3] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/fbea0096/heapdump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 20:16:59.020 INFO 1316 --- [http-nio-9998-exec-3] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/fbea0096/loggers/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 20:16:59.020 INFO 1316 --- [http-nio-9998-exec-3] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/fbea0096/auditevents/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 20:16:59.020 INFO 1316 --- [http-nio-9998-exec-3] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/fbea0096/hystrix.stream/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 20:16:59.021 INFO 1316 --- [http-nio-9998-exec-3] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/fbea0096/activiti/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 20:16:59.021 INFO 1316 --- [http-nio-9998-exec-3] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/15ef9808/health/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 20:16:59.021 INFO 1316 --- [http-nio-9998-exec-3] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/15ef9808/env/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 20:16:59.021 INFO 1316 --- [http-nio-9998-exec-3] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/15ef9808/metrics/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 20:16:59.021 INFO 1316 --- [http-nio-9998-exec-3] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/15ef9808/dump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 20:16:59.022 INFO 1316 --- [http-nio-9998-exec-3] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/15ef9808/jolokia/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 20:16:59.022 INFO 1316 --- [http-nio-9998-exec-3] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/15ef9808/info/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 20:16:59.022 INFO 1316 --- [http-nio-9998-exec-3] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/15ef9808/configprops/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 20:16:59.022 INFO 1316 --- [http-nio-9998-exec-3] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/15ef9808/trace/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 20:16:59.023 INFO 1316 --- [http-nio-9998-exec-3] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/15ef9808/logfile/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 20:16:59.023 INFO 1316 --- [http-nio-9998-exec-3] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/15ef9808/refresh/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 20:16:59.023 INFO 1316 --- [http-nio-9998-exec-3] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/15ef9808/flyway/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 20:16:59.023 INFO 1316 --- [http-nio-9998-exec-3] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/15ef9808/liquibase/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 20:16:59.023 INFO 1316 --- [http-nio-9998-exec-3] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/15ef9808/heapdump/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 20:16:59.023 INFO 1316 --- [http-nio-9998-exec-3] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/15ef9808/loggers/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 20:16:59.023 INFO 1316 --- [http-nio-9998-exec-3] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/15ef9808/auditevents/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 20:16:59.023 INFO 1316 --- [http-nio-9998-exec-3] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/15ef9808/hystrix.stream/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 20:16:59.023 INFO 1316 --- [http-nio-9998-exec-3] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/applications/15ef9808/activiti/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] 2019-06-16 20:17:37.898 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:17:37.898 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:17:37.902 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:17:37.902 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:18:37.899 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:18:37.902 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:18:37.902 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:18:37.902 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:19:37.900 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:19:37.900 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:19:37.900 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:19:37.904 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:19:38.821 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 20:19:59.023 INFO 1316 --- [http-nio-9998-exec-2] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 20:19:59.661 INFO 1316 --- [http-nio-9998-exec-2] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 20:20:37.901 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:20:37.901 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:20:37.901 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:20:37.901 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:21:37.902 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:21:37.903 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:21:37.903 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:21:37.903 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:22:37.902 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:22:37.902 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:22:37.902 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:22:37.902 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:23:37.902 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:23:37.902 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:23:37.902 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:23:37.903 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:24:37.902 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:24:37.902 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:24:37.907 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:24:37.907 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:24:38.832 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 20:25:19.021 INFO 1316 --- [http-nio-9998-exec-8] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 20:25:19.670 INFO 1316 --- [http-nio-9998-exec-8] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 20:25:37.902 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:25:37.902 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:25:37.902 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:25:37.903 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:26:37.902 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:26:37.902 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:26:37.902 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:26:37.902 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:27:37.902 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:27:37.902 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:27:37.902 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:27:37.903 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:28:37.903 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:28:37.903 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:28:37.906 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:28:37.906 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:29:37.904 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:29:37.905 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:29:37.905 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:29:37.905 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:29:38.837 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 20:30:19.043 INFO 1316 --- [http-nio-9998-exec-3] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 20:30:19.703 INFO 1316 --- [http-nio-9998-exec-3] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 20:30:37.905 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:30:37.905 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:30:37.905 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:30:37.905 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:31:37.909 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:31:37.910 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:31:37.910 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:31:37.910 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:32:37.905 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:32:37.908 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:32:37.908 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:32:37.908 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:33:37.905 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:33:37.905 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:33:37.905 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:33:37.905 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:34:37.906 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:34:37.906 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:34:37.910 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:34:37.910 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:34:38.854 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 20:35:37.906 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:35:37.914 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:35:37.914 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:35:37.914 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:35:39.025 INFO 1316 --- [http-nio-9998-exec-9] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 20:35:39.655 INFO 1316 --- [http-nio-9998-exec-9] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 20:36:37.906 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:36:37.907 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:36:37.908 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:36:37.908 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:37:37.907 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:37:37.907 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:37:37.907 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:37:37.907 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:38:37.907 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:38:37.914 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:38:37.914 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:38:37.914 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:39:37.908 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:39:37.917 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:39:37.918 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:39:37.918 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:39:38.857 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 20:40:37.908 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:40:37.910 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:40:37.910 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:40:37.910 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:40:59.020 INFO 1316 --- [http-nio-9998-exec-5] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 20:40:59.673 INFO 1316 --- [http-nio-9998-exec-5] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 20:41:37.909 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:41:37.916 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:41:37.916 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:41:37.916 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:42:37.910 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:42:37.910 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:42:37.910 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:42:37.910 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:42:43.120 INFO 1316 --- [updateTask1] d.c.boot.admin.registry.StatusUpdater : Couldn't retrieve status for Application [id=15ef9808, name=USER-SERVICE, managementUrl=http://LAPTOP-BTKIHH20:8762/, healthUrl=http://LAPTOP-BTKIHH20:8762/health, serviceUrl=http://LAPTOP-BTKIHH20:8762/] org.springframework.web.client.ResourceAccessException: I/O error on GET request for "http://LAPTOP-BTKIHH20:8762/health": Connect to LAPTOP-BTKIHH20:8762 [LAPTOP-BTKIHH20/192.168.31.105, LAPTOP-BTKIHH20/fe80:0:0:0:3cae:f2cd:bf43:f669%13, LAPTOP-BTKIHH20/fe80:0:0:0:18a2:b525:20b7:bd2c%14, LAPTOP-BTKIHH20/2001:0:53aa:64c:18a2:b525:20b7:bd2c] failed: Connection refused: connect; nested exception is org.apache.http.conn.HttpHostConnectException: Connect to LAPTOP-BTKIHH20:8762 [LAPTOP-BTKIHH20/192.168.31.105, LAPTOP-BTKIHH20/fe80:0:0:0:3cae:f2cd:bf43:f669%13, LAPTOP-BTKIHH20/fe80:0:0:0:18a2:b525:20b7:bd2c%14, LAPTOP-BTKIHH20/2001:0:53aa:64c:18a2:b525:20b7:bd2c] failed: Connection refused: connect at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:666) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:628) at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:549) at de.codecentric.boot.admin.web.client.ApplicationOperations.doGet(ApplicationOperations.java:68) at de.codecentric.boot.admin.web.client.ApplicationOperations.getHealth(ApplicationOperations.java:58) at de.codecentric.boot.admin.registry.StatusUpdater.queryStatus(StatusUpdater.java:111) at de.codecentric.boot.admin.registry.StatusUpdater.updateStatus(StatusUpdater.java:65) at de.codecentric.boot.admin.registry.StatusUpdater.updateStatusForAllApplications(StatusUpdater.java:58) at de.codecentric.boot.admin.registry.StatusUpdateApplicationListener$2.run(StatusUpdateApplicationListener.java:60) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: org.apache.http.conn.HttpHostConnectException: Connect to LAPTOP-BTKIHH20:8762 [LAPTOP-BTKIHH20/192.168.31.105, LAPTOP-BTKIHH20/fe80:0:0:0:3cae:f2cd:bf43:f669%13, LAPTOP-BTKIHH20/fe80:0:0:0:18a2:b525:20b7:bd2c%14, LAPTOP-BTKIHH20/2001:0:53aa:64c:18a2:b525:20b7:bd2c] failed: Connection refused: connect at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) at org.springframework.http.client.HttpComponentsClientHttpRequest.executeInternal(HttpComponentsClientHttpRequest.java:89) at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48) at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:53) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:652) ... 16 common frames omitted Caused by: java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:85) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2019-06-16 20:43:37.910 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:43:37.910 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:43:37.910 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:43:37.913 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:44:37.911 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:44:37.920 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:44:37.921 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:44:37.921 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:44:38.863 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 20:45:37.911 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:45:37.912 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:45:37.912 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:45:37.920 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:45:59.032 INFO 1316 --- [http-nio-9998-exec-10] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 20:45:59.687 INFO 1316 --- [http-nio-9998-exec-10] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 20:46:37.911 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:46:37.911 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:46:37.914 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:46:37.915 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:47:37.911 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:47:37.911 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:47:37.911 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:47:37.911 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:48:37.912 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:48:37.912 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:48:37.913 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:48:37.913 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:49:37.912 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:49:37.912 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:49:37.912 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:49:37.912 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:49:38.866 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 20:50:37.913 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:50:37.916 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:50:37.917 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:50:37.917 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:51:19.019 INFO 1316 --- [http-nio-9998-exec-6] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 20:51:19.668 INFO 1316 --- [http-nio-9998-exec-6] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 20:51:37.913 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:51:37.914 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:51:37.914 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:51:37.914 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:52:37.913 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:52:37.913 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:52:37.913 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:52:37.913 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:53:37.913 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:53:37.913 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:53:37.913 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:53:37.913 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:54:37.913 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:54:37.913 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:54:37.913 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:54:37.921 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:54:38.871 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 20:55:37.914 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:55:37.918 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:55:37.918 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:55:37.918 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:56:37.914 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:56:37.914 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:56:37.914 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:56:37.914 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:56:39.032 INFO 1316 --- [http-nio-9998-exec-2] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 20:56:39.666 INFO 1316 --- [http-nio-9998-exec-2] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 20:57:37.915 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:57:37.915 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:57:37.915 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:57:37.915 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:58:37.916 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:58:37.920 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:58:37.921 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:58:37.921 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:59:37.916 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 20:59:37.920 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 20:59:37.920 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 20:59:37.920 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 20:59:38.873 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 21:00:37.917 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 21:00:37.917 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 21:00:37.917 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 21:00:37.917 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 21:01:37.918 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 21:01:37.918 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 21:01:37.919 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 21:01:37.919 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 21:01:59.692 INFO 1316 --- [http-nio-9998-exec-8] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 21:02:00.279 INFO 1316 --- [http-nio-9998-exec-8] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 21:02:37.918 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 21:02:37.918 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 21:02:37.918 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 21:02:37.919 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 21:03:37.918 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 21:03:37.922 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 21:03:37.922 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 21:03:37.922 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 21:04:37.918 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 21:04:37.918 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 21:04:37.918 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 21:04:37.918 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 21:04:38.875 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 21:05:37.919 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 21:05:37.919 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 21:05:37.919 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 21:05:37.920 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 21:06:37.920 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 21:06:37.920 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 21:06:37.920 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 21:06:37.920 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 21:07:19.020 INFO 1316 --- [http-nio-9998-exec-4] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 21:07:19.634 INFO 1316 --- [http-nio-9998-exec-4] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 21:07:37.920 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 21:07:37.920 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 21:07:37.920 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 21:07:37.920 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 21:08:37.921 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 21:08:37.921 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 21:08:37.922 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 21:08:37.922 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 21:09:37.921 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 21:09:37.921 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 21:09:37.921 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 21:09:37.921 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 21:09:38.887 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 21:10:37.921 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 21:10:37.921 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 21:10:37.921 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 21:10:37.921 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 21:11:37.922 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 21:11:37.922 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 21:11:37.922 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 21:11:37.922 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 21:12:19.022 INFO 1316 --- [http-nio-9998-exec-9] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 21:12:19.611 INFO 1316 --- [http-nio-9998-exec-9] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 21:12:37.923 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 21:12:37.932 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 21:12:37.932 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 21:12:37.932 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 21:13:37.923 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 21:13:37.923 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 21:13:37.923 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 21:13:37.931 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 21:14:37.924 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 21:14:37.924 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 21:14:37.925 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 21:14:37.933 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 21:14:38.888 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 21:15:37.925 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 21:15:37.925 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 21:15:37.925 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 21:15:37.925 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 21:16:37.925 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 21:16:37.925 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 21:16:37.933 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 21:16:37.933 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 21:17:19.674 INFO 1316 --- [http-nio-9998-exec-4] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 21:17:20.262 INFO 1316 --- [http-nio-9998-exec-4] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 21:17:37.925 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 21:17:37.925 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 21:17:37.925 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 21:17:37.925 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 21:18:37.926 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 21:18:37.926 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 21:18:37.926 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 21:18:37.926 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 21:19:37.926 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 21:19:37.926 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 21:19:37.934 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 21:19:37.934 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 21:19:38.889 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 21:20:37.927 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 21:20:37.935 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 21:20:37.935 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 21:20:37.935 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 21:21:37.927 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 21:21:37.935 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 21:21:37.935 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 21:21:37.935 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 21:22:19.674 INFO 1316 --- [http-nio-9998-exec-9] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 21:22:20.265 INFO 1316 --- [http-nio-9998-exec-9] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 21:22:37.927 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 21:22:37.928 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 21:22:37.928 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 21:22:37.929 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 21:23:37.927 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 21:23:37.927 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 21:23:37.928 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 21:23:37.928 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 21:24:37.928 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 21:24:37.928 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 21:24:37.937 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 21:24:37.938 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 21:24:38.891 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 21:25:37.929 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 21:25:37.930 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 21:25:37.930 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 21:25:37.930 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 21:26:37.930 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 21:26:37.930 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 21:26:37.930 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 21:26:37.930 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 21:27:37.930 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 21:27:37.930 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 21:27:37.931 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 21:27:37.934 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 21:27:39.689 INFO 1316 --- [http-nio-9998-exec-5] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 21:27:40.295 INFO 1316 --- [http-nio-9998-exec-5] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 21:28:37.931 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 21:28:37.931 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 21:28:37.931 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 21:28:37.931 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 21:29:37.931 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 21:29:37.931 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 21:29:37.931 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 21:29:37.931 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 21:29:38.892 INFO 1316 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration 2019-06-16 21:30:37.931 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 21:30:37.931 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 21:30:37.932 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 21:30:37.932 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 21:31:37.932 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 21:31:37.932 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 21:31:37.932 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 21:31:37.936 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 21:32:37.932 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 21:32:37.932 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 21:32:37.932 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 21:32:37.932 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0 2019-06-16 21:32:59.695 INFO 1316 --- [http-nio-9998-exec-1] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8769 2019-06-16 21:33:00.294 INFO 1316 --- [http-nio-9998-exec-1] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=admin-service, profiles=[pro], label=null, version=null, state=null 2019-06-16 21:33:37.933 INFO 1316 --- [Timer-0] o.s.c.n.t.CommonsInstanceDiscovery : No apps configured, returning an empty instance list 2019-06-16 21:33:37.943 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Retrieved hosts from InstanceDiscovery: 0 2019-06-16 21:33:37.944 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Found hosts that have been previously terminated: 0 2019-06-16 21:33:37.944 INFO 1316 --- [Timer-0] c.n.t.discovery.InstanceObservable : Hosts up:0, hosts down: 0