rentaiming
2024-07-08 8e6989e09a2cc4046fd6985b18f715f98f45e1c7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
09:09:01.065 [nacos-grpc-client-executor-38] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - [1717722395204_192.168.110.235_51910]Request stream onCompleted, switch server
09:09:12.410 [http-nio-9205-exec-1] ERROR c.r.s.a.f.RemoteUserFallbackFactory - [create,25] - 用户服务调用失败:connect timed out executing POST http://ruoyi-system/user/getSysUser
09:09:22.440 [http-nio-9205-exec-1] ERROR c.r.s.a.f.RemoteUserFallbackFactory - [create,25] - 用户服务调用失败:connect timed out executing POST http://ruoyi-system/user/getSysUser
09:12:08.299 [http-nio-9205-exec-2] ERROR c.r.s.a.f.RemoteUserFallbackFactory - [create,25] - 用户服务调用失败:connect timed out executing POST http://ruoyi-system/user/getSysUser
09:12:18.319 [http-nio-9205-exec-2] ERROR c.r.s.a.f.RemoteUserFallbackFactory - [create,25] - 用户服务调用失败:connect timed out executing POST http://ruoyi-system/user/getSysUser
09:42:54.923 [http-nio-9205-exec-5] ERROR c.r.s.a.f.RemoteUserFallbackFactory - [create,25] - 用户服务调用失败:connect timed out executing POST http://ruoyi-system/user/getSysUser
09:43:04.938 [http-nio-9205-exec-5] ERROR c.r.s.a.f.RemoteUserFallbackFactory - [create,25] - 用户服务调用失败:connect timed out executing POST http://ruoyi-system/user/getSysUser
09:52:58.864 [http-nio-9205-exec-3] ERROR c.r.s.a.f.RemoteUserFallbackFactory - [create,25] - 用户服务调用失败:connect timed out executing POST http://ruoyi-system/user/getSysUser
09:53:08.876 [http-nio-9205-exec-3] ERROR c.r.s.a.f.RemoteUserFallbackFactory - [create,25] - 用户服务调用失败:connect timed out executing POST http://ruoyi-system/user/getSysUser
10:01:24.888 [http-nio-9205-exec-7] ERROR c.r.s.a.f.RemoteUserFallbackFactory - [create,25] - 用户服务调用失败:connect timed out executing POST http://ruoyi-system/user/getSysUser
10:01:34.904 [http-nio-9205-exec-7] ERROR c.r.s.a.f.RemoteUserFallbackFactory - [create,25] - 用户服务调用失败:connect timed out executing POST http://ruoyi-system/user/getSysUser
10:01:47.203 [http-nio-9205-exec-8] ERROR c.r.s.a.f.RemoteUserFallbackFactory - [create,25] - 用户服务调用失败:connect timed out executing POST http://ruoyi-system/user/getSysUser
10:01:57.217 [http-nio-9205-exec-8] ERROR c.r.s.a.f.RemoteUserFallbackFactory - [create,25] - 用户服务调用失败:connect timed out executing POST http://ruoyi-system/user/getSysUser
10:03:13.418 [http-nio-9205-exec-9] ERROR c.r.s.a.f.RemoteUserFallbackFactory - [create,25] - 用户服务调用失败:connect timed out executing POST http://ruoyi-system/user/getSysUser
10:03:23.428 [http-nio-9205-exec-9] ERROR c.r.s.a.f.RemoteUserFallbackFactory - [create,25] - 用户服务调用失败:connect timed out executing POST http://ruoyi-system/user/getSysUser
10:04:07.127 [http-nio-9205-exec-4] ERROR c.r.s.a.f.RemoteUserFallbackFactory - [create,25] - 用户服务调用失败:connect timed out executing POST http://ruoyi-system/user/getSysUser
10:04:17.165 [http-nio-9205-exec-4] ERROR c.r.s.a.f.RemoteUserFallbackFactory - [create,25] - 用户服务调用失败:connect timed out executing POST http://ruoyi-system/user/getSysUser
17:00:30.129 [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, 162600 nanoseconds delay) for com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$GrpcFuture@d1a4aea[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@398e3093, responseMarshaller=com.alibaba.nacos.shaded.io.grpc.protobuf.lite.ProtoLiteUtils$MessageMarshaller@69db5b0f, schemaDescriptor=com.alibaba.nacos.api.grpc.auto.RequestGrpc$RequestMethodDescriptorSupplier@5d20d69e}}}}}]]
    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:16:26.719 [redisson-netty-4-9] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0xde35889c, L:/192.168.110.235:52116 - 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:16:26.719 [redisson-netty-4-17] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x301fb3e4, L:/192.168.110.235:52119 - 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)