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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
11:28:50.308 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
11:28:51.690 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 053e6a8f-0f3a-4449-b0ea-420f982ddecf_config-0
11:28:51.761 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 48 ms to scan 1 urls, producing 3 keys and 6 values 
11:28:51.802 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 19 ms to scan 1 urls, producing 4 keys and 9 values 
11:28:51.820 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 3 keys and 10 values 
11:28:52.325 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 502 ms to scan 241 urls, producing 0 keys and 0 values 
11:28:52.361 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 34 ms to scan 1 urls, producing 1 keys and 5 values 
11:28:52.399 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 36 ms to scan 1 urls, producing 1 keys and 7 values 
11:28:52.432 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 28 ms to scan 1 urls, producing 2 keys and 8 values 
11:28:52.745 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 309 ms to scan 241 urls, producing 0 keys and 0 values 
11:28:52.747 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [053e6a8f-0f3a-4449-b0ea-420f982ddecf_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
11:28:52.748 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [053e6a8f-0f3a-4449-b0ea-420f982ddecf_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/1006624255
11:28:52.749 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [053e6a8f-0f3a-4449-b0ea-420f982ddecf_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1721180011
11:28:52.750 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [053e6a8f-0f3a-4449-b0ea-420f982ddecf_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
11:28:52.750 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [053e6a8f-0f3a-4449-b0ea-420f982ddecf_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
11:28:52.758 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [053e6a8f-0f3a-4449-b0ea-420f982ddecf_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
11:28:55.602 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [053e6a8f-0f3a-4449-b0ea-420f982ddecf_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1719199734078_192.168.110.235_58164
11:28:55.606 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [053e6a8f-0f3a-4449-b0ea-420f982ddecf_config-0] Notify connected event to listeners.
11:28:55.606 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [053e6a8f-0f3a-4449-b0ea-420f982ddecf_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
11:28:55.608 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [053e6a8f-0f3a-4449-b0ea-420f982ddecf_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1338770454
11:28:55.759 [main] INFO  c.r.a.RuoYiAuthApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
11:28:59.536 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9200"]
11:28:59.536 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:28:59.536 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
11:28:59.959 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:29:02.345 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
11:29:04.984 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
11:29:05.522 [redisson-netty-4-5] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
11:29:05.584 [redisson-netty-4-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
11:29:06.909 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 804baa02-32d2-4f27-821d-17e25dcc9800
11:29:06.909 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [804baa02-32d2-4f27-821d-17e25dcc9800] RpcClient init label, labels = {module=naming, source=sdk}
11:29:06.911 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [804baa02-32d2-4f27-821d-17e25dcc9800] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
11:29:06.912 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [804baa02-32d2-4f27-821d-17e25dcc9800] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
11:29:06.912 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [804baa02-32d2-4f27-821d-17e25dcc9800] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
11:29:06.913 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [804baa02-32d2-4f27-821d-17e25dcc9800] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
11:29:07.032 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [804baa02-32d2-4f27-821d-17e25dcc9800] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1719199745947_192.168.110.235_58274
11:29:07.032 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [804baa02-32d2-4f27-821d-17e25dcc9800] Notify connected event to listeners.
11:29:07.032 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [804baa02-32d2-4f27-821d-17e25dcc9800] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
11:29:07.033 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [804baa02-32d2-4f27-821d-17e25dcc9800] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1338770454
11:29:07.080 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9200"]
11:29:07.104 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-auth 192.168.110.235:9200 register finished
11:29:07.632 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [804baa02-32d2-4f27-821d-17e25dcc9800] Receive server push request, request = NotifySubscriberRequest, requestId = 20
11:29:07.644 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [804baa02-32d2-4f27-821d-17e25dcc9800] Ack server push request, request = NotifySubscriberRequest, requestId = 20
11:29:08.062 [main] INFO  c.r.a.RuoYiAuthApplication - [logStarted,61] - Started RuoYiAuthApplication in 19.092 seconds (JVM running for 21.408)
11:29:08.075 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth.yml, group=DEFAULT_GROUP
11:29:08.077 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth-dev.yml, group=DEFAULT_GROUP
11:29:08.079 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth, group=DEFAULT_GROUP
11:29:08.888 [RMI TCP Connection(2)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
11:42:31.559 [nacos-grpc-client-executor-174] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [804baa02-32d2-4f27-821d-17e25dcc9800] Receive server push request, request = NotifySubscriberRequest, requestId = 34
11:42:31.562 [nacos-grpc-client-executor-174] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [804baa02-32d2-4f27-821d-17e25dcc9800] Ack server push request, request = NotifySubscriberRequest, requestId = 34
12:46:47.123 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
12:46:48.942 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 18f2b4c1-39ee-4c4f-9d94-4c6a1fb01eaa_config-0
12:46:49.050 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 70 ms to scan 1 urls, producing 3 keys and 6 values 
12:46:49.111 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 28 ms to scan 1 urls, producing 4 keys and 9 values 
12:46:49.146 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 31 ms to scan 1 urls, producing 3 keys and 10 values 
12:46:49.697 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 541 ms to scan 242 urls, producing 0 keys and 0 values 
12:46:49.714 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 1 keys and 5 values 
12:46:49.749 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 28 ms to scan 1 urls, producing 1 keys and 7 values 
12:46:49.778 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 25 ms to scan 1 urls, producing 2 keys and 8 values 
12:46:50.183 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 400 ms to scan 242 urls, producing 0 keys and 0 values 
12:46:50.184 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [18f2b4c1-39ee-4c4f-9d94-4c6a1fb01eaa_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
12:46:50.185 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [18f2b4c1-39ee-4c4f-9d94-4c6a1fb01eaa_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/102577332
12:46:50.186 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [18f2b4c1-39ee-4c4f-9d94-4c6a1fb01eaa_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1484982263
12:46:50.187 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [18f2b4c1-39ee-4c4f-9d94-4c6a1fb01eaa_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
12:46:50.188 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [18f2b4c1-39ee-4c4f-9d94-4c6a1fb01eaa_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
12:46:50.201 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [18f2b4c1-39ee-4c4f-9d94-4c6a1fb01eaa_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
12:46:52.929 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [18f2b4c1-39ee-4c4f-9d94-4c6a1fb01eaa_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1719204412698_192.168.110.235_59085
12:46:52.931 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [18f2b4c1-39ee-4c4f-9d94-4c6a1fb01eaa_config-0] Notify connected event to listeners.
12:46:52.931 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [18f2b4c1-39ee-4c4f-9d94-4c6a1fb01eaa_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
12:46:52.932 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [18f2b4c1-39ee-4c4f-9d94-4c6a1fb01eaa_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/645323781
12:46:53.052 [main] INFO  c.r.a.RuoYiAuthApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
12:46:57.805 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9200"]
12:46:57.806 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
12:46:57.807 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
12:46:58.387 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
12:47:01.899 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
12:47:05.431 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
12:47:06.195 [redisson-netty-4-7] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
12:47:06.344 [redisson-netty-4-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
12:47:08.076 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 9cfc0476-1e8a-4b06-a886-5e9a9705929d
12:47:08.076 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfc0476-1e8a-4b06-a886-5e9a9705929d] RpcClient init label, labels = {module=naming, source=sdk}
12:47:08.079 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfc0476-1e8a-4b06-a886-5e9a9705929d] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
12:47:08.079 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfc0476-1e8a-4b06-a886-5e9a9705929d] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
12:47:08.080 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfc0476-1e8a-4b06-a886-5e9a9705929d] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
12:47:08.081 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfc0476-1e8a-4b06-a886-5e9a9705929d] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
12:47:08.203 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfc0476-1e8a-4b06-a886-5e9a9705929d] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1719204428126_192.168.110.235_59531
12:47:08.203 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfc0476-1e8a-4b06-a886-5e9a9705929d] Notify connected event to listeners.
12:47:08.203 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfc0476-1e8a-4b06-a886-5e9a9705929d] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
12:47:08.203 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfc0476-1e8a-4b06-a886-5e9a9705929d] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/645323781
12:47:08.247 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9200"]
12:47:08.276 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-auth 192.168.110.235:9200 register finished
12:47:08.796 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfc0476-1e8a-4b06-a886-5e9a9705929d] Receive server push request, request = NotifySubscriberRequest, requestId = 53
12:47:08.804 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfc0476-1e8a-4b06-a886-5e9a9705929d] Ack server push request, request = NotifySubscriberRequest, requestId = 53
12:47:09.247 [main] INFO  c.r.a.RuoYiAuthApplication - [logStarted,61] - Started RuoYiAuthApplication in 24.108 seconds (JVM running for 27.97)
12:47:09.261 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth.yml, group=DEFAULT_GROUP
12:47:09.264 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth-dev.yml, group=DEFAULT_GROUP
12:47:09.265 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth, group=DEFAULT_GROUP
12:47:10.593 [RMI TCP Connection(5)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
13:56:14.519 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfc0476-1e8a-4b06-a886-5e9a9705929d] Server healthy check fail, currentConnection = 1719204428126_192.168.110.235_59531
13:56:14.521 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfc0476-1e8a-4b06-a886-5e9a9705929d] Try to reconnect to a new server, server is  not appointed, will choose a random server.
13:56:14.879 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfc0476-1e8a-4b06-a886-5e9a9705929d] Success to connect a server [192.168.110.235:8848], connectionId = 1719208574694_192.168.110.235_61488
13:56:14.879 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfc0476-1e8a-4b06-a886-5e9a9705929d] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1719204428126_192.168.110.235_59531
13:56:14.879 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1719204428126_192.168.110.235_59531
13:56:14.931 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfc0476-1e8a-4b06-a886-5e9a9705929d] Notify disconnected event to listeners
13:56:14.936 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfc0476-1e8a-4b06-a886-5e9a9705929d] Notify connected event to listeners.
13:56:14.936 [nacos-grpc-client-executor-842] INFO  c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1719204428126_192.168.110.235_59531]Ignore complete event,isRunning:true,isAbandon=true
13:56:14.938 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfc0476-1e8a-4b06-a886-5e9a9705929d] Server check success, currentServer is 192.168.110.235:8848
13:56:16.510 [nacos-grpc-client-executor-847] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfc0476-1e8a-4b06-a886-5e9a9705929d] Receive server push request, request = NotifySubscriberRequest, requestId = 63
13:56:16.511 [nacos-grpc-client-executor-847] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfc0476-1e8a-4b06-a886-5e9a9705929d] Ack server push request, request = NotifySubscriberRequest, requestId = 63
14:03:33.029 [nacos-grpc-client-executor-935] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfc0476-1e8a-4b06-a886-5e9a9705929d] Receive server push request, request = NotifySubscriberRequest, requestId = 66
14:03:33.029 [nacos-grpc-client-executor-935] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfc0476-1e8a-4b06-a886-5e9a9705929d] Ack server push request, request = NotifySubscriberRequest, requestId = 66
15:33:51.186 [lettuce-nioEventLoop-7-1] INFO  i.l.c.p.CommandHandler - [log,217] - null Unexpected exception during request: java.io.IOException: 远程主机强迫关闭了一个现有的连接。
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)
15:33:51.264 [lettuce-eventExecutorLoop-1-6] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was /192.168.110.188:6379
15:33:51.297 [lettuce-nioEventLoop-7-3] INFO  i.l.c.p.ReconnectionHandler - [lambda$null$3,174] - Reconnected to 192.168.110.188:6379
15:59:18.373 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
15:59:19.515 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 4fec784e-7498-4e6f-8ec5-c9b521ceec5c_config-0
15:59:19.580 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 41 ms to scan 1 urls, producing 3 keys and 6 values 
15:59:19.618 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 4 keys and 9 values 
15:59:19.634 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 3 keys and 10 values 
15:59:19.971 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 334 ms to scan 241 urls, producing 0 keys and 0 values 
15:59:19.982 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 1 keys and 5 values 
15:59:20.003 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 1 keys and 7 values 
15:59:20.023 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 2 keys and 8 values 
15:59:20.306 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 281 ms to scan 241 urls, producing 0 keys and 0 values 
15:59:20.315 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4fec784e-7498-4e6f-8ec5-c9b521ceec5c_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
15:59:20.317 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4fec784e-7498-4e6f-8ec5-c9b521ceec5c_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/1006624255
15:59:20.318 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4fec784e-7498-4e6f-8ec5-c9b521ceec5c_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1721180011
15:59:20.318 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4fec784e-7498-4e6f-8ec5-c9b521ceec5c_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
15:59:20.319 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4fec784e-7498-4e6f-8ec5-c9b521ceec5c_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
15:59:20.326 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4fec784e-7498-4e6f-8ec5-c9b521ceec5c_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.235', server main port = 8848}
15:59:22.206 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4fec784e-7498-4e6f-8ec5-c9b521ceec5c_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1719215961934_192.168.110.235_52239
15:59:22.208 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4fec784e-7498-4e6f-8ec5-c9b521ceec5c_config-0] Notify connected event to listeners.
15:59:22.209 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4fec784e-7498-4e6f-8ec5-c9b521ceec5c_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
15:59:22.211 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4fec784e-7498-4e6f-8ec5-c9b521ceec5c_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1338770454
15:59:22.344 [main] INFO  c.r.a.RuoYiAuthApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
16:00:47.998 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
16:00:49.096 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 03864396-5a0a-4cd5-ab31-c0c8ef8ede54_config-0
16:00:49.156 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 40 ms to scan 1 urls, producing 3 keys and 6 values 
16:00:49.190 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 4 keys and 9 values 
16:00:49.217 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 25 ms to scan 1 urls, producing 3 keys and 10 values 
16:00:49.536 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 316 ms to scan 241 urls, producing 0 keys and 0 values 
16:00:49.549 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 1 keys and 5 values 
16:00:49.566 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 1 keys and 7 values 
16:00:49.587 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 19 ms to scan 1 urls, producing 2 keys and 8 values 
16:00:49.864 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 275 ms to scan 241 urls, producing 0 keys and 0 values 
16:00:49.865 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [03864396-5a0a-4cd5-ab31-c0c8ef8ede54_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
16:00:49.866 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [03864396-5a0a-4cd5-ab31-c0c8ef8ede54_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/1006624255
16:00:49.866 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [03864396-5a0a-4cd5-ab31-c0c8ef8ede54_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1721180011
16:00:49.867 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [03864396-5a0a-4cd5-ab31-c0c8ef8ede54_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
16:00:49.867 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [03864396-5a0a-4cd5-ab31-c0c8ef8ede54_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
16:00:49.874 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [03864396-5a0a-4cd5-ab31-c0c8ef8ede54_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.235', server main port = 8848}
16:00:51.653 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [03864396-5a0a-4cd5-ab31-c0c8ef8ede54_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1719216051385_192.168.110.235_52334
16:00:51.654 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [03864396-5a0a-4cd5-ab31-c0c8ef8ede54_config-0] Notify connected event to listeners.
16:00:51.654 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [03864396-5a0a-4cd5-ab31-c0c8ef8ede54_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:00:51.654 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [03864396-5a0a-4cd5-ab31-c0c8ef8ede54_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1338770454
16:00:51.727 [main] INFO  c.r.a.RuoYiAuthApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
16:00:54.300 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8200"]
16:00:54.301 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
16:00:54.301 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
16:00:54.701 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
16:00:56.658 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
16:00:58.904 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
16:00:59.424 [redisson-netty-4-6] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
16:00:59.481 [redisson-netty-4-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
16:01:00.615 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of faabae6b-0b2a-44b5-a86e-a42719d5233a
16:01:00.616 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [faabae6b-0b2a-44b5-a86e-a42719d5233a] RpcClient init label, labels = {module=naming, source=sdk}
16:01:00.618 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [faabae6b-0b2a-44b5-a86e-a42719d5233a] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
16:01:00.618 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [faabae6b-0b2a-44b5-a86e-a42719d5233a] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
16:01:00.618 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [faabae6b-0b2a-44b5-a86e-a42719d5233a] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
16:01:00.619 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [faabae6b-0b2a-44b5-a86e-a42719d5233a] Try to connect to server on start up, server: {serverIp = '192.168.110.235', server main port = 8848}
16:01:00.743 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [faabae6b-0b2a-44b5-a86e-a42719d5233a] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1719216060625_192.168.110.235_52437
16:01:00.744 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [faabae6b-0b2a-44b5-a86e-a42719d5233a] Notify connected event to listeners.
16:01:00.744 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [faabae6b-0b2a-44b5-a86e-a42719d5233a] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:01:00.744 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [faabae6b-0b2a-44b5-a86e-a42719d5233a] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1338770454
16:01:00.786 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8200"]
16:01:00.809 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-auth 192.168.110.235:8200 register finished
16:01:01.315 [nacos-grpc-client-executor-7] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [faabae6b-0b2a-44b5-a86e-a42719d5233a] Receive server push request, request = NotifySubscriberRequest, requestId = 3
16:01:01.324 [nacos-grpc-client-executor-7] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [faabae6b-0b2a-44b5-a86e-a42719d5233a] Ack server push request, request = NotifySubscriberRequest, requestId = 3
16:01:01.566 [main] INFO  c.r.a.RuoYiAuthApplication - [logStarted,61] - Started RuoYiAuthApplication in 14.583 seconds (JVM running for 16.349)
16:01:01.576 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth.yml, group=DEFAULT_GROUP
16:01:01.579 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth-dev.yml, group=DEFAULT_GROUP
16:01:01.580 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth, group=DEFAULT_GROUP
16:01:02.052 [RMI TCP Connection(1)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
16:06:13.309 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
16:06:14.473 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of d9ad9323-6b85-41d4-b04e-9223bd0d6ea3_config-0
16:06:14.543 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 47 ms to scan 1 urls, producing 3 keys and 6 values 
16:06:14.582 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 4 keys and 9 values 
16:06:14.600 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 3 keys and 10 values 
16:06:14.945 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 340 ms to scan 242 urls, producing 0 keys and 0 values 
16:06:14.962 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 1 keys and 5 values 
16:06:14.984 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 1 keys and 7 values 
16:06:14.998 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 2 keys and 8 values 
16:06:15.282 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 281 ms to scan 242 urls, producing 0 keys and 0 values 
16:06:15.285 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d9ad9323-6b85-41d4-b04e-9223bd0d6ea3_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
16:06:15.286 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d9ad9323-6b85-41d4-b04e-9223bd0d6ea3_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/157004450
16:06:15.286 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d9ad9323-6b85-41d4-b04e-9223bd0d6ea3_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1188390859
16:06:15.287 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d9ad9323-6b85-41d4-b04e-9223bd0d6ea3_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
16:06:15.288 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d9ad9323-6b85-41d4-b04e-9223bd0d6ea3_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
16:06:15.299 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d9ad9323-6b85-41d4-b04e-9223bd0d6ea3_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.235', server main port = 8848}
16:06:17.240 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d9ad9323-6b85-41d4-b04e-9223bd0d6ea3_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1719216377036_192.168.110.235_52611
16:06:17.241 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d9ad9323-6b85-41d4-b04e-9223bd0d6ea3_config-0] Notify connected event to listeners.
16:06:17.242 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d9ad9323-6b85-41d4-b04e-9223bd0d6ea3_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:06:17.242 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d9ad9323-6b85-41d4-b04e-9223bd0d6ea3_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/559065904
16:06:17.361 [main] INFO  c.r.a.RuoYiAuthApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
16:06:20.716 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8200"]
16:06:20.716 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
16:06:20.716 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
16:06:21.165 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
16:06:23.536 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
16:06:25.776 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
16:06:26.301 [redisson-netty-4-6] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
16:06:26.366 [redisson-netty-4-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
16:06:27.598 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 9ee1566c-49df-49b0-895a-10ed3ef68602
16:06:27.598 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9ee1566c-49df-49b0-895a-10ed3ef68602] RpcClient init label, labels = {module=naming, source=sdk}
16:06:27.600 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9ee1566c-49df-49b0-895a-10ed3ef68602] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
16:06:27.600 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9ee1566c-49df-49b0-895a-10ed3ef68602] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
16:06:27.601 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9ee1566c-49df-49b0-895a-10ed3ef68602] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
16:06:27.602 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9ee1566c-49df-49b0-895a-10ed3ef68602] Try to connect to server on start up, server: {serverIp = '192.168.110.235', server main port = 8848}
16:06:27.721 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9ee1566c-49df-49b0-895a-10ed3ef68602] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1719216387608_192.168.110.235_52713
16:06:27.721 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9ee1566c-49df-49b0-895a-10ed3ef68602] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:06:27.721 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9ee1566c-49df-49b0-895a-10ed3ef68602] Notify connected event to listeners.
16:06:27.721 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9ee1566c-49df-49b0-895a-10ed3ef68602] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/559065904
16:06:27.764 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8200"]
16:06:27.787 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-auth 192.168.110.235:8200 register finished
16:06:28.255 [nacos-grpc-client-executor-7] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9ee1566c-49df-49b0-895a-10ed3ef68602] Receive server push request, request = NotifySubscriberRequest, requestId = 4
16:06:28.264 [nacos-grpc-client-executor-7] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9ee1566c-49df-49b0-895a-10ed3ef68602] Ack server push request, request = NotifySubscriberRequest, requestId = 4
16:06:28.603 [main] INFO  c.r.a.RuoYiAuthApplication - [logStarted,61] - Started RuoYiAuthApplication in 16.43 seconds (JVM running for 18.607)
16:06:28.614 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth.yml, group=DEFAULT_GROUP
16:06:28.616 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth-dev.yml, group=DEFAULT_GROUP
16:06:28.617 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth, group=DEFAULT_GROUP
16:06:29.381 [RMI TCP Connection(1)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
16:16:40.395 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
16:16:41.560 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of b14b13a1-d5f8-4377-bc61-f4488b32b6b4_config-0
16:16:41.628 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 45 ms to scan 1 urls, producing 3 keys and 6 values 
16:16:41.666 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 4 keys and 9 values 
16:16:41.682 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 3 keys and 10 values 
16:16:42.028 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 341 ms to scan 242 urls, producing 0 keys and 0 values 
16:16:42.044 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 1 keys and 5 values 
16:16:42.066 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 1 keys and 7 values 
16:16:42.084 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 2 keys and 8 values 
16:16:42.369 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 282 ms to scan 242 urls, producing 0 keys and 0 values 
16:16:42.371 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b14b13a1-d5f8-4377-bc61-f4488b32b6b4_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
16:16:42.372 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b14b13a1-d5f8-4377-bc61-f4488b32b6b4_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/872592585
16:16:42.373 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b14b13a1-d5f8-4377-bc61-f4488b32b6b4_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/157004450
16:16:42.373 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b14b13a1-d5f8-4377-bc61-f4488b32b6b4_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
16:16:42.374 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b14b13a1-d5f8-4377-bc61-f4488b32b6b4_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
16:16:42.384 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b14b13a1-d5f8-4377-bc61-f4488b32b6b4_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.235', server main port = 8848}
16:16:44.325 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b14b13a1-d5f8-4377-bc61-f4488b32b6b4_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1719217004118_192.168.110.235_53680
16:16:44.327 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b14b13a1-d5f8-4377-bc61-f4488b32b6b4_config-0] Notify connected event to listeners.
16:16:44.328 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b14b13a1-d5f8-4377-bc61-f4488b32b6b4_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:16:44.330 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b14b13a1-d5f8-4377-bc61-f4488b32b6b4_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/158995547
16:16:44.426 [main] INFO  c.r.a.RuoYiAuthApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
16:16:47.452 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8200"]
16:16:47.452 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
16:16:47.452 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
16:16:47.875 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
16:16:50.182 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
16:16:52.439 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
16:16:52.960 [redisson-netty-4-5] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
16:16:53.063 [redisson-netty-4-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
16:16:54.276 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 9d49eafa-ff32-482a-b25f-6d23edeb7c23
16:16:54.276 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d49eafa-ff32-482a-b25f-6d23edeb7c23] RpcClient init label, labels = {module=naming, source=sdk}
16:16:54.278 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d49eafa-ff32-482a-b25f-6d23edeb7c23] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
16:16:54.278 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d49eafa-ff32-482a-b25f-6d23edeb7c23] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
16:16:54.278 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d49eafa-ff32-482a-b25f-6d23edeb7c23] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
16:16:54.279 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d49eafa-ff32-482a-b25f-6d23edeb7c23] Try to connect to server on start up, server: {serverIp = '192.168.110.235', server main port = 8848}
16:16:54.393 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d49eafa-ff32-482a-b25f-6d23edeb7c23] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1719217014284_192.168.110.235_53776
16:16:54.393 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d49eafa-ff32-482a-b25f-6d23edeb7c23] Notify connected event to listeners.
16:16:54.393 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d49eafa-ff32-482a-b25f-6d23edeb7c23] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:16:54.394 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d49eafa-ff32-482a-b25f-6d23edeb7c23] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/158995547
16:16:54.444 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8200"]
16:16:54.492 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-auth 192.168.110.235:8200 register finished
16:16:54.929 [nacos-grpc-client-executor-7] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d49eafa-ff32-482a-b25f-6d23edeb7c23] Receive server push request, request = NotifySubscriberRequest, requestId = 9
16:16:54.937 [nacos-grpc-client-executor-7] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d49eafa-ff32-482a-b25f-6d23edeb7c23] Ack server push request, request = NotifySubscriberRequest, requestId = 9
16:16:55.297 [main] INFO  c.r.a.RuoYiAuthApplication - [logStarted,61] - Started RuoYiAuthApplication in 16.053 seconds (JVM running for 18.183)
16:16:55.309 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth.yml, group=DEFAULT_GROUP
16:16:55.311 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth-dev.yml, group=DEFAULT_GROUP
16:16:55.312 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth, group=DEFAULT_GROUP
16:16:56.308 [RMI TCP Connection(3)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
16:29:03.469 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
16:29:04.660 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 9f056fcf-740f-48fe-a872-df84e5d558ec_config-0
16:29:04.733 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 47 ms to scan 1 urls, producing 3 keys and 6 values 
16:29:04.776 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 24 ms to scan 1 urls, producing 4 keys and 9 values 
16:29:04.795 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 3 keys and 10 values 
16:29:05.136 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 337 ms to scan 242 urls, producing 0 keys and 0 values 
16:29:05.153 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 1 keys and 5 values 
16:29:05.176 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 21 ms to scan 1 urls, producing 1 keys and 7 values 
16:29:05.193 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 2 keys and 8 values 
16:29:05.497 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 302 ms to scan 242 urls, producing 0 keys and 0 values 
16:29:05.499 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9f056fcf-740f-48fe-a872-df84e5d558ec_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
16:29:05.500 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9f056fcf-740f-48fe-a872-df84e5d558ec_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/685871974
16:29:05.500 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9f056fcf-740f-48fe-a872-df84e5d558ec_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1529303412
16:29:05.501 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9f056fcf-740f-48fe-a872-df84e5d558ec_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
16:29:05.502 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9f056fcf-740f-48fe-a872-df84e5d558ec_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
16:29:05.511 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9f056fcf-740f-48fe-a872-df84e5d558ec_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.235', server main port = 8848}
16:29:07.472 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9f056fcf-740f-48fe-a872-df84e5d558ec_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1719217747260_192.168.110.235_55176
16:29:07.473 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9f056fcf-740f-48fe-a872-df84e5d558ec_config-0] Notify connected event to listeners.
16:29:07.473 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9f056fcf-740f-48fe-a872-df84e5d558ec_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:29:07.473 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9f056fcf-740f-48fe-a872-df84e5d558ec_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1405163418
16:29:07.565 [main] INFO  c.r.a.RuoYiAuthApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
16:29:11.582 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8200"]
16:29:11.583 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
16:29:11.584 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
16:29:12.152 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
16:29:15.015 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
16:29:17.709 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
16:29:18.303 [redisson-netty-4-7] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
16:29:18.372 [redisson-netty-4-18] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
16:29:19.825 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 7cb7334d-1d63-4ffd-b979-7ea15e470936
16:29:19.825 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7cb7334d-1d63-4ffd-b979-7ea15e470936] RpcClient init label, labels = {module=naming, source=sdk}
16:29:19.827 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7cb7334d-1d63-4ffd-b979-7ea15e470936] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
16:29:19.827 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7cb7334d-1d63-4ffd-b979-7ea15e470936] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
16:29:19.827 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7cb7334d-1d63-4ffd-b979-7ea15e470936] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
16:29:19.828 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7cb7334d-1d63-4ffd-b979-7ea15e470936] Try to connect to server on start up, server: {serverIp = '192.168.110.235', server main port = 8848}
16:29:19.957 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7cb7334d-1d63-4ffd-b979-7ea15e470936] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1719217759837_192.168.110.235_55311
16:29:19.958 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7cb7334d-1d63-4ffd-b979-7ea15e470936] Notify connected event to listeners.
16:29:19.958 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7cb7334d-1d63-4ffd-b979-7ea15e470936] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:29:19.958 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7cb7334d-1d63-4ffd-b979-7ea15e470936] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1405163418
16:29:19.996 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8200"]
16:29:20.022 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-auth 192.168.110.235:8200 register finished
16:29:20.525 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7cb7334d-1d63-4ffd-b979-7ea15e470936] Receive server push request, request = NotifySubscriberRequest, requestId = 17
16:29:20.532 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7cb7334d-1d63-4ffd-b979-7ea15e470936] Ack server push request, request = NotifySubscriberRequest, requestId = 17
16:29:20.838 [main] INFO  c.r.a.RuoYiAuthApplication - [logStarted,61] - Started RuoYiAuthApplication in 18.683 seconds (JVM running for 21.008)
16:29:20.848 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth.yml, group=DEFAULT_GROUP
16:29:20.852 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth-dev.yml, group=DEFAULT_GROUP
16:29:20.853 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth, group=DEFAULT_GROUP
16:29:21.847 [RMI TCP Connection(2)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
17:05:33.836 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
17:05:35.047 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 576af1f3-d5af-4989-b8c6-ac0904ca0699_config-0
17:05:35.117 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 45 ms to scan 1 urls, producing 3 keys and 6 values 
17:05:35.158 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 4 keys and 9 values 
17:05:35.175 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 3 keys and 10 values 
17:05:35.523 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 343 ms to scan 242 urls, producing 0 keys and 0 values 
17:05:35.540 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 1 keys and 5 values 
17:05:35.562 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 1 keys and 7 values 
17:05:35.579 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 2 keys and 8 values 
17:05:35.872 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 290 ms to scan 242 urls, producing 0 keys and 0 values 
17:05:35.874 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [576af1f3-d5af-4989-b8c6-ac0904ca0699_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
17:05:35.874 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [576af1f3-d5af-4989-b8c6-ac0904ca0699_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/277697988
17:05:35.875 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [576af1f3-d5af-4989-b8c6-ac0904ca0699_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1412612727
17:05:35.875 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [576af1f3-d5af-4989-b8c6-ac0904ca0699_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
17:05:35.876 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [576af1f3-d5af-4989-b8c6-ac0904ca0699_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
17:05:35.886 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [576af1f3-d5af-4989-b8c6-ac0904ca0699_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.235', server main port = 8848}
17:05:37.913 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [576af1f3-d5af-4989-b8c6-ac0904ca0699_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1719219937714_192.168.110.235_58751
17:05:37.914 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [576af1f3-d5af-4989-b8c6-ac0904ca0699_config-0] Notify connected event to listeners.
17:05:37.914 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [576af1f3-d5af-4989-b8c6-ac0904ca0699_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:05:37.915 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [576af1f3-d5af-4989-b8c6-ac0904ca0699_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1362842287
17:05:38.017 [main] INFO  c.r.a.RuoYiAuthApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
17:05:41.217 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8200"]
17:05:41.218 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
17:05:41.218 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
17:05:41.662 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
17:05:44.004 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
17:05:46.350 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
17:05:46.919 [redisson-netty-4-7] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
17:05:46.995 [redisson-netty-4-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
17:05:48.366 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 8ad577d5-016b-48fa-aef2-b9860340433b
17:05:48.367 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [8ad577d5-016b-48fa-aef2-b9860340433b] RpcClient init label, labels = {module=naming, source=sdk}
17:05:48.370 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [8ad577d5-016b-48fa-aef2-b9860340433b] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
17:05:48.370 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [8ad577d5-016b-48fa-aef2-b9860340433b] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
17:05:48.371 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [8ad577d5-016b-48fa-aef2-b9860340433b] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
17:05:48.372 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [8ad577d5-016b-48fa-aef2-b9860340433b] Try to connect to server on start up, server: {serverIp = '192.168.110.235', server main port = 8848}
17:05:48.487 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [8ad577d5-016b-48fa-aef2-b9860340433b] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1719219948377_192.168.110.235_58921
17:05:48.487 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [8ad577d5-016b-48fa-aef2-b9860340433b] Notify connected event to listeners.
17:05:48.487 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [8ad577d5-016b-48fa-aef2-b9860340433b] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:05:48.488 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [8ad577d5-016b-48fa-aef2-b9860340433b] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1362842287
17:05:48.534 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8200"]
17:05:48.560 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-auth 192.168.110.235:8200 register finished
17:05:49.021 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [8ad577d5-016b-48fa-aef2-b9860340433b] Receive server push request, request = NotifySubscriberRequest, requestId = 31
17:05:49.031 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [8ad577d5-016b-48fa-aef2-b9860340433b] Ack server push request, request = NotifySubscriberRequest, requestId = 31
17:05:49.547 [main] INFO  c.r.a.RuoYiAuthApplication - [logStarted,61] - Started RuoYiAuthApplication in 16.955 seconds (JVM running for 19.372)
17:05:49.560 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth.yml, group=DEFAULT_GROUP
17:05:49.563 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth-dev.yml, group=DEFAULT_GROUP
17:05:49.564 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth, group=DEFAULT_GROUP
17:05:50.331 [RMI TCP Connection(2)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
17:06:35.934 [nacos-grpc-client-executor-22] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [576af1f3-d5af-4989-b8c6-ac0904ca0699_config-0] Receive server push request, request = ConfigChangeNotifyRequest, requestId = 32
17:06:35.935 [nacos-grpc-client-executor-22] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [576af1f3-d5af-4989-b8c6-ac0904ca0699_config-0] Ack server push request, request = ConfigChangeNotifyRequest, requestId = 32
17:06:47.018 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
17:06:48.179 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 4e32e7e7-d899-4314-b85c-08d02beb3795_config-0
17:06:48.247 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 46 ms to scan 1 urls, producing 3 keys and 6 values 
17:06:48.289 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 21 ms to scan 1 urls, producing 4 keys and 9 values 
17:06:48.308 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 3 keys and 10 values 
17:06:48.639 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 326 ms to scan 242 urls, producing 0 keys and 0 values 
17:06:48.656 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 1 keys and 5 values 
17:06:48.678 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 19 ms to scan 1 urls, producing 1 keys and 7 values 
17:06:48.694 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 2 keys and 8 values 
17:06:49.041 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 342 ms to scan 242 urls, producing 0 keys and 0 values 
17:06:49.044 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4e32e7e7-d899-4314-b85c-08d02beb3795_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
17:06:49.045 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4e32e7e7-d899-4314-b85c-08d02beb3795_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/541135648
17:06:49.046 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4e32e7e7-d899-4314-b85c-08d02beb3795_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/726762476
17:06:49.047 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4e32e7e7-d899-4314-b85c-08d02beb3795_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
17:06:49.048 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4e32e7e7-d899-4314-b85c-08d02beb3795_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
17:06:49.061 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4e32e7e7-d899-4314-b85c-08d02beb3795_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.235', server main port = 8848}
17:06:51.027 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4e32e7e7-d899-4314-b85c-08d02beb3795_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1719220010808_192.168.110.235_59698
17:06:51.027 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4e32e7e7-d899-4314-b85c-08d02beb3795_config-0] Notify connected event to listeners.
17:06:51.027 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4e32e7e7-d899-4314-b85c-08d02beb3795_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:06:51.028 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4e32e7e7-d899-4314-b85c-08d02beb3795_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/2041504298
17:06:51.116 [main] INFO  c.r.a.RuoYiAuthApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
17:06:54.551 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8200"]
17:06:54.552 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
17:06:54.552 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
17:06:55.049 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
17:06:57.613 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
17:07:00.131 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
17:07:00.669 [redisson-netty-4-5] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
17:07:00.788 [redisson-netty-4-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
17:07:02.256 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 0b55a858-57d7-4850-bcb6-104aa09a0726
17:07:02.256 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [0b55a858-57d7-4850-bcb6-104aa09a0726] RpcClient init label, labels = {module=naming, source=sdk}
17:07:02.258 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [0b55a858-57d7-4850-bcb6-104aa09a0726] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
17:07:02.258 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [0b55a858-57d7-4850-bcb6-104aa09a0726] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
17:07:02.259 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [0b55a858-57d7-4850-bcb6-104aa09a0726] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
17:07:02.259 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [0b55a858-57d7-4850-bcb6-104aa09a0726] Try to connect to server on start up, server: {serverIp = '192.168.110.235', server main port = 8848}
17:07:02.375 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [0b55a858-57d7-4850-bcb6-104aa09a0726] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1719220022264_192.168.110.235_59805
17:07:02.375 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [0b55a858-57d7-4850-bcb6-104aa09a0726] Notify connected event to listeners.
17:07:02.375 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [0b55a858-57d7-4850-bcb6-104aa09a0726] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:07:02.376 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [0b55a858-57d7-4850-bcb6-104aa09a0726] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/2041504298
17:07:02.420 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8200"]
17:07:02.448 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-auth 192.168.110.235:8200 register finished
17:07:02.925 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [0b55a858-57d7-4850-bcb6-104aa09a0726] Receive server push request, request = NotifySubscriberRequest, requestId = 33
17:07:02.933 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [0b55a858-57d7-4850-bcb6-104aa09a0726] Ack server push request, request = NotifySubscriberRequest, requestId = 33
17:07:03.318 [main] INFO  c.r.a.RuoYiAuthApplication - [logStarted,61] - Started RuoYiAuthApplication in 17.544 seconds (JVM running for 19.754)
17:07:03.332 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth.yml, group=DEFAULT_GROUP
17:07:03.335 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth-dev.yml, group=DEFAULT_GROUP
17:07:03.336 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth, group=DEFAULT_GROUP
17:07:04.223 [RMI TCP Connection(2)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'