| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181 |
- 10:25:48:792 INFO 21528 --- [main] com.zksy.gateway.GatewayApplication : The following 1 profile is active: "prod"
- 10:25:49:278 INFO 21528 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
- 10:25:49:280 INFO 21528 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 10:25:49:293 INFO 21528 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 5 ms. Found 0 Redis repository interfaces.
- 10:25:49:382 INFO 21528 --- [main] o.s.cloud.context.scope.GenericScope : BeanFactory id=8f77ea2c-9f60-3dbf-90da-74a4ff075b6e
- 10:25:49:418 INFO 21528 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.client.loadbalancer.reactive.LoadBalancerBeanPostProcessorAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.reactive.LoadBalancerBeanPostProcessorAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 10:25:49:419 INFO 21528 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.client.loadbalancer.reactive.LoadBalancerBeanPostProcessorAutoConfiguration$ReactorDeferringLoadBalancerFilterConfig' of type [org.springframework.cloud.client.loadbalancer.reactive.LoadBalancerBeanPostProcessorAutoConfiguration$ReactorDeferringLoadBalancerFilterConfig] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 10:25:49:420 INFO 21528 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'reactorDeferringLoadBalancerExchangeFilterFunction' of type [org.springframework.cloud.client.loadbalancer.reactive.DeferringLoadBalancerExchangeFilterFunction] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 10:25:50:105 DEBUG 21528 --- [main] c.zksy.gateway.route.DynamicRouteLoader : 监听到路由配置变更,[
- {
- "id": "visualization",
- "predicates": [{
- "name": "Path",
- "args": {"_genkey_0":"/visualization/**"}
- }],
- "filters": [
- {
- "name": "StripPrefix",
- "args": {"partsToStrip": 1}
- }
- ],
- "uri": "lb://visualization-service"
- },
- {
- "id": "environment",
- "predicates": [{
- "name": "Path",
- "args": {"_genkey_0":"/environment/**"}
- }],
- "filters": [
- {
- "name": "StripPrefix",
- "args": {"partsToStrip": 1}
- }
- ],
- "uri": "lb://environment-data-service"
- },
- {
- "id": "pole",
- "predicates": [{
- "name": "Path",
- "args": {"_genkey_0":"/pole/**"}
- }],
- "filters": [
- {
- "name": "StripPrefix",
- "args": {"partsToStrip": 1}
- }
- ],
- "uri": "lb://pole-service"
- },
- {
- "id": "park",
- "predicates": [{
- "name": "Path",
- "args": {"_genkey_0":"/park/**"}
- }],
- "filters": [
- {
- "name": "StripPrefix",
- "args": {"partsToStrip": 1}
- }
- ],
- "uri": "lb://park-service"
- },
- {
- "id": "lamp",
- "predicates": [{
- "name": "Path",
- "args": {"_genkey_0":"/lamp/**"}
- }],
- "filters": [
- {
- "name": "StripPrefix",
- "args": {"partsToStrip": 1}
- }
- ],
- "uri": "lb://lamp-service"
- },
- {
- "id": "screen",
- "predicates": [{
- "name": "Path",
- "args": {"_genkey_0":"/screen/**"}
- }],
- "filters": [
- {
- "name": "StripPrefix",
- "args": {"partsToStrip": 1}
- }
- ],
- "uri": "lb://screen-service"
- },
- {
- "id": "electricity",
- "predicates": [{
- "name": "Path",
- "args": {"_genkey_0":"/electricity/**"}
- }],
- "filters": [
- {
- "name": "StripPrefix",
- "args": {"partsToStrip": 1}
- }
- ],
- "uri": "lb://electricity-service"
- },
- {
- "id": "environmentHJ212",
- "predicates": [{
- "name": "Path",
- "args": {"_genkey_0":"/environmentHJ212/**"}
- }],
- "filters": [
- {
- "name": "StripPrefix",
- "args": {"partsToStrip": 1}
- }
- ],
- "uri": "lb://environment-hj212-service"
- },
- {
- "id": "infrared",
- "predicates": [{
- "name": "Path",
- "args": {"_genkey_0":"/infrared/**"}
- }],
- "filters": [
- {
- "name": "StripPrefix",
- "args": {"partsToStrip": 1}
- }
- ],
- "uri": "lb://infrared-reading-meter-service"
- }
- ]
- 10:25:51:674 INFO 21528 --- [main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [After]
- 10:25:51:674 INFO 21528 --- [main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [Before]
- 10:25:51:674 INFO 21528 --- [main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [Between]
- 10:25:51:674 INFO 21528 --- [main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [Cookie]
- 10:25:51:674 INFO 21528 --- [main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [Header]
- 10:25:51:674 INFO 21528 --- [main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [Host]
- 10:25:51:674 INFO 21528 --- [main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [Method]
- 10:25:51:674 INFO 21528 --- [main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [Path]
- 10:25:51:675 INFO 21528 --- [main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [Query]
- 10:25:51:675 INFO 21528 --- [main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [ReadBody]
- 10:25:51:675 INFO 21528 --- [main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [RemoteAddr]
- 10:25:51:675 INFO 21528 --- [main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [XForwardedRemoteAddr]
- 10:25:51:675 INFO 21528 --- [main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [Weight]
- 10:25:51:675 INFO 21528 --- [main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [CloudFoundryRouteService]
- 10:25:52:294 INFO 21528 --- [main] com.alibaba.nacos.common.remote.client : [RpcClientFactory] create a new rpc client of c5f255d9-38c3-4b69-9119-53c65735f09a
- 10:25:52:294 INFO 21528 --- [main] com.alibaba.nacos.common.remote.client : [c5f255d9-38c3-4b69-9119-53c65735f09a] RpcClient init label, labels = {module=naming, source=sdk}
- 10:25:52:296 INFO 21528 --- [main] com.alibaba.nacos.common.remote.client : [c5f255d9-38c3-4b69-9119-53c65735f09a] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
- 10:25:52:296 INFO 21528 --- [main] com.alibaba.nacos.common.remote.client : [c5f255d9-38c3-4b69-9119-53c65735f09a] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
- 10:25:52:296 INFO 21528 --- [main] com.alibaba.nacos.common.remote.client : [c5f255d9-38c3-4b69-9119-53c65735f09a] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
- 10:25:52:296 INFO 21528 --- [main] com.alibaba.nacos.common.remote.client : [c5f255d9-38c3-4b69-9119-53c65735f09a] Try to connect to server on start up, server: {serverIp = '192.168.110.30', server main port = 8848}
- 10:25:52:411 INFO 21528 --- [main] com.alibaba.nacos.common.remote.client : [c5f255d9-38c3-4b69-9119-53c65735f09a] Success to connect to server [192.168.110.30:8848] on start up, connectionId = 1756693552023_192.168.110.235_58388
- 10:25:52:411 INFO 21528 --- [main] com.alibaba.nacos.common.remote.client : [c5f255d9-38c3-4b69-9119-53c65735f09a] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
- 10:25:52:411 INFO 21528 --- [com.alibaba.nacos.client.remote.worker] com.alibaba.nacos.common.remote.client : [c5f255d9-38c3-4b69-9119-53c65735f09a] Notify connected event to listeners.
- 10:25:52:411 INFO 21528 --- [main] com.alibaba.nacos.common.remote.client : [c5f255d9-38c3-4b69-9119-53c65735f09a] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$466/0x0000000800436440
- 10:25:52:643 INFO 21528 --- [main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port 8080
- 10:25:52:992 INFO 21528 --- [nacos-grpc-client-executor-4] com.alibaba.nacos.common.remote.client : [c5f255d9-38c3-4b69-9119-53c65735f09a] Receive server push request, request = NotifySubscriberRequest, requestId = 29
- 10:25:53:006 INFO 21528 --- [nacos-grpc-client-executor-4] com.alibaba.nacos.common.remote.client : [c5f255d9-38c3-4b69-9119-53c65735f09a] Ack server push request, request = NotifySubscriberRequest, requestId = 29
- 10:25:53:110 INFO 21528 --- [main] c.a.c.n.registry.NacosServiceRegistry : nacos registry, DEFAULT_GROUP zksy-gateway 192.168.110.235:8080 register finished
- 10:25:53:128 INFO 21528 --- [main] com.zksy.gateway.GatewayApplication : Started GatewayApplication in 6.657 seconds (JVM running for 7.355)
- 10:25:53:130 INFO 21528 --- [main] c.a.c.n.refresh.NacosContextRefresher : [Nacos Config] Listening config: dataId=zksy-gateway.yaml, group=DEFAULT_GROUP
- 10:25:53:131 INFO 21528 --- [main] c.a.c.n.refresh.NacosContextRefresher : [Nacos Config] Listening config: dataId=zksy-gateway-prod.yaml, group=DEFAULT_GROUP
- 10:25:53:131 INFO 21528 --- [main] c.a.c.n.refresh.NacosContextRefresher : [Nacos Config] Listening config: dataId=zksy-gateway, group=DEFAULT_GROUP
- 10:25:53:674 INFO 21528 --- [nacos-grpc-client-executor-8] com.alibaba.nacos.common.remote.client : [c5f255d9-38c3-4b69-9119-53c65735f09a] Receive server push request, request = NotifySubscriberRequest, requestId = 30
- 10:25:53:675 INFO 21528 --- [nacos-grpc-client-executor-8] com.alibaba.nacos.common.remote.client : [c5f255d9-38c3-4b69-9119-53c65735f09a] Ack server push request, request = NotifySubscriberRequest, requestId = 30
- 10:27:39:290 WARN 21528 --- [Thread-5] c.a.nacos.common.notify.NotifyCenter : [NotifyCenter] Start destroying Publisher
- 10:27:39:290 WARN 21528 --- [Thread-1] c.a.n.common.http.HttpClientBeanHolder : [HttpClientBeanHolder] Start destroying common HttpClient
- 10:27:39:291 WARN 21528 --- [Thread-5] c.a.nacos.common.notify.NotifyCenter : [NotifyCenter] Destruction of the end
- 10:27:39:291 WARN 21528 --- [Thread-1] c.a.n.common.http.HttpClientBeanHolder : [HttpClientBeanHolder] Destruction of the end
- 10:27:39:303 INFO 21528 --- [SpringApplicationShutdownHook] c.a.c.n.registry.NacosServiceRegistry : De-registering from Nacos Server now...
- 10:27:39:306 INFO 21528 --- [SpringApplicationShutdownHook] c.a.c.n.registry.NacosServiceRegistry : De-registration finished.
- 10:27:39:611 INFO 21528 --- [SpringApplicationShutdownHook] com.alibaba.nacos.common.remote.client : Shutdown rpc client, set status to shutdown
- 10:27:39:611 INFO 21528 --- [SpringApplicationShutdownHook] com.alibaba.nacos.common.remote.client : Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@61ffc1f5[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
- 10:27:39:611 INFO 21528 --- [SpringApplicationShutdownHook] com.alibaba.nacos.common.remote.client : Close current connection 1756693552023_192.168.110.235_58388
- 10:27:39:613 INFO 21528 --- [nacos-grpc-client-executor-31] c.a.n.c.remote.client.grpc.GrpcClient : [1756693552023_192.168.110.235_58388]Ignore complete event,isRunning:false,isAbandon=false
- 10:27:39:628 INFO 21528 --- [SpringApplicationShutdownHook] c.a.n.c.remote.client.grpc.GrpcClient : Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@7ff1a5f2[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 32]
|