Skip to content

Instantly share code, notes, and snippets.

@jmnarloch
Created July 7, 2015 21:41
Show Gist options
  • Save jmnarloch/fc1aa7fa303cb983e6c0 to your computer and use it in GitHub Desktop.
Save jmnarloch/fc1aa7fa303cb983e6c0 to your computer and use it in GitHub Desktop.
Spring Cloud Eureka register
2015-07-07 23:33:55.528 INFO 18690 --- [pool-7-thread-1] o.s.boot.SpringApplication : Starting application on MacBook-Pro-Jakub.local with PID 18690 (/Users/jakubnarloch/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot/1.2.5.RELEASE/d12969adffe18f6f778451b1a8d1dab485ab4a03/spring-boot-1.2.5.RELEASE.jar started by jakubnarloch in /Users/jakubnarloch/workspace/github/jmnarloch/spring-boot-microservices)
2015-07-07 23:33:55.533 INFO 18690 --- [pool-7-thread-1] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@5014c19b: startup date [Tue Jul 07 23:33:55 CEST 2015]; root of context hierarchy
2015-07-07 23:33:55.562 INFO 18690 --- [pool-7-thread-1] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2015-07-07 23:33:55.573 INFO 18690 --- [pool-7-thread-1] trationDelegate$BeanPostProcessorChecker : Bean 'encrypt.CONFIGURATION_PROPERTIES' of type [class org.springframework.cloud.bootstrap.encrypt.KeyProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2015-07-07 23:33:55.573 INFO 18690 --- [pool-7-thread-1] trationDelegate$BeanPostProcessorChecker : Bean 'encryptionBootstrapConfiguration' of type [class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration$$EnhancerBySpringCGLIB$$1bb7901a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2015-07-07 23:33:55.654 INFO 18690 --- [pool-7-thread-1] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 0
2015-07-07 23:33:55.760 INFO 18690 --- [pool-7-thread-1] com.netflix.discovery.DiscoveryClient : Disable delta property : false
2015-07-07 23:33:55.760 INFO 18690 --- [pool-7-thread-1] com.netflix.discovery.DiscoveryClient : Single vip registry refresh property : null
2015-07-07 23:33:55.760 INFO 18690 --- [pool-7-thread-1] com.netflix.discovery.DiscoveryClient : Force full registry fetch : false
2015-07-07 23:33:55.760 INFO 18690 --- [pool-7-thread-1] com.netflix.discovery.DiscoveryClient : Application is null : false
2015-07-07 23:33:55.760 INFO 18690 --- [pool-7-thread-1] com.netflix.discovery.DiscoveryClient : Registered Applications size is zero : true
2015-07-07 23:33:55.760 INFO 18690 --- [pool-7-thread-1] com.netflix.discovery.DiscoveryClient : Application version is -1: true
2015-07-07 23:33:55.765 INFO 18690 --- [pool-7-thread-1] com.netflix.discovery.DiscoveryClient : Getting all instance registry info from the eureka server
2015-07-07 23:33:55.767 INFO 18690 --- [pool-7-thread-1] com.netflix.discovery.DiscoveryClient : The response status is 200
2015-07-07 23:33:55.768 INFO 18690 --- [pool-7-thread-1] com.netflix.discovery.DiscoveryClient : Starting heartbeat executor: renew interval is: 30
2015-07-07 23:33:55.770 INFO 18690 --- [pool-7-thread-1] c.n.e.EurekaDiscoveryClientConfiguration : Registering application web-service with eureka with status UP
2015-07-07 23:33:55.771 INFO 18690 --- [pool-7-thread-1] lientConfigServiceBootstrapConfiguration : Locating configserver via discovery
2015-07-07 23:33:55.771 INFO 18690 --- [pool-7-thread-1] o.s.boot.SpringApplication : Started application in 0.267 seconds (JVM running for 292.768)
2015-07-07 23:33:55.875 INFO 18690 --- [pool-7-thread-1] b.c.PropertySourceBootstrapConfiguration : Located property source: CompositePropertySource [name='configService', propertySources=[MapPropertySource [name='classpath:/web-service.yml']]]
2015-07-07 23:33:55.887 INFO 18690 --- [pool-7-thread-1] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@6601d613: startup date [Tue Jul 07 23:33:55 CEST 2015]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@5014c19b
2015-07-07 23:33:55.888 INFO 18690 --- [pool-7-thread-1] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2015-07-07 23:33:55.889 INFO 18690 --- [pool-7-thread-1] lientConfigServiceBootstrapConfiguration : Locating configserver via discovery
2015-07-07 23:33:55.890 INFO 18690 --- [pool-7-thread-1] o.s.boot.SpringApplication : Started application in 0.396 seconds (JVM running for 292.886)
2015-07-07 23:33:55.890 INFO 18690 --- [pool-7-thread-1] s.c.a.AnnotationConfigApplicationContext : Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@6601d613: startup date [Tue Jul 07 23:33:55 CEST 2015]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@5014c19b
2015-07-07 23:33:55.890 INFO 18690 --- [pool-7-thread-1] s.c.a.AnnotationConfigApplicationContext : Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@5014c19b: startup date [Tue Jul 07 23:33:55 CEST 2015]; root of context hierarchy
2015-07-07 23:33:55.890 INFO 18690 --- [pool-7-thread-1] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase 0
2015-07-07 23:33:55.891 INFO 18690 --- [pool-7-thread-1] c.n.e.EurekaDiscoveryClientConfiguration : Unregistering application web-service with eureka with status DOWN
2015-07-07 23:33:55.891 INFO 18690 --- [pool-7-thread-1] c.n.e.EurekaDiscoveryClientConfiguration : Closing DiscoveryClient.jerseyClient
2015-07-07 23:33:55.891 INFO 18690 --- [pool-7-thread-1] c.n.e.EurekaDiscoveryClientConfiguration : Removing application web-service from eureka
2015-07-07 23:33:55.898 INFO 18690 --- [pool-7-thread-1] com.netflix.discovery.DiscoveryClient : DiscoveryClient_WEB-SERVICE/MacBook-Pro-Jakub.local - deregister status: 404
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment