Created
November 28, 2017 16:46
-
-
Save shaunthomas999/66afeb6d137b7801fffaef91b60f572f to your computer and use it in GitHub Desktop.
api-gateway.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-11-28 16:05:53.010 INFO [api-gateway,,,] 1 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8090 (http) | |
2017-11-28 16:05:53.011 INFO [api-gateway,,,] 1 --- [ main] .s.c.n.e.s.EurekaAutoServiceRegistration : Updating port to 8090 | |
2017-11-28 16:05:53.015 INFO [api-gateway,,,] 1 --- [ main] n.i.s.gateway.GatewayApplication : Started GatewayApplication in 154.872 seconds (JVM running for 155.846) | |
2017-11-28 16:09:42.305 INFO [api-gateway,,,] 1 --- [nio-8090-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring FrameworkServlet 'dispatcherServlet' | |
2017-11-28 16:09:42.306 INFO [api-gateway,,,] 1 --- [nio-8090-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization started | |
2017-11-28 16:09:42.412 INFO [api-gateway,,,] 1 --- [nio-8090-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization completed in 106 ms | |
2017-11-28 16:09:42.446 INFO [api-gateway,bd810d9443f7bedb,bd810d9443f7bedb,false] 1 --- [nio-8090-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping : Mapped URL path [/api/something/product/**] onto handler of type [class org.springframework.cloud.netflix.zuul.web.ZuulController] | |
2017-11-28 16:09:42.537 INFO [api-gateway,bd810d9443f7bedb,5cc756df5c500afd,false] 1 --- [nio-8090-exec-1] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@7da9ba1d: startup date [Tue Nov 28 16:09:42 GMT 2017]; parent: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@5e2f3be5 | |
2017-11-28 16:09:42.579 INFO [api-gateway,bd810d9443f7bedb,5cc756df5c500afd,false] 1 --- [nio-8090-exec-1] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring | |
2017-11-28 16:09:42.865 INFO [api-gateway,bd810d9443f7bedb,5cc756df5c500afd,false] 1 --- [nio-8090-exec-1] c.netflix.config.ChainedDynamicProperty : Flipping property: something-xp-api.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647 | |
2017-11-28 16:09:42.903 INFO [api-gateway,bd810d9443f7bedb,5cc756df5c500afd,false] 1 --- [nio-8090-exec-1] c.n.u.concurrent.ShutdownEnabledTimer : Shutdown hook installed for: NFLoadBalancer-PingTimer-something-xp-api | |
2017-11-28 16:09:42.938 INFO [api-gateway,bd810d9443f7bedb,5cc756df5c500afd,false] 1 --- [nio-8090-exec-1] c.netflix.loadbalancer.BaseLoadBalancer : Client: something-xp-api instantiated a LoadBalancer: DynamicServerListLoadBalancer:{NFLoadBalancer:name=something-xp-api,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:null | |
2017-11-28 16:09:42.951 INFO [api-gateway,bd810d9443f7bedb,5cc756df5c500afd,false] 1 --- [nio-8090-exec-1] c.n.l.DynamicServerListLoadBalancer : Using serverListUpdater PollingServerListUpdater | |
2017-11-28 16:09:42.991 INFO [api-gateway,bd810d9443f7bedb,5cc756df5c500afd,false] 1 --- [nio-8090-exec-1] c.netflix.config.ChainedDynamicProperty : Flipping property: something-xp-api.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647 | |
2017-11-28 16:09:42.993 INFO [api-gateway,bd810d9443f7bedb,5cc756df5c500afd,false] 1 --- [nio-8090-exec-1] c.n.l.DynamicServerListLoadBalancer : DynamicServerListLoadBalancer for client something-xp-api initialized: DynamicServerListLoadBalancer:{NFLoadBalancer:name=something-xp-api,current list of Servers=[work-pc:9014],Load balancer stats=Zone stats: {defaultzone=[Zone:defaultzone; Instance count:1; Active connections count: 0; Circuit breaker tripped count: 0; Active connections per server: 0.0;] | |
},Server stats: [[Server:work-pc:9014; Zone:defaultZone; Total Requests:0; Successive connection failure:0; Total blackout seconds:0; Last connection made:Thu Jan 01 00:00:00 GMT 1970; First connection made: Thu Jan 01 00:00:00 GMT 1970; Active Connections:0; total failure count in last (1000) msecs:0; average resp time:0.0; 90 percentile resp time:0.0; 95 percentile resp time:0.0; min resp time:0.0; max resp time:0.0; stddev resp time:0.0] | |
]}ServerList:org.springframework.cloud.netflix.ribbon.eureka.DomainExtractingServerList@58bbbfd5 | |
2017-11-28 16:09:43.958 INFO [api-gateway,,,] 1 --- [erListUpdater-0] c.netflix.config.ChainedDynamicProperty : Flipping property: something-xp-api.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment