Skip to content

Instantly share code, notes, and snippets.

@yidongnan
Created August 19, 2016 02:48
Show Gist options
  • Save yidongnan/cc3f7cb737c613eb700832fcfa09bc7c to your computer and use it in GitHub Desktop.
Save yidongnan/cc3f7cb737c613eb700832fcfa09bc7c to your computer and use it in GitHub Desktop.
2016-08-19 01:51:12.939 INFO [service-a,,,] 16 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@17678b09: startup date [Fri Aug 19 01:51:12 UTC 2016]; root of context hierarchy
2016-08-19 01:51:14.217 INFO [service-a,,,] 16 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2016-08-19 01:51:14.649 INFO [service-a,,,] 16 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.retry.annotation.RetryConfiguration' of type [class org.springframework.retry.annotation.RetryConfiguration$$EnhancerBySpringCGLIB$$67c23249] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2016-08-19 01:51:14.742 INFO [service-a,,,] 16 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'configurationPropertiesRebinderAutoConfiguration' of type [class org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$8e189d21] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2016-08-19 01:51:16.295 INFO [service-a,,,] 16 --- [ main] o.s.c.n.eureka.InstanceInfoFactory : Setting initial instance status as: STARTING
2016-08-19 01:51:17.331 INFO [service-a,,,] 16 --- [ main] c.n.d.provider.DiscoveryJerseyProvider : Using JSON encoding codec LegacyJacksonJson
2016-08-19 01:51:17.334 INFO [service-a,,,] 16 --- [ main] c.n.d.provider.DiscoveryJerseyProvider : Using JSON decoding codec LegacyJacksonJson
2016-08-19 01:51:17.651 INFO [service-a,,,] 16 --- [ main] c.n.d.provider.DiscoveryJerseyProvider : Using XML encoding codec XStreamXml
2016-08-19 01:51:17.651 INFO [service-a,,,] 16 --- [ main] c.n.d.provider.DiscoveryJerseyProvider : Using XML decoding codec XStreamXml
2016-08-19 01:51:18.458 INFO [service-a,,,] 16 --- [ main] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
2016-08-19 01:51:18.561 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : Disable delta property : false
2016-08-19 01:51:18.561 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : Single vip registry refresh property : null
2016-08-19 01:51:18.561 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : Force full registry fetch : false
2016-08-19 01:51:18.561 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : Application is null : false
2016-08-19 01:51:18.562 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : Registered Applications size is zero : true
2016-08-19 01:51:18.562 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : Application version is -1: true
2016-08-19 01:51:18.563 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : Getting all instance registry info from the eureka server
2016-08-19 01:51:19.157 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : The response status is 200
2016-08-19 01:51:19.165 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : Starting heartbeat executor: renew interval is: 30
2016-08-19 01:51:19.167 INFO [service-a,,,] 16 --- [ main] c.n.discovery.InstanceInfoReplicator : InstanceInfoReplicator onDemand update allowed rate per min is 4
2016-08-19 01:51:19.170 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : Discovery Client initialized at timestamp 1471571479170 with initial instances count: 1
2016-08-19 01:51:20.123 INFO [service-a,,,] 16 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 0
2016-08-19 01:51:20.123 INFO [service-a,,,] 16 --- [ main] c.n.e.EurekaDiscoveryClientConfiguration : Registering application service-a with eureka with status UP
2016-08-19 01:51:20.124 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : Saw local status change event StatusChangeEvent [timestamp=1471571480124, current=UP, previous=STARTING]
2016-08-19 01:51:20.126 INFO [service-a,,,] 16 --- [nfoReplicator-0] com.netflix.discovery.DiscoveryClient : DiscoveryClient_SERVICE-A/d12cf23bbbe8:service-a:8080: registering service...
2016-08-19 01:51:20.134 WARN [service-a,,,] 16 --- [ main] lientConfigServiceBootstrapConfiguration : No instances found of configserver (config-server)
2016-08-19 01:51:20.218 INFO [service-a,,,] 16 --- [nfoReplicator-0] com.netflix.discovery.DiscoveryClient : DiscoveryClient_SERVICE-A/d12cf23bbbe8:service-a:8080 - registration status: 204
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v1.3.5.RELEASE)
2016-08-19 01:51:20.414 INFO [service-a,,,] 16 --- [ main] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8888
2016-08-19 01:51:22.550 INFO [service-a,,,] 16 --- [ main] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8888
2016-08-19 01:51:28.598 INFO [service-a,,,] 16 --- [ main] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8888
2016-08-19 01:51:46.640 INFO [service-a,,,] 16 --- [ main] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8888
2016-08-19 01:52:40.664 INFO [service-a,,,] 16 --- [ main] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://172.17.0.6:8100/
2016-08-19 01:52:40.753 INFO [service-a,,,] 16 --- [ main] b.c.PropertySourceBootstrapConfiguration : Located property source: CompositePropertySource [name='configService', propertySources=[MapPropertySource [name='file:/app/config/service-a-docker.yml'], MapPropertySource [name='file:./config/service-a-docker.yml']]]
2016-08-19 01:52:40.823 INFO [service-a,,,] 16 --- [ main] net.devh.A1ServiceApplication : The following profiles are active: docker
2016-08-19 01:52:40.873 INFO [service-a,,,] 16 --- [ main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@622acfb1: startup date [Fri Aug 19 01:52:40 UTC 2016]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@17678b09
2016-08-19 01:52:42.056 INFO [service-a,,,] 16 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'hystrixFeature' 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.hystrix.HystrixCircuitBreakerConfiguration$HystrixWebConfiguration; factoryMethodName=hystrixFeature; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/cloud/netflix/hystrix/HystrixCircuitBreakerConfiguration$HystrixWebConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.cloud.netflix.hystrix.HystrixCircuitBreakerConfiguration; factoryMethodName=hystrixFeature; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/cloud/netflix/hystrix/HystrixCircuitBreakerConfiguration.class]]
2016-08-19 01:52:42.182 INFO [service-a,,,] 16 --- [ main] o.s.b.f.config.PropertiesFactoryBean : Loading properties file from URL [jar:file:/app/service-a.jar!/lib/spring-integration-core-4.2.5.RELEASE.jar!/META-INF/spring.integration.default.properties]
2016-08-19 01:52:42.187 INFO [service-a,,,] 16 --- [ main] o.s.i.config.IntegrationRegistrar : No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2016-08-19 01:52:42.500 WARN [service-a,,,] 16 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Cannot enhance @Configuration bean definition 'refreshScope' since its singleton instance has been created too early. The typical cause is a non-static @Bean method with a BeanDefinitionRegistryPostProcessor return type: Consider declaring such methods as 'static'.
2016-08-19 01:52:42.836 INFO [service-a,,,] 16 --- [ main] o.s.cloud.context.scope.GenericScope : BeanFactory id=328c1bae-c759-3c70-960b-c1d82c21d1c5
2016-08-19 01:52:42.848 INFO [service-a,,,] 16 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2016-08-19 01:52:42.852 INFO [service-a,,,] 16 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'taskScheduler' has been explicitly defined. Therefore, a default ThreadPoolTaskScheduler will be created.
2016-08-19 01:52:42.861 INFO [service-a,,,] 16 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2016-08-19 01:52:42.869 INFO [service-a,,,] 16 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.amqp.rabbit.annotation.RabbitBootstrapConfiguration' of type [class org.springframework.amqp.rabbit.annotation.RabbitBootstrapConfiguration$$EnhancerBySpringCGLIB$$386a5852] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2016-08-19 01:52:42.938 INFO [service-a,,,] 16 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'net.devh.feign.ServiceBClient' of type [class org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2016-08-19 01:52:42.951 INFO [service-a,,,] 16 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.sleuth.instrument.async.AsyncDefaultAutoConfiguration$DefaultAsyncConfigurerSupport' of type [class org.springframework.cloud.sleuth.instrument.async.AsyncDefaultAutoConfiguration$DefaultAsyncConfigurerSupport$$EnhancerBySpringCGLIB$$af4037e7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2016-08-19 01:52:43.249 INFO [service-a,,,] 16 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [class org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$8e189d21] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2016-08-19 01:52:43.272 INFO [service-a,,,] 16 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration' of type [class org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration$$EnhancerBySpringCGLIB$$37779f17] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2016-08-19 01:52:43.297 INFO [service-a,,,] 16 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.stream.config.ChannelBindingServiceConfiguration$PostProcessorConfiguration' of type [class org.springframework.cloud.stream.config.ChannelBindingServiceConfiguration$PostProcessorConfiguration$$EnhancerBySpringCGLIB$$69c932b0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2016-08-19 01:52:43.351 INFO [service-a,,,] 16 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.sleuth.instrument.web.client.feign.TraceFeignClientAutoConfiguration$FeignBeanPostProcessorConfiguration' of type [class org.springframework.cloud.sleuth.instrument.web.client.feign.TraceFeignClientAutoConfiguration$FeignBeanPostProcessorConfiguration$$EnhancerBySpringCGLIB$$b19072ea] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2016-08-19 01:52:43.364 INFO [service-a,,,] 16 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.sleuth.instrument.web.client.feign.TraceFeignClientAutoConfiguration' of type [class org.springframework.cloud.sleuth.instrument.web.client.feign.TraceFeignClientAutoConfiguration$$EnhancerBySpringCGLIB$$a7f21229] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2016-08-19 01:52:43.376 INFO [service-a,,,] 16 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'traceFeignObjectWrapper' of type [class org.springframework.cloud.sleuth.instrument.web.client.feign.TraceFeignObjectWrapper] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2016-08-19 01:52:43.850 INFO [service-a,,,] 16 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8080 (http)
2016-08-19 01:52:43.864 INFO [service-a,,,] 16 --- [ main] o.apache.catalina.core.StandardService : Starting service Tomcat
2016-08-19 01:52:43.865 INFO [service-a,,,] 16 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.0.33
2016-08-19 01:52:43.941 INFO [service-a,,,] 16 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2016-08-19 01:52:43.941 INFO [service-a,,,] 16 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3068 ms
2016-08-19 01:52:46.184 INFO [service-a,,,] 16 --- [ost-startStop-1] o.s.b.c.e.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
2016-08-19 01:52:46.190 INFO [service-a,,,] 16 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'metricFilter' to: [/*]
2016-08-19 01:52:46.190 INFO [service-a,,,] 16 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2016-08-19 01:52:46.190 INFO [service-a,,,] 16 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2016-08-19 01:52:46.190 INFO [service-a,,,] 16 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2016-08-19 01:52:46.191 INFO [service-a,,,] 16 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2016-08-19 01:52:46.191 INFO [service-a,,,] 16 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'webRequestLoggingFilter' to: [/*]
2016-08-19 01:52:46.191 INFO [service-a,,,] 16 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'traceFilter' to: [/*]
2016-08-19 01:52:46.191 INFO [service-a,,,] 16 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'applicationContextIdFilter' to: [/*]
2016-08-19 01:52:46.289 INFO [service-a,,,] 16 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@37c73b86: startup date [Fri Aug 19 01:52:46 UTC 2016]; parent: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@622acfb1
2016-08-19 01:52:46.302 INFO [service-a,,,] 16 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2016-08-19 01:52:47.056 WARN [service-a,,,] 16 --- [ main] c.n.c.sources.URLConfigurationSource : No URLs will be polled as dynamic configuration sources.
2016-08-19 01:52:47.057 INFO [service-a,,,] 16 --- [ 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.
2016-08-19 01:52:47.066 INFO [service-a,,,] 16 --- [ main] c.netflix.config.DynamicPropertyFactory : DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@6b3d0aa3
2016-08-19 01:52:47.289 INFO [service-a,,,] 16 --- [ main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@622acfb1: startup date [Fri Aug 19 01:52:40 UTC 2016]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@17678b09
2016-08-19 01:52:47.422 INFO [service-a,,,] 16 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/]}" onto public java.lang.String net.devh.controller.AServiceController.printServiceA()
2016-08-19 01:52:47.423 INFO [service-a,,,] 16 --- [ 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)
2016-08-19 01:52:47.424 INFO [service-a,,,] 16 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2016-08-19 01:52:47.530 INFO [service-a,,,] 16 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2016-08-19 01:52:47.530 INFO [service-a,,,] 16 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2016-08-19 01:52:47.611 INFO [service-a,,,] 16 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2016-08-19 01:52:48.867 INFO [service-a,,,] 16 --- [ main] o.s.b.f.config.PropertiesFactoryBean : Loading properties file from URL [jar:file:/app/service-a.jar!/lib/spring-integration-core-4.2.5.RELEASE.jar!/META-INF/spring.integration.default.properties]
2016-08-19 01:52:48.928 INFO [service-a,,,] 16 --- [ main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
2016-08-19 01:52:49.632 INFO [service-a,,,] 16 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/mappings || /mappings.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2016-08-19 01:52:49.633 INFO [service-a,,,] 16 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/configprops || /configprops.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2016-08-19 01:52:49.633 INFO [service-a,,,] 16 --- [ 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()
2016-08-19 01:52:49.633 INFO [service-a,,,] 16 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/archaius || /archaius.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2016-08-19 01:52:49.635 INFO [service-a,,,] 16 --- [ 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<java.lang.String, java.lang.String>)
2016-08-19 01:52:49.635 INFO [service-a,,,] 16 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/env/reset],methods=[POST]}" onto public java.util.Map<java.lang.String, java.lang.Object> org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint.reset()
2016-08-19 01:52:49.635 INFO [service-a,,,] 16 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/health || /health.json],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint.invoke(java.security.Principal)
2016-08-19 01:52:49.636 INFO [service-a,,,] 16 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/bus/env],methods=[POST]}" onto public void org.springframework.cloud.bus.endpoint.EnvironmentBusEndpoint.env(java.util.Map<java.lang.String, java.lang.String>,java.lang.String)
2016-08-19 01:52:49.636 INFO [service-a,,,] 16 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/info || /info.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2016-08-19 01:52:49.636 INFO [service-a,,,] 16 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/shutdown || /shutdown.json],methods=[POST]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.ShutdownMvcEndpoint.invoke()
2016-08-19 01:52:49.637 INFO [service-a,,,] 16 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/pause || /pause.json],methods=[POST]}" onto public java.lang.Object org.springframework.cloud.endpoint.GenericPostableMvcEndpoint.invoke()
2016-08-19 01:52:49.637 INFO [service-a,,,] 16 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/dump || /dump.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2016-08-19 01:52:49.637 INFO [service-a,,,] 16 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/features || /features.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2016-08-19 01:52:49.638 INFO [service-a,,,] 16 --- [ 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
2016-08-19 01:52:49.638 INFO [service-a,,,] 16 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/metrics/{name:.*}],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint.value(java.lang.String)
2016-08-19 01:52:49.638 INFO [service-a,,,] 16 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/metrics || /metrics.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2016-08-19 01:52:49.638 INFO [service-a,,,] 16 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/bus/refresh],methods=[POST]}" onto public void org.springframework.cloud.bus.endpoint.RefreshBusEndpoint.refresh(java.lang.String)
2016-08-19 01:52:49.639 INFO [service-a,,,] 16 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/trace || /trace.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2016-08-19 01:52:49.639 INFO [service-a,,,] 16 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/resume || /resume.json],methods=[POST]}" onto public java.lang.Object org.springframework.cloud.endpoint.GenericPostableMvcEndpoint.invoke()
2016-08-19 01:52:49.639 INFO [service-a,,,] 16 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/beans || /beans.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2016-08-19 01:52:49.640 INFO [service-a,,,] 16 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/env/{name:.*}],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint.value(java.lang.String)
2016-08-19 01:52:49.640 INFO [service-a,,,] 16 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/env || /env.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2016-08-19 01:52:49.640 INFO [service-a,,,] 16 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/restart || /restart.json],methods=[POST]}" onto public java.lang.Object org.springframework.cloud.context.restart.RestartMvcEndpoint.invoke()
2016-08-19 01:52:49.641 INFO [service-a,,,] 16 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/autoconfig || /autoconfig.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2016-08-19 01:52:50.070 INFO [service-a,,,] 16 --- [ main] o.s.integration.channel.DirectChannel : Channel 'service-a:docker:8080.springCloudBusInput' has 1 subscriber(s).
2016-08-19 01:52:50.164 WARN [service-a,,,] 16 --- [ main] c.n.c.sources.URLConfigurationSource : No URLs will be polled as dynamic configuration sources.
2016-08-19 01:52:50.165 INFO [service-a,,,] 16 --- [ 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.
2016-08-19 01:52:50.250 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : Shutting down DiscoveryClient ...
2016-08-19 01:52:50.251 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : Unregistering ...
2016-08-19 01:52:50.281 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : DiscoveryClient_SERVICE-A/d12cf23bbbe8:service-a:8080 - deregister status: 200
2016-08-19 01:52:50.290 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : Completed shut down of DiscoveryClient
2016-08-19 01:52:50.465 INFO [service-a,,,] 16 --- [ main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService
2016-08-19 01:52:50.644 INFO [service-a,,,] 16 --- [ main] o.s.i.codec.kryo.CompositeKryoRegistrar : configured Kryo registration [40, java.io.File] with serializer org.springframework.integration.codec.kryo.FileSerializer
2016-08-19 01:52:50.841 INFO [service-a,,,] 16 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2016-08-19 01:52:50.851 INFO [service-a,,,] 16 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'refreshScope' has been autodetected for JMX exposure
2016-08-19 01:52:50.852 INFO [service-a,,,] 16 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'environmentManager' has been autodetected for JMX exposure
2016-08-19 01:52:50.852 INFO [service-a,,,] 16 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'integrationMbeanExporter' has been autodetected for JMX exposure
2016-08-19 01:52:50.853 INFO [service-a,,,] 16 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure
2016-08-19 01:52:50.854 INFO [service-a,,,] 16 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'refreshEndpoint' has been autodetected for JMX exposure
2016-08-19 01:52:50.854 INFO [service-a,,,] 16 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'restartEndpoint' has been autodetected for JMX exposure
2016-08-19 01:52:50.857 INFO [service-a,,,] 16 --- [ 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]
2016-08-19 01:52:50.870 INFO [service-a,,,] 16 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Located managed bean 'restartEndpoint': registering with JMX server as MBean [org.springframework.cloud.context.restart:name=restartEndpoint,type=RestartEndpoint]
2016-08-19 01:52:50.881 INFO [service-a,,,] 16 --- [ 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]
2016-08-19 01:52:50.891 INFO [service-a,,,] 16 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Located managed bean 'integrationMbeanExporter': registering with JMX server as MBean [org.springframework.integration.monitor:name=integrationMbeanExporter,type=IntegrationMBeanExporter]
2016-08-19 01:52:50.911 INFO [service-a,,,] 16 --- [ 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=622acfb1,type=ConfigurationPropertiesRebinder]
2016-08-19 01:52:50.914 INFO [service-a,,,] 16 --- [ 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]
2016-08-19 01:52:50.919 INFO [service-a,,,] 16 --- [ main] o.s.i.monitor.IntegrationMBeanExporter : Registering beans for JMX exposure on startup
2016-08-19 01:52:50.920 INFO [service-a,,,] 16 --- [ main] o.s.i.monitor.IntegrationMBeanExporter : Registering MessageChannel springCloudBusInput
2016-08-19 01:52:50.924 INFO [service-a,,,] 16 --- [ main] o.s.i.monitor.IntegrationMBeanExporter : Located managed bean 'org.springframework.integration:type=MessageChannel,name=springCloudBusInput': registering with JMX server as MBean [org.springframework.integration:type=MessageChannel,name=springCloudBusInput]
2016-08-19 01:52:50.942 INFO [service-a,,,] 16 --- [ main] o.s.i.monitor.IntegrationMBeanExporter : Registering MessageChannel nullChannel
2016-08-19 01:52:50.943 INFO [service-a,,,] 16 --- [ main] o.s.i.monitor.IntegrationMBeanExporter : Located managed bean 'org.springframework.integration:type=MessageChannel,name=nullChannel': registering with JMX server as MBean [org.springframework.integration:type=MessageChannel,name=nullChannel]
2016-08-19 01:52:50.948 INFO [service-a,,,] 16 --- [ main] o.s.i.monitor.IntegrationMBeanExporter : Registering MessageChannel springCloudBusOutput
2016-08-19 01:52:50.950 INFO [service-a,,,] 16 --- [ main] o.s.i.monitor.IntegrationMBeanExporter : Located managed bean 'org.springframework.integration:type=MessageChannel,name=springCloudBusOutput': registering with JMX server as MBean [org.springframework.integration:type=MessageChannel,name=springCloudBusOutput]
2016-08-19 01:52:50.955 INFO [service-a,,,] 16 --- [ main] o.s.i.monitor.IntegrationMBeanExporter : Registering MessageChannel errorChannel
2016-08-19 01:52:50.956 INFO [service-a,,,] 16 --- [ main] o.s.i.monitor.IntegrationMBeanExporter : Located managed bean 'org.springframework.integration:type=MessageChannel,name=errorChannel': registering with JMX server as MBean [org.springframework.integration:type=MessageChannel,name=errorChannel]
2016-08-19 01:52:50.979 INFO [service-a,,,] 16 --- [ main] o.s.i.monitor.IntegrationMBeanExporter : Located managed bean 'org.springframework.integration:type=MessageHandler,name=errorLogger,bean=internal': registering with JMX server as MBean [org.springframework.integration:type=MessageHandler,name=errorLogger,bean=internal]
2016-08-19 01:52:51.901 INFO [service-a,,,] 16 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase -2147482648
2016-08-19 01:52:51.998 INFO [service-a,,,] 16 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2bfba32b: startup date [Fri Aug 19 01:52:51 UTC 2016]; root of context hierarchy
2016-08-19 01:52:52.024 INFO [service-a,,,] 16 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2016-08-19 01:52:52.059 INFO [service-a,,,] 16 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.retry.annotation.RetryConfiguration' of type [class org.springframework.retry.annotation.RetryConfiguration$$EnhancerBySpringCGLIB$$67c23249] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2016-08-19 01:52:52.063 INFO [service-a,,,] 16 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'configurationPropertiesRebinderAutoConfiguration' of type [class org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$8e189d21] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2016-08-19 01:52:52.152 INFO [service-a,,,] 16 --- [ main] o.s.c.n.eureka.InstanceInfoFactory : Setting initial instance status as: STARTING
2016-08-19 01:52:52.234 INFO [service-a,,,] 16 --- [ main] c.n.d.provider.DiscoveryJerseyProvider : Using JSON encoding codec LegacyJacksonJson
2016-08-19 01:52:52.234 INFO [service-a,,,] 16 --- [ main] c.n.d.provider.DiscoveryJerseyProvider : Using JSON decoding codec LegacyJacksonJson
2016-08-19 01:52:52.234 INFO [service-a,,,] 16 --- [ main] c.n.d.provider.DiscoveryJerseyProvider : Using XML encoding codec XStreamXml
2016-08-19 01:52:52.235 INFO [service-a,,,] 16 --- [ main] c.n.d.provider.DiscoveryJerseyProvider : Using XML decoding codec XStreamXml
2016-08-19 01:52:52.290 INFO [service-a,,,] 16 --- [ main] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
2016-08-19 01:52:52.292 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : Disable delta property : false
2016-08-19 01:52:52.292 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : Single vip registry refresh property : null
2016-08-19 01:52:52.292 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : Force full registry fetch : false
2016-08-19 01:52:52.292 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : Application is null : false
2016-08-19 01:52:52.292 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : Registered Applications size is zero : true
2016-08-19 01:52:52.292 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : Application version is -1: true
2016-08-19 01:52:52.292 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : Getting all instance registry info from the eureka server
2016-08-19 01:52:52.299 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : The response status is 200
2016-08-19 01:52:52.302 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : Starting heartbeat executor: renew interval is: 30
2016-08-19 01:52:52.303 INFO [service-a,,,] 16 --- [ main] c.n.discovery.InstanceInfoReplicator : InstanceInfoReplicator onDemand update allowed rate per min is 4
2016-08-19 01:52:52.303 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : Discovery Client initialized at timestamp 1471571572303 with initial instances count: 6
2016-08-19 01:52:52.601 INFO [service-a,,,] 16 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 0
2016-08-19 01:52:52.601 INFO [service-a,,,] 16 --- [ main] c.n.e.EurekaDiscoveryClientConfiguration : Registering application service-a with eureka with status UP
2016-08-19 01:52:52.602 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : Saw local status change event StatusChangeEvent [timestamp=1471571572602, current=UP, previous=STARTING]
2016-08-19 01:52:52.604 INFO [service-a,,,] 16 --- [nfoReplicator-0] com.netflix.discovery.DiscoveryClient : DiscoveryClient_SERVICE-A/d12cf23bbbe8:service-a:8080: registering service...
2016-08-19 01:52:52.630 INFO [service-a,,,] 16 --- [nfoReplicator-0] com.netflix.discovery.DiscoveryClient : DiscoveryClient_SERVICE-A/d12cf23bbbe8:service-a:8080 - registration status: 204
2016-08-19 01:52:52.695 INFO [service-a,,,] 16 --- [ main] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://172.17.0.6:8100/
2016-08-19 01:52:52.824 INFO [service-a,,,] 16 --- [ main] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=service-a, profiles=[docker], label=null, version=null
2016-08-19 01:52:52.824 INFO [service-a,,,] 16 --- [ main] b.c.PropertySourceBootstrapConfiguration : Located property source: CompositePropertySource [name='configService', propertySources=[MapPropertySource [name='file:/app/config/service-a-docker.yml'], MapPropertySource [name='file:./config/service-a-docker.yml']]]
2016-08-19 01:52:52.840 INFO [service-a,,,] 16 --- [ main] net.devh.A1ServiceApplication : The following profiles are active: docker
2016-08-19 01:52:52.844 INFO [service-a,,,] 16 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@573d996c: startup date [Fri Aug 19 01:52:52 UTC 2016]; parent: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@622acfb1
2016-08-19 01:52:52.871 INFO [service-a,,,] 16 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2016-08-19 01:52:52.984 INFO [service-a,,,] 16 --- [ main] o.s.c.support.GenericApplicationContext : Refreshing org.springframework.context.support.GenericApplicationContext@22219475: startup date [Fri Aug 19 01:52:52 UTC 2016]; root of context hierarchy
2016-08-19 01:52:53.051 INFO [service-a,,,] 16 --- [ main] net.devh.A1ServiceApplication : Started A1ServiceApplication in 1.142 seconds (JVM running for 104.275)
2016-08-19 01:52:53.165 INFO [service-a,,,] 16 --- [ main] o.s.a.r.c.CachingConnectionFactory : Created new connection: SimpleConnection@334a2060 [delegate=amqp://guest@172.17.0.4:5672/]
2016-08-19 01:52:53.202 INFO [service-a,,,] 16 --- [ main] o.s.i.endpoint.EventDrivenConsumer : Adding {message-handler:outbound.springCloudBus} as a subscriber to the 'springCloudBusOutput' channel
2016-08-19 01:52:53.203 INFO [service-a,,,] 16 --- [ main] o.s.integration.channel.DirectChannel : Channel 'service-a:docker:8080.springCloudBusOutput' has 1 subscriber(s).
2016-08-19 01:52:53.203 INFO [service-a,,,] 16 --- [ main] o.s.i.endpoint.EventDrivenConsumer : started outbound.springCloudBus
2016-08-19 01:52:53.204 INFO [service-a,,,] 16 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase -2147482648
2016-08-19 01:52:53.205 INFO [service-a,,,] 16 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 0
2016-08-19 01:52:53.210 INFO [service-a,,,] 16 --- [ main] o.s.c.n.eureka.InstanceInfoFactory : Setting initial instance status as: STARTING
2016-08-19 01:52:53.247 INFO [service-a,,,] 16 --- [ main] c.n.d.provider.DiscoveryJerseyProvider : Using JSON encoding codec LegacyJacksonJson
2016-08-19 01:52:53.247 INFO [service-a,,,] 16 --- [ main] c.n.d.provider.DiscoveryJerseyProvider : Using JSON decoding codec LegacyJacksonJson
2016-08-19 01:52:53.248 INFO [service-a,,,] 16 --- [ main] c.n.d.provider.DiscoveryJerseyProvider : Using XML encoding codec XStreamXml
2016-08-19 01:52:53.248 INFO [service-a,,,] 16 --- [ main] c.n.d.provider.DiscoveryJerseyProvider : Using XML decoding codec XStreamXml
2016-08-19 01:52:53.308 INFO [service-a,,,] 16 --- [ main] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
2016-08-19 01:52:53.309 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : Disable delta property : false
2016-08-19 01:52:53.309 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : Single vip registry refresh property : null
2016-08-19 01:52:53.309 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : Force full registry fetch : false
2016-08-19 01:52:53.309 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : Application is null : false
2016-08-19 01:52:53.309 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : Registered Applications size is zero : true
2016-08-19 01:52:53.309 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : Application version is -1: true
2016-08-19 01:52:53.309 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : Getting all instance registry info from the eureka server
2016-08-19 01:52:53.315 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : The response status is 200
2016-08-19 01:52:53.320 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : Starting heartbeat executor: renew interval is: 30
2016-08-19 01:52:53.321 INFO [service-a,,,] 16 --- [ main] c.n.discovery.InstanceInfoReplicator : InstanceInfoReplicator onDemand update allowed rate per min is 4
2016-08-19 01:52:53.322 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : Discovery Client initialized at timestamp 1471571573322 with initial instances count: 6
2016-08-19 01:52:53.389 INFO [service-a,,,] 16 --- [ main] c.n.e.EurekaDiscoveryClientConfiguration : Registering application service-a with eureka with status UP
2016-08-19 01:52:53.389 INFO [service-a,,,] 16 --- [ main] com.netflix.discovery.DiscoveryClient : Saw local status change event StatusChangeEvent [timestamp=1471571573389, current=UP, previous=STARTING]
2016-08-19 01:52:53.390 INFO [service-a,,,] 16 --- [nfoReplicator-0] com.netflix.discovery.DiscoveryClient : DiscoveryClient_SERVICE-A/d12cf23bbbe8:service-a:8080: registering service...
2016-08-19 01:52:53.399 INFO [service-a,,,] 16 --- [nfoReplicator-0] com.netflix.discovery.DiscoveryClient : DiscoveryClient_SERVICE-A/d12cf23bbbe8:service-a:8080 - registration status: 204
2016-08-19 01:52:53.441 INFO [service-a,,,] 16 --- [ main] o.s.i.endpoint.EventDrivenConsumer : Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2016-08-19 01:52:53.441 INFO [service-a,,,] 16 --- [ main] o.s.i.channel.PublishSubscribeChannel : Channel 'service-a:docker:8080.errorChannel' has 1 subscriber(s).
2016-08-19 01:52:53.441 INFO [service-a,,,] 16 --- [ main] o.s.i.endpoint.EventDrivenConsumer : started _org.springframework.integration.errorLogger
2016-08-19 01:52:53.441 INFO [service-a,,,] 16 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147482647
2016-08-19 01:52:53.451 INFO [service-a,,,] 16 --- [ main] o.s.c.s.b.r.RabbitMessageChannelBinder : declaring queue for inbound: springCloudBus.anonymous.99Lyl8CzS8SumWHBY4WLcQ, bound to: springCloudBus
2016-08-19 01:52:53.478 INFO [service-a,,,] 16 --- [ main] o.s.integration.channel.DirectChannel : Channel 'springCloudBus.anonymous.99Lyl8CzS8SumWHBY4WLcQ.bridge' has 1 subscriber(s).
2016-08-19 01:52:53.493 INFO [service-a,,,] 16 --- [ main] o.s.i.a.i.AmqpInboundChannelAdapter : started inbound.springCloudBus.anonymous.99Lyl8CzS8SumWHBY4WLcQ
2016-08-19 01:52:53.493 INFO [service-a,,,] 16 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147483647
2016-08-19 01:52:53.496 INFO [service-a,,,] 16 --- [ main] ration$HystrixMetricsPollerConfiguration : Starting poller
2016-08-19 01:52:53.497 INFO [service-a,,,] 16 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 0
2016-08-19 01:52:53.497 INFO [service-a,,,] 16 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147482647
2016-08-19 01:52:53.497 INFO [service-a,,,] 16 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147483647
2016-08-19 01:52:53.569 INFO [service-a,,,] 16 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8080 (http)
2016-08-19 01:52:53.570 INFO [service-a,,,] 16 --- [ main] c.n.e.EurekaDiscoveryClientConfiguration : Updating port to 8080
2016-08-19 01:52:53.570 INFO [service-a,,,] 16 --- [ main] c.n.e.EurekaDiscoveryClientConfiguration : Updating port to 8080
2016-08-19 01:52:53.570 INFO [service-a,,,] 16 --- [ main] c.n.e.EurekaDiscoveryClientConfiguration : Updating port to 8080
2016-08-19 01:52:53.573 INFO [service-a,,,] 16 --- [ main] net.devh.A1ServiceApplication : Started A1ServiceApplication in 101.848 seconds (JVM running for 104.797)
2016-08-19 01:52:54.934 INFO [service-a,,,] 16 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring FrameworkServlet 'dispatcherServlet'
2016-08-19 01:52:54.934 INFO [service-a,,,] 16 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization started
2016-08-19 01:52:54.991 INFO [service-a,,,] 16 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization completed in 57 ms
2016-08-19 01:52:55.043 INFO [service-a,ff3da189bbeb844c,3aa1834fe07d074f,false] 16 --- [nio-8080-exec-1] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://172.17.0.6:8100/
2016-08-19 01:52:55.126 INFO [service-a,ff3da189bbeb844c,3aa1834fe07d074f,false] 16 --- [nio-8080-exec-1] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=application, profiles=[docker], label=null, version=null
2016-08-19 01:53:04.967 INFO [service-a,f1e3f967baa48f0d,f1e3f967baa48f0d,false] 16 --- [nio-8080-exec-2] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://172.17.0.6:8100/
2016-08-19 01:53:05.035 INFO [service-a,f1e3f967baa48f0d,f1e3f967baa48f0d,false] 16 --- [nio-8080-exec-2] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=application, profiles=[docker], label=null, version=null
2016-08-19 01:53:15.335 INFO [service-a,dacb59ff22f3a030,e7fdf6f3c1a3e294,false] 16 --- [nio-8080-exec-4] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://172.17.0.6:8100/
2016-08-19 01:53:15.644 INFO [service-a,dacb59ff22f3a030,e7fdf6f3c1a3e294,false] 16 --- [nio-8080-exec-4] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=application, profiles=[docker], label=null, version=null
2016-08-19 01:53:25.261 INFO [service-a,9d11bde8cb072bbb,9d11bde8cb072bbb,false] 16 --- [nio-8080-exec-5] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://172.17.0.6:8100/
2016-08-19 01:53:25.375 INFO [service-a,9d11bde8cb072bbb,9d11bde8cb072bbb,false] 16 --- [nio-8080-exec-5] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=application, profiles=[docker], label=null, version=null
2016-08-19 01:53:34.853 INFO [service-a,dc70c7d98f95f089,a2f3e51e7cb30384,false] 16 --- [nio-8080-exec-6] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://172.17.0.6:8100/
2016-08-19 01:53:34.905 INFO [service-a,dc70c7d98f95f089,a2f3e51e7cb30384,false] 16 --- [nio-8080-exec-6] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=application, profiles=[docker], label=null, version=null
2016-08-19 01:53:44.932 INFO [service-a,709865a7933a2e9,709865a7933a2e9,false] 16 --- [nio-8080-exec-7] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://172.17.0.6:8100/
2016-08-19 01:53:44.994 INFO [service-a,709865a7933a2e9,709865a7933a2e9,false] 16 --- [nio-8080-exec-7] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=application, profiles=[docker], label=null, version=null
2016-08-19 01:53:54.875 INFO [service-a,28a6839b28786a9e,427852a879dc5427,false] 16 --- [nio-8080-exec-8] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://172.17.0.6:8100/
2016-08-19 01:53:54.952 INFO [service-a,28a6839b28786a9e,427852a879dc5427,false] 16 --- [nio-8080-exec-8] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=application, profiles=[docker], label=null, version=null
2016-08-19 01:54:04.946 INFO [service-a,6e7acadbcb9de2aa,6e7acadbcb9de2aa,false] 16 --- [nio-8080-exec-9] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://172.17.0.6:8100/
2016-08-19 01:54:05.000 INFO [service-a,6e7acadbcb9de2aa,6e7acadbcb9de2aa,false] 16 --- [nio-8080-exec-9] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=application, profiles=[docker], label=null, version=null
2016-08-19 01:54:14.852 INFO [service-a,b68197efab6ffbc3,db38fcb6e67deba8,false] 16 --- [io-8080-exec-10] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://172.17.0.6:8100/
2016-08-19 01:54:14.899 INFO [service-a,b68197efab6ffbc3,db38fcb6e67deba8,false] 16 --- [io-8080-exec-10] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=application, profiles=[docker], label=null, version=null
2016-08-19 01:54:24.957 INFO [service-a,3f81c9c0fdba4bd2,3f81c9c0fdba4bd2,false] 16 --- [nio-8080-exec-2] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://172.17.0.6:8100/
2016-08-19 01:54:25.037 INFO [service-a,3f81c9c0fdba4bd2,3f81c9c0fdba4bd2,false] 16 --- [nio-8080-exec-2] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=application, profiles=[docker], label=null, version=null
2016-08-19 01:54:34.875 INFO [service-a,55e58c7ceb2b36c9,180e6b1e8669badf,false] 16 --- [nio-8080-exec-3] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://172.17.0.6:8100/
2016-08-19 01:54:34.926 INFO [service-a,55e58c7ceb2b36c9,180e6b1e8669badf,false] 16 --- [nio-8080-exec-3] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=application, profiles=[docker], label=null, version=null
2016-08-19 01:54:44.953 INFO [service-a,1272fbc2196b611c,1272fbc2196b611c,false] 16 --- [nio-8080-exec-5] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://172.17.0.6:8100/
2016-08-19 01:54:45.003 INFO [service-a,1272fbc2196b611c,1272fbc2196b611c,false] 16 --- [nio-8080-exec-5] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=application, profiles=[docker], label=null, version=null
2016-08-19 01:54:54.881 INFO [service-a,a085d8df39d5e4b7,13924504a822ee2c,false] 16 --- [nio-8080-exec-6] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://172.17.0.6:8100/
2016-08-19 01:54:54.964 INFO [service-a,a085d8df39d5e4b7,13924504a822ee2c,false] 16 --- [nio-8080-exec-6] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=application, profiles=[docker], label=null, version=null
2016-08-19 01:55:04.922 INFO [service-a,920eb958a4f4d3fe,920eb958a4f4d3fe,false] 16 --- [nio-8080-exec-8] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://172.17.0.6:8100/
2016-08-19 01:55:04.971 INFO [service-a,920eb958a4f4d3fe,920eb958a4f4d3fe,false] 16 --- [nio-8080-exec-8] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=application, profiles=[docker], label=null, version=null
2016-08-19 01:55:14.872 INFO [service-a,255d03edbb986cb9,5cb3cbc480af1886,false] 16 --- [io-8080-exec-10] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://172.17.0.6:8100/
2016-08-19 01:55:14.933 INFO [service-a,255d03edbb986cb9,5cb3cbc480af1886,false] 16 --- [io-8080-exec-10] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=application, profiles=[docker], label=null, version=null
2016-08-19 01:55:24.936 INFO [service-a,cd34f0636dca49f8,cd34f0636dca49f8,false] 16 --- [nio-8080-exec-1] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://172.17.0.6:8100/
2016-08-19 01:55:24.988 INFO [service-a,cd34f0636dca49f8,cd34f0636dca49f8,false] 16 --- [nio-8080-exec-1] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=application, profiles=[docker], label=null, version=null
2016-08-19 01:55:34.863 INFO [service-a,7bdff34272914758,795ea01596e67bd3,false] 16 --- [nio-8080-exec-4] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://172.17.0.6:8100/
2016-08-19 01:55:34.915 INFO [service-a,7bdff34272914758,795ea01596e67bd3,false] 16 --- [nio-8080-exec-4] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=application, profiles=[docker], label=null, version=null
2016-08-19 01:55:44.945 INFO [service-a,b0e68f9531131e71,b0e68f9531131e71,false] 16 --- [nio-8080-exec-3] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://172.17.0.6:8100/
2016-08-19 01:55:45.000 INFO [service-a,b0e68f9531131e71,b0e68f9531131e71,false] 16 --- [nio-8080-exec-3] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=application, profiles=[docker], label=null, version=null
2016-08-19 01:55:54.852 INFO [service-a,9b982ef79515f0eb,14e6356c29100279,false] 16 --- [nio-8080-exec-5] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://172.17.0.6:8100/
2016-08-19 01:55:54.907 INFO [service-a,9b982ef79515f0eb,14e6356c29100279,false] 16 --- [nio-8080-exec-5] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=application, profiles=[docker], label=null, version=null
2016-08-19 01:56:04.937 INFO [service-a,6cc3e16b037a048b,6cc3e16b037a048b,false] 16 --- [nio-8080-exec-6] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://172.17.0.6:8100/
2016-08-19 01:56:04.986 INFO [service-a,6cc3e16b037a048b,6cc3e16b037a048b,false] 16 --- [nio-8080-exec-6] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=application, profiles=[docker], label=null, version=null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment