2018-09-26 10:44:11.385 INFO 34768 — [ main] com.netflix.discovery.DiscoveryClient : Discovery Client initialized at timestamp 1537929851383 with initial instances count: 1
2018-09-26 10:44:11.394 INFO 34768 — [ main] o.s.c.n.e.s.EurekaServiceRegistry : Registering application unknown with eureka with status UP
2018-09-26 10:44:11.396 INFO 34768 — [ main] com.netflix.discovery.DiscoveryClient : Saw local status change event StatusChangeEvent [timestamp=1537929851396, current=UP, previous=STARTING]
2018-09-26 10:44:11.397 INFO 34768 — [nfoReplicator-0] com.netflix.discovery.DiscoveryClient : DiscoveryClient_UNKNOWN/192.168.2.114: registering service…
2018-09-26 10:44:11.421 INFO 34768 — [ main] com.xuanyiai.ClientApplication : Started ClientApplication in 3.989 seconds (JVM running for 4.642)
2018-09-26 10:44:11.424 INFO 34768 — [ Thread-5] s.c.a.AnnotationConfigApplicationContext : Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@1130520d: startup date [Wed Sep 26 10:44:09 CST 2018]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@158da8e
2018-09-26 10:44:11.426 INFO 34768 — [ Thread-5] o.s.c.n.e.s.EurekaServiceRegistry : Unregistering application unknown with eureka with status DOWN
2018-09-26 10:44:11.426 WARN 34768 — [ Thread-5] com.netflix.discovery.DiscoveryClient : Saw local status change event StatusChangeEvent [timestamp=1537929851426, current=DOWN, previous=UP]
2018-09-26 10:44:11.429 INFO 34768 — [ Thread-5] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase 0
2018-09-26 10:44:11.432 INFO 34768 — [ Thread-5] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown
2018-09-26 10:44:11.435 INFO 34768 — [ Thread-5] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans
2018-09-26 10:44:11.439 INFO 34768 — [ Thread-5] com.netflix.discovery.DiscoveryClient : Shutting down DiscoveryClient …
2018-09-26 10:44:11.440 WARN 34768 — [ Thread-5] .s.c.a.CommonAnnotationBeanPostProcessor : Invocation of destroy method failed on bean with name ‘scopedTarget.eurekaClient’: org.springframework.beans.factory.BeanCreationNotAllowedException: Error creating bean with name ‘eurekaInstanceConfigBean’: Singleton bean creation not allowed while singletons of this factory are in destruction (Do not request a bean from a BeanFactory in a destroy method implementation!)
Process finished with exit code 0
SpringCloud组件实现微服务,【已升级Finchley.Release】
了解课程