bns_jjsp_service/logs/securityControl-gateway/error.2024-12-16.log

2704 lines
480 KiB
Plaintext

13:33:41.896 [main] ERROR c.a.n.c.s.SecurityProxy - [login,159] - [SecurityProxy] login http request failed url: http://127.0.0.1:18848/nacos/v1/auth/users/login, params: {username=nacos}, bodyMap: {password=Jjsp@nacos2023}, errorMsg: connect timed out
13:33:42.901 [com.alibaba.nacos.client.Worker] ERROR c.a.n.c.s.SecurityProxy - [login,159] - [SecurityProxy] login http request failed url: http://127.0.0.1:18848/nacos/v1/auth/users/login, params: {username=nacos}, bodyMap: {password=Jjsp@nacos2023}, errorMsg: connect timed out
13:33:46.169 [main] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 127.0.0.1 ,port 19848 is available , error ={}
java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:566)
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.serverCheck(GrpcClient.java:148)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:264)
at com.alibaba.nacos.common.remote.client.RpcClient.start(RpcClient.java:390)
at com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient.ensureRpcClient(ClientWorker.java:885)
at com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient.getOneRunningClient(ClientWorker.java:1044)
at com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient.queryConfig(ClientWorker.java:940)
at com.alibaba.nacos.client.config.impl.ClientWorker.getServerConfig(ClientWorker.java:397)
at com.alibaba.nacos.client.config.NacosConfigService.getConfigInner(NacosConfigService.java:166)
at com.alibaba.nacos.client.config.NacosConfigService.getConfig(NacosConfigService.java:94)
at com.alibaba.cloud.nacos.client.NacosPropertySourceBuilder.loadNacosData(NacosPropertySourceBuilder.java:85)
at com.alibaba.cloud.nacos.client.NacosPropertySourceBuilder.build(NacosPropertySourceBuilder.java:73)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadNacosPropertySource(NacosPropertySourceLocator.java:199)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadNacosDataIfPresent(NacosPropertySourceLocator.java:186)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadNacosConfiguration(NacosPropertySourceLocator.java:158)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadSharedConfiguration(NacosPropertySourceLocator.java:116)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.locate(NacosPropertySourceLocator.java:101)
at org.springframework.cloud.bootstrap.config.PropertySourceLocator.locateCollection(PropertySourceLocator.java:51)
at org.springframework.cloud.bootstrap.config.PropertySourceLocator.locateCollection(PropertySourceLocator.java:47)
at org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.initialize(PropertySourceBootstrapConfiguration.java:95)
at org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:607)
at org.springframework.boot.SpringApplication.prepareContext(SpringApplication.java:373)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:307)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
at com.securityControl.gateway.VscGatewayApplication.main(VscGatewayApplication.java:17)
Caused by: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:490)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:19848
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:336)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:685)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:750)
13:33:48.210 [main] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 127.0.0.1 ,port 19848 is available , error ={}
java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:566)
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.serverCheck(GrpcClient.java:148)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:264)
at com.alibaba.nacos.common.remote.client.RpcClient.start(RpcClient.java:390)
at com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient.ensureRpcClient(ClientWorker.java:885)
at com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient.getOneRunningClient(ClientWorker.java:1044)
at com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient.queryConfig(ClientWorker.java:940)
at com.alibaba.nacos.client.config.impl.ClientWorker.getServerConfig(ClientWorker.java:397)
at com.alibaba.nacos.client.config.NacosConfigService.getConfigInner(NacosConfigService.java:166)
at com.alibaba.nacos.client.config.NacosConfigService.getConfig(NacosConfigService.java:94)
at com.alibaba.cloud.nacos.client.NacosPropertySourceBuilder.loadNacosData(NacosPropertySourceBuilder.java:85)
at com.alibaba.cloud.nacos.client.NacosPropertySourceBuilder.build(NacosPropertySourceBuilder.java:73)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadNacosPropertySource(NacosPropertySourceLocator.java:199)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadNacosDataIfPresent(NacosPropertySourceLocator.java:186)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadNacosConfiguration(NacosPropertySourceLocator.java:158)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadSharedConfiguration(NacosPropertySourceLocator.java:116)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.locate(NacosPropertySourceLocator.java:101)
at org.springframework.cloud.bootstrap.config.PropertySourceLocator.locateCollection(PropertySourceLocator.java:51)
at org.springframework.cloud.bootstrap.config.PropertySourceLocator.locateCollection(PropertySourceLocator.java:47)
at org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.initialize(PropertySourceBootstrapConfiguration.java:95)
at org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:607)
at org.springframework.boot.SpringApplication.prepareContext(SpringApplication.java:373)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:307)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
at com.securityControl.gateway.VscGatewayApplication.main(VscGatewayApplication.java:17)
Caused by: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:490)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:19848
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:336)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:685)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:750)
13:33:48.913 [com.alibaba.nacos.client.Worker] ERROR c.a.n.c.s.SecurityProxy - [login,159] - [SecurityProxy] login http request failed url: http://127.0.0.1:18848/nacos/v1/auth/users/login, params: {username=nacos}, bodyMap: {password=Jjsp@nacos2023}, errorMsg: connect timed out
13:33:50.245 [main] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 127.0.0.1 ,port 19848 is available , error ={}
java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:566)
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.serverCheck(GrpcClient.java:148)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:264)
at com.alibaba.nacos.common.remote.client.RpcClient.start(RpcClient.java:390)
at com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient.ensureRpcClient(ClientWorker.java:885)
at com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient.getOneRunningClient(ClientWorker.java:1044)
at com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient.queryConfig(ClientWorker.java:940)
at com.alibaba.nacos.client.config.impl.ClientWorker.getServerConfig(ClientWorker.java:397)
at com.alibaba.nacos.client.config.NacosConfigService.getConfigInner(NacosConfigService.java:166)
at com.alibaba.nacos.client.config.NacosConfigService.getConfig(NacosConfigService.java:94)
at com.alibaba.cloud.nacos.client.NacosPropertySourceBuilder.loadNacosData(NacosPropertySourceBuilder.java:85)
at com.alibaba.cloud.nacos.client.NacosPropertySourceBuilder.build(NacosPropertySourceBuilder.java:73)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadNacosPropertySource(NacosPropertySourceLocator.java:199)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadNacosDataIfPresent(NacosPropertySourceLocator.java:186)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadNacosConfiguration(NacosPropertySourceLocator.java:158)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadSharedConfiguration(NacosPropertySourceLocator.java:116)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.locate(NacosPropertySourceLocator.java:101)
at org.springframework.cloud.bootstrap.config.PropertySourceLocator.locateCollection(PropertySourceLocator.java:51)
at org.springframework.cloud.bootstrap.config.PropertySourceLocator.locateCollection(PropertySourceLocator.java:47)
at org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.initialize(PropertySourceBootstrapConfiguration.java:95)
at org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:607)
at org.springframework.boot.SpringApplication.prepareContext(SpringApplication.java:373)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:307)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
at com.securityControl.gateway.VscGatewayApplication.main(VscGatewayApplication.java:17)
Caused by: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:490)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:19848
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:336)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:685)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:750)
13:33:50.384 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=06eb3f725ac431c9b1d913de7ce789f4, Client-RequestTS=1734327230248, exConfigInfo=true, notify=false, Timestamp=1734327230248}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:STARTING
13:33:50.490 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=06eb3f725ac431c9b1d913de7ce789f4, Client-RequestTS=1734327230248, exConfigInfo=true, notify=false, Timestamp=1734327230248}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:STARTING
13:33:50.600 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=06eb3f725ac431c9b1d913de7ce789f4, Client-RequestTS=1734327230248, exConfigInfo=true, notify=false, Timestamp=1734327230248}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:STARTING
13:33:50.740 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=a650d2abaecad0f49fa8e56da2caab33, Client-RequestTS=1734327230630, exConfigInfo=true, notify=false, Timestamp=1734327230630}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:STARTING
13:33:50.849 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=a650d2abaecad0f49fa8e56da2caab33, Client-RequestTS=1734327230630, exConfigInfo=true, notify=false, Timestamp=1734327230630}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:STARTING
13:33:50.958 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=a650d2abaecad0f49fa8e56da2caab33, Client-RequestTS=1734327230630, exConfigInfo=true, notify=false, Timestamp=1734327230630}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:STARTING
13:33:51.069 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=9bb4524ee4433d80bfd8b8093199c79d, Client-RequestTS=1734327230964, exConfigInfo=true, notify=false, Timestamp=1734327230964}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:STARTING
13:33:51.179 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=9bb4524ee4433d80bfd8b8093199c79d, Client-RequestTS=1734327230964, exConfigInfo=true, notify=false, Timestamp=1734327230964}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:STARTING
13:33:51.291 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=9bb4524ee4433d80bfd8b8093199c79d, Client-RequestTS=1734327230964, exConfigInfo=true, notify=false, Timestamp=1734327230964}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:STARTING
13:33:51.402 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=3d78cd37c07ed4a735d6c6f063e052ff, Client-RequestTS=1734327231292, exConfigInfo=true, notify=false, Timestamp=1734327231292}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:STARTING
13:33:51.512 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=3d78cd37c07ed4a735d6c6f063e052ff, Client-RequestTS=1734327231292, exConfigInfo=true, notify=false, Timestamp=1734327231292}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:STARTING
13:33:51.622 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=3d78cd37c07ed4a735d6c6f063e052ff, Client-RequestTS=1734327231292, exConfigInfo=true, notify=false, Timestamp=1734327231292}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:STARTING
13:33:52.270 [com.alibaba.nacos.client.remote.worker] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 127.0.0.1 ,port 19848 is available , error ={}
java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:566)
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.serverCheck(GrpcClient.java:148)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:264)
at com.alibaba.nacos.common.remote.client.RpcClient.reconnect(RpcClient.java:522)
at com.alibaba.nacos.common.remote.client.RpcClient.lambda$start$2(RpcClient.java:370)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:490)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
... 3 common frames omitted
Caused by: com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:19848
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:336)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:685)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:750)
13:33:54.426 [com.alibaba.nacos.client.remote.worker] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 127.0.0.1 ,port 19848 is available , error ={}
java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:566)
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.serverCheck(GrpcClient.java:148)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:264)
at com.alibaba.nacos.common.remote.client.RpcClient.reconnect(RpcClient.java:522)
at com.alibaba.nacos.common.remote.client.RpcClient.lambda$start$2(RpcClient.java:370)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:490)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
... 3 common frames omitted
Caused by: com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:19848
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:336)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:685)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:750)
13:33:54.925 [com.alibaba.nacos.client.Worker] ERROR c.a.n.c.s.SecurityProxy - [login,159] - [SecurityProxy] login http request failed url: http://127.0.0.1:18848/nacos/v1/auth/users/login, params: {username=nacos}, bodyMap: {password=Jjsp@nacos2023}, errorMsg: connect timed out
13:33:56.654 [com.alibaba.nacos.client.remote.worker] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 127.0.0.1 ,port 19848 is available , error ={}
java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:566)
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.serverCheck(GrpcClient.java:148)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:264)
at com.alibaba.nacos.common.remote.client.RpcClient.reconnect(RpcClient.java:522)
at com.alibaba.nacos.common.remote.client.RpcClient.lambda$start$2(RpcClient.java:370)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:490)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
... 3 common frames omitted
Caused by: com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:19848
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:336)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:685)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:750)
13:33:59.007 [com.alibaba.nacos.client.remote.worker] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 127.0.0.1 ,port 19848 is available , error ={}
java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:566)
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.serverCheck(GrpcClient.java:148)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:264)
at com.alibaba.nacos.common.remote.client.RpcClient.reconnect(RpcClient.java:522)
at com.alibaba.nacos.common.remote.client.RpcClient.lambda$start$2(RpcClient.java:370)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:490)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
... 3 common frames omitted
Caused by: com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:19848
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:336)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:685)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:750)
13:34:00.943 [com.alibaba.nacos.client.Worker] ERROR c.a.n.c.s.SecurityProxy - [login,159] - [SecurityProxy] login http request failed url: http://127.0.0.1:18848/nacos/v1/auth/users/login, params: {username=nacos}, bodyMap: {password=Jjsp@nacos2023}, errorMsg: connect timed out
13:34:01.160 [main] ERROR c.a.n.c.s.SecurityProxy - [login,159] - [SecurityProxy] login http request failed url: http://127.0.0.1:18848/nacos/v1/auth/users/login, params: {username=nacos}, bodyMap: {password=Jjsp@nacos2023}, errorMsg: Connection refused: connect
13:34:01.474 [com.alibaba.nacos.client.remote.worker] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 127.0.0.1 ,port 19848 is available , error ={}
java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:566)
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.serverCheck(GrpcClient.java:148)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:264)
at com.alibaba.nacos.common.remote.client.RpcClient.reconnect(RpcClient.java:522)
at com.alibaba.nacos.common.remote.client.RpcClient.lambda$start$2(RpcClient.java:370)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:490)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
... 3 common frames omitted
Caused by: com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:19848
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:336)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:685)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:750)
13:34:03.201 [com.alibaba.nacos.client.naming.security] ERROR c.a.n.c.s.SecurityProxy - [login,159] - [SecurityProxy] login http request failed url: http://127.0.0.1:18848/nacos/v1/auth/users/login, params: {username=nacos}, bodyMap: {password=Jjsp@nacos2023}, errorMsg: Connection refused: connect
13:34:03.218 [main] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 127.0.0.1 ,port 19848 is available , error ={}
java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:566)
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.serverCheck(GrpcClient.java:148)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:264)
at com.alibaba.nacos.common.remote.client.RpcClient.start(RpcClient.java:390)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.start(NamingGrpcClientProxy.java:96)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.<init>(NamingGrpcClientProxy.java:89)
at com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate.<init>(NamingClientProxyDelegate.java:76)
at com.alibaba.nacos.client.naming.NacosNamingService.init(NacosNamingService.java:95)
at com.alibaba.nacos.client.naming.NacosNamingService.<init>(NacosNamingService.java:81)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.alibaba.nacos.api.naming.NamingFactory.createNamingService(NamingFactory.java:59)
at com.alibaba.nacos.api.NacosFactory.createNamingService(NacosFactory.java:77)
at com.alibaba.cloud.nacos.NacosServiceManager.createNewNamingService(NacosServiceManager.java:99)
at com.alibaba.cloud.nacos.NacosServiceManager.buildNamingService(NacosServiceManager.java:90)
at com.alibaba.cloud.nacos.NacosServiceManager.getNamingService(NacosServiceManager.java:46)
at com.alibaba.cloud.nacos.discovery.NacosWatch.start(NacosWatch.java:130)
at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:178)
at org.springframework.context.support.DefaultLifecycleProcessor.access$200(DefaultLifecycleProcessor.java:54)
at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:356)
at java.lang.Iterable.forEach(Iterable.java:75)
at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:155)
at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:123)
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:935)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:586)
at org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext.refresh(ReactiveWebServerApplicationContext.java:66)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:734)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
at com.securityControl.gateway.VscGatewayApplication.main(VscGatewayApplication.java:17)
Caused by: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:490)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:19848
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:336)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:685)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:750)
13:34:03.997 [com.alibaba.nacos.client.remote.worker] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 127.0.0.1 ,port 19848 is available , error ={}
java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:566)
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.serverCheck(GrpcClient.java:148)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:264)
at com.alibaba.nacos.common.remote.client.RpcClient.reconnect(RpcClient.java:522)
at com.alibaba.nacos.common.remote.client.RpcClient.lambda$start$2(RpcClient.java:370)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:490)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
... 3 common frames omitted
Caused by: com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:19848
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:336)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:685)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:750)
13:34:05.264 [main] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 127.0.0.1 ,port 19848 is available , error ={}
java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:566)
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.serverCheck(GrpcClient.java:148)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:264)
at com.alibaba.nacos.common.remote.client.RpcClient.start(RpcClient.java:390)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.start(NamingGrpcClientProxy.java:96)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.<init>(NamingGrpcClientProxy.java:89)
at com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate.<init>(NamingClientProxyDelegate.java:76)
at com.alibaba.nacos.client.naming.NacosNamingService.init(NacosNamingService.java:95)
at com.alibaba.nacos.client.naming.NacosNamingService.<init>(NacosNamingService.java:81)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.alibaba.nacos.api.naming.NamingFactory.createNamingService(NamingFactory.java:59)
at com.alibaba.nacos.api.NacosFactory.createNamingService(NacosFactory.java:77)
at com.alibaba.cloud.nacos.NacosServiceManager.createNewNamingService(NacosServiceManager.java:99)
at com.alibaba.cloud.nacos.NacosServiceManager.buildNamingService(NacosServiceManager.java:90)
at com.alibaba.cloud.nacos.NacosServiceManager.getNamingService(NacosServiceManager.java:46)
at com.alibaba.cloud.nacos.discovery.NacosWatch.start(NacosWatch.java:130)
at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:178)
at org.springframework.context.support.DefaultLifecycleProcessor.access$200(DefaultLifecycleProcessor.java:54)
at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:356)
at java.lang.Iterable.forEach(Iterable.java:75)
at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:155)
at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:123)
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:935)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:586)
at org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext.refresh(ReactiveWebServerApplicationContext.java:66)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:734)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
at com.securityControl.gateway.VscGatewayApplication.main(VscGatewayApplication.java:17)
Caused by: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:490)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:19848
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:336)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:685)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:750)
13:34:06.651 [com.alibaba.nacos.client.remote.worker] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 127.0.0.1 ,port 19848 is available , error ={}
java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:566)
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.serverCheck(GrpcClient.java:148)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:264)
at com.alibaba.nacos.common.remote.client.RpcClient.reconnect(RpcClient.java:522)
at com.alibaba.nacos.common.remote.client.RpcClient.lambda$start$2(RpcClient.java:370)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:490)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
... 3 common frames omitted
Caused by: com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:19848
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:336)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:685)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:750)
13:34:06.962 [com.alibaba.nacos.client.Worker] ERROR c.a.n.c.s.SecurityProxy - [login,159] - [SecurityProxy] login http request failed url: http://127.0.0.1:18848/nacos/v1/auth/users/login, params: {username=nacos}, bodyMap: {password=Jjsp@nacos2023}, errorMsg: connect timed out
13:34:07.309 [main] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 127.0.0.1 ,port 19848 is available , error ={}
java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:566)
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.serverCheck(GrpcClient.java:148)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:264)
at com.alibaba.nacos.common.remote.client.RpcClient.start(RpcClient.java:390)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.start(NamingGrpcClientProxy.java:96)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.<init>(NamingGrpcClientProxy.java:89)
at com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate.<init>(NamingClientProxyDelegate.java:76)
at com.alibaba.nacos.client.naming.NacosNamingService.init(NacosNamingService.java:95)
at com.alibaba.nacos.client.naming.NacosNamingService.<init>(NacosNamingService.java:81)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.alibaba.nacos.api.naming.NamingFactory.createNamingService(NamingFactory.java:59)
at com.alibaba.nacos.api.NacosFactory.createNamingService(NacosFactory.java:77)
at com.alibaba.cloud.nacos.NacosServiceManager.createNewNamingService(NacosServiceManager.java:99)
at com.alibaba.cloud.nacos.NacosServiceManager.buildNamingService(NacosServiceManager.java:90)
at com.alibaba.cloud.nacos.NacosServiceManager.getNamingService(NacosServiceManager.java:46)
at com.alibaba.cloud.nacos.discovery.NacosWatch.start(NacosWatch.java:130)
at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:178)
at org.springframework.context.support.DefaultLifecycleProcessor.access$200(DefaultLifecycleProcessor.java:54)
at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:356)
at java.lang.Iterable.forEach(Iterable.java:75)
at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:155)
at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:123)
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:935)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:586)
at org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext.refresh(ReactiveWebServerApplicationContext.java:66)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:734)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
at com.securityControl.gateway.VscGatewayApplication.main(VscGatewayApplication.java:17)
Caused by: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:490)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:19848
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:336)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:685)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:750)
13:34:07.430 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = SubscribeServiceRequest{headers={app=unknown}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:STARTING
13:34:07.544 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = SubscribeServiceRequest{headers={app=unknown}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:STARTING
13:34:07.648 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = SubscribeServiceRequest{headers={app=unknown}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:STARTING
13:34:07.652 [main] ERROR c.a.c.n.d.NacosWatch - [start,136] - namingService subscribe failed, properties:NacosDiscoveryProperties{serverAddr='127.0.0.1:18848', username='nacos', password='Jjsp@nacos2023', endpoint='', namespace='', watchDelay=30000, logName='', service='securityControl-gateway', weight=1.0, clusterName='DEFAULT', group='DEFAULT_GROUP', namingLoadCacheAtStart='false', metadata={management.port=-1, preserved.register.source=SPRING_CLOUD}, registerEnabled=true, ip='192.168.0.38', networkInterface='', port=-1, secure=false, accessKey='', secretKey='', heartBeatInterval=null, heartBeatTimeout=null, ipDeleteTimeout=null, instanceEnabled=true, ephemeral=true, failureToleranceEnabled=false}, ipDeleteTimeout=null, failFast=true}
com.alibaba.nacos.api.exception.NacosException: Request nacos server failed:
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:290)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.doSubscribe(NamingGrpcClientProxy.java:230)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.subscribe(NamingGrpcClientProxy.java:215)
at com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate.subscribe(NamingClientProxyDelegate.java:147)
at com.alibaba.nacos.client.naming.NacosNamingService.subscribe(NacosNamingService.java:393)
at com.alibaba.cloud.nacos.discovery.NacosWatch.start(NacosWatch.java:132)
at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:178)
at org.springframework.context.support.DefaultLifecycleProcessor.access$200(DefaultLifecycleProcessor.java:54)
at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:356)
at java.lang.Iterable.forEach(Iterable.java:75)
at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:155)
at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:123)
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:935)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:586)
at org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext.refresh(ReactiveWebServerApplicationContext.java:66)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:734)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
at com.securityControl.gateway.VscGatewayApplication.main(VscGatewayApplication.java:17)
Caused by: com.alibaba.nacos.api.exception.NacosException: Client not connected, current status:STARTING
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:650)
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:630)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:280)
... 20 common frames omitted
13:34:07.850 [boundedElastic-2] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceListRequest{headers={app=unknown}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:STARTING
13:34:07.850 [boundedElastic-1] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceListRequest{headers={app=unknown}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:STARTING
13:34:07.958 [boundedElastic-2] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceListRequest{headers={app=unknown}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:STARTING
13:34:07.958 [boundedElastic-1] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceListRequest{headers={app=unknown}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:STARTING
13:34:08.066 [boundedElastic-2] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceListRequest{headers={app=unknown}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:STARTING
13:34:08.066 [boundedElastic-1] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceListRequest{headers={app=unknown}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:STARTING
13:34:08.066 [boundedElastic-2] ERROR c.a.c.n.d.r.NacosReactiveDiscoveryClient - [lambda$getServices$3,94] - get services from nacos server fail,
com.alibaba.nacos.api.exception.NacosException: Request nacos server failed:
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:290)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.getServiceList(NamingGrpcClientProxy.java:202)
at com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate.getServiceList(NamingClientProxyDelegate.java:136)
at com.alibaba.nacos.client.naming.NacosNamingService.getServicesOfServer(NacosNamingService.java:440)
at com.alibaba.nacos.client.naming.NacosNamingService.getServicesOfServer(NacosNamingService.java:428)
at com.alibaba.cloud.nacos.discovery.NacosServiceDiscovery.getServices(NacosServiceDiscovery.java:70)
at com.alibaba.cloud.nacos.discovery.reactive.NacosReactiveDiscoveryClient.lambda$getServices$3(NacosReactiveDiscoveryClient.java:87)
at reactor.core.publisher.FluxDefer.subscribe(FluxDefer.java:46)
at reactor.core.publisher.FluxSubscribeOn$SubscribeOnSubscriber.run(FluxSubscribeOn.java:194)
at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:84)
at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:37)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.api.exception.NacosException: Client not connected, current status:STARTING
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:650)
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:630)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:280)
... 16 common frames omitted
13:34:08.066 [boundedElastic-1] ERROR c.a.c.n.d.r.NacosReactiveDiscoveryClient - [lambda$getServices$3,94] - get services from nacos server fail,
com.alibaba.nacos.api.exception.NacosException: Request nacos server failed:
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:290)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.getServiceList(NamingGrpcClientProxy.java:202)
at com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate.getServiceList(NamingClientProxyDelegate.java:136)
at com.alibaba.nacos.client.naming.NacosNamingService.getServicesOfServer(NacosNamingService.java:440)
at com.alibaba.nacos.client.naming.NacosNamingService.getServicesOfServer(NacosNamingService.java:428)
at com.alibaba.cloud.nacos.discovery.NacosServiceDiscovery.getServices(NacosServiceDiscovery.java:70)
at com.alibaba.cloud.nacos.discovery.reactive.NacosReactiveDiscoveryClient.lambda$getServices$3(NacosReactiveDiscoveryClient.java:87)
at reactor.core.publisher.FluxDefer.subscribe(FluxDefer.java:46)
at reactor.core.publisher.FluxSubscribeOn$SubscribeOnSubscriber.run(FluxSubscribeOn.java:194)
at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:84)
at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:37)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.api.exception.NacosException: Client not connected, current status:STARTING
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:650)
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:630)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:280)
... 16 common frames omitted
13:34:08.205 [boundedElastic-1] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceListRequest{headers={app=unknown}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:STARTING
13:34:08.316 [boundedElastic-1] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceListRequest{headers={app=unknown}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:STARTING
13:34:08.426 [boundedElastic-1] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceListRequest{headers={app=unknown}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:STARTING
13:34:08.426 [boundedElastic-1] ERROR c.a.c.n.d.r.NacosReactiveDiscoveryClient - [lambda$getServices$3,94] - get services from nacos server fail,
com.alibaba.nacos.api.exception.NacosException: Request nacos server failed:
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:290)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.getServiceList(NamingGrpcClientProxy.java:202)
at com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate.getServiceList(NamingClientProxyDelegate.java:136)
at com.alibaba.nacos.client.naming.NacosNamingService.getServicesOfServer(NacosNamingService.java:440)
at com.alibaba.nacos.client.naming.NacosNamingService.getServicesOfServer(NacosNamingService.java:428)
at com.alibaba.cloud.nacos.discovery.NacosServiceDiscovery.getServices(NacosServiceDiscovery.java:70)
at com.alibaba.cloud.nacos.discovery.reactive.NacosReactiveDiscoveryClient.lambda$getServices$3(NacosReactiveDiscoveryClient.java:87)
at reactor.core.publisher.FluxDefer.subscribe(FluxDefer.java:46)
at reactor.core.publisher.FluxSubscribeOn$SubscribeOnSubscriber.run(FluxSubscribeOn.java:194)
at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:84)
at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:37)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.api.exception.NacosException: Client not connected, current status:STARTING
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:650)
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:630)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:280)
... 16 common frames omitted
13:34:08.442 [com.alibaba.nacos.client.naming.updater.0] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={app=unknown}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:STARTING
13:34:08.553 [com.alibaba.nacos.client.naming.updater.0] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={app=unknown}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:STARTING
13:34:08.664 [com.alibaba.nacos.client.naming.updater.0] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={app=unknown}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:STARTING
13:34:08.962 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = InstanceRequest{headers={app=unknown}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:STARTING
13:34:09.071 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = InstanceRequest{headers={app=unknown}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:STARTING
13:34:09.180 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = InstanceRequest{headers={app=unknown}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:STARTING
13:34:09.180 [main] ERROR c.a.c.n.r.NacosServiceRegistry - [register,80] - nacos registry, securityControl-gateway register failed...NacosRegistration{nacosDiscoveryProperties=NacosDiscoveryProperties{serverAddr='127.0.0.1:18848', username='nacos', password='Jjsp@nacos2023', endpoint='', namespace='', watchDelay=30000, logName='', service='securityControl-gateway', weight=1.0, clusterName='DEFAULT', group='DEFAULT_GROUP', namingLoadCacheAtStart='false', metadata={management.port=-1, preserved.register.source=SPRING_CLOUD}, registerEnabled=true, ip='192.168.0.38', networkInterface='', port=18080, secure=false, accessKey='', secretKey='', heartBeatInterval=null, heartBeatTimeout=null, ipDeleteTimeout=null, instanceEnabled=true, ephemeral=true, failureToleranceEnabled=false}, ipDeleteTimeout=null, failFast=true}},
com.alibaba.nacos.api.exception.NacosException: Request nacos server failed:
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:290)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.doRegisterService(NamingGrpcClientProxy.java:129)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.registerService(NamingGrpcClientProxy.java:115)
at com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate.registerService(NamingClientProxyDelegate.java:94)
at com.alibaba.nacos.client.naming.NacosNamingService.registerInstance(NacosNamingService.java:145)
at com.alibaba.cloud.nacos.registry.NacosServiceRegistry.register(NacosServiceRegistry.java:74)
at org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.register(AbstractAutoServiceRegistration.java:232)
at com.alibaba.cloud.nacos.registry.NacosAutoServiceRegistration.register(NacosAutoServiceRegistration.java:78)
at org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.start(AbstractAutoServiceRegistration.java:133)
at org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.bind(AbstractAutoServiceRegistration.java:98)
at org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.onApplicationEvent(AbstractAutoServiceRegistration.java:86)
at org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.onApplicationEvent(AbstractAutoServiceRegistration.java:47)
at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)
at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:421)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:378)
at org.springframework.boot.web.reactive.context.WebServerManager.start(WebServerManager.java:57)
at org.springframework.boot.web.reactive.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:40)
at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:178)
at org.springframework.context.support.DefaultLifecycleProcessor.access$200(DefaultLifecycleProcessor.java:54)
at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:356)
at java.lang.Iterable.forEach(Iterable.java:75)
at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:155)
at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:123)
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:935)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:586)
at org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext.refresh(ReactiveWebServerApplicationContext.java:66)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:734)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
at com.securityControl.gateway.VscGatewayApplication.main(VscGatewayApplication.java:17)
Caused by: com.alibaba.nacos.api.exception.NacosException: Client not connected, current status:STARTING
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:650)
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:630)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:280)
... 33 common frames omitted
13:34:09.289 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = SubscribeServiceRequest{headers={app=unknown}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:STARTING
13:34:09.353 [com.alibaba.nacos.client.remote.worker] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 127.0.0.1 ,port 19848 is available , error ={}
java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:566)
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.serverCheck(GrpcClient.java:148)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:264)
at com.alibaba.nacos.common.remote.client.RpcClient.reconnect(RpcClient.java:522)
at com.alibaba.nacos.common.remote.client.RpcClient.lambda$start$2(RpcClient.java:370)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:490)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
... 3 common frames omitted
Caused by: com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:19848
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:336)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:685)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:750)
13:34:09.397 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = SubscribeServiceRequest{headers={app=unknown}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:STARTING
13:34:09.398 [com.alibaba.nacos.client.remote.worker] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 127.0.0.1 ,port 19848 is available , error ={}
java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:566)
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.serverCheck(GrpcClient.java:148)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:264)
at com.alibaba.nacos.common.remote.client.RpcClient.reconnect(RpcClient.java:522)
at com.alibaba.nacos.common.remote.client.RpcClient.lambda$start$2(RpcClient.java:370)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:490)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
... 3 common frames omitted
Caused by: com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:19848
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:336)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:685)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:750)
13:34:09.507 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = SubscribeServiceRequest{headers={app=unknown}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:STARTING
13:34:09.507 [main] ERROR c.a.c.n.d.NacosWatch - [stop,178] - namingService unsubscribe failed, properties:NacosDiscoveryProperties{serverAddr='127.0.0.1:18848', username='nacos', password='Jjsp@nacos2023', endpoint='', namespace='', watchDelay=30000, logName='', service='securityControl-gateway', weight=1.0, clusterName='DEFAULT', group='DEFAULT_GROUP', namingLoadCacheAtStart='false', metadata={management.port=-1, preserved.register.source=SPRING_CLOUD}, registerEnabled=true, ip='192.168.0.38', networkInterface='', port=18080, secure=false, accessKey='', secretKey='', heartBeatInterval=null, heartBeatTimeout=null, ipDeleteTimeout=null, instanceEnabled=true, ephemeral=true, failureToleranceEnabled=false}, ipDeleteTimeout=null, failFast=true}
com.alibaba.nacos.api.exception.NacosException: Request nacos server failed:
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:290)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.doUnsubscribe(NamingGrpcClientProxy.java:260)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.unsubscribe(NamingGrpcClientProxy.java:241)
at com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate.unsubscribe(NamingClientProxyDelegate.java:157)
at com.alibaba.nacos.client.naming.NacosNamingService.unsubscribe(NacosNamingService.java:417)
at com.alibaba.cloud.nacos.discovery.NacosWatch.stop(NacosWatch.java:174)
at com.alibaba.cloud.nacos.discovery.NacosWatch.destroy(NacosWatch.java:204)
at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:213)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:587)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:559)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingleton(DefaultListableBeanFactory.java:1163)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:520)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingletons(DefaultListableBeanFactory.java:1156)
at org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:1106)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:596)
at org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext.refresh(ReactiveWebServerApplicationContext.java:66)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:734)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
at com.securityControl.gateway.VscGatewayApplication.main(VscGatewayApplication.java:17)
Caused by: com.alibaba.nacos.api.exception.NacosException: Client not connected, current status:STARTING
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:650)
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:630)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:280)
... 21 common frames omitted
13:34:09.839 [com.alibaba.nacos.client.remote.worker] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 127.0.0.1 ,port 19848 is available , error ={}
java.lang.InterruptedException: null
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:438)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.serverCheck(GrpcClient.java:148)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:264)
at com.alibaba.nacos.common.remote.client.RpcClient.reconnect(RpcClient.java:522)
at com.alibaba.nacos.common.remote.client.RpcClient.lambda$start$2(RpcClient.java:370)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
13:34:09.840 [com.alibaba.nacos.client.remote.worker] ERROR c.a.n.c.r.c.g.GrpcClient - [connectToServer,295] - [024e08ac-37bd-4f6e-b827-91321df0926d]Fail to connect to server!,error={}
java.util.concurrent.RejectedExecutionException: Task com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor@53c9d786 rejected from java.util.concurrent.ThreadPoolExecutor@6159fb3c[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 8]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063)
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830)
at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1379)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.schedule(SerializingExecutor.java:93)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.execute(SerializingExecutor.java:86)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.closedInternal(ClientCallImpl.java:696)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.closed(ClientCallImpl.java:646)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.closed(ClientCallImpl.java:639)
at com.alibaba.nacos.shaded.io.grpc.internal.DelayedStream.cancel(DelayedStream.java:302)
at com.alibaba.nacos.shaded.io.grpc.internal.DelayedClientTransport$PendingStream.cancel(DelayedClientTransport.java:363)
at com.alibaba.nacos.shaded.io.grpc.internal.DelayedClientTransport.shutdownNow(DelayedClientTransport.java:241)
at com.alibaba.nacos.shaded.io.grpc.internal.ManagedChannelImpl$UncommittedRetriableStreamsRegistry.onShutdownNow(ManagedChannelImpl.java:1021)
at com.alibaba.nacos.shaded.io.grpc.internal.ManagedChannelImpl.shutdownNow(ManagedChannelImpl.java:752)
at com.alibaba.nacos.shaded.io.grpc.internal.ManagedChannelImpl.shutdownNow(ManagedChannelImpl.java:105)
at com.alibaba.nacos.shaded.io.grpc.internal.ForwardingManagedChannel.shutdownNow(ForwardingManagedChannel.java:52)
at com.alibaba.nacos.shaded.io.grpc.internal.ManagedChannelOrphanWrapper.shutdownNow(ManagedChannelOrphanWrapper.java:66)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.shuntDownChannel(GrpcClient.java:130)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:266)
at com.alibaba.nacos.common.remote.client.RpcClient.reconnect(RpcClient.java:522)
at com.alibaba.nacos.common.remote.client.RpcClient.lambda$start$2(RpcClient.java:370)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
13:34:10.258 [com.alibaba.nacos.client.naming.security] ERROR c.a.n.c.s.SecurityProxy - [login,159] - [SecurityProxy] login http request failed url: http://127.0.0.1:18848/nacos/v1/auth/users/login, params: {username=nacos}, bodyMap: {password=Jjsp@nacos2023}, errorMsg: Connection refused: connect
13:34:12.258 [com.alibaba.nacos.client.remote.worker] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 127.0.0.1 ,port 19848 is available , error ={}
java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:566)
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.serverCheck(GrpcClient.java:148)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:264)
at com.alibaba.nacos.common.remote.client.RpcClient.reconnect(RpcClient.java:522)
at com.alibaba.nacos.common.remote.client.RpcClient.lambda$start$2(RpcClient.java:370)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:490)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
... 3 common frames omitted
Caused by: com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:19848
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:336)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:685)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:750)
13:34:12.299 [main] ERROR o.s.b.SpringApplication - [reportFailure,824] - Application run failed
org.springframework.context.ApplicationContextException: Failed to start bean 'webServerStartStop'; nested exception is java.lang.reflect.UndeclaredThrowableException
at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:181)
at org.springframework.context.support.DefaultLifecycleProcessor.access$200(DefaultLifecycleProcessor.java:54)
at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:356)
at java.lang.Iterable.forEach(Iterable.java:75)
at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:155)
at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:123)
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:935)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:586)
at org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext.refresh(ReactiveWebServerApplicationContext.java:66)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:734)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
at com.securityControl.gateway.VscGatewayApplication.main(VscGatewayApplication.java:17)
Caused by: java.lang.reflect.UndeclaredThrowableException: null
at org.springframework.util.ReflectionUtils.rethrowRuntimeException(ReflectionUtils.java:147)
at com.alibaba.cloud.nacos.registry.NacosServiceRegistry.register(NacosServiceRegistry.java:82)
at org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.register(AbstractAutoServiceRegistration.java:232)
at com.alibaba.cloud.nacos.registry.NacosAutoServiceRegistration.register(NacosAutoServiceRegistration.java:78)
at org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.start(AbstractAutoServiceRegistration.java:133)
at org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.bind(AbstractAutoServiceRegistration.java:98)
at org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.onApplicationEvent(AbstractAutoServiceRegistration.java:86)
at org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.onApplicationEvent(AbstractAutoServiceRegistration.java:47)
at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)
at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:421)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:378)
at org.springframework.boot.web.reactive.context.WebServerManager.start(WebServerManager.java:57)
at org.springframework.boot.web.reactive.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:40)
at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:178)
... 14 common frames omitted
Caused by: com.alibaba.nacos.api.exception.NacosException: Request nacos server failed:
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:290)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.doRegisterService(NamingGrpcClientProxy.java:129)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.registerService(NamingGrpcClientProxy.java:115)
at com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate.registerService(NamingClientProxyDelegate.java:94)
at com.alibaba.nacos.client.naming.NacosNamingService.registerInstance(NacosNamingService.java:145)
at com.alibaba.cloud.nacos.registry.NacosServiceRegistry.register(NacosServiceRegistry.java:74)
... 28 common frames omitted
Caused by: com.alibaba.nacos.api.exception.NacosException: Client not connected, current status:STARTING
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:650)
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:630)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:280)
... 33 common frames omitted
13:38:55.639 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:38:59.568 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:38:59.609 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:38:59.649 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:38:59.686 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:38:59.723 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:38:59.763 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:38:59.803 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:38:59.842 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:38:59.876 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:38:59.917 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:39:08.190 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:39:08.206 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:39:08.222 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getWeekMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:39:08.237 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDayPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:39:08.252 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutyTaskMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:39:08.267 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutySchedule,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:39:08.283 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getPeopleMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:39:08.299 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:39:08.317 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getViolationAudit,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:39:11.053 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:39:11.071 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:39:11.088 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:39:11.100 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:39:11.118 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:39:11.137 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:39:11.155 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:39:11.169 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:39:11.184 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:39:11.202 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:35.920 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:35.951 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:35.980 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getWeekMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:36.013 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDayPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:36.044 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutyTaskMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:36.077 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutySchedule,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:36.112 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getPeopleMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:36.147 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:36.183 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getViolationAudit,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:39.609 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:39.641 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:39.674 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:39.693 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:39.707 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:39.727 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:39.742 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:39.758 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:39.772 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:39.789 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:40.208 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:40.225 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:40.243 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getWeekMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:40.258 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDayPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:40.275 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutyTaskMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:40.292 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutySchedule,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:40.306 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getPeopleMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:40.321 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:40.336 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getViolationAudit,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:40.700 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:40.700 [boundedElastic-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getTicketMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:40.703 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getCityMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:40.703 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getCityMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:40.703 [boundedElastic-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getWorkTeamMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:40.706 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getTicketXhMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:40.711 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getWeekPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:40.711 [boundedElastic-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getNoWorkByDay,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:40:40.715 [boundedElastic-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getEarMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:41:25.336 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:42:52.293 [boundedElastic-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:42:52.803 [boundedElastic-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:42:52.852 [boundedElastic-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:42:52.910 [boundedElastic-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:42:52.952 [boundedElastic-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:42:52.997 [boundedElastic-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:42:53.055 [boundedElastic-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:42:53.096 [boundedElastic-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:42:53.147 [boundedElastic-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:42:53.192 [boundedElastic-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:42:53.244 [boundedElastic-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:43:07.400 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:43:15.629 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:43:16.138 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:43:16.199 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:43:16.258 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:43:16.311 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:43:16.358 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:43:16.411 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:43:16.458 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:43:16.500 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:43:16.543 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:43:16.592 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:43:22.074 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:43:22.478 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:43:22.525 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:43:22.566 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:43:22.614 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:43:22.661 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:43:22.718 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:43:22.766 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:43:22.808 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:43:22.850 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:43:22.901 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:43:48.073 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:43:48.684 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:43:48.736 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:43:48.784 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:43:48.828 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:43:48.892 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:43:48.946 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:43:48.995 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:43:49.050 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:43:49.091 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:43:49.142 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:44:09.529 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:44:10.014 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:44:10.087 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:44:10.138 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:44:10.179 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:44:10.221 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:44:10.281 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:44:10.328 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:44:10.369 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:44:10.413 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:44:10.462 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:45:58.081 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:45:58.494 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:45:58.529 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:45:58.562 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:45:58.587 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:45:58.622 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:45:58.661 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:45:58.694 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:45:58.729 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:45:58.758 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:45:58.795 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:00.904 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:00.904 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getTicketXhMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:00.907 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getCityMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:00.907 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getWorkTeamMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:00.907 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getCityMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:00.907 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getTicketMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:00.914 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getEarMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:00.914 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getNoWorkByDay,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:00.917 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getWeekPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:01.636 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:01.641 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:01.649 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getWeekMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:01.665 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDayPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:01.680 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutyTaskMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:01.694 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutySchedule,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:01.707 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getPeopleMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:01.722 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:01.739 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getViolationAudit,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:20.471 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getCityMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:20.473 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:20.474 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getCityMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:20.474 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getWeekPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:20.475 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getWorkTeamMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:20.477 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getTicketMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:20.479 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getTicketXhMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:20.482 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getNoWorkByDay,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:20.482 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getEarMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:21.629 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:21.661 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:21.694 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:21.722 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:21.754 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:21.789 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:21.822 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:21.854 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:21.883 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:21.917 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:24.122 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:24.140 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:24.160 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getWeekMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:24.174 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDayPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:24.192 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutyTaskMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:24.210 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutySchedule,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:24.226 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getPeopleMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:24.242 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:24.258 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getViolationAudit,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:24.742 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:24.758 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:24.774 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:24.786 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:24.801 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:24.820 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:24.834 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:24.851 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:24.865 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:24.881 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:25.231 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:25.246 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:25.260 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getWeekMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:25.276 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDayPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:25.290 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutyTaskMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:25.307 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutySchedule,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:25.321 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getPeopleMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:25.336 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:25.629 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:25.645 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:25.660 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getWeekMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:25.676 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDayPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:25.690 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutyTaskMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:25.709 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutySchedule,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:25.723 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getPeopleMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:25.737 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:25.904 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:25.921 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:25.935 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:25.945 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:25.959 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:25.980 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:25.998 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:26.009 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:26.024 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:26.041 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:26.047 [boundedElastic-7] ERROR o.s.w.s.a.HttpWebHandlerAdapter - [handleUnresolvedError,293] - [5e325a44-384] 500 Server Error for HTTP POST "/basfs/proteam/pot/home/getGtList"
java.util.NoSuchElementException: null
at java.util.ArrayList$Itr.next(ArrayList.java:864)
Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException:
Assembly trace from producer [reactor.core.publisher.FluxIterable] :
reactor.core.publisher.Flux.fromIterable(Flux.java:1136)
org.springframework.http.server.reactive.AbstractServerHttpResponse.doCommit(AbstractServerHttpResponse.java:274)
Error has been observed at the following site(s):
*___Flux.fromIterable ⇢ at org.springframework.http.server.reactive.AbstractServerHttpResponse.doCommit(AbstractServerHttpResponse.java:274)
|_ Flux.map ⇢ at org.springframework.http.server.reactive.AbstractServerHttpResponse.doCommit(AbstractServerHttpResponse.java:274)
|_ Flux.concat ⇢ at org.springframework.http.server.reactive.AbstractServerHttpResponse.doCommit(AbstractServerHttpResponse.java:274)
|_ Flux.doOnError ⇢ at org.springframework.http.server.reactive.AbstractServerHttpResponse.doCommit(AbstractServerHttpResponse.java:275)
*_____Flux.concatWith ⇢ at org.springframework.http.server.reactive.AbstractServerHttpResponse.doCommit(AbstractServerHttpResponse.java:289)
*_____Flux.concatWith ⇢ at org.springframework.http.server.reactive.AbstractServerHttpResponse.doCommit(AbstractServerHttpResponse.java:297)
|_ Flux.then ⇢ at org.springframework.http.server.reactive.AbstractServerHttpResponse.doCommit(AbstractServerHttpResponse.java:300)
|_ Mono.doOnError ⇢ at org.springframework.http.server.reactive.AbstractServerHttpResponse.lambda$writeWith$5(AbstractServerHttpResponse.java:229)
|_ Mono.doOnCancel ⇢ at org.springframework.http.server.reactive.AbstractServerHttpResponse.lambda$writeWith$5(AbstractServerHttpResponse.java:230)
*________Mono.flatMap ⇢ at org.springframework.http.server.reactive.AbstractServerHttpResponse.writeWith(AbstractServerHttpResponse.java:215)
|_ Mono.doOnError ⇢ at org.springframework.http.server.reactive.AbstractServerHttpResponse.writeWith(AbstractServerHttpResponse.java:236)
*__Mono.onErrorResume ⇢ at org.springframework.web.server.handler.ExceptionHandlingWebHandler.handle(ExceptionHandlingWebHandler.java:77)
|_ Mono.onErrorResume ⇢ at org.springframework.web.server.handler.ExceptionHandlingWebHandler.handle(ExceptionHandlingWebHandler.java:77)
|_ Mono.doOnSuccess ⇢ at org.springframework.web.server.adapter.HttpWebHandlerAdapter.handle(HttpWebHandlerAdapter.java:249)
*__________Mono.error ⇢ at org.springframework.web.server.handler.ResponseStatusExceptionHandler.handle(ResponseStatusExceptionHandler.java:68)
Original Stack Trace:
at java.util.ArrayList$Itr.next(ArrayList.java:864)
at reactor.core.publisher.FluxIterable$IterableSubscription.slowPath(FluxIterable.java:259)
at reactor.core.publisher.FluxIterable$IterableSubscription.request(FluxIterable.java:230)
at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.request(FluxMapFuseable.java:171)
at reactor.core.publisher.FluxConcatMap$ConcatMapImmediate.onSubscribe(FluxConcatMap.java:236)
at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onSubscribe(FluxMapFuseable.java:96)
at reactor.core.publisher.FluxIterable.subscribe(FluxIterable.java:165)
at reactor.core.publisher.FluxIterable.subscribe(FluxIterable.java:87)
at reactor.core.publisher.Flux.subscribe(Flux.java:8466)
at reactor.core.publisher.FluxConcatArray$ConcatArraySubscriber.onComplete(FluxConcatArray.java:258)
at reactor.core.publisher.FluxConcatArray.subscribe(FluxConcatArray.java:78)
at reactor.core.publisher.Flux.subscribe(Flux.java:8466)
at reactor.core.publisher.FluxConcatArray$ConcatArraySubscriber.onComplete(FluxConcatArray.java:258)
at reactor.core.publisher.FluxConcatArray.subscribe(FluxConcatArray.java:78)
at reactor.core.publisher.Mono.subscribe(Mono.java:4397)
at reactor.core.publisher.FluxFlatMap.trySubscribeScalarMap(FluxFlatMap.java:200)
at reactor.core.publisher.MonoFlatMap.subscribeOrReturn(MonoFlatMap.java:53)
at reactor.core.publisher.Mono.subscribe(Mono.java:4382)
at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:103)
at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:106)
at reactor.core.publisher.Operators.error(Operators.java:198)
at reactor.core.publisher.MonoError.subscribe(MonoError.java:53)
at reactor.core.publisher.Mono.subscribe(Mono.java:4397)
at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:103)
at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:106)
at reactor.core.publisher.Operators.error(Operators.java:198)
at reactor.core.publisher.MonoError.subscribe(MonoError.java:53)
at reactor.core.publisher.Mono.subscribe(Mono.java:4397)
at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:103)
at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:106)
at reactor.core.publisher.Operators.error(Operators.java:198)
at reactor.core.publisher.MonoError.subscribe(MonoError.java:53)
at reactor.core.publisher.Mono.subscribe(Mono.java:4397)
at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:103)
at reactor.core.publisher.FluxPeekFuseable$PeekFuseableSubscriber.onError(FluxPeekFuseable.java:234)
at reactor.core.publisher.FluxDoOnEach$DoOnEachSubscriber.onError(FluxDoOnEach.java:195)
at reactor.core.publisher.MonoFlatMap$FlatMapMain.onError(MonoFlatMap.java:172)
at reactor.core.publisher.MonoFlatMap$FlatMapMain.secondError(MonoFlatMap.java:192)
at reactor.core.publisher.MonoFlatMap$FlatMapInner.onError(MonoFlatMap.java:259)
at reactor.core.publisher.MonoIgnoreThen$ThenIgnoreMain.onError(MonoIgnoreThen.java:278)
at reactor.core.publisher.MonoIgnoreThen$ThenIgnoreMain.onError(MonoIgnoreThen.java:278)
at reactor.core.publisher.FluxDoFinally$DoFinallySubscriber.onError(FluxDoFinally.java:119)
at com.alibaba.csp.sentinel.adapter.reactor.SentinelReactorSubscriber.hookOnError(SentinelReactorSubscriber.java:153)
at com.alibaba.csp.sentinel.adapter.reactor.InheritableBaseSubscriber.onError(InheritableBaseSubscriber.java:176)
at com.alibaba.csp.sentinel.adapter.reactor.SentinelReactorSubscriber.onError(SentinelReactorSubscriber.java:37)
at reactor.core.publisher.FluxPeekFuseable$PeekFuseableSubscriber.onError(FluxPeekFuseable.java:234)
at reactor.core.publisher.MonoIgnoreThen$ThenIgnoreMain.onError(MonoIgnoreThen.java:278)
at reactor.core.publisher.MonoPeekTerminal$MonoTerminalPeekSubscriber.onError(MonoPeekTerminal.java:258)
at reactor.core.publisher.MonoPeekTerminal$MonoTerminalPeekSubscriber.onError(MonoPeekTerminal.java:258)
at reactor.core.publisher.MonoPeekTerminal$MonoTerminalPeekSubscriber.onError(MonoPeekTerminal.java:258)
at reactor.core.publisher.MonoPeekTerminal$MonoTerminalPeekSubscriber.onError(MonoPeekTerminal.java:258)
at reactor.core.publisher.MonoPeekTerminal$MonoTerminalPeekSubscriber.onError(MonoPeekTerminal.java:258)
at reactor.core.publisher.MonoIgnoreThen$ThenIgnoreMain.onError(MonoIgnoreThen.java:278)
at reactor.core.publisher.FluxPeekFuseable$PeekFuseableSubscriber.onError(FluxPeekFuseable.java:234)
at reactor.core.publisher.FluxPeekFuseable$PeekFuseableSubscriber.onNext(FluxPeekFuseable.java:205)
at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onNext(FluxMapFuseable.java:129)
at reactor.core.publisher.MonoNext$NextSubscriber.onNext(MonoNext.java:82)
at reactor.core.publisher.FluxDematerialize$DematerializeSubscriber.onNext(FluxDematerialize.java:98)
at reactor.core.publisher.FluxDematerialize$DematerializeSubscriber.onNext(FluxDematerialize.java:44)
at reactor.core.publisher.FluxFlattenIterable$FlattenIterableSubscriber.drainAsync(FluxFlattenIterable.java:421)
at reactor.core.publisher.FluxFlattenIterable$FlattenIterableSubscriber.drain(FluxFlattenIterable.java:686)
at reactor.core.publisher.FluxFlattenIterable$FlattenIterableSubscriber.onNext(FluxFlattenIterable.java:250)
at reactor.core.publisher.FluxSwitchIfEmpty$SwitchIfEmptySubscriber.onNext(FluxSwitchIfEmpty.java:74)
at reactor.core.publisher.Operators$MonoSubscriber.complete(Operators.java:1816)
at reactor.core.publisher.MonoFlatMap$FlatMapInner.onNext(MonoFlatMap.java:249)
at reactor.core.publisher.MonoIgnoreThen$ThenIgnoreMain.complete(MonoIgnoreThen.java:292)
at reactor.core.publisher.MonoIgnoreThen$ThenIgnoreMain.onNext(MonoIgnoreThen.java:187)
at reactor.core.publisher.MonoIgnoreThen$ThenIgnoreMain.subscribeNext(MonoIgnoreThen.java:236)
at reactor.core.publisher.MonoIgnoreThen$ThenIgnoreMain.onComplete(MonoIgnoreThen.java:203)
at reactor.core.publisher.MonoIgnoreElements$IgnoreElementsSubscriber.onComplete(MonoIgnoreElements.java:89)
at reactor.core.publisher.FluxPeekFuseable$PeekFuseableSubscriber.onComplete(FluxPeekFuseable.java:277)
at reactor.core.publisher.FluxDematerialize$DematerializeSubscriber.onComplete(FluxDematerialize.java:121)
at reactor.core.publisher.FluxDematerialize$DematerializeSubscriber.onNext(FluxDematerialize.java:91)
at reactor.core.publisher.FluxDematerialize$DematerializeSubscriber.onNext(FluxDematerialize.java:44)
at reactor.core.publisher.FluxIterable$IterableSubscription.fastPath(FluxIterable.java:340)
at reactor.core.publisher.FluxIterable$IterableSubscription.request(FluxIterable.java:227)
at reactor.core.publisher.FluxDematerialize$DematerializeSubscriber.request(FluxDematerialize.java:127)
at reactor.core.publisher.FluxPeekFuseable$PeekFuseableSubscriber.request(FluxPeekFuseable.java:144)
at reactor.core.publisher.MonoIgnoreElements$IgnoreElementsSubscriber.onSubscribe(MonoIgnoreElements.java:72)
at reactor.core.publisher.FluxPeekFuseable$PeekFuseableSubscriber.onSubscribe(FluxPeekFuseable.java:178)
at reactor.core.publisher.FluxDematerialize$DematerializeSubscriber.onSubscribe(FluxDematerialize.java:77)
at reactor.core.publisher.FluxIterable.subscribe(FluxIterable.java:165)
at reactor.core.publisher.FluxIterable.subscribe(FluxIterable.java:87)
at reactor.core.publisher.Mono.subscribe(Mono.java:4397)
at reactor.core.publisher.MonoIgnoreThen$ThenIgnoreMain.subscribeNext(MonoIgnoreThen.java:263)
at reactor.core.publisher.MonoIgnoreThen.subscribe(MonoIgnoreThen.java:51)
at reactor.core.publisher.InternalMonoOperator.subscribe(InternalMonoOperator.java:64)
at reactor.core.publisher.MonoFlatMap$FlatMapMain.onNext(MonoFlatMap.java:157)
at reactor.core.publisher.Operators$MonoSubscriber.complete(Operators.java:1816)
at reactor.core.publisher.MonoCollectList$MonoCollectListSubscriber.onComplete(MonoCollectList.java:129)
at reactor.core.publisher.DrainUtils.postCompleteDrain(DrainUtils.java:132)
at reactor.core.publisher.DrainUtils.postComplete(DrainUtils.java:187)
at reactor.core.publisher.FluxMaterialize$MaterializeSubscriber.onComplete(FluxMaterialize.java:141)
at reactor.core.publisher.FluxTake$TakeFuseableSubscriber.onComplete(FluxTake.java:432)
at reactor.core.publisher.FluxTake$TakeFuseableSubscriber.onNext(FluxTake.java:412)
at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onNext(FluxOnErrorResume.java:79)
at reactor.core.publisher.SerializedSubscriber.onNext(SerializedSubscriber.java:99)
at reactor.core.publisher.FluxTimeout$TimeoutMainSubscriber.onNext(FluxTimeout.java:180)
at reactor.core.publisher.Operators$MonoSubscriber.complete(Operators.java:1816)
at reactor.core.publisher.MonoCollectList$MonoCollectListSubscriber.onComplete(MonoCollectList.java:129)
at org.springframework.cloud.commons.publisher.FluxFirstNonEmptyEmitting$FirstNonEmptyEmittingSubscriber.onComplete(FluxFirstNonEmptyEmitting.java:325)
at reactor.core.publisher.FluxSubscribeOn$SubscribeOnSubscriber.onComplete(FluxSubscribeOn.java:166)
at reactor.core.publisher.Operators.complete(Operators.java:137)
at reactor.core.publisher.FluxIterable.subscribe(FluxIterable.java:148)
at reactor.core.publisher.FluxIterable.subscribe(FluxIterable.java:87)
at reactor.core.publisher.Flux.subscribe(Flux.java:8466)
at reactor.core.publisher.FluxFlatMap.trySubscribeScalarMap(FluxFlatMap.java:200)
at reactor.core.publisher.MonoFlatMapMany.subscribeOrReturn(MonoFlatMapMany.java:49)
at reactor.core.publisher.Flux.subscribe(Flux.java:8452)
at reactor.core.publisher.FluxFlatMap.trySubscribeScalarMap(FluxFlatMap.java:200)
at reactor.core.publisher.MonoFlatMapMany.subscribeOrReturn(MonoFlatMapMany.java:49)
at reactor.core.publisher.InternalFluxOperator.subscribe(InternalFluxOperator.java:55)
at reactor.core.publisher.FluxSubscribeOn$SubscribeOnSubscriber.run(FluxSubscribeOn.java:194)
at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:84)
at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:37)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
13:46:28.513 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:28.756 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:28.772 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:28.787 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:28.798 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:28.814 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:28.832 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:28.848 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:28.863 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:28.875 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:28.892 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:32.182 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:32.197 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:32.211 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getWeekMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:32.223 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDayPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:32.240 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutyTaskMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:32.255 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutySchedule,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:32.270 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getPeopleMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:32.284 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:32.300 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getViolationAudit,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:34.233 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getCityMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:34.236 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getCityMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:34.236 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getTicketMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:34.236 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:34.238 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getWorkTeamMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:34.238 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getTicketXhMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:34.241 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getWeekPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:34.245 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getEarMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:34.244 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getNoWorkByDay,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:38.588 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getCityMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:38.603 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/stag/getTodayTask,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:38.621 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/stag/getVoiNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:38.637 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/stag/getVoiList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:38.654 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/stag/getWorkPlan,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:38.669 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/stag/getWorkPlanList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:38.686 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/stag/getWorkTeamList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:46:38.701 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getEarMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:47:04.451 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/video/getMenuListCity,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:47:20.044 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/todayTask/getOrgNumAndRate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:47:33.580 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/todayTask/getOrgNumAndRate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:47:33.724 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/newduty/getAllTask,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:47:33.732 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/newduty/getDutyWz,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:47:33.745 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:47:33.761 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/newduty/getPageList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:48:16.704 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:48:16.722 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:48:16.737 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getWeekMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:48:16.754 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDayPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:48:16.770 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutyTaskMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:48:16.786 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutySchedule,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:48:16.803 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getPeopleMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:48:16.819 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:48:16.838 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getViolationAudit,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:48:19.396 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/preservation/getProjectPreservation,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:49:21.980 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:49:22.409 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:49:22.444 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:49:22.478 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:49:22.503 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:49:22.535 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:49:22.567 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:49:22.599 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:49:22.633 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:49:22.674 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:49:22.702 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:49:46.902 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:49:47.308 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:49:47.343 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:49:47.376 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:49:47.405 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:49:47.435 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:49:47.465 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:49:47.498 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:49:47.525 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:49:47.555 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:49:47.593 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:50:39.759 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:50:40.147 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:50:40.179 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:50:40.214 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:50:40.241 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:50:40.274 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:50:40.308 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:50:40.340 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:50:40.373 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:50:40.403 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:50:40.435 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:52:40.309 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:52:40.333 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:52:40.356 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:54:25.184 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:54:25.455 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:54:25.471 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:54:25.487 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:54:25.499 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:54:25.514 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:54:25.533 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:54:25.548 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:54:25.563 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:54:25.578 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:54:25.594 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:54:28.480 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/query/queryManage/getBidSafetyInforList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:54:47.422 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:54:47.664 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:54:47.680 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:54:47.697 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:54:47.708 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:54:47.724 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:54:47.742 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:54:47.758 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:54:47.772 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:54:47.786 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:54:47.804 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:54:59.095 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:54:59.114 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:54:59.128 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getWeekMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:54:59.144 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDayPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:54:59.160 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutyTaskMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:54:59.177 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutySchedule,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:54:59.192 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getPeopleMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:54:59.208 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:54:59.221 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getViolationAudit,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:08.951 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:09.186 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:09.202 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:09.223 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:09.234 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:09.249 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:09.271 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:09.285 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:09.301 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:09.314 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:09.329 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:13.800 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:14.044 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:14.066 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:14.083 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:14.098 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:14.114 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:14.134 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:14.149 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:14.166 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:14.181 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:14.197 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:16.975 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:17.211 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:17.229 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:17.245 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:17.260 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:17.276 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:17.292 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:17.307 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:17.325 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:17.338 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:17.356 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:21.810 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:22.026 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:22.042 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:22.060 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:22.073 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:22.088 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:22.106 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:22.121 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:22.136 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:22.150 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:22.165 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:28.985 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:29.001 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:29.018 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:29.030 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:29.045 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:29.064 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:29.084 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:29.094 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:29.108 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:29.126 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:35.183 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:35.201 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:35.218 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:35.232 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:35.248 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:35.266 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:35.281 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:35.296 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:35.311 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:57:35.328 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:09.737 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:09.773 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:09.802 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getWeekMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:09.830 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDayPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:09.859 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutyTaskMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:09.894 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutySchedule,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:09.940 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getPeopleMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:09.975 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:10.001 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getViolationAudit,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:10.847 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:10.874 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:10.904 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:10.930 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:10.960 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:10.991 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:11.024 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:11.055 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:11.082 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:11.111 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:38.818 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:39.757 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:39.789 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:39.824 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:39.852 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:39.882 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:39.916 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:39.945 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:39.975 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:40.003 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:40.032 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:57.614 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:57.643 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:57.674 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getWeekMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:57.705 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDayPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:57.738 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutyTaskMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:57.766 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutySchedule,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:57.796 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getPeopleMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:57.824 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:58:57.856 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getViolationAudit,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:59:59.447 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:59:59.463 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:59:59.479 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:59:59.494 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:59:59.514 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:59:59.528 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:59:59.543 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:59:59.558 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:59:59.571 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:59:59.587 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:00:20.412 [reactor-http-nio-14] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/system/sys/menu/getMenuList
14:00:21.900 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:00:22.172 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:00:22.188 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:00:22.204 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:00:22.220 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:00:22.233 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:00:22.250 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:00:22.267 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:00:22.282 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:00:22.297 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:00:22.312 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:00:30.539 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getCityMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:00:30.540 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getTicketMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:00:30.540 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:00:30.541 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getCityMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:00:30.541 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getWorkTeamMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:00:30.542 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getTicketXhMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:00:30.546 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getEarMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:00:30.546 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getNoWorkByDay,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:00:30.546 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getWeekPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:12.608 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:13.256 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:13.274 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:13.290 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:13.305 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:13.322 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:13.343 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:13.365 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:13.381 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:13.395 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:13.412 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:31.242 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:32.252 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:32.279 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:32.311 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:32.338 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:32.366 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:32.397 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:32.429 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:32.458 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:32.486 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:32.518 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:35.420 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:36.343 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:36.374 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:36.406 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:36.435 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:36.464 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:36.506 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:36.538 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:36.570 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:36.600 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:36.628 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:48.361 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:49.150 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:49.180 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:49.214 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:49.242 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:49.270 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:49.301 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:49.329 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:49.356 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:49.388 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:49.422 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:52.740 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:53.983 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:54.723 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:54.757 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:54.789 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:54.815 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:54.845 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:54.880 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:54.912 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:54.943 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:54.972 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:03:55.004 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:15.918 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:16.773 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:16.808 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:16.837 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:16.865 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:16.898 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:16.928 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:16.960 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:16.991 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:17.037 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:17.073 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:17.903 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:18.838 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:18.870 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:18.908 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:18.933 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:18.970 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:19.003 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:19.038 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:19.073 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:19.102 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:19.133 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:22.128 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:22.145 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:22.161 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getWeekMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:22.177 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDayPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:22.192 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutyTaskMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:22.208 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutySchedule,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:22.224 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getPeopleMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:22.240 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:22.255 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getViolationAudit,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:50.489 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:51.295 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:51.318 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:51.351 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:51.381 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:51.413 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:51.444 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:51.480 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:51.512 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:51.540 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:51.569 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:04:59.690 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:05:00.479 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:05:00.509 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:05:00.537 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:05:00.563 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:05:00.592 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:05:00.623 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:05:00.656 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:05:00.685 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:05:00.718 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:05:00.744 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:05:55.802 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:05:56.893 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:05:57.648 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:05:57.679 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:05:57.709 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:05:57.737 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:05:57.766 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:05:57.802 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:05:57.836 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:05:57.864 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:05:57.893 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:05:57.922 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:07:53.672 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:07:54.564 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:07:54.598 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:07:54.641 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:07:54.680 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:07:54.714 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:07:54.743 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:07:54.776 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:07:54.813 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:07:54.841 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:07:54.872 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:01.036 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:01.984 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:02.015 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:02.047 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:02.074 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:02.100 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:02.132 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:02.166 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:02.198 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:02.229 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:02.259 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:03.813 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:04.730 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:04.764 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:04.800 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:04.838 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:04.868 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:04.899 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:04.942 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:04.981 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:05.020 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:05.048 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:32.414 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:33.253 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:33.287 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:33.319 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:33.351 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:33.382 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:33.414 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:33.450 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:33.479 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:33.509 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:33.539 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:40.011 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:40.788 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:40.820 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:40.849 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:40.879 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:40.907 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:40.939 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:40.969 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:41.007 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:41.037 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:41.068 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:47.222 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:47.982 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:48.012 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:48.045 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:48.073 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:48.105 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:48.140 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:48.174 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:48.200 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:48.234 [reactor-http-nio-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:48.264 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:53.429 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:54.268 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:54.298 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:54.328 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:54.361 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:54.392 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:54.426 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:54.455 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:54.485 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:54.510 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:08:54.543 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:00.931 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:01.863 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:01.893 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:01.924 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:01.951 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:01.982 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:02.012 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:02.043 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:02.075 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:02.109 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:02.139 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:03.902 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:04.824 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:04.862 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:04.896 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:04.925 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:04.952 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:04.985 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:05.017 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:05.048 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:05.085 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:05.113 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:07.045 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:07.062 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:07.078 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getWeekMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:07.094 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDayPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:07.109 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutyTaskMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:07.124 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutySchedule,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:07.139 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getPeopleMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:07.156 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:07.171 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getViolationAudit,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:08.194 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getCityMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:08.197 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getCityMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:08.198 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getTicketMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:08.198 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getTicketXhMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:08.199 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:08.199 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getWorkTeamMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:08.201 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getWeekPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:08.202 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getNoWorkByDay,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:08.204 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getEarMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:52.301 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:52.794 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:52.811 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:52.827 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:52.841 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:52.857 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:52.875 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:52.893 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:52.911 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:52.925 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:09:52.943 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:11:04.678 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:11:04.678 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getCityMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:11:04.678 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getTicketMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:11:04.678 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getWorkTeamMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:11:04.680 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getWeekPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:11:04.680 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getCityMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:11:04.685 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getEarMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:11:04.685 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getTicketXhMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:11:04.686 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getNoWorkByDay,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:11:21.169 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getCityMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:11:21.169 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getWorkTeamMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:11:21.170 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:11:21.170 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getTicketMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:11:21.171 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getTicketXhMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:11:21.171 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getWeekPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:11:21.175 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getCityMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:11:21.175 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getEarMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:11:21.176 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getNoWorkByDay,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:02.898 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:02.926 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:02.966 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:02.992 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:03.025 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:03.055 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:03.088 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:03.118 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:03.150 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:03.187 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:07.553 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:08.000 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:08.017 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:08.032 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:08.046 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:08.063 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:08.080 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:08.096 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:08.111 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:08.127 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:08.141 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:21.601 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:22.463 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:22.493 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:22.524 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:22.552 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:22.581 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:22.612 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:22.645 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:22.679 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:22.705 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:22.739 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:24.517 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:24.549 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:24.587 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:24.615 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:24.645 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:24.690 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:24.720 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:24.752 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:24.796 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:24.839 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:31.865 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:32.399 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:32.415 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:32.430 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:32.445 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:32.460 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:32.478 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:32.494 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:32.510 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:32.524 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:12:32.541 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:13:40.143 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:13:41.124 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:13:41.152 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:13:41.188 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:13:41.218 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:13:41.248 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:13:41.280 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:13:41.312 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:13:41.345 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:13:41.375 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:13:41.414 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:13:51.004 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:13:51.988 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:13:52.018 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:13:52.050 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:13:52.079 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:13:52.108 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:13:52.139 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:13:52.169 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:13:52.199 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:13:52.235 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:13:52.262 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:14:01.446 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:14:01.463 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:14:01.485 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getWeekMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:14:01.499 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDayPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:14:01.516 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutyTaskMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:14:01.531 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutySchedule,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:14:01.547 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getPeopleMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:14:01.562 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:14:01.578 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getViolationAudit,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:14:15.756 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:14:16.667 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:14:16.698 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:14:16.728 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:14:16.755 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:14:16.787 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:14:16.823 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:14:16.849 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:14:16.879 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:14:16.907 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:14:16.939 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:16:44.648 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:16:45.131 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:16:45.146 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:16:45.162 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:16:45.175 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:16:45.191 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:16:45.210 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:16:45.229 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:16:45.241 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:16:45.255 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:16:45.285 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:22:39.703 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:22:39.704 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getCityMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:22:39.704 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getTicketMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:22:39.705 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getWorkTeamMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:22:39.705 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getCityMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:22:39.707 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getTicketXhMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:22:39.710 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getWeekPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:22:39.710 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getNoWorkByDay,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:22:39.710 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getEarMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:34:51.069 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:34:51.531 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:34:51.548 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:34:51.564 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:34:51.577 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:34:51.595 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:34:51.612 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:34:51.628 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:34:51.643 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:34:51.660 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:34:51.677 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:35:22.543 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:35:23.171 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:35:23.186 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:35:23.201 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:35:23.215 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:35:23.231 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:35:23.249 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:35:23.265 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:35:23.281 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:35:23.297 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:35:23.312 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:42:28.686 [boundedElastic-15] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:42:28.716 [boundedElastic-15] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:42:28.754 [boundedElastic-15] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:42:28.784 [boundedElastic-15] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:42:28.814 [boundedElastic-15] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:42:28.845 [boundedElastic-15] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:42:28.871 [boundedElastic-15] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:42:28.900 [boundedElastic-15] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:42:28.927 [boundedElastic-15] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:42:28.958 [boundedElastic-15] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:42:59.811 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:43:00.059 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:43:00.076 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:43:00.092 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:43:00.105 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:43:00.121 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:43:00.140 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:43:00.154 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:43:00.171 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:43:00.184 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:43:00.200 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:45:00.999 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:45:01.046 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:45:01.090 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:47:02.619 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:47:02.691 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:47:03.265 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:47:03.314 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:47:03.358 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:47:03.401 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:47:03.445 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:47:03.495 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:47:03.544 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:47:03.589 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:47:03.636 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:47:03.680 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
14:47:20.990 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
15:08:52.764 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/auth/login,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-auth"
15:21:06.841 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/auth/login,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-auth"
15:22:33.860 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
15:22:33.871 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
15:22:34.020 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
15:22:34.055 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
15:22:34.093 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
15:22:34.118 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
15:22:34.150 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
15:22:34.185 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
15:22:34.220 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
15:22:34.251 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
15:22:34.283 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
15:22:34.319 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
15:22:51.988 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
15:35:56.969 [com.alibaba.nacos.client.naming.updater.3] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 0, errorMessage = java.util.concurrent.TimeoutException: Waited 3000 milliseconds (plus 590706 milliseconds, 700000 nanoseconds delay) for com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$GrpcFuture@3d1418bf[status=PENDING, info=[GrpcFuture{clientCall={delegate={delegate=ClientCallImpl{method=MethodDescriptor{fullMethodName=Request/request, type=UNARY, idempotent=false, safe=false, sampledToLocalTracing=true, requestMarshaller=com.alibaba.nacos.shaded.io.grpc.protobuf.lite.ProtoLiteUtils$MessageMarshaller@3b19de25, responseMarshaller=com.alibaba.nacos.shaded.io.grpc.protobuf.lite.ProtoLiteUtils$MessageMarshaller@12fecddb, schemaDescriptor=com.alibaba.nacos.api.grpc.auto.RequestGrpc$RequestMethodDescriptorSupplier@6c252fc7}}}}}]]
15:35:56.969 [boundedElastic-1] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceListRequest{headers={accessToken=eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJuYWNvcyIsImV4cCI6MTczNDM1MTgzOH0.d_5brMU9UNSHWHsHiC6bGbsJnGiazuD9Ve188bRFu5i4ZxH9k-onK3oaWI2-OkyT, app=unknown}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:UNHEALTHY
15:35:56.969 [com.alibaba.nacos.client.naming.updater.4] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 0, errorMessage = java.util.concurrent.TimeoutException: Waited 3000 milliseconds (plus 590706 milliseconds, 472700 nanoseconds delay) for com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$GrpcFuture@29bc00bc[status=PENDING, info=[GrpcFuture{clientCall={delegate={delegate=ClientCallImpl{method=MethodDescriptor{fullMethodName=Request/request, type=UNARY, idempotent=false, safe=false, sampledToLocalTracing=true, requestMarshaller=com.alibaba.nacos.shaded.io.grpc.protobuf.lite.ProtoLiteUtils$MessageMarshaller@3b19de25, responseMarshaller=com.alibaba.nacos.shaded.io.grpc.protobuf.lite.ProtoLiteUtils$MessageMarshaller@12fecddb, schemaDescriptor=com.alibaba.nacos.api.grpc.auto.RequestGrpc$RequestMethodDescriptorSupplier@6c252fc7}}}}}]]
15:35:56.969 [com.alibaba.nacos.client.naming.updater.2] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 0, errorMessage = java.util.concurrent.TimeoutException: Waited 3000 milliseconds (plus 590706 milliseconds, 698100 nanoseconds delay) for com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$GrpcFuture@35d005ef[status=PENDING, info=[GrpcFuture{clientCall={delegate={delegate=ClientCallImpl{method=MethodDescriptor{fullMethodName=Request/request, type=UNARY, idempotent=false, safe=false, sampledToLocalTracing=true, requestMarshaller=com.alibaba.nacos.shaded.io.grpc.protobuf.lite.ProtoLiteUtils$MessageMarshaller@3b19de25, responseMarshaller=com.alibaba.nacos.shaded.io.grpc.protobuf.lite.ProtoLiteUtils$MessageMarshaller@12fecddb, schemaDescriptor=com.alibaba.nacos.api.grpc.auto.RequestGrpc$RequestMethodDescriptorSupplier@6c252fc7}}}}}]]
15:35:56.980 [boundedElastic-1] ERROR c.a.c.n.d.r.NacosReactiveDiscoveryClient - [lambda$getServices$3,94] - get services from nacos server fail,
com.alibaba.nacos.api.exception.NacosException: Request nacos server failed:
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:290)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.getServiceList(NamingGrpcClientProxy.java:202)
at com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate.getServiceList(NamingClientProxyDelegate.java:136)
at com.alibaba.nacos.client.naming.NacosNamingService.getServicesOfServer(NacosNamingService.java:440)
at com.alibaba.nacos.client.naming.NacosNamingService.getServicesOfServer(NacosNamingService.java:428)
at com.alibaba.cloud.nacos.discovery.NacosServiceDiscovery.getServices(NacosServiceDiscovery.java:70)
at com.alibaba.cloud.nacos.discovery.reactive.NacosReactiveDiscoveryClient.lambda$getServices$3(NacosReactiveDiscoveryClient.java:87)
at reactor.core.publisher.FluxDefer.subscribe(FluxDefer.java:46)
at reactor.core.publisher.InternalFluxOperator.subscribe(InternalFluxOperator.java:62)
at reactor.core.publisher.FluxSubscribeOn$SubscribeOnSubscriber.run(FluxSubscribeOn.java:194)
at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:84)
at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:37)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.api.exception.NacosException: Client not connected, current status:UNHEALTHY
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:650)
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:630)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:280)
... 17 common frames omitted
15:35:57.084 [boundedElastic-6] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceListRequest{headers={accessToken=eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJuYWNvcyIsImV4cCI6MTczNDM1MTgzOH0.d_5brMU9UNSHWHsHiC6bGbsJnGiazuD9Ve188bRFu5i4ZxH9k-onK3oaWI2-OkyT, app=unknown}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:UNHEALTHY
15:35:57.084 [com.alibaba.nacos.client.naming.updater.6] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={accessToken=eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJuYWNvcyIsImV4cCI6MTczNDM1MTgzOH0.d_5brMU9UNSHWHsHiC6bGbsJnGiazuD9Ve188bRFu5i4ZxH9k-onK3oaWI2-OkyT, app=unknown}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:UNHEALTHY
15:35:57.084 [com.alibaba.nacos.client.Worker] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigBatchListenRequest{headers={accessToken=eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJuYWNvcyIsImV4cCI6MTczNDM1MTgzMX0.teiMEYwJwvZx5Y7IsjBcNOYQsplqzT7L-FliKrLbFKl_2Fpt8Lnvhzv2bHhUDAse, charset=UTF-8, Client-AppName=unknown, Client-RequestToken=942ba9289bc4a152e93e60eff96bf25b, Client-RequestTS=1734334556971, exConfigInfo=true, Timestamp=1734334556971}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:UNHEALTHY
15:35:57.194 [boundedElastic-6] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceListRequest{headers={accessToken=eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJuYWNvcyIsImV4cCI6MTczNDM1MTgzOH0.d_5brMU9UNSHWHsHiC6bGbsJnGiazuD9Ve188bRFu5i4ZxH9k-onK3oaWI2-OkyT, app=unknown}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:UNHEALTHY
15:35:57.194 [com.alibaba.nacos.client.Worker] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigBatchListenRequest{headers={accessToken=eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJuYWNvcyIsImV4cCI6MTczNDM1MTgzMX0.teiMEYwJwvZx5Y7IsjBcNOYQsplqzT7L-FliKrLbFKl_2Fpt8Lnvhzv2bHhUDAse, charset=UTF-8, Client-AppName=unknown, Client-RequestToken=942ba9289bc4a152e93e60eff96bf25b, Client-RequestTS=1734334556971, exConfigInfo=true, Timestamp=1734334556971}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:UNHEALTHY
15:35:57.194 [com.alibaba.nacos.client.naming.updater.6] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={accessToken=eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJuYWNvcyIsImV4cCI6MTczNDM1MTgzOH0.d_5brMU9UNSHWHsHiC6bGbsJnGiazuD9Ve188bRFu5i4ZxH9k-onK3oaWI2-OkyT, app=unknown}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:UNHEALTHY
15:54:40.780 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/auth/login,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-auth"
16:17:08.760 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/auth/login,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-auth"
16:17:12.300 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/auth/login,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-auth"
16:23:06.786 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/auth/login,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-auth"
16:26:39.402 [reactor-http-nio-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/auth/login,异常信息:Connection refused: no further information: /192.168.0.38:18081
16:30:36.527 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:30:36.527 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:30:36.527 [boundedElastic-15] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:30:36.527 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:30:36.527 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:30:36.538 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:30:36.543 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:30:36.546 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:30:42.075 [boundedElastic-20] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:30:42.097 [boundedElastic-20] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:30:42.115 [boundedElastic-20] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:30:42.131 [boundedElastic-20] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:30:42.145 [boundedElastic-20] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:30:42.164 [boundedElastic-20] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:30:50.540 [boundedElastic-20] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:30:50.601 [boundedElastic-20] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:30:50.930 [boundedElastic-20] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:30:50.949 [boundedElastic-20] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:30:50.966 [boundedElastic-20] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:30:50.980 [boundedElastic-20] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:30:50.995 [boundedElastic-20] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:30:51.018 [boundedElastic-20] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:31:08.629 [boundedElastic-20] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:32:17.568 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:32:17.669 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:32:18.348 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:32:18.383 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:32:18.417 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:32:18.446 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:32:18.477 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:32:18.507 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:32:19.917 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:32:19.945 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:32:19.972 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:32:20.009 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:32:22.713 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:32:22.758 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:32:22.786 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getWeekMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:32:22.815 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDayPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:32:22.845 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutyTaskMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:32:22.872 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutySchedule,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:32:22.900 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getPeopleMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:32:22.925 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:32:22.965 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getViolationAudit,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:32:35.976 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:33:23.497 [reactor-http-nio-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/auth/login,异常信息:Connection refused: no further information: /192.168.0.38:18081
16:33:26.994 [reactor-http-nio-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/auth/login,异常信息:Connection refused: no further information: /192.168.0.38:18081
16:35:28.446 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:28.509 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:28.946 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:28.991 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:29.050 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:29.083 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:29.137 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:29.188 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:29.246 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:29.302 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:29.338 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:29.384 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:35.071 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:35.111 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:35.267 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:35.286 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:35.303 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:35.315 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:35.332 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:35.354 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:35.381 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:35.391 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:35.403 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:35.423 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:41.962 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:42.000 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:42.159 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:42.178 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:42.195 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:42.206 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:42.225 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:42.248 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:42.264 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:42.280 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:42.298 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:42.314 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:55.689 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:55.714 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:55.738 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getWeekMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:55.768 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDayPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:55.787 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutyTaskMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:55.799 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutySchedule,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:55.817 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getPeopleMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:55.835 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:35:55.853 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getViolationAudit,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:36:00.018 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:09.498 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:09.599 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:10.249 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:10.295 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:10.330 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:10.359 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:10.392 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:10.428 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:21.451 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:21.480 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:21.515 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:21.564 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:22.045 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:22.153 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:22.907 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:22.928 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:22.948 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:22.959 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:22.975 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:22.996 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:25.208 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:25.216 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:25.235 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:25.263 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:30.363 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:30.388 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:30.407 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getWeekMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:30.429 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDayPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:30.446 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutyTaskMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:30.461 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutySchedule,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:30.478 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getPeopleMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:30.494 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:30.509 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getViolationAudit,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:40.175 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:54.756 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:54.812 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:55.144 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:55.165 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:55.184 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:55.196 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:55.213 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:55.233 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:55.250 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:55.266 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:55.283 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:37:55.295 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:03.603 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:03.656 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:03.981 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:04.005 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:04.027 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:04.048 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:04.064 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:04.085 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:04.098 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:04.118 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:04.132 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:04.149 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:14.307 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:14.362 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:14.727 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:14.747 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:14.762 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:14.776 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:14.792 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:14.812 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:14.826 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:14.844 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:14.859 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:14.878 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:25.715 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:25.796 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:26.257 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:26.278 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:26.297 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:26.311 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:26.329 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:26.348 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:26.365 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:26.383 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:26.398 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:26.416 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:40.432 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:40.513 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:41.005 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:41.028 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:41.046 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:41.058 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:41.073 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:41.093 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:41.108 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:41.128 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:41.140 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:41.161 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:43.264 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:43.326 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:43.779 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:43.804 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:43.820 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:43.832 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:43.849 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:43.869 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:43.885 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:43.900 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:43.913 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:43.932 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:48.062 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:48.116 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:48.412 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:48.434 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:48.450 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:48.466 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:48.490 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:48.518 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:48.531 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:48.549 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:48.571 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:38:48.593 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:39:06.172 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:40:16.477 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:40:16.561 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:40:24.786 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:40:24.841 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:40:25.271 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:40:25.290 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:40:25.305 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:40:25.318 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:40:25.336 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:40:25.355 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:40:25.374 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:40:25.390 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:40:25.403 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:40:25.420 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:41:14.425 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:41:14.516 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:41:14.806 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:41:14.843 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:41:14.872 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:41:14.895 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:41:14.920 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:41:14.951 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:41:14.978 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:41:15.005 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:41:15.030 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:41:15.059 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:41:32.401 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:41:32.510 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:41:33.068 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:41:33.095 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:41:33.125 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:41:33.158 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:41:33.182 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:41:33.208 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:41:33.235 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:41:33.264 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:41:33.292 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:41:33.318 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:41:50.518 [boundedElastic-15] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:42:22.355 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:42:22.388 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:42:22.413 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getWeekMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:42:22.437 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDayPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:42:22.469 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutyTaskMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:42:22.492 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutySchedule,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:42:22.518 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getPeopleMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:42:22.545 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:42:22.573 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getViolationAudit,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:42:37.368 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:42:37.441 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:42:37.690 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:42:37.711 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:42:37.726 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:42:37.739 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:42:37.755 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:42:37.775 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:42:37.790 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:42:37.807 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:42:37.822 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:42:37.839 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:09.352 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:09.458 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:12.787 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:12.810 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:12.828 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:12.845 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:12.869 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:12.897 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:12.916 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:12.942 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:12.961 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:12.984 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:16.788 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getCityMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:16.792 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:16.792 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getCityMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:16.792 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getTicketMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:16.793 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getWorkTeamMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:16.793 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getTicketXhMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:16.801 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getEarMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:16.801 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getWeekPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:16.803 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getNoWorkByDay,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:19.041 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:19.057 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:19.074 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getWeekMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:19.090 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDayPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:19.106 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutyTaskMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:19.121 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutySchedule,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:19.138 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getPeopleMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:19.155 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:19.174 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getViolationAudit,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:21.147 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:21.166 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:21.182 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:21.199 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:21.215 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:21.236 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:21.259 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:21.273 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:21.286 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:21.302 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:27.481 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:33.227 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getCityMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:33.227 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:33.229 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getCityMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:33.231 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getTicketMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:33.231 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getTicketXhMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:33.233 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getWorkTeamMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:33.234 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getEarMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:33.235 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getWeekPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:45:33.238 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getNoWorkByDay,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:21.979 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:22.069 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:22.535 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:22.562 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:22.577 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:22.596 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:22.616 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:22.645 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:22.668 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:22.688 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:22.712 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:22.741 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:33.521 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:33.585 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:34.075 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:34.102 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:34.127 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:34.141 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:34.160 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:34.180 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:34.199 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:34.221 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:34.235 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:34.252 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:39.781 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:39.851 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:40.217 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:40.239 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:40.255 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:40.270 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:40.288 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:40.308 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:40.326 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:40.339 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:40.355 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:40.372 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:53.366 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:53.541 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:53.745 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:53.765 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:53.783 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:53.797 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:53.821 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:53.839 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:53.858 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:53.873 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:53.887 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:53.905 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:57.142 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:57.163 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:57.203 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getWeekMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:57.208 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDayPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:57.222 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutyTaskMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:57.237 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutySchedule,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:57.254 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getPeopleMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:57.267 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
16:46:57.285 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getViolationAudit,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
17:41:03.664 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getDictSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
17:41:03.664 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getDeviceTypeSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
17:46:44.094 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/auth/login,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-auth"