09:05:41.786 [main] ERROR o.s.b.SpringApplication - [reportFailure,821] - Application run failed
|
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'redisson' defined in class path resource [com/ruoyi/common/redis/configure/RedisConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.redisson.api.RedissonClient]: Factory method 'redisson' threw exception; nested exception is org.redisson.client.RedisConnectionException: Unable to connect to Redis server: 192.168.110.188/192.168.110.188:6379
|
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658)
|
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:486)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
|
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955)
|
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147)
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:731)
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408)
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:307)
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1303)
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1292)
|
at com.ruoyi.auth.RuoYiAuthApplication.main(RuoYiAuthApplication.java:22)
|
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.redisson.api.RedissonClient]: Factory method 'redisson' threw exception; nested exception is org.redisson.client.RedisConnectionException: Unable to connect to Redis server: 192.168.110.188/192.168.110.188:6379
|
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185)
|
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653)
|
... 19 common frames omitted
|
Caused by: org.redisson.client.RedisConnectionException: Unable to connect to Redis server: 192.168.110.188/192.168.110.188:6379
|
at org.redisson.connection.pool.ConnectionPool.lambda$createConnection$0(ConnectionPool.java:154)
|
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:760)
|
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:736)
|
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474)
|
at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977)
|
at org.redisson.connection.pool.ConnectionPool.promiseFailure(ConnectionPool.java:318)
|
at org.redisson.connection.pool.ConnectionPool.lambda$createConnection$6(ConnectionPool.java:277)
|
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:760)
|
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:736)
|
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474)
|
at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977)
|
at org.redisson.client.RedisClient$1$1.run(RedisClient.java:241)
|
at io.netty.util.concurrent.AbstractEventExecutor.runTask$$$capture(AbstractEventExecutor.java:174)
|
at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java)
|
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute$$$capture(AbstractEventExecutor.java:167)
|
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java)
|
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470)
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569)
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
at java.lang.Thread.run(Thread.java:748)
|
Caused by: java.util.concurrent.CompletionException: org.redisson.client.RedisTimeoutException: Command execution timeout for command: (AUTH), params: (password masked), Redis client: [addr=redis://192.168.110.188:6379]
|
at java.util.concurrent.CompletableFuture.encodeRelay(CompletableFuture.java:326)
|
at java.util.concurrent.CompletableFuture.completeRelay(CompletableFuture.java:338)
|
at java.util.concurrent.CompletableFuture.uniRelay(CompletableFuture.java:911)
|
at java.util.concurrent.CompletableFuture$UniRelay.tryFire(CompletableFuture.java:899)
|
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474)
|
at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977)
|
at org.redisson.client.RedisConnection.lambda$async$0(RedisConnection.java:250)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.run(HashedWheelTimer.java:715)
|
at io.netty.util.concurrent.ImmediateExecutor.execute(ImmediateExecutor.java:34)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:703)
|
at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:790)
|
at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:503)
|
... 2 common frames omitted
|
Caused by: org.redisson.client.RedisTimeoutException: Command execution timeout for command: (AUTH), params: (password masked), Redis client: [addr=redis://192.168.110.188:6379]
|
at org.redisson.client.RedisConnection.lambda$async$0(RedisConnection.java:249)
|
... 7 common frames omitted
|
10:38:28.606 [http-nio-9200-exec-9] ERROR c.r.c.s.h.GlobalExceptionHandler - [handleRuntimeException,94] - 请求地址'/miniLogin',发生未知异常.
|
java.lang.NullPointerException: null
|
at com.ruoyi.common.security.service.TokenService.createMiniToken(TokenService.java:103)
|
at com.ruoyi.auth.controller.TokenController.miniLogin(TokenController.java:70)
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
|
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:696)
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:779)
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
at java.lang.Thread.run(Thread.java:748)
|
12:07:21.717 [com.alibaba.nacos.client.remote.worker] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 192.168.110.188 ,port 9858 is available , error ={}
|
java.util.concurrent.TimeoutException: Waited 3000 milliseconds (plus 6 milliseconds, 817600 nanoseconds delay) for com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$GrpcFuture@12f5d641[status=PENDING, info=[GrpcFuture{clientCall={delegate={delegate=ClientCallImpl{method=MethodDescriptor{fullMethodName=Request/request, type=UNARY, idempotent=false, safe=false, sampledToLocalTracing=true, requestMarshaller=com.alibaba.nacos.shaded.io.grpc.protobuf.lite.ProtoLiteUtils$MessageMarshaller@55b3a082, responseMarshaller=com.alibaba.nacos.shaded.io.grpc.protobuf.lite.ProtoLiteUtils$MessageMarshaller@290a69fa, schemaDescriptor=com.alibaba.nacos.api.grpc.auto.RequestGrpc$RequestMethodDescriptorSupplier@59b5fa8c}}}}}]]
|
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:508)
|
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:748)
|
12:07:24.902 [com.alibaba.nacos.client.remote.worker] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 192.168.110.188 ,port 9858 is available , error ={}
|
java.util.concurrent.TimeoutException: Waited 3000 milliseconds (plus 5 milliseconds, 818800 nanoseconds delay) for com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$GrpcFuture@1ceefc9a[status=PENDING, info=[GrpcFuture{clientCall={delegate={delegate=ClientCallImpl{method=MethodDescriptor{fullMethodName=Request/request, type=UNARY, idempotent=false, safe=false, sampledToLocalTracing=true, requestMarshaller=com.alibaba.nacos.shaded.io.grpc.protobuf.lite.ProtoLiteUtils$MessageMarshaller@55b3a082, responseMarshaller=com.alibaba.nacos.shaded.io.grpc.protobuf.lite.ProtoLiteUtils$MessageMarshaller@290a69fa, schemaDescriptor=com.alibaba.nacos.api.grpc.auto.RequestGrpc$RequestMethodDescriptorSupplier@59b5fa8c}}}}}]]
|
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:508)
|
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:748)
|
12:07:26.298 [com.alibaba.nacos.client.remote.worker] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 192.168.110.188 ,port 9858 is available , error ={}
|
java.util.concurrent.TimeoutException: Waited 3000 milliseconds (plus 8 milliseconds, 548700 nanoseconds delay) for com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$GrpcFuture@20406eb7[status=PENDING, info=[GrpcFuture{clientCall={delegate={delegate=ClientCallImpl{method=MethodDescriptor{fullMethodName=Request/request, type=UNARY, idempotent=false, safe=false, sampledToLocalTracing=true, requestMarshaller=com.alibaba.nacos.shaded.io.grpc.protobuf.lite.ProtoLiteUtils$MessageMarshaller@55b3a082, responseMarshaller=com.alibaba.nacos.shaded.io.grpc.protobuf.lite.ProtoLiteUtils$MessageMarshaller@290a69fa, schemaDescriptor=com.alibaba.nacos.api.grpc.auto.RequestGrpc$RequestMethodDescriptorSupplier@59b5fa8c}}}}}]]
|
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:508)
|
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:748)
|
12:07:50.707 [redisson-timer-6-1] ERROR o.r.c.h.PingConnectionHandler - [lambda$sendPing$1,92] - Unable to send PING command over channel: [id: 0x4c560ad1, L:/192.168.110.235:51959 - R:192.168.110.188/192.168.110.188:6379]
|
org.redisson.client.RedisTimeoutException: Command execution timeout for command: (PING), params: [], Redis client: [addr=redis://192.168.110.188:6379]
|
at org.redisson.client.RedisConnection.lambda$async$0(RedisConnection.java:249)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.run(HashedWheelTimer.java:715)
|
at io.netty.util.concurrent.ImmediateExecutor.execute(ImmediateExecutor.java:34)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:703)
|
at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:790)
|
at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:503)
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
at java.lang.Thread.run(Thread.java:748)
|
12:07:50.813 [redisson-timer-6-1] ERROR o.r.c.h.PingConnectionHandler - [lambda$sendPing$1,92] - Unable to send PING command over channel: [id: 0x7281ddd7, L:/192.168.110.235:51960 - R:192.168.110.188/192.168.110.188:6379]
|
org.redisson.client.RedisTimeoutException: Command execution timeout for command: (PING), params: [], Redis client: [addr=redis://192.168.110.188:6379]
|
at org.redisson.client.RedisConnection.lambda$async$0(RedisConnection.java:249)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.run(HashedWheelTimer.java:715)
|
at io.netty.util.concurrent.ImmediateExecutor.execute(ImmediateExecutor.java:34)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:703)
|
at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:790)
|
at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:503)
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
at java.lang.Thread.run(Thread.java:748)
|
12:07:50.822 [redisson-timer-6-1] ERROR o.r.c.h.PingConnectionHandler - [lambda$sendPing$1,92] - Unable to send PING command over channel: [id: 0xde5187a8, L:/192.168.110.235:51963 - R:192.168.110.188/192.168.110.188:6379]
|
org.redisson.client.RedisTimeoutException: Command execution timeout for command: (PING), params: [], Redis client: [addr=redis://192.168.110.188:6379]
|
at org.redisson.client.RedisConnection.lambda$async$0(RedisConnection.java:249)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.run(HashedWheelTimer.java:715)
|
at io.netty.util.concurrent.ImmediateExecutor.execute(ImmediateExecutor.java:34)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:703)
|
at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:790)
|
at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:503)
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
at java.lang.Thread.run(Thread.java:748)
|
12:07:50.822 [redisson-timer-6-1] ERROR o.r.c.h.PingConnectionHandler - [lambda$sendPing$1,92] - Unable to send PING command over channel: [id: 0x70d5f082, L:/192.168.110.235:51964 - R:192.168.110.188/192.168.110.188:6379]
|
org.redisson.client.RedisTimeoutException: Command execution timeout for command: (PING), params: [], Redis client: [addr=redis://192.168.110.188:6379]
|
at org.redisson.client.RedisConnection.lambda$async$0(RedisConnection.java:249)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.run(HashedWheelTimer.java:715)
|
at io.netty.util.concurrent.ImmediateExecutor.execute(ImmediateExecutor.java:34)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:703)
|
at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:790)
|
at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:503)
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
at java.lang.Thread.run(Thread.java:748)
|
12:07:50.823 [redisson-timer-6-1] ERROR o.r.c.h.PingConnectionHandler - [lambda$sendPing$1,92] - Unable to send PING command over channel: [id: 0xc416ef4a, L:/192.168.110.235:51965 - R:192.168.110.188/192.168.110.188:6379]
|
org.redisson.client.RedisTimeoutException: Command execution timeout for command: (PING), params: [], Redis client: [addr=redis://192.168.110.188:6379]
|
at org.redisson.client.RedisConnection.lambda$async$0(RedisConnection.java:249)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.run(HashedWheelTimer.java:715)
|
at io.netty.util.concurrent.ImmediateExecutor.execute(ImmediateExecutor.java:34)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:703)
|
at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:790)
|
at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:503)
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
at java.lang.Thread.run(Thread.java:748)
|
12:07:50.823 [redisson-timer-6-1] ERROR o.r.c.h.PingConnectionHandler - [lambda$sendPing$1,92] - Unable to send PING command over channel: [id: 0x9ac1bcd8, L:/192.168.110.235:51966 - R:192.168.110.188/192.168.110.188:6379]
|
org.redisson.client.RedisTimeoutException: Command execution timeout for command: (PING), params: [], Redis client: [addr=redis://192.168.110.188:6379]
|
at org.redisson.client.RedisConnection.lambda$async$0(RedisConnection.java:249)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.run(HashedWheelTimer.java:715)
|
at io.netty.util.concurrent.ImmediateExecutor.execute(ImmediateExecutor.java:34)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:703)
|
at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:790)
|
at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:503)
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
at java.lang.Thread.run(Thread.java:748)
|
12:07:50.824 [redisson-timer-6-1] ERROR o.r.c.h.PingConnectionHandler - [lambda$sendPing$1,92] - Unable to send PING command over channel: [id: 0x0beb88e8, L:/192.168.110.235:51967 - R:192.168.110.188/192.168.110.188:6379]
|
org.redisson.client.RedisTimeoutException: Command execution timeout for command: (PING), params: [], Redis client: [addr=redis://192.168.110.188:6379]
|
at org.redisson.client.RedisConnection.lambda$async$0(RedisConnection.java:249)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.run(HashedWheelTimer.java:715)
|
at io.netty.util.concurrent.ImmediateExecutor.execute(ImmediateExecutor.java:34)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:703)
|
at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:790)
|
at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:503)
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
at java.lang.Thread.run(Thread.java:748)
|
12:07:50.825 [redisson-timer-6-1] ERROR o.r.c.h.PingConnectionHandler - [lambda$sendPing$1,92] - Unable to send PING command over channel: [id: 0x0c8cece8, L:/192.168.110.235:51968 - R:192.168.110.188/192.168.110.188:6379]
|
org.redisson.client.RedisTimeoutException: Command execution timeout for command: (PING), params: [], Redis client: [addr=redis://192.168.110.188:6379]
|
at org.redisson.client.RedisConnection.lambda$async$0(RedisConnection.java:249)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.run(HashedWheelTimer.java:715)
|
at io.netty.util.concurrent.ImmediateExecutor.execute(ImmediateExecutor.java:34)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:703)
|
at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:790)
|
at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:503)
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
at java.lang.Thread.run(Thread.java:748)
|
12:07:50.826 [redisson-timer-6-1] ERROR o.r.c.h.PingConnectionHandler - [lambda$sendPing$1,92] - Unable to send PING command over channel: [id: 0xdec595b4, L:/192.168.110.235:51969 - R:192.168.110.188/192.168.110.188:6379]
|
org.redisson.client.RedisTimeoutException: Command execution timeout for command: (PING), params: [], Redis client: [addr=redis://192.168.110.188:6379]
|
at org.redisson.client.RedisConnection.lambda$async$0(RedisConnection.java:249)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.run(HashedWheelTimer.java:715)
|
at io.netty.util.concurrent.ImmediateExecutor.execute(ImmediateExecutor.java:34)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:703)
|
at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:790)
|
at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:503)
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
at java.lang.Thread.run(Thread.java:748)
|
12:07:50.826 [redisson-timer-6-1] ERROR o.r.c.h.PingConnectionHandler - [lambda$sendPing$1,92] - Unable to send PING command over channel: [id: 0x26450aa9, L:/192.168.110.235:51970 - R:192.168.110.188/192.168.110.188:6379]
|
org.redisson.client.RedisTimeoutException: Command execution timeout for command: (PING), params: [], Redis client: [addr=redis://192.168.110.188:6379]
|
at org.redisson.client.RedisConnection.lambda$async$0(RedisConnection.java:249)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.run(HashedWheelTimer.java:715)
|
at io.netty.util.concurrent.ImmediateExecutor.execute(ImmediateExecutor.java:34)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:703)
|
at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:790)
|
at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:503)
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
at java.lang.Thread.run(Thread.java:748)
|
12:07:50.827 [redisson-timer-6-1] ERROR o.r.c.h.PingConnectionHandler - [lambda$sendPing$1,92] - Unable to send PING command over channel: [id: 0x2f3198b9, L:/192.168.110.235:51972 - R:192.168.110.188/192.168.110.188:6379]
|
org.redisson.client.RedisTimeoutException: Command execution timeout for command: (PING), params: [], Redis client: [addr=redis://192.168.110.188:6379]
|
at org.redisson.client.RedisConnection.lambda$async$0(RedisConnection.java:249)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.run(HashedWheelTimer.java:715)
|
at io.netty.util.concurrent.ImmediateExecutor.execute(ImmediateExecutor.java:34)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:703)
|
at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:790)
|
at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:503)
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
at java.lang.Thread.run(Thread.java:748)
|
12:07:50.827 [redisson-timer-6-1] ERROR o.r.c.h.PingConnectionHandler - [lambda$sendPing$1,92] - Unable to send PING command over channel: [id: 0x577ccd7e, L:/192.168.110.235:51971 - R:192.168.110.188/192.168.110.188:6379]
|
org.redisson.client.RedisTimeoutException: Command execution timeout for command: (PING), params: [], Redis client: [addr=redis://192.168.110.188:6379]
|
at org.redisson.client.RedisConnection.lambda$async$0(RedisConnection.java:249)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.run(HashedWheelTimer.java:715)
|
at io.netty.util.concurrent.ImmediateExecutor.execute(ImmediateExecutor.java:34)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:703)
|
at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:790)
|
at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:503)
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
at java.lang.Thread.run(Thread.java:748)
|
12:36:59.400 [com.alibaba.nacos.client.naming.updater.1] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 0, errorMessage = java.util.concurrent.TimeoutException: Waited 3000 milliseconds (plus 10 milliseconds, 212300 nanoseconds delay) for com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$GrpcFuture@7affc3f4[status=PENDING, info=[GrpcFuture{clientCall={delegate={delegate=ClientCallImpl{method=MethodDescriptor{fullMethodName=Request/request, type=UNARY, idempotent=false, safe=false, sampledToLocalTracing=true, requestMarshaller=com.alibaba.nacos.shaded.io.grpc.protobuf.lite.ProtoLiteUtils$MessageMarshaller@55b3a082, responseMarshaller=com.alibaba.nacos.shaded.io.grpc.protobuf.lite.ProtoLiteUtils$MessageMarshaller@290a69fa, schemaDescriptor=com.alibaba.nacos.api.grpc.auto.RequestGrpc$RequestMethodDescriptorSupplier@59b5fa8c}}}}}]]
|
12:36:59.930 [com.alibaba.nacos.client.naming.updater.2] 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:UNHEALTHY
|
12:37:00.043 [com.alibaba.nacos.client.naming.updater.2] 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:UNHEALTHY
|
12:37:00.149 [com.alibaba.nacos.client.naming.updater.2] 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:UNHEALTHY
|
12:37:01.611 [com.alibaba.nacos.client.naming.updater.3] 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:UNHEALTHY
|
12:37:01.718 [com.alibaba.nacos.client.naming.updater.3] 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:UNHEALTHY
|
12:37:01.824 [com.alibaba.nacos.client.naming.updater.3] 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:UNHEALTHY
|
12:37:02.142 [com.alibaba.nacos.client.remote.worker] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 192.168.110.188 ,port 9858 is available , error ={}
|
java.util.concurrent.TimeoutException: Waited 3000 milliseconds (plus 13 milliseconds, 956900 nanoseconds delay) for com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$GrpcFuture@6b5b17a4[status=PENDING, info=[GrpcFuture{clientCall={delegate={delegate=ClientCallImpl{method=MethodDescriptor{fullMethodName=Request/request, type=UNARY, idempotent=false, safe=false, sampledToLocalTracing=true, requestMarshaller=com.alibaba.nacos.shaded.io.grpc.protobuf.lite.ProtoLiteUtils$MessageMarshaller@55b3a082, responseMarshaller=com.alibaba.nacos.shaded.io.grpc.protobuf.lite.ProtoLiteUtils$MessageMarshaller@290a69fa, schemaDescriptor=com.alibaba.nacos.api.grpc.auto.RequestGrpc$RequestMethodDescriptorSupplier@59b5fa8c}}}}}]]
|
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:508)
|
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:748)
|
12:37:02.266 [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:UNHEALTHY
|
12:37:02.393 [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:UNHEALTHY
|
12:37:02.499 [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:UNHEALTHY
|
12:37:25.603 [redisson-timer-6-1] ERROR o.r.c.h.PingConnectionHandler - [lambda$sendPing$1,92] - Unable to send PING command over channel: [id: 0xc8b6192b, L:/192.168.110.235:51955 - R:192.168.110.188/192.168.110.188:6379]
|
org.redisson.client.RedisTimeoutException: Command execution timeout for command: (PING), params: [], Redis client: [addr=redis://192.168.110.188:6379]
|
at org.redisson.client.RedisConnection.lambda$async$0(RedisConnection.java:249)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.run(HashedWheelTimer.java:715)
|
at io.netty.util.concurrent.ImmediateExecutor.execute(ImmediateExecutor.java:34)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:703)
|
at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:790)
|
at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:503)
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
at java.lang.Thread.run(Thread.java:748)
|
12:37:25.604 [redisson-timer-6-1] ERROR o.r.c.h.PingConnectionHandler - [lambda$sendPing$1,92] - Unable to send PING command over channel: [id: 0x381f76dc, L:/192.168.110.235:51953 - R:192.168.110.188/192.168.110.188:6379]
|
org.redisson.client.RedisTimeoutException: Command execution timeout for command: (PING), params: [], Redis client: [addr=redis://192.168.110.188:6379]
|
at org.redisson.client.RedisConnection.lambda$async$0(RedisConnection.java:249)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.run(HashedWheelTimer.java:715)
|
at io.netty.util.concurrent.ImmediateExecutor.execute(ImmediateExecutor.java:34)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:703)
|
at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:790)
|
at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:503)
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
at java.lang.Thread.run(Thread.java:748)
|
12:37:25.605 [redisson-timer-6-1] ERROR o.r.c.h.PingConnectionHandler - [lambda$sendPing$1,92] - Unable to send PING command over channel: [id: 0x5256c615, L:/192.168.110.235:51956 - R:192.168.110.188/192.168.110.188:6379]
|
org.redisson.client.RedisTimeoutException: Command execution timeout for command: (PING), params: [], Redis client: [addr=redis://192.168.110.188:6379]
|
at org.redisson.client.RedisConnection.lambda$async$0(RedisConnection.java:249)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.run(HashedWheelTimer.java:715)
|
at io.netty.util.concurrent.ImmediateExecutor.execute(ImmediateExecutor.java:34)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:703)
|
at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:790)
|
at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:503)
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
at java.lang.Thread.run(Thread.java:748)
|
12:37:26.702 [redisson-timer-6-1] ERROR o.r.c.h.PingConnectionHandler - [lambda$sendPing$1,92] - Unable to send PING command over channel: [id: 0xc1a293a6, L:/192.168.110.235:51962 - R:192.168.110.188/192.168.110.188:6379]
|
org.redisson.client.RedisTimeoutException: Command execution timeout for command: (PING), params: [], Redis client: [addr=redis://192.168.110.188:6379]
|
at org.redisson.client.RedisConnection.lambda$async$0(RedisConnection.java:249)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.run(HashedWheelTimer.java:715)
|
at io.netty.util.concurrent.ImmediateExecutor.execute(ImmediateExecutor.java:34)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:703)
|
at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:790)
|
at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:503)
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
at java.lang.Thread.run(Thread.java:748)
|
12:37:26.703 [redisson-timer-6-1] ERROR o.r.c.h.PingConnectionHandler - [lambda$sendPing$1,92] - Unable to send PING command over channel: [id: 0xa2fd314a, L:/192.168.110.235:51961 - R:192.168.110.188/192.168.110.188:6379]
|
org.redisson.client.RedisTimeoutException: Command execution timeout for command: (PING), params: [], Redis client: [addr=redis://192.168.110.188:6379]
|
at org.redisson.client.RedisConnection.lambda$async$0(RedisConnection.java:249)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.run(HashedWheelTimer.java:715)
|
at io.netty.util.concurrent.ImmediateExecutor.execute(ImmediateExecutor.java:34)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:703)
|
at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:790)
|
at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:503)
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
at java.lang.Thread.run(Thread.java:748)
|
12:37:27.102 [redisson-timer-6-1] ERROR o.r.c.h.PingConnectionHandler - [lambda$sendPing$1,92] - Unable to send PING command over channel: [id: 0x55c46e56, L:/192.168.110.235:54977 - R:192.168.110.188/192.168.110.188:6379]
|
org.redisson.client.RedisTimeoutException: Command execution timeout for command: (PING), params: [], Redis client: [addr=redis://192.168.110.188:6379]
|
at org.redisson.client.RedisConnection.lambda$async$0(RedisConnection.java:249)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.run(HashedWheelTimer.java:715)
|
at io.netty.util.concurrent.ImmediateExecutor.execute(ImmediateExecutor.java:34)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:703)
|
at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:790)
|
at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:503)
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
at java.lang.Thread.run(Thread.java:748)
|
12:37:27.103 [redisson-timer-6-1] ERROR o.r.c.h.PingConnectionHandler - [lambda$sendPing$1,92] - Unable to send PING command over channel: [id: 0xc41c168e, L:/192.168.110.235:54980 - R:192.168.110.188/192.168.110.188:6379]
|
org.redisson.client.RedisTimeoutException: Command execution timeout for command: (PING), params: [], Redis client: [addr=redis://192.168.110.188:6379]
|
at org.redisson.client.RedisConnection.lambda$async$0(RedisConnection.java:249)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.run(HashedWheelTimer.java:715)
|
at io.netty.util.concurrent.ImmediateExecutor.execute(ImmediateExecutor.java:34)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:703)
|
at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:790)
|
at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:503)
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
at java.lang.Thread.run(Thread.java:748)
|
12:37:27.105 [redisson-timer-6-1] ERROR o.r.c.h.PingConnectionHandler - [lambda$sendPing$1,92] - Unable to send PING command over channel: [id: 0xb77ba113, L:/192.168.110.235:54974 - R:192.168.110.188/192.168.110.188:6379]
|
org.redisson.client.RedisTimeoutException: Command execution timeout for command: (PING), params: [], Redis client: [addr=redis://192.168.110.188:6379]
|
at org.redisson.client.RedisConnection.lambda$async$0(RedisConnection.java:249)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.run(HashedWheelTimer.java:715)
|
at io.netty.util.concurrent.ImmediateExecutor.execute(ImmediateExecutor.java:34)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:703)
|
at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:790)
|
at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:503)
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
at java.lang.Thread.run(Thread.java:748)
|
12:37:27.106 [redisson-timer-6-1] ERROR o.r.c.h.PingConnectionHandler - [lambda$sendPing$1,92] - Unable to send PING command over channel: [id: 0x737ce705, L:/192.168.110.235:54979 - R:192.168.110.188/192.168.110.188:6379]
|
org.redisson.client.RedisTimeoutException: Command execution timeout for command: (PING), params: [], Redis client: [addr=redis://192.168.110.188:6379]
|
at org.redisson.client.RedisConnection.lambda$async$0(RedisConnection.java:249)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.run(HashedWheelTimer.java:715)
|
at io.netty.util.concurrent.ImmediateExecutor.execute(ImmediateExecutor.java:34)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:703)
|
at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:790)
|
at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:503)
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
at java.lang.Thread.run(Thread.java:748)
|
12:37:27.106 [redisson-timer-6-1] ERROR o.r.c.h.PingConnectionHandler - [lambda$sendPing$1,92] - Unable to send PING command over channel: [id: 0xb155a356, L:/192.168.110.235:54982 - R:192.168.110.188/192.168.110.188:6379]
|
org.redisson.client.RedisTimeoutException: Command execution timeout for command: (PING), params: [], Redis client: [addr=redis://192.168.110.188:6379]
|
at org.redisson.client.RedisConnection.lambda$async$0(RedisConnection.java:249)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.run(HashedWheelTimer.java:715)
|
at io.netty.util.concurrent.ImmediateExecutor.execute(ImmediateExecutor.java:34)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:703)
|
at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:790)
|
at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:503)
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
at java.lang.Thread.run(Thread.java:748)
|
12:37:27.107 [redisson-timer-6-1] ERROR o.r.c.h.PingConnectionHandler - [lambda$sendPing$1,92] - Unable to send PING command over channel: [id: 0xa137a2c1, L:/192.168.110.235:54975 - R:192.168.110.188/192.168.110.188:6379]
|
org.redisson.client.RedisTimeoutException: Command execution timeout for command: (PING), params: [], Redis client: [addr=redis://192.168.110.188:6379]
|
at org.redisson.client.RedisConnection.lambda$async$0(RedisConnection.java:249)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.run(HashedWheelTimer.java:715)
|
at io.netty.util.concurrent.ImmediateExecutor.execute(ImmediateExecutor.java:34)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:703)
|
at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:790)
|
at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:503)
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
at java.lang.Thread.run(Thread.java:748)
|
12:37:27.107 [redisson-timer-6-1] ERROR o.r.c.h.PingConnectionHandler - [lambda$sendPing$1,92] - Unable to send PING command over channel: [id: 0xfa452b3a, L:/192.168.110.235:54976 - R:192.168.110.188/192.168.110.188:6379]
|
org.redisson.client.RedisTimeoutException: Command execution timeout for command: (PING), params: [], Redis client: [addr=redis://192.168.110.188:6379]
|
at org.redisson.client.RedisConnection.lambda$async$0(RedisConnection.java:249)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.run(HashedWheelTimer.java:715)
|
at io.netty.util.concurrent.ImmediateExecutor.execute(ImmediateExecutor.java:34)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:703)
|
at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:790)
|
at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:503)
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
at java.lang.Thread.run(Thread.java:748)
|
12:37:27.108 [redisson-timer-6-1] ERROR o.r.c.h.PingConnectionHandler - [lambda$sendPing$1,92] - Unable to send PING command over channel: [id: 0xa85e8249, L:/192.168.110.235:54978 - R:192.168.110.188/192.168.110.188:6379]
|
org.redisson.client.RedisTimeoutException: Command execution timeout for command: (PING), params: [], Redis client: [addr=redis://192.168.110.188:6379]
|
at org.redisson.client.RedisConnection.lambda$async$0(RedisConnection.java:249)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.run(HashedWheelTimer.java:715)
|
at io.netty.util.concurrent.ImmediateExecutor.execute(ImmediateExecutor.java:34)
|
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:703)
|
at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:790)
|
at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:503)
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
at java.lang.Thread.run(Thread.java:748)
|
16:52:31.696 [com.alibaba.nacos.client.remote.worker] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 192.168.110.188 ,port 9858 is available , error ={}
|
java.util.concurrent.TimeoutException: Waited 3000 milliseconds (plus 14 milliseconds, 920600 nanoseconds delay) for com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$GrpcFuture@5a311add[status=PENDING, info=[GrpcFuture{clientCall={delegate={delegate=ClientCallImpl{method=MethodDescriptor{fullMethodName=Request/request, type=UNARY, idempotent=false, safe=false, sampledToLocalTracing=true, requestMarshaller=com.alibaba.nacos.shaded.io.grpc.protobuf.lite.ProtoLiteUtils$MessageMarshaller@55b3a082, responseMarshaller=com.alibaba.nacos.shaded.io.grpc.protobuf.lite.ProtoLiteUtils$MessageMarshaller@290a69fa, schemaDescriptor=com.alibaba.nacos.api.grpc.auto.RequestGrpc$RequestMethodDescriptorSupplier@59b5fa8c}}}}}]]
|
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:508)
|
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:748)
|
18:13:27.739 [redisson-netty-4-30] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0xba6b279d, L:/192.168.110.235:54984 - R:192.168.110.188/192.168.110.188:6379]
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:259)
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
at java.lang.Thread.run(Thread.java:748)
|
18:13:27.739 [redisson-netty-4-3] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x6c0e2121, L:/192.168.110.235:51948 - R:192.168.110.188/192.168.110.188:6379]
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:259)
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
at java.lang.Thread.run(Thread.java:748)
|
18:13:27.740 [redisson-netty-4-6] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x9a31c701, L:/192.168.110.235:58099 - R:192.168.110.188/192.168.110.188:6379]
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:259)
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
at java.lang.Thread.run(Thread.java:748)
|
18:13:27.923 [redisson-netty-4-3] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x10d4c3f5, L:/192.168.110.235:58095 - R:192.168.110.188/192.168.110.188:6379]
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:259)
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
at java.lang.Thread.run(Thread.java:748)
|