09:41:29.103 [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 09:41:30.106 [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 09:41:33.155 [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) 09:41:35.216 [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) 09:41:36.135 [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 09:41:37.251 [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) 09:41:37.430 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=b658eb196b6029f900d3aa4f1999ae05, Client-RequestTS=1734054097261, exConfigInfo=true, notify=false, Timestamp=1734054097261}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:STARTING 09:41:37.538 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=b658eb196b6029f900d3aa4f1999ae05, Client-RequestTS=1734054097261, exConfigInfo=true, notify=false, Timestamp=1734054097261}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:STARTING 09:41:37.647 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=b658eb196b6029f900d3aa4f1999ae05, Client-RequestTS=1734054097261, exConfigInfo=true, notify=false, Timestamp=1734054097261}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:STARTING 09:41:37.788 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=b60edc4c3183ec12930d9d0690798448, Client-RequestTS=1734054097677, exConfigInfo=true, notify=false, Timestamp=1734054097677}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:STARTING 09:41:37.897 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=b60edc4c3183ec12930d9d0690798448, Client-RequestTS=1734054097677, exConfigInfo=true, notify=false, Timestamp=1734054097677}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:STARTING 09:41:38.005 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=b60edc4c3183ec12930d9d0690798448, Client-RequestTS=1734054097677, exConfigInfo=true, notify=false, Timestamp=1734054097677}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:STARTING 09:41:38.116 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=600d086a82722fba32f7cb0ebddd6ef4, Client-RequestTS=1734054098012, exConfigInfo=true, notify=false, Timestamp=1734054098012}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:STARTING 09:41:38.226 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=600d086a82722fba32f7cb0ebddd6ef4, Client-RequestTS=1734054098012, exConfigInfo=true, notify=false, Timestamp=1734054098012}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:STARTING 09:41:38.337 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=600d086a82722fba32f7cb0ebddd6ef4, Client-RequestTS=1734054098012, exConfigInfo=true, notify=false, Timestamp=1734054098012}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:STARTING 09:41:38.447 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=178a68149dc862af26e33a22e134519f, Client-RequestTS=1734054098338, exConfigInfo=true, notify=false, Timestamp=1734054098338}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:STARTING 09:41:38.557 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=178a68149dc862af26e33a22e134519f, Client-RequestTS=1734054098338, exConfigInfo=true, notify=false, Timestamp=1734054098338}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:STARTING 09:41:38.666 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=178a68149dc862af26e33a22e134519f, Client-RequestTS=1734054098338, exConfigInfo=true, notify=false, Timestamp=1734054098338}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:STARTING 09:41:39.323 [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) 09:41:41.470 [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) 09:41:42.147 [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 09:41:43.710 [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) 09:41:45.578 [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 09:41:46.063 [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) 09:41:47.622 [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 09:41:47.640 [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.(NamingGrpcClientProxy.java:89) at com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate.(NamingClientProxyDelegate.java:76) at com.alibaba.nacos.client.naming.NacosNamingService.init(NacosNamingService.java:95) at com.alibaba.nacos.client.naming.NacosNamingService.(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) 09:41:48.169 [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 09:41:48.521 [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) 09:41:49.661 [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.(NamingGrpcClientProxy.java:89) at com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate.(NamingClientProxyDelegate.java:76) at com.alibaba.nacos.client.naming.NacosNamingService.init(NacosNamingService.java:95) at com.alibaba.nacos.client.naming.NacosNamingService.(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) 09:41:51.057 [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) 09:41:51.713 [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.(NamingGrpcClientProxy.java:89) at com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate.(NamingClientProxyDelegate.java:76) at com.alibaba.nacos.client.naming.NacosNamingService.init(NacosNamingService.java:95) at com.alibaba.nacos.client.naming.NacosNamingService.(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) 09:41:51.821 [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 09:41:51.930 [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 09:41:52.038 [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 09:41:52.038 [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 09:41:52.193 [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 09:41:52.198 [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 09:41:52.302 [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 09:41:52.302 [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 09:41:52.410 [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 09:41:52.410 [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 09:41:52.410 [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.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: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) ... 17 common frames omitted 09:41:52.410 [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: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) ... 17 common frames omitted 09:41:52.566 [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 09:41:52.675 [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 09:41:52.783 [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 09:41:52.783 [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: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) ... 17 common frames omitted 09:41:52.830 [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 09:41:52.940 [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 09:41:53.050 [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 09:41:53.705 [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) 09:41:53.753 [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) 09:41:53.875 [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 09:41:53.986 [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 09:41:54.097 [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 09:41:54.097 [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 09:41:54.190 [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 09:41:54.206 [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 09:41:54.316 [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 09:41:54.424 [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 09:41:54.425 [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 09:41:54.661 [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 09:41:54.778 [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) 09:41:54.779 [com.alibaba.nacos.client.remote.worker] ERROR c.a.n.c.r.c.g.GrpcClient - [connectToServer,295] - [2d2a32f9-10ae-417b-8965-a4f8dcefe0c1]Fail to connect to server!,error={} java.util.concurrent.RejectedExecutionException: Task com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor@ee9426a rejected from java.util.concurrent.ThreadPoolExecutor@674d2b8b[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) 09:41:56.444 [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) 09:41:56.970 [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 09:43:25.139 [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 09:43:26.149 [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 09:43:29.343 [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) 09:43:31.394 [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) 09:43:32.171 [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 09:43:33.438 [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) 09:43:33.591 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=976c21498259c07e817f361df55453dd, Client-RequestTS=1734054213442, exConfigInfo=true, notify=false, Timestamp=1734054213443}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:STARTING 09:43:33.700 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=976c21498259c07e817f361df55453dd, Client-RequestTS=1734054213442, exConfigInfo=true, notify=false, Timestamp=1734054213443}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:STARTING 09:43:33.808 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=976c21498259c07e817f361df55453dd, Client-RequestTS=1734054213442, exConfigInfo=true, notify=false, Timestamp=1734054213443}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:STARTING 09:43:33.950 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=ee0b29d4d6a1c95c4e1b642834d9971d, Client-RequestTS=1734054213845, exConfigInfo=true, notify=false, Timestamp=1734054213845}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:STARTING 09:43:34.059 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=ee0b29d4d6a1c95c4e1b642834d9971d, Client-RequestTS=1734054213845, exConfigInfo=true, notify=false, Timestamp=1734054213845}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:STARTING 09:43:34.166 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=ee0b29d4d6a1c95c4e1b642834d9971d, Client-RequestTS=1734054213845, exConfigInfo=true, notify=false, Timestamp=1734054213845}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:STARTING 09:43:34.289 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=4a8cd2eedecfdfec0f0d56bbf2fc5dc3, Client-RequestTS=1734054214179, exConfigInfo=true, notify=false, Timestamp=1734054214179}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:STARTING 09:43:34.398 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=4a8cd2eedecfdfec0f0d56bbf2fc5dc3, Client-RequestTS=1734054214179, exConfigInfo=true, notify=false, Timestamp=1734054214179}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:STARTING 09:43:34.507 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=4a8cd2eedecfdfec0f0d56bbf2fc5dc3, Client-RequestTS=1734054214179, exConfigInfo=true, notify=false, Timestamp=1734054214179}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:STARTING 09:43:34.617 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=72e84778a1153ef73e2891fbd6eba1e6, Client-RequestTS=1734054214508, exConfigInfo=true, notify=false, Timestamp=1734054214508}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:STARTING 09:43:34.728 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=72e84778a1153ef73e2891fbd6eba1e6, Client-RequestTS=1734054214508, exConfigInfo=true, notify=false, Timestamp=1734054214508}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:STARTING 09:43:34.837 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=72e84778a1153ef73e2891fbd6eba1e6, Client-RequestTS=1734054214508, exConfigInfo=true, notify=false, Timestamp=1734054214508}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:STARTING 09:43:35.487 [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) 09:43:37.635 [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) 09:43:38.179 [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 09:43:39.897 [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) 09:43:42.249 [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) 09:43:44.115 [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 09:43:44.193 [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 09:43:44.709 [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) 09:43:46.168 [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 09:43:46.187 [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.(NamingGrpcClientProxy.java:89) at com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate.(NamingClientProxyDelegate.java:76) at com.alibaba.nacos.client.naming.NacosNamingService.init(NacosNamingService.java:95) at com.alibaba.nacos.client.naming.NacosNamingService.(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) 09:43:47.265 [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) 09:43:48.242 [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.(NamingGrpcClientProxy.java:89) at com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate.(NamingClientProxyDelegate.java:76) at com.alibaba.nacos.client.naming.NacosNamingService.init(NacosNamingService.java:95) at com.alibaba.nacos.client.naming.NacosNamingService.(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) 09:43:49.919 [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) 09:43:50.197 [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 09:43:50.307 [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.(NamingGrpcClientProxy.java:89) at com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate.(NamingClientProxyDelegate.java:76) at com.alibaba.nacos.client.naming.NacosNamingService.init(NacosNamingService.java:95) at com.alibaba.nacos.client.naming.NacosNamingService.(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) 09:43:50.416 [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 09:43:50.528 [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 09:43:50.639 [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 09:43:50.639 [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 09:43:50.812 [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 09:43:50.828 [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 09:43:50.924 [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 09:43:50.939 [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 09:43:51.036 [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 09:43:51.036 [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: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) ... 17 common frames omitted 09:43:51.052 [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 09:43:51.052 [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.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: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) ... 17 common frames omitted 09:43:51.194 [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 09:43:51.304 [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 09:43:51.415 [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 09:43:51.416 [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: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) ... 17 common frames omitted 09:43:51.431 [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 09:43:51.542 [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 09:43:51.642 [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 09:43:52.194 [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 09:43:52.301 [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 09:43:52.350 [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) 09:43:52.410 [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 09:43:52.410 [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 09:43:52.519 [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 09:43:52.629 [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 09:43:52.663 [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) 09:43:52.738 [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 09:43:52.738 [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 09:43:53.077 [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) 09:43:53.078 [com.alibaba.nacos.client.remote.worker] ERROR c.a.n.c.r.c.g.GrpcClient - [connectToServer,295] - [c4467cce-af85-471d-a646-792e491ebd7d]Fail to connect to server!,error={} java.util.concurrent.RejectedExecutionException: Task com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor@391ae14a rejected from java.util.concurrent.ThreadPoolExecutor@7a023e34[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) 09:43:53.221 [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 09:43:55.348 [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 09:45:56.435 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 09:45:56.435 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 09:46:00.606 [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" 09:46:00.621 [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" 09:46:00.640 [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" 09:46:00.660 [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" 09:46:00.676 [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" 09:46:00.694 [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" 09:46:00.717 [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" 09:46:00.732 [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" 09:46:00.750 [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" 09:46:00.771 [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" 09:46:10.531 [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" 09:46:10.551 [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" 09:46:10.574 [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" 09:46:10.593 [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" 09:46:10.620 [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" 09:46:10.645 [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" 09:46:10.667 [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" 09:46:10.690 [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" 09:46:10.706 [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" 09:46:10.734 [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" 09:46:13.990 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 09:46:16.520 [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" 09:46:16.532 [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" 09:46:16.549 [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" 09:46:16.560 [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" 09:46:16.576 [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" 09:46:16.596 [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" 09:46:16.611 [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" 09:46:16.627 [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" 09:46:16.641 [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" 09:46:16.660 [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" 09:51:50.854 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 09:51:50.855 [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" 09:51:50.856 [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" 09:51:50.856 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 09:51:50.857 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 09:51:50.857 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 09:51:50.864 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 10:17:19.877 [reactor-http-nio-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:Connection prematurely closed BEFORE response 10:17:19.877 [reactor-http-nio-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:Connection prematurely closed BEFORE response 10:17:19.877 [reactor-http-nio-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:Connection prematurely closed BEFORE response 10:17:19.877 [reactor-http-nio-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:Connection prematurely closed BEFORE response 10:17:19.938 [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" 10:17:19.938 [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" 10:17:19.940 [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" 10:22:21.955 [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" 10:22:21.955 [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" 10:22:21.955 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 10:22:21.955 [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" 10:22:21.955 [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" 10:22:21.991 [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" 10:22:22.017 [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" 10:22:22.061 [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" 10:22:22.117 [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" 10:22:22.143 [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" 10:22:22.186 [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" 10:22:22.229 [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" 10:22:39.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" 10:22:39.285 [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" 10:22:39.299 [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" 10:22:39.311 [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" 10:22:39.329 [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" 10:22:39.352 [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" 10:22:39.365 [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" 10:22:39.381 [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" 10:22:39.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" 10:22:39.415 [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" 10:22:39.450 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 10:22:40.317 [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" 10:22:40.335 [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" 10:22:40.352 [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" 10:22:40.361 [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" 10:22:40.376 [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" 10:22:40.397 [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" 10:22:40.412 [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" 10:22:40.428 [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" 10:22:40.444 [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" 10:22:40.461 [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" 10:22:42.639 [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" 10:22:42.651 [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" 10:22:42.669 [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" 10:22:42.678 [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" 10:22:42.695 [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" 10:22:42.713 [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" 10:22:42.733 [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" 10:22:42.746 [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" 10:22:42.765 [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" 10:22:42.778 [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" 10:22:43.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" 10:22:43.373 [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" 10:22:43.388 [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" 10:22:43.399 [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" 10:22:43.416 [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" 10:22:43.434 [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" 10:22:43.461 [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" 10:22:43.470 [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" 10:22:43.483 [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" 10:22:43.496 [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" 10:22:43.980 [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" 10:22:44.001 [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" 10:22:44.014 [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" 10:22:44.027 [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" 10:22:44.042 [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" 10:22:44.063 [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" 10:22:44.075 [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" 10:22:44.091 [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" 10:22:44.106 [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" 10:22:44.121 [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" 10:22:44.336 [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" 10:22:44.347 [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" 10:22:44.361 [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" 10:22:44.373 [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" 10:22:44.389 [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" 10:22:44.408 [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" 10:22:44.425 [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" 10:22:44.439 [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" 10:22:44.450 [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" 10:22:44.471 [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" 10:22:45.112 [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" 10:22:45.127 [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" 10:22:45.141 [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" 10:22:45.152 [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" 10:22:45.165 [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" 10:22:45.187 [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" 10:22:45.200 [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" 10:22:45.214 [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" 10:22:45.229 [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" 10:22:45.244 [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" 10:22:46.080 [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" 10:22:46.097 [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" 10:22:46.113 [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" 10:22:46.124 [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" 10:22:46.139 [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" 10:22:46.158 [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" 10:22:46.174 [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" 10:22:46.187 [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" 10:22:46.204 [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" 10:22:46.219 [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" 10:24:02.825 [reactor-http-nio-4] ERROR c.s.g.f.ResponseEncryptFilter - [writeWith,149] - 获取响应体数据 :405 METHOD_NOT_ALLOWED 10:24:03.417 [reactor-http-nio-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/favicon.ico,异常信息:404 NOT_FOUND 10:29:31.640 [reactor-http-nio-5] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/proteam/pot/home/getWzXx 10:30:08.275 [reactor-http-nio-16] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/proteam/pot/home/getWzXx 10:30:08.697 [reactor-http-nio-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/favicon.ico,异常信息:404 NOT_FOUND 10:31:14.525 [reactor-http-nio-5] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/proteam/pot/home/getRiskMap 10:31:14.548 [reactor-http-nio-5] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/proteam/pot/home/getTicketNumByType 10:31:14.565 [reactor-http-nio-5] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/proteam/pot/home/getProNumByType 10:35:31.297 [reactor-http-nio-4] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/proteam/pot/home/getWzXx 10:37:14.002 [reactor-http-nio-4] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/proteam/pot/home/getRiskMap 10:37:14.050 [reactor-http-nio-4] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/proteam/pot/home/getTicketNumByType 10:37:14.103 [reactor-http-nio-4] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/proteam/pot/home/getProNumByType 10:44:52.792 [reactor-http-nio-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:Connection prematurely closed BEFORE response 10:44:52.792 [reactor-http-nio-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:Connection prematurely closed BEFORE response 10:44:52.792 [reactor-http-nio-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:Connection prematurely closed BEFORE response 10:44:52.792 [reactor-http-nio-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:Connection prematurely closed BEFORE response 10:44:52.792 [reactor-http-nio-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:Connection prematurely closed BEFORE response 10:44:52.792 [reactor-http-nio-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:Connection prematurely closed BEFORE response 10:48:14.787 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 10:48:14.787 [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" 10:48:14.787 [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" 10:48:14.787 [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" 10:48:14.787 [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" 10:48:14.787 [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" 10:48:14.841 [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" 10:48:14.841 [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" 10:48:14.841 [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" 10:48:14.842 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 10:48:28.894 [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" 10:48:28.910 [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" 10:48:28.929 [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" 10:48:28.942 [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" 10:48:28.959 [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" 10:48:28.977 [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" 10:48:28.993 [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" 10:48:29.009 [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" 10:48:29.024 [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" 10:48:29.047 [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" 10:48:30.037 [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" 10:48:30.053 [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" 10:48:30.071 [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" 10:48:30.088 [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" 10:48:30.101 [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" 10:48:30.120 [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" 10:48:30.136 [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" 10:48:30.154 [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" 10:48:30.169 [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" 10:48:30.188 [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" 10:48:52.965 [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" 10:48:52.982 [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" 10:48:52.998 [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" 10:48:53.011 [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" 10:48:53.026 [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" 10:48:53.044 [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" 10:48:53.062 [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" 10:48:53.079 [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" 10:48:53.092 [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" 10:48:53.112 [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" 10:51:51.015 [reactor-http-nio-3] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/proteam/pot/home/getWzXx 10:58:27.500 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 10:58:27.766 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 10:58:28.382 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 10:58:28.423 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 10:58:28.467 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 10:58:28.496 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 10:58:28.535 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 10:58:28.568 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 10:58:28.598 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 10:58:28.627 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 10:58:28.651 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 10:58:28.682 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 10:58:45.996 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 11:13:42.105 [nacos-grpc-client-executor-505] ERROR c.a.n.c.r.c.g.GrpcClient - [sendResponse,243] - [1734058068237_127.0.0.1_58338]Error to send ack response, ackId->214 11:22:52.381 [reactor-http-nio-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/auth/login,异常信息:远程主机强迫关闭了一个现有的连接。 11:54:55.975 [reactor-http-nio-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/auth/login,异常信息:Network is unreachable: no further information: /169.254.32.210:18081 11:54:56.280 [reactor-http-nio-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/auth/login,异常信息:Network is unreachable: no further information: /169.254.32.210:18081 11:56:09.023 [reactor-http-nio-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/auth/login,异常信息:Network is unreachable: no further information: /169.254.32.210:18081 13:02:07.535 [reactor-http-nio-12] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/proteam/pot/home/getRiskMap 13:02:07.540 [reactor-http-nio-13] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/proteam/pot/home/getTicketNumByType 13:32:16.069 [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:32:16.069 [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:32:16.069 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:32:16.069 [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:32:16.069 [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:32:16.069 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:32:16.113 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:32:16.115 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:32:16.120 [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:32:16.120 [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" 13:32:16.120 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:32:16.122 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:32:18.536 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:32:18.556 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:32:18.570 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getWeekMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:32:18.597 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDayPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:32:18.614 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutyTaskMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:32:18.627 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutySchedule,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:32:18.648 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getPeopleMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:32:18.660 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:32:18.678 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getViolationAudit,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:32:33.986 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:32:39.608 [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" 13:32:39.625 [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" 13:32:39.641 [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" 13:32:39.657 [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" 13:32:39.681 [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" 13:32:39.696 [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" 13:32:39.711 [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" 13:32:39.726 [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" 13:32:39.743 [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" 13:32:54.449 [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" 13:32:54.505 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:32:54.749 [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" 13:32:54.763 [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" 13:32:54.780 [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" 13:32:54.792 [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" 13:32:54.808 [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" 13:32:54.828 [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" 13:32:54.843 [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" 13:32:54.858 [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" 13:32:54.873 [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" 13:32:54.891 [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" 13:33:00.435 [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" 13:33:00.458 [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" 13:33:00.472 [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" 13:33:00.491 [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" 13:33:00.511 [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" 13:33:00.526 [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" 13:33:00.542 [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" 13:33:00.560 [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" 13:33:00.591 [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" 13:33:12.530 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:33:40.850 [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" 13:33:40.865 [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" 13:33:40.882 [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" 13:33:40.899 [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" 13:33:40.913 [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" 13:33:40.927 [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" 13:33:40.949 [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" 13:33:40.961 [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" 13:33:40.976 [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" 13:33:50.172 [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" 13:33:50.195 [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" 13:33:50.210 [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" 13:33:50.225 [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" 13:33:50.240 [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" 13:33:50.255 [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" 13:33:50.271 [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" 13:33:50.285 [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" 13:33:50.302 [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" 13:33:53.016 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getOrgNumAndRateByPro,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:33:53.049 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/duty/child/getProList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:33:56.566 [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" 13:33:56.581 [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" 13:33:56.597 [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" 13:33:56.611 [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" 13:33:56.626 [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" 13:33:56.641 [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" 13:33:56.659 [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" 13:33:56.675 [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" 13:33:56.690 [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" 13:34:09.461 [boundedElastic-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:34:09.478 [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:34:09.497 [boundedElastic-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getWeekMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:34:09.512 [boundedElastic-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDayPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:34:09.529 [boundedElastic-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutyTaskMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:34:09.544 [boundedElastic-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutySchedule,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:34:09.562 [boundedElastic-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getPeopleMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:34:09.578 [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:34:09.595 [boundedElastic-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getViolationAudit,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:34:48.779 [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:34:48.835 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:34:52.336 [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:34:52.357 [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:34:52.381 [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:34:52.400 [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:34:52.415 [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:34:52.448 [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:34:52.480 [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:34:52.507 [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:34:52.532 [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:34:52.567 [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:35:07.022 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:36:03.110 [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:36:03.168 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:36:03.689 [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:36:03.705 [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:36:03.722 [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:36:03.737 [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:36:03.760 [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:36:03.774 [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:36:03.793 [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:36:03.810 [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:36:03.825 [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:36:03.846 [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:36:22.022 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:36:30.431 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:36:30.472 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:36:30.516 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getWeekMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:36:30.553 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDayPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:36:30.593 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutyTaskMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:36:30.637 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutySchedule,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:36:30.678 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getPeopleMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:36:30.716 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:36:30.757 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getViolationAudit,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:38:49.103 [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:38:49.119 [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:38:49.135 [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:38:49.149 [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:38:49.165 [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:38:49.183 [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:38:49.199 [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:38:49.215 [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:38:49.230 [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:38:49.247 [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:39:56.720 [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" 13:39:56.736 [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" 13:39:56.751 [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" 13:39:56.764 [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" 13:39:56.780 [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" 13:39:56.800 [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" 13:39:56.816 [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" 13:39:56.832 [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" 13:39:56.845 [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" 13:39:56.862 [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" 13:40:04.132 [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" 13:40:04.170 [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" 13:40:04.200 [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" 13:40:04.224 [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" 13:40:04.252 [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" 13:40:04.281 [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" 13:40:04.307 [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" 13:40:04.335 [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" 13:40:04.365 [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" 13:41:29.312 [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:41:29.335 [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:41:29.350 [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:41:29.363 [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:41:29.378 [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:41:29.395 [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:41:29.413 [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:41:29.428 [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:41:29.444 [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:41:29.461 [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:42:34.775 [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:42:34.816 [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:42:34.853 [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:42:34.888 [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:42:34.923 [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:42:34.965 [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:42:35.006 [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:42:35.046 [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:42:35.094 [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:42:35.121 [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:44:35.012 [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:44:35.060 [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:44:35.100 [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:46:35.989 [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:46:36.035 [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:46:36.076 [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:48:36.978 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:48:37.015 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:48:37.048 [boundedElastic-2] 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:37.982 [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:38.026 [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:38.070 [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:52:57.007 [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" 13:52:57.052 [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" 13:52:57.096 [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" 13:55:56.981 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:55:57.023 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 13:55:57.066 [boundedElastic-2] 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:56.987 [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:58:57.031 [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:58:57.073 [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" 14:04:34.319 [boundedElastic-19] 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:34.324 [boundedElastic-19] 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:34.335 [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" 14:05:11.021 [boundedElastic-25] 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:11.076 [boundedElastic-25] 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:11.119 [boundedElastic-25] 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:11.159 [boundedElastic-25] 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:11.208 [boundedElastic-25] 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:11.251 [boundedElastic-25] 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:11.302 [boundedElastic-25] 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:11.336 [boundedElastic-25] 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:11.379 [boundedElastic-25] 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:11.422 [boundedElastic-25] 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:30.236 [boundedElastic-24] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:05:30.252 [boundedElastic-24] 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:30.266 [boundedElastic-24] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getWeekMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:05:30.284 [boundedElastic-24] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDayPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:05:30.298 [boundedElastic-24] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutyTaskMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:05:30.314 [boundedElastic-24] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutySchedule,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:05:30.329 [boundedElastic-24] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getPeopleMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:05:30.348 [boundedElastic-24] 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:30.365 [boundedElastic-24] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getViolationAudit,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:05:51.456 [boundedElastic-24] 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:51.470 [boundedElastic-24] 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:51.484 [boundedElastic-24] 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:51.496 [boundedElastic-24] 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:51.510 [boundedElastic-24] 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:51.533 [boundedElastic-24] 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:51.549 [boundedElastic-24] 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:51.566 [boundedElastic-24] 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:51.579 [boundedElastic-24] 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:51.597 [boundedElastic-24] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:06:34.690 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:06:34.721 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:06:34.750 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getWeekMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:06:34.777 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDayPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:06:34.811 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutyTaskMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:06:34.846 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutySchedule,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:06:34.880 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getPeopleMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:06:34.913 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:06:34.949 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getViolationAudit,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:06:41.604 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:06:41.644 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:06:41.674 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:06:41.700 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:06:41.730 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:06:41.771 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:06:41.805 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:06:41.833 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:06:41.856 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:06:41.887 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:06:52.682 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:06:52.700 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:06:52.715 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getWeekMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:06:52.733 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDayPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:06:52.750 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutyTaskMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:06:52.765 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutySchedule,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:06:52.781 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getPeopleMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:06:52.798 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:06:52.817 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getViolationAudit,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:07:22.386 [boundedElastic-27] 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:22.443 [boundedElastic-27] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:07:23.106 [boundedElastic-27] 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:23.124 [boundedElastic-27] 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:23.145 [boundedElastic-27] 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:23.159 [boundedElastic-27] 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:23.175 [boundedElastic-27] 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:23.192 [boundedElastic-27] 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:23.209 [boundedElastic-27] 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:23.232 [boundedElastic-27] 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:23.239 [boundedElastic-27] 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:23.258 [boundedElastic-27] 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:40.467 [reactor-http-nio-4] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/proteam/pot/home/getWzXx 14:09:37.571 [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" 14:09:37.630 [boundedElastic-20] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:09:38.139 [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" 14:09:38.156 [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" 14:09:38.171 [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" 14:09:38.185 [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" 14:09:38.201 [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" 14:09:38.219 [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" 14:09:38.235 [boundedElastic-20] 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:38.253 [boundedElastic-20] 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:38.266 [boundedElastic-20] 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:38.284 [boundedElastic-20] 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:55.677 [boundedElastic-20] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:11:38.997 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:11:39.046 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:11:39.084 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:15:09.623 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:15:09.623 [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:15:09.623 [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:15:09.623 [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" 14:15:09.627 [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:15:09.685 [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:15:09.689 [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:15:09.693 [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:15:09.693 [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" 14:15:09.693 [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:15:09.703 [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:15:09.706 [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:15:25.883 [reactor-http-nio-3] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/system/sys/dict/getDictList 14:15:26.539 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:15:32.654 [reactor-http-nio-3] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/system/sys/dict/getDictList 14:16:07.912 [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:16:08.062 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:16:08.858 [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:16:08.889 [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:16:08.923 [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:16:08.949 [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:16:08.984 [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:16:09.025 [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:16:09.061 [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:16:09.087 [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:16:09.117 [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:16:09.150 [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:16:12.292 [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:16:12.389 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:16:13.270 [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:16:13.302 [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:16:13.337 [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:16:13.376 [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:16:13.405 [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:16:13.444 [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:16:13.478 [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:16:13.512 [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:16:13.544 [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:16:13.586 [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:16:30.418 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:18:13.436 [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:18:13.455 [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:18:13.470 [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:20:01.598 [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:20:01.666 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:20:02.210 [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:20:02.227 [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:20:02.242 [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:20:02.256 [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:20:02.272 [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:20:02.288 [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:20:02.305 [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:20:02.319 [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:20:02.333 [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:20:02.350 [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:20:09.195 [reactor-http-nio-4] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/system/sys/menu/getMenuList 14:20:09.218 [reactor-http-nio-4] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/system/sys/menu/getMenuList 14:20:09.240 [reactor-http-nio-4] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/system/sys/menu/getMenuList 14:20:20.480 [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:20:20.565 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:20:21.049 [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:20:21.066 [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:20:21.089 [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:20:21.105 [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:20:21.120 [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:20:21.138 [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:20:21.155 [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:20:21.171 [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:20:21.184 [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:20:21.202 [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:20:38.585 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:20:40.855 [reactor-http-nio-4] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/system/sys/menu/getMenuList 14:20:40.888 [reactor-http-nio-4] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/system/sys/menu/getMenuList 14:21:52.126 [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:21:52.191 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:21:52.854 [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:21:52.862 [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:21:52.876 [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:21:52.891 [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:21:52.911 [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:21:52.929 [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:21:52.948 [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:21:52.963 [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:21:52.976 [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:21:52.995 [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:22:10.203 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:22:19.339 [reactor-http-nio-3] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/system/sys/menu/getMenuList 14:22:19.362 [reactor-http-nio-3] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/system/sys/menu/getMenuList 14:22:19.387 [reactor-http-nio-3] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/system/sys/menu/getMenuList 14:22:54.361 [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:22:54.420 [boundedElastic-9] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:22:54.944 [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:22:54.970 [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:22:54.991 [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:22:55.006 [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:22:55.024 [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:22:55.042 [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:22:55.060 [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:22:55.076 [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:22:55.089 [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:22:55.107 [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:23:09.182 [reactor-http-nio-3] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/system/sys/menu/getMenuList 14:23:09.206 [reactor-http-nio-3] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/system/sys/menu/getMenuList 14:25:18.353 [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:25:18.500 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:25:19.331 [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:25:19.377 [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:25:19.433 [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:25:19.501 [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:25:19.543 [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:25:19.597 [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:25:19.649 [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:25:19.703 [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:25:19.748 [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:25:19.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" 14:25:36.520 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:25:37.790 [reactor-http-nio-3] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/system/sys/menu/getMenuList 14:25:37.811 [reactor-http-nio-3] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/system/sys/menu/getMenuList 14:25:37.836 [reactor-http-nio-3] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/system/sys/menu/getMenuList 14:26:12.601 [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" 14:26:12.666 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:26:13.223 [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" 14:26:13.243 [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" 14:26:13.262 [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" 14:26:13.279 [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" 14:26:13.294 [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" 14:26:13.312 [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" 14:26:13.328 [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" 14:26:13.343 [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" 14:26:13.357 [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" 14:26:13.375 [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" 14:26:21.651 [reactor-http-nio-3] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/system/sys/menu/getMenuList 14:26:21.675 [reactor-http-nio-3] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/system/sys/menu/getMenuList 14:26:21.703 [reactor-http-nio-3] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/system/sys/menu/getMenuList 14:28:48.225 [reactor-http-nio-9] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/system/sys/menu/getMenuList 14:28:48.255 [reactor-http-nio-9] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/system/sys/menu/getMenuList 14:28:48.284 [reactor-http-nio-9] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/system/sys/menu/getMenuList 14:28:48.315 [reactor-http-nio-9] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/system/sys/menu/getMenuList 14:28:48.343 [reactor-http-nio-9] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/system/sys/menu/getMenuList 14:28:48.374 [reactor-http-nio-9] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/system/sys/menu/getMenuList 14:28:48.412 [reactor-http-nio-9] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/system/sys/menu/getMenuList 14:28:48.461 [reactor-http-nio-9] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/system/sys/menu/getMenuList 14:29:50.748 [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:29:50.864 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:29:51.766 [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:29:51.788 [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:29:51.815 [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:29:51.834 [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:29:51.849 [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:29:51.874 [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:29:51.892 [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:29:51.909 [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:29:51.925 [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:29:51.944 [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:30:09.001 [boundedElastic-14] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:31:22.210 [reactor-http-nio-12] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/system/sys/menu/getMenuList 14:31:22.263 [reactor-http-nio-12] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/system/sys/menu/getMenuList 14:31:22.325 [reactor-http-nio-12] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/system/sys/menu/getMenuList 14:32:48.635 [boundedElastic-15] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:32:48.727 [boundedElastic-15] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:32:49.408 [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:32:49.424 [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:32:49.447 [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:32:49.466 [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:32:49.483 [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:32:49.506 [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:32:49.522 [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:32:49.540 [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:32:49.555 [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:32:49.576 [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:33:06.755 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:34:49.750 [boundedElastic-15] 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:49.910 [boundedElastic-15] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:34:50.894 [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:34:50.941 [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:34:50.999 [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:34:51.039 [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:34:51.084 [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:34:51.136 [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:34:51.233 [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:34:51.233 [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" 14:34:51.275 [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" 14:34:51.326 [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" 14:35:08.014 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:36:09.081 [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" 14:36:09.152 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:36:09.829 [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" 14:36:09.847 [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" 14:36:09.876 [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" 14:36:09.883 [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" 14:36:09.900 [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" 14:36:09.924 [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" 14:36:09.938 [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" 14:36:09.955 [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" 14:36:09.973 [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" 14:36:09.989 [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" 14:36:28.748 [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:36:28.820 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:36:29.520 [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:36:29.541 [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:36:29.571 [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:36:29.591 [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:36:29.615 [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:36:29.648 [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:36:29.665 [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:36:29.686 [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:36:29.700 [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:36:29.733 [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:36:46.835 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 14:38:30.008 [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:38:30.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:38:30.095 [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:39:56.038 [reactor-http-nio-7] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/system/sys/logs/getByPage 14:39:56.611 [reactor-http-nio-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/favicon.ico,异常信息:404 NOT_FOUND 14:40:31.003 [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:40:31.046 [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:40:31.089 [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:42:31.990 [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:42:32.035 [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:42:32.077 [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:44:32.984 [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:44:33.035 [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:44:33.076 [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:52:26.861 [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:52:26.951 [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:52:26.955 [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:54:25.570 [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:54:25.589 [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:54:25.609 [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:56:56.993 [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" 14:56:57.033 [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" 14:56:57.098 [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" 14:59:56.983 [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:59:57.032 [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:59:57.076 [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" 15:02:16.520 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 15:02:16.549 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 15:02:16.569 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 15:04:16.904 [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" 15:04:16.925 [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" 15:04:16.942 [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" 15:26:35.784 [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" 15:26:35.784 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 15:26:35.784 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 15:26:35.784 [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" 15:26:35.784 [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:26:35.784 [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" 15:26:35.836 [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" 15:26:35.842 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 15:26:35.842 [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" 15:26:35.842 [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" 15:26:35.842 [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" 15:26:35.845 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 15:26:52.756 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getDictSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system" 15:26:52.847 [reactor-http-nio-4] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/proteam/pot/home/getWeekPlanList 15:32:08.446 [reactor-http-nio-12] ERROR c.s.g.f.AuthFilter - [unauthorizedResponse,131] - [鉴权异常处理]请求路径:/proteam/pot/home/getWeekPlanList 16:19:01.741 [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" 16:19:01.741 [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" 16:19:01.741 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 16:19:01.741 [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:19:01.741 [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" 16:19:01.741 [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" 16:19:01.783 [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" 16:19:01.787 [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" 16:19:01.789 [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" 16:19:01.789 [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" 16:19:01.789 [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" 16:19:01.790 [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" 16:19:19.261 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 16:21:02.019 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 16:21:02.073 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 16:21:02.118 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 16:23:02.145 [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:23:02.163 [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:23:02.179 [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:25:02.963 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 16:25:02.990 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 16:25:03.013 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 16:27:04.022 [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:27:04.064 [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:27:04.105 [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:29:05.013 [boundedElastic-17] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 16:29:05.057 [boundedElastic-17] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 16:29:05.105 [boundedElastic-17] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 16:29:20.167 [boundedElastic-17] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/logs/getByPage,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system" 16:29:28.563 [boundedElastic-17] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/logs/getByPage,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system" 16:31:06.000 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 16:31:06.046 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 16:31:06.089 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 16:33:07.007 [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" 16:33:07.060 [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" 16:33:07.108 [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" 16:35:08.024 [boundedElastic-18] 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:08.079 [boundedElastic-18] 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:08.122 [boundedElastic-18] 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:08.989 [boundedElastic-2] 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:09.039 [boundedElastic-2] 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:09.088 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 16:39:10.034 [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" 16:39:10.224 [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" 16:39:10.232 [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" 16:41:10.995 [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" 16:41:11.043 [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" 16:41:11.087 [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" 16:43:11.991 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 16:43:12.042 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 16:43:12.081 [boundedElastic-16] 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.997 [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" 16:45:13.042 [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" 16:45:13.086 [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" 16:47:13.978 [boundedElastic-19] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 16:47:14.019 [boundedElastic-19] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 16:47:14.057 [boundedElastic-19] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 16:49:14.991 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 16:49:15.039 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 16:49:15.079 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 16:51:15.982 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 16:51:16.025 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 16:51:16.064 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 16:53:16.981 [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" 16:53:17.036 [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" 16:53:17.078 [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" 16:55:17.996 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 16:55:18.065 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 16:55:18.102 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 16:57:19.006 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 16:57:19.066 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 16:57:19.110 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 16:59:19.996 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 16:59:20.043 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 16:59:20.079 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:01:20.987 [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" 17:01:21.029 [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" 17:01:21.067 [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" 17:03:21.988 [boundedElastic-17] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:03:22.046 [boundedElastic-17] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:03:22.096 [boundedElastic-17] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:05:22.987 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:05:23.032 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:05:23.072 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:07:23.980 [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" 17:07:24.027 [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" 17:07:24.064 [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" 17:09:24.985 [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" 17:09:25.030 [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" 17:09:25.090 [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" 17:11:25.990 [boundedElastic-25] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:11:26.036 [boundedElastic-25] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:11:26.074 [boundedElastic-25] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:13:26.994 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:13:27.039 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:13:27.078 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:15:28.002 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:15:28.049 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:15:28.095 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:17:28.995 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:17:29.041 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:17:29.081 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:19:30.012 [boundedElastic-29] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:19:30.057 [boundedElastic-29] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:19:30.097 [boundedElastic-29] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:21:30.993 [boundedElastic-26] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:21:31.044 [boundedElastic-24] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:21:31.086 [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" 17:23:31.992 [boundedElastic-29] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:23:32.036 [boundedElastic-29] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:23:32.082 [boundedElastic-29] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:25:32.993 [boundedElastic-26] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:25:33.039 [boundedElastic-26] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:25:33.077 [boundedElastic-26] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:27:33.981 [boundedElastic-30] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:27:34.024 [boundedElastic-30] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:27:34.066 [boundedElastic-30] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:29:34.992 [boundedElastic-22] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:29:35.036 [boundedElastic-22] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:29:35.074 [boundedElastic-22] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:31:35.989 [boundedElastic-26] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:31:36.034 [boundedElastic-26] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:31:36.070 [boundedElastic-26] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:33:36.983 [boundedElastic-32] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:33:37.032 [boundedElastic-32] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:33:37.071 [boundedElastic-32] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:35:40.753 [nacos-grpc-client-executor-997] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - [1734077541683_127.0.0.1_48567]Request stream onCompleted, switch server 17:35:42.722 [boundedElastic-29] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:35:42.752 [boundedElastic-29] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 17:35:42.757 [boundedElastic-29] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 19:40:05.306 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 19:40:05.315 [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" 19:40:09.805 [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" 19:40:09.850 [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" 19:40:09.896 [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" 19:40:09.940 [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" 19:40:09.986 [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" 19:40:10.037 [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" 19:40:10.085 [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" 19:40:10.127 [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" 19:40:10.165 [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" 19:40:10.211 [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" 19:40:22.555 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 19:42:11.039 [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" 19:42:11.135 [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" 19:42:11.190 [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" 19:44:12.010 [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" 19:44:12.072 [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" 19:44:12.144 [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" 19:46:12.148 [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" 19:46:12.167 [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" 19:46:12.185 [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" 19:48:12.981 [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" 19:48:13.025 [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" 19:48:13.050 [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" 19:50:13.074 [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" 19:50:13.091 [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" 19:50:13.107 [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" 19:52:14.001 [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" 19:52:14.034 [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" 19:52:14.071 [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" 19:54:14.093 [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" 19:54:14.112 [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" 19:54:14.129 [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" 19:56:14.165 [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" 19:56:14.187 [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" 19:56:14.203 [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" 19:58:14.227 [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" 19:58:14.248 [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" 19:58:14.268 [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" 20:00:14.292 [boundedElastic-17] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:00:14.311 [boundedElastic-17] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:00:14.328 [boundedElastic-17] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:02:15.025 [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" 20:02:15.070 [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" 20:02:15.110 [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" 20:04:15.994 [boundedElastic-17] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:04:16.036 [boundedElastic-17] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:04:16.073 [boundedElastic-17] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:06:16.998 [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" 20:06:17.039 [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" 20:06:17.078 [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" 20:08:17.984 [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" 20:08:18.023 [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" 20:08:18.061 [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" 20:10:18.985 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:10:19.021 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:10:19.056 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:12:19.977 [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" 20:12:20.011 [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" 20:12:20.046 [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" 20:14:20.970 [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" 20:14:21.007 [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" 20:14:21.044 [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" 20:16:21.977 [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" 20:16:22.014 [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" 20:16:22.051 [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" 20:18:22.975 [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" 20:18:23.011 [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" 20:18:23.045 [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" 20:20:23.981 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:20:24.018 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:20:24.056 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:22:20.734 [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" 20:22:20.750 [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" 20:22:20.765 [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" 20:22:20.779 [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" 20:22:20.795 [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" 20:22:20.814 [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" 20:22:20.831 [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" 20:22:20.855 [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" 20:22:20.862 [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" 20:22:20.878 [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" 20:22:25.032 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/sys/problem/getProblemPage,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:22:27.605 [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" 20:22:27.622 [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" 20:22:27.638 [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" 20:22:27.651 [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" 20:22:27.670 [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" 20:22:27.688 [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" 20:22:27.707 [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" 20:22:27.722 [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" 20:22:27.737 [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" 20:22:27.753 [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" 20:22:30.136 [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" 20:22:30.156 [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" 20:22:30.170 [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" 20:22:30.188 [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" 20:22:30.204 [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" 20:22:30.223 [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" 20:22:30.239 [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" 20:22:30.253 [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" 20:22:30.271 [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" 20:22:31.127 [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" 20:22:31.131 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:22:31.132 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getTicketMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:22:31.134 [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" 20:22:31.135 [boundedElastic-15] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getCityMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:22:31.136 [boundedElastic-20] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getTicketXhMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:22:31.137 [boundedElastic-20] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getWeekPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:22:31.141 [boundedElastic-20] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getNoWorkByDay,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:22:31.142 [boundedElastic-20] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getEarMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:22:50.679 [boundedElastic-20] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/query/queryManage/getConstructionBallList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:22:53.803 [boundedElastic-20] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/ledger/getDeviceLedgerList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:22:53.818 [boundedElastic-20] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/ledger/getDeviceNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:23:20.691 [boundedElastic-15] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/sys/problem/getApplicationPage,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:23:23.824 [boundedElastic-15] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/allocation/getList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:23:28.179 [boundedElastic-15] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/admittedPerson/getAdmittedPersonList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:23:54.081 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/dev/type/getTypeList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:23:56.612 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/query/queryManage/getConstructionDayPlanList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:24:12.004 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:24:12.019 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:24:12.036 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:24:12.051 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:24:12.066 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:24:12.087 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:24:12.105 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:24:12.120 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:24:12.135 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:24:12.154 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:24:12.983 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:24:13.000 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:24:13.015 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getWeekMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:24:13.030 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDayPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:24:13.047 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutyTaskMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:24:13.062 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getDutySchedule,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:24:13.078 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getPeopleMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:24:13.092 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:24:13.109 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/sup/getViolationAudit,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:24:14.184 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getCityMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:24:14.187 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getCityMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:24:14.188 [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" 20:24:14.188 [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" 20:24:14.188 [boundedElastic-20] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getProMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:24:14.188 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getTicketMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:24:14.191 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getWeekPlanMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:24:14.194 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getEarMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:24:14.195 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getNoWorkByDay,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:24:19.878 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/video/getMenuListCity,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:24:19.881 [boundedElastic-16] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/video/getBallVideo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:29:14.953 [boundedElastic-21] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getEarMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:29:14.953 [boundedElastic-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getCityMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:29:14.956 [boundedElastic-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getCityMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:33:39.248 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/logs/getByPage,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system" 20:34:14.963 [boundedElastic-15] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getCityMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:34:14.963 [boundedElastic-23] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getEarMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:34:14.966 [boundedElastic-15] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/city/getCityMaps,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:38:19.919 [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" 20:38:19.919 [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" 20:38:19.919 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:38:19.920 [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" 20:38:19.920 [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" 20:38:19.919 [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" 20:38:19.988 [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" 20:38:20.002 [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" 20:38:20.002 [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" 20:38:20.002 [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" 20:38:20.002 [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" 20:38:20.009 [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" 20:38:36.527 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:40:19.101 [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" 20:40:19.124 [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" 20:40:19.139 [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" 20:42:19.178 [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" 20:42:19.211 [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" 20:42:19.246 [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" 20:42:40.739 [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" 20:42:40.844 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam" 20:42:41.701 [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" 20:42:41.735 [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" 20:42:41.765 [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" 20:42:41.789 [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" 20:42:41.823 [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" 20:42:41.859 [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" 20:42:41.887 [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" 20:42:41.919 [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" 20:42:41.954 [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" 20:42:41.985 [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" 20:42:58.986 [boundedElastic-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWzXx,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"