rentaiming
2024-07-26 db0b39fdde2904e31b7cd07e7a353cf537421b0c
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
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
10:10:07.692 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
10:10:08.702 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 3e61f372-77a0-4146-9949-964df8a7f955_config-0
10:10:08.785 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 50 ms to scan 1 urls, producing 3 keys and 6 values 
10:10:08.833 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 26 ms to scan 1 urls, producing 4 keys and 9 values 
10:10:08.851 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 3 keys and 10 values 
10:10:09.203 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 348 ms to scan 245 urls, producing 0 keys and 0 values 
10:10:09.218 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 1 keys and 5 values 
10:10:09.237 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 1 keys and 7 values 
10:10:09.252 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 2 keys and 8 values 
10:10:09.559 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 303 ms to scan 245 urls, producing 0 keys and 0 values 
10:10:09.563 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3e61f372-77a0-4146-9949-964df8a7f955_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
10:10:09.564 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3e61f372-77a0-4146-9949-964df8a7f955_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/1858493278
10:10:09.564 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3e61f372-77a0-4146-9949-964df8a7f955_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/2079051109
10:10:09.565 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3e61f372-77a0-4146-9949-964df8a7f955_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
10:10:09.567 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3e61f372-77a0-4146-9949-964df8a7f955_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
10:10:09.579 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3e61f372-77a0-4146-9949-964df8a7f955_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
10:10:11.296 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3e61f372-77a0-4146-9949-964df8a7f955_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717553410204_192.168.110.235_59856
10:10:11.297 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3e61f372-77a0-4146-9949-964df8a7f955_config-0] Notify connected event to listeners.
10:10:11.297 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3e61f372-77a0-4146-9949-964df8a7f955_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:10:11.298 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3e61f372-77a0-4146-9949-964df8a7f955_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1732005742
10:10:11.415 [main] INFO  c.r.s.RuoYiSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
10:10:15.618 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9201"]
10:10:15.619 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
10:10:15.620 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
10:10:16.097 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
10:10:16.905 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
10:10:16.907 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
10:10:16.908 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
10:10:19.507 [main] INFO  c.o.s.ObsClient - [invoke0,-2] - Storage|1|HTTP+XML|ObsClient||||2024-06-05 10:10:18|2024-06-05 10:10:19|||0|
10:11:09.683 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
10:11:33.496 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
10:11:34.144 [redisson-netty-5-6] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
10:11:34.310 [redisson-netty-5-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
10:11:50.401 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 33fe936f-1716-410f-8ba2-e66fedad9e40
10:11:50.402 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [33fe936f-1716-410f-8ba2-e66fedad9e40] RpcClient init label, labels = {module=naming, source=sdk}
10:11:50.409 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [33fe936f-1716-410f-8ba2-e66fedad9e40] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
10:11:50.410 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [33fe936f-1716-410f-8ba2-e66fedad9e40] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
10:11:50.414 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [33fe936f-1716-410f-8ba2-e66fedad9e40] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
10:11:50.416 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [33fe936f-1716-410f-8ba2-e66fedad9e40] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
10:11:50.553 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [33fe936f-1716-410f-8ba2-e66fedad9e40] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717553509678_192.168.110.235_60043
10:11:50.553 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [33fe936f-1716-410f-8ba2-e66fedad9e40] Notify connected event to listeners.
10:11:50.553 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [33fe936f-1716-410f-8ba2-e66fedad9e40] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:11:50.554 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [33fe936f-1716-410f-8ba2-e66fedad9e40] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1732005742
10:11:50.678 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9201"]
10:11:50.816 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-system 192.168.110.235:9201 register finished
10:11:51.185 [nacos-grpc-client-executor-8] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [33fe936f-1716-410f-8ba2-e66fedad9e40] Receive server push request, request = NotifySubscriberRequest, requestId = 77
10:11:51.190 [nacos-grpc-client-executor-8] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [33fe936f-1716-410f-8ba2-e66fedad9e40] Ack server push request, request = NotifySubscriberRequest, requestId = 77
10:11:57.936 [main] INFO  c.r.s.RuoYiSystemApplication - [logStarted,61] - Started RuoYiSystemApplication in 111.318 seconds (JVM running for 113.4)
10:11:58.025 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system, group=DEFAULT_GROUP
10:11:58.034 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system.yml, group=DEFAULT_GROUP
10:11:58.050 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system-dev.yml, group=DEFAULT_GROUP
10:11:59.068 [RMI TCP Connection(11)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
10:12:31.831 [http-nio-9201-exec-3] INFO  c.r.s.s.i.SysUserServiceImpl - [registerUser,281] - user------------------com.ruoyi.system.api.domain.SysUser@106dea5e[
  userId=8
  deptId=<null>
  userName=f43f360d3e8d4c92902aa56128d1797b
  nickName=白金用户
  email=<null>
  phonenumber=oSeiB5QFKeq1-Wf4ezJ32EuEQZws
  sex=<null>
  avatar=https://hongruitang.oss-cn-beijing.aliyuncs.com/default.png
  password=$2a$10$FbfVQPGrIJaL8v/HaulNZeqxsbrtSGfb8Ev8Efe0m6NMT1h3JUDVi
  status=<null>
  delFlag=<null>
  loginIp=<null>
  loginDate=<null>
  createBy=<null>
  createTime=<null>
  updateBy=<null>
  updateTime=<null>
  remark=<null>
  dept=<null>
]
11:08:40.852 [http-nio-9201-exec-4] INFO  c.r.s.s.i.SysUserServiceImpl - [registerUser,281] - user------------------com.ruoyi.system.api.domain.SysUser@55aba14d[
  userId=9
  deptId=<null>
  userName=0c887016be214c5c9a33cfa65e32a8bb
  nickName=白金用户
  email=<null>
  phonenumber=oSeiB5QFKeq1-Wf4ezJ32EuEQZws
  sex=<null>
  avatar=https://hongruitang.oss-cn-beijing.aliyuncs.com/default.png
  password=$2a$10$hcEAd2FTUD0pRvZhilIrsOoVW4JkXfqgzB50op/Oi.fTV2RsIbp5y
  status=<null>
  delFlag=<null>
  loginIp=<null>
  loginDate=<null>
  createBy=<null>
  createTime=<null>
  updateBy=<null>
  updateTime=<null>
  remark=<null>
  dept=<null>
]
11:09:00.764 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3e61f372-77a0-4146-9949-964df8a7f955_config-0] Server healthy check fail, currentConnection = 1717553410204_192.168.110.235_59856
11:09:00.764 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [33fe936f-1716-410f-8ba2-e66fedad9e40] Server healthy check fail, currentConnection = 1717553509678_192.168.110.235_60043
11:09:00.767 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [33fe936f-1716-410f-8ba2-e66fedad9e40] Try to reconnect to a new server, server is  not appointed, will choose a random server.
11:09:00.767 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3e61f372-77a0-4146-9949-964df8a7f955_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
11:09:00.913 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [33fe936f-1716-410f-8ba2-e66fedad9e40] Success to connect a server [192.168.110.235:8848], connectionId = 1717556940025_192.168.110.235_63961
11:09:00.913 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3e61f372-77a0-4146-9949-964df8a7f955_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1717556940029_192.168.110.235_63962
11:09:00.914 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3e61f372-77a0-4146-9949-964df8a7f955_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717553410204_192.168.110.235_59856
11:09:00.914 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [33fe936f-1716-410f-8ba2-e66fedad9e40] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717553509678_192.168.110.235_60043
11:09:00.915 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717553509678_192.168.110.235_60043
11:09:00.915 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717553410204_192.168.110.235_59856
11:09:00.919 [nacos-grpc-client-executor-825] INFO  c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1717553509678_192.168.110.235_60043]Ignore complete event,isRunning:false,isAbandon=true
11:09:00.919 [nacos-grpc-client-executor-880] INFO  c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1717553410204_192.168.110.235_59856]Ignore complete event,isRunning:false,isAbandon=true
11:09:00.941 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3e61f372-77a0-4146-9949-964df8a7f955_config-0] Notify disconnected event to listeners
11:09:00.941 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [33fe936f-1716-410f-8ba2-e66fedad9e40] Notify disconnected event to listeners
11:09:00.947 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [33fe936f-1716-410f-8ba2-e66fedad9e40] Notify connected event to listeners.
11:09:00.950 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3e61f372-77a0-4146-9949-964df8a7f955_config-0] Notify connected event to listeners.
11:09:04.358 [nacos-grpc-client-executor-831] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [33fe936f-1716-410f-8ba2-e66fedad9e40] Receive server push request, request = NotifySubscriberRequest, requestId = 115
11:09:04.360 [nacos-grpc-client-executor-831] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [33fe936f-1716-410f-8ba2-e66fedad9e40] Ack server push request, request = NotifySubscriberRequest, requestId = 115
11:11:17.599 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
11:11:18.439 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 7b27ae3e-06da-453d-b130-3cc4c9052458_config-0
11:11:18.501 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 40 ms to scan 1 urls, producing 3 keys and 6 values 
11:11:18.535 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 4 keys and 9 values 
11:11:18.552 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 3 keys and 10 values 
11:11:18.867 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 311 ms to scan 244 urls, producing 0 keys and 0 values 
11:11:18.883 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 1 keys and 5 values 
11:11:18.902 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 1 keys and 7 values 
11:11:18.921 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 2 keys and 8 values 
11:11:19.214 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 291 ms to scan 244 urls, producing 0 keys and 0 values 
11:11:19.215 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7b27ae3e-06da-453d-b130-3cc4c9052458_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
11:11:19.216 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7b27ae3e-06da-453d-b130-3cc4c9052458_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/105751207
11:11:19.216 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7b27ae3e-06da-453d-b130-3cc4c9052458_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1174881426
11:11:19.217 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7b27ae3e-06da-453d-b130-3cc4c9052458_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
11:11:19.218 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7b27ae3e-06da-453d-b130-3cc4c9052458_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
11:11:19.228 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7b27ae3e-06da-453d-b130-3cc4c9052458_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
11:11:20.688 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7b27ae3e-06da-453d-b130-3cc4c9052458_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717557079678_192.168.110.235_64127
11:11:20.688 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7b27ae3e-06da-453d-b130-3cc4c9052458_config-0] Notify connected event to listeners.
11:11:20.688 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7b27ae3e-06da-453d-b130-3cc4c9052458_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
11:11:20.689 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7b27ae3e-06da-453d-b130-3cc4c9052458_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/665512315
11:11:20.788 [main] INFO  c.r.s.RuoYiSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
11:11:24.493 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9201"]
11:11:24.494 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:11:24.494 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
11:11:24.884 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:11:25.545 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
11:11:25.546 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
11:11:25.546 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
11:11:26.985 [main] INFO  c.o.s.ObsClient - [invoke0,-2] - Storage|1|HTTP+XML|ObsClient||||2024-06-05 11:11:26|2024-06-05 11:11:26|||0|
11:11:30.706 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
11:11:32.181 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
11:11:32.288 [redisson-netty-5-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:11:32.347 [redisson-netty-5-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:11:33.520 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 28416e73-6d2f-44fa-bd7b-a5519e5fa9ee
11:11:33.520 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [28416e73-6d2f-44fa-bd7b-a5519e5fa9ee] RpcClient init label, labels = {module=naming, source=sdk}
11:11:33.521 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [28416e73-6d2f-44fa-bd7b-a5519e5fa9ee] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
11:11:33.522 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [28416e73-6d2f-44fa-bd7b-a5519e5fa9ee] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
11:11:33.522 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [28416e73-6d2f-44fa-bd7b-a5519e5fa9ee] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
11:11:33.523 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [28416e73-6d2f-44fa-bd7b-a5519e5fa9ee] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
11:11:33.646 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [28416e73-6d2f-44fa-bd7b-a5519e5fa9ee] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717557092761_192.168.110.235_64247
11:11:33.646 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [28416e73-6d2f-44fa-bd7b-a5519e5fa9ee] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
11:11:33.646 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [28416e73-6d2f-44fa-bd7b-a5519e5fa9ee] Notify connected event to listeners.
11:11:33.646 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [28416e73-6d2f-44fa-bd7b-a5519e5fa9ee] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/665512315
11:11:33.682 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9201"]
11:11:33.710 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-system 192.168.110.235:9201 register finished
11:11:34.205 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [28416e73-6d2f-44fa-bd7b-a5519e5fa9ee] Receive server push request, request = NotifySubscriberRequest, requestId = 133
11:11:34.212 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [28416e73-6d2f-44fa-bd7b-a5519e5fa9ee] Ack server push request, request = NotifySubscriberRequest, requestId = 133
11:11:34.551 [main] INFO  c.r.s.RuoYiSystemApplication - [logStarted,61] - Started RuoYiSystemApplication in 17.858 seconds (JVM running for 19.575)
11:11:34.571 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system, group=DEFAULT_GROUP
11:11:34.578 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system.yml, group=DEFAULT_GROUP
11:11:34.588 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system-dev.yml, group=DEFAULT_GROUP
11:11:35.223 [RMI TCP Connection(3)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
11:16:15.607 [http-nio-9201-exec-1] INFO  c.r.s.s.i.SysUserServiceImpl - [registerUser,281] - user------------------com.ruoyi.system.api.domain.SysUser@d0d7398[
  userId=10
  deptId=<null>
  userName=24fad8a27ec449a484bba74c06090f6f
  nickName=白金用户
  email=<null>
  phonenumber=oSeiB5QFKeq1-Wf4ezJ32EuEQZws
  sex=<null>
  avatar=https://hongruitang.oss-cn-beijing.aliyuncs.com/default.png
  password=$2a$10$Y.L0lnJ8I.f0/fvvZork6uzuUkYbXjE.1lgQs8RAFP0MPlI.1MyZq
  status=<null>
  delFlag=<null>
  loginIp=<null>
  loginDate=<null>
  createBy=<null>
  createTime=<null>
  updateBy=<null>
  updateTime=<null>
  remark=<null>
  dept=<null>
]
11:18:01.970 [http-nio-9201-exec-3] INFO  c.r.s.s.i.SysUserServiceImpl - [registerUser,281] - user------------------com.ruoyi.system.api.domain.SysUser@4a06c8dd[
  userId=11
  deptId=<null>
  userName=c22f8cffb86d41ba801b62f932e5f53d
  nickName=白金用户
  email=<null>
  phonenumber=oSeiB5QFKeq1-Wf4ezJ32EuEQZws
  sex=<null>
  avatar=https://hongruitang.oss-cn-beijing.aliyuncs.com/default.png
  password=$2a$10$CUB4RupomMdsyKMGewJze.Yo4ajgLHb4LceCLOEaMZqS/tlS2JUka
  status=<null>
  delFlag=<null>
  loginIp=<null>
  loginDate=<null>
  createBy=<null>
  createTime=<null>
  updateBy=<null>
  updateTime=<null>
  remark=<null>
  dept=<null>
]
11:19:00.501 [http-nio-9201-exec-5] INFO  c.r.s.s.i.SysUserServiceImpl - [registerUser,281] - user------------------com.ruoyi.system.api.domain.SysUser@6aaf4b0a[
  userId=12
  deptId=<null>
  userName=d4ca752419cd43d8b811322d0bde54af
  nickName=白金用户
  email=<null>
  phonenumber=oSeiB5QFKeq1-Wf4ezJ32EuEQZws
  sex=<null>
  avatar=https://hongruitang.oss-cn-beijing.aliyuncs.com/default.png
  password=$2a$10$q8tQBo1DDv2oOAapnYIQDOjpTiZnxnu3rWM0Q7X6X862rjcuwER6a
  status=<null>
  delFlag=<null>
  loginIp=<null>
  loginDate=<null>
  createBy=<null>
  createTime=<null>
  updateBy=<null>
  updateTime=<null>
  remark=<null>
  dept=<null>
]
11:35:57.598 [http-nio-9201-exec-9] INFO  c.r.s.s.i.SysUserServiceImpl - [registerUser,281] - user------------------com.ruoyi.system.api.domain.SysUser@2d117a9c[
  userId=13
  deptId=<null>
  userName=a65bdf5fe54949e7a68b747eb41c0bfa
  nickName=白金用户
  email=<null>
  phonenumber=oSeiB5QFKeq1-Wf4ezJ32EuEQZws
  sex=<null>
  avatar=https://hongruitang.oss-cn-beijing.aliyuncs.com/default.png
  password=$2a$10$ho2CjsjlYS5sdgyjhnoMVOPU0JI7/7b6LTrXpvL0Els6/f5cVlvzy
  status=<null>
  delFlag=<null>
  loginIp=<null>
  loginDate=<null>
  createBy=<null>
  createTime=<null>
  updateBy=<null>
  updateTime=<null>
  remark=<null>
  dept=<null>
]
11:51:31.706 [http-nio-9201-exec-2] INFO  c.r.s.s.i.SysUserServiceImpl - [registerUser,281] - user------------------com.ruoyi.system.api.domain.SysUser@2ae6b524[
  userId=14
  deptId=<null>
  userName=c22354419b4d41cd843a8fdd609def3a
  nickName=白金用户
  email=<null>
  phonenumber=oSeiB5QFKeq1-Wf4ezJ32EuEQZws
  sex=<null>
  avatar=https://hongruitang.oss-cn-beijing.aliyuncs.com/default.png
  password=$2a$10$NTLV.OwgIP4M3dtfBz6AWeiC..zanCFhAPwcokFfse2ln8OpBauIe
  status=<null>
  delFlag=<null>
  loginIp=<null>
  loginDate=<null>
  createBy=<null>
  createTime=<null>
  updateBy=<null>
  updateTime=<null>
  remark=<null>
  dept=<null>
]
11:55:18.888 [http-nio-9201-exec-4] INFO  c.r.s.s.i.SysUserServiceImpl - [registerUser,281] - user------------------com.ruoyi.system.api.domain.SysUser@59a5bb61[
  userId=15
  deptId=<null>
  userName=1e9ad321ab7446c3b294b7ba96ef3a7d
  nickName=白金用户
  email=<null>
  phonenumber=oSeiB5QFKeq1-Wf4ezJ32EuEQZws
  sex=<null>
  avatar=https://hongruitang.oss-cn-beijing.aliyuncs.com/default.png
  password=$2a$10$0wpLT6rNlxm0ArcdX9h5GuW39x1PnbYETScrXDhFERjX1U4LmBcW.
  status=<null>
  delFlag=<null>
  loginIp=<null>
  loginDate=<null>
  createBy=<null>
  createTime=<null>
  updateBy=<null>
  updateTime=<null>
  remark=<null>
  dept=<null>
]
15:04:12.246 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
15:04:12.250 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
15:04:12.587 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
15:04:12.587 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@55123123[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
15:04:12.587 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717557092761_192.168.110.235_64247
15:04:12.592 [nacos-grpc-client-executor-2809] INFO  c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1717557092761_192.168.110.235_64247]Ignore complete event,isRunning:false,isAbandon=false
15:04:12.597 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@74106c88[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 2810]
15:04:12.748 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
15:04:12.755 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
15:04:12.785 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
15:04:12.786 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
15:04:26.243 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
15:04:27.070 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 366bcf62-1960-4369-87d4-ee4b50953ca5_config-0
15:04:27.141 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 49 ms to scan 1 urls, producing 3 keys and 6 values 
15:04:27.177 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 4 keys and 9 values 
15:04:27.194 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 3 keys and 10 values 
15:04:27.520 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 323 ms to scan 244 urls, producing 0 keys and 0 values 
15:04:27.536 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 1 keys and 5 values 
15:04:27.556 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 1 keys and 7 values 
15:04:27.580 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 19 ms to scan 1 urls, producing 2 keys and 8 values 
15:04:27.866 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 284 ms to scan 244 urls, producing 0 keys and 0 values 
15:04:27.867 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [366bcf62-1960-4369-87d4-ee4b50953ca5_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
15:04:27.868 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [366bcf62-1960-4369-87d4-ee4b50953ca5_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/855547146
15:04:27.868 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [366bcf62-1960-4369-87d4-ee4b50953ca5_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/211031000
15:04:27.869 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [366bcf62-1960-4369-87d4-ee4b50953ca5_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
15:04:27.870 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [366bcf62-1960-4369-87d4-ee4b50953ca5_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
15:04:27.881 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [366bcf62-1960-4369-87d4-ee4b50953ca5_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
15:04:29.380 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [366bcf62-1960-4369-87d4-ee4b50953ca5_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717571068353_192.168.110.235_57575
15:04:29.381 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [366bcf62-1960-4369-87d4-ee4b50953ca5_config-0] Notify connected event to listeners.
15:04:29.381 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [366bcf62-1960-4369-87d4-ee4b50953ca5_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
15:04:29.382 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [366bcf62-1960-4369-87d4-ee4b50953ca5_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/766101
15:04:29.548 [main] INFO  c.r.s.RuoYiSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
15:04:33.281 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9201"]
15:04:33.281 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
15:04:33.282 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
15:04:33.682 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
15:04:34.425 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
15:04:34.427 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
15:04:34.427 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
15:04:35.834 [main] INFO  c.o.s.ObsClient - [invoke0,-2] - Storage|1|HTTP+XML|ObsClient||||2024-06-05 15:04:35|2024-06-05 15:04:35|||0|
15:04:39.477 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
15:04:40.912 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
15:04:41.018 [redisson-netty-5-7] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
15:04:41.102 [redisson-netty-5-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
15:04:42.417 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 6e2a3cc1-096e-4151-9d37-840858d11caf
15:04:42.417 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e2a3cc1-096e-4151-9d37-840858d11caf] RpcClient init label, labels = {module=naming, source=sdk}
15:04:42.420 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e2a3cc1-096e-4151-9d37-840858d11caf] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
15:04:42.420 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e2a3cc1-096e-4151-9d37-840858d11caf] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
15:04:42.421 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e2a3cc1-096e-4151-9d37-840858d11caf] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
15:04:42.422 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e2a3cc1-096e-4151-9d37-840858d11caf] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
15:04:42.544 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e2a3cc1-096e-4151-9d37-840858d11caf] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717571081663_192.168.110.235_57692
15:04:42.544 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e2a3cc1-096e-4151-9d37-840858d11caf] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
15:04:42.544 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e2a3cc1-096e-4151-9d37-840858d11caf] Notify connected event to listeners.
15:04:42.544 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e2a3cc1-096e-4151-9d37-840858d11caf] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/766101
15:04:42.573 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9201"]
15:04:42.600 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-system 192.168.110.235:9201 register finished
15:04:43.159 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e2a3cc1-096e-4151-9d37-840858d11caf] Receive server push request, request = NotifySubscriberRequest, requestId = 266
15:04:43.166 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e2a3cc1-096e-4151-9d37-840858d11caf] Ack server push request, request = NotifySubscriberRequest, requestId = 266
15:04:43.425 [main] INFO  c.r.s.RuoYiSystemApplication - [logStarted,61] - Started RuoYiSystemApplication in 18.04 seconds (JVM running for 19.53)
15:04:43.444 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system, group=DEFAULT_GROUP
15:04:43.450 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system.yml, group=DEFAULT_GROUP
15:04:43.458 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system-dev.yml, group=DEFAULT_GROUP
15:04:43.801 [RMI TCP Connection(1)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
15:33:28.655 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
15:33:29.634 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 5cd32f09-b7fe-462a-b150-33979d2a2c63_config-0
15:33:29.719 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 49 ms to scan 1 urls, producing 3 keys and 6 values 
15:33:29.760 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 4 keys and 9 values 
15:33:29.780 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 3 keys and 10 values 
15:33:30.129 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 341 ms to scan 245 urls, producing 0 keys and 0 values 
15:33:30.149 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 19 ms to scan 1 urls, producing 1 keys and 5 values 
15:33:30.166 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 1 keys and 7 values 
15:33:30.182 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 2 keys and 8 values 
15:33:30.482 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 297 ms to scan 245 urls, producing 0 keys and 0 values 
15:33:30.483 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5cd32f09-b7fe-462a-b150-33979d2a2c63_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
15:33:30.484 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5cd32f09-b7fe-462a-b150-33979d2a2c63_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/1270565296
15:33:30.484 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5cd32f09-b7fe-462a-b150-33979d2a2c63_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/252276535
15:33:30.485 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5cd32f09-b7fe-462a-b150-33979d2a2c63_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
15:33:30.487 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5cd32f09-b7fe-462a-b150-33979d2a2c63_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
15:33:30.505 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5cd32f09-b7fe-462a-b150-33979d2a2c63_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
15:33:32.132 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5cd32f09-b7fe-462a-b150-33979d2a2c63_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717572811153_192.168.110.235_59684
15:33:32.132 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5cd32f09-b7fe-462a-b150-33979d2a2c63_config-0] Notify connected event to listeners.
15:33:32.133 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5cd32f09-b7fe-462a-b150-33979d2a2c63_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
15:33:32.134 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5cd32f09-b7fe-462a-b150-33979d2a2c63_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/956480812
15:33:32.257 [main] INFO  c.r.s.RuoYiSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
15:33:36.236 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9201"]
15:33:36.236 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
15:33:36.236 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
15:33:36.687 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
15:33:37.436 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
15:33:37.438 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
15:33:37.438 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
15:33:40.066 [main] INFO  c.o.s.ObsClient - [invoke0,-2] - Storage|1|HTTP+XML|ObsClient||||2024-06-05 15:33:38|2024-06-05 15:33:40|||0|
15:34:30.703 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
15:34:53.132 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
15:34:53.760 [redisson-netty-5-7] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
15:34:53.909 [redisson-netty-5-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
15:35:09.296 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 67548316-ab9e-4e43-add1-7b091bbe54f3
15:35:09.297 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [67548316-ab9e-4e43-add1-7b091bbe54f3] RpcClient init label, labels = {module=naming, source=sdk}
15:35:09.307 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [67548316-ab9e-4e43-add1-7b091bbe54f3] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
15:35:09.310 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [67548316-ab9e-4e43-add1-7b091bbe54f3] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
15:35:09.314 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [67548316-ab9e-4e43-add1-7b091bbe54f3] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
15:35:09.316 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [67548316-ab9e-4e43-add1-7b091bbe54f3] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
15:35:09.442 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [67548316-ab9e-4e43-add1-7b091bbe54f3] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717572908566_192.168.110.235_59864
15:35:09.443 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [67548316-ab9e-4e43-add1-7b091bbe54f3] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
15:35:09.444 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [67548316-ab9e-4e43-add1-7b091bbe54f3] Notify connected event to listeners.
15:35:09.444 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [67548316-ab9e-4e43-add1-7b091bbe54f3] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/956480812
15:35:09.583 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9201"]
15:35:09.712 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-system 192.168.110.235:9201 register finished
15:35:10.087 [nacos-grpc-client-executor-9] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [67548316-ab9e-4e43-add1-7b091bbe54f3] Receive server push request, request = NotifySubscriberRequest, requestId = 369
15:35:10.099 [nacos-grpc-client-executor-9] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [67548316-ab9e-4e43-add1-7b091bbe54f3] Ack server push request, request = NotifySubscriberRequest, requestId = 369
15:35:16.598 [main] INFO  c.r.s.RuoYiSystemApplication - [logStarted,61] - Started RuoYiSystemApplication in 108.969 seconds (JVM running for 110.853)
15:35:16.698 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system, group=DEFAULT_GROUP
15:35:16.707 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system.yml, group=DEFAULT_GROUP
15:35:16.717 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system-dev.yml, group=DEFAULT_GROUP
15:35:17.810 [RMI TCP Connection(5)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
15:39:31.081 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
15:39:32.059 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of f0e749d8-6e3f-4e80-b767-dd32f83bd0ce_config-0
15:39:32.133 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 43 ms to scan 1 urls, producing 3 keys and 6 values 
15:39:32.177 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 19 ms to scan 1 urls, producing 4 keys and 9 values 
15:39:32.195 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 3 keys and 10 values 
15:39:32.564 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 365 ms to scan 244 urls, producing 0 keys and 0 values 
15:39:32.580 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 1 keys and 5 values 
15:39:32.603 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 1 keys and 7 values 
15:39:32.627 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 19 ms to scan 1 urls, producing 2 keys and 8 values 
15:39:32.953 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 323 ms to scan 244 urls, producing 0 keys and 0 values 
15:39:32.955 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f0e749d8-6e3f-4e80-b767-dd32f83bd0ce_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
15:39:32.956 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f0e749d8-6e3f-4e80-b767-dd32f83bd0ce_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/105751207
15:39:32.957 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f0e749d8-6e3f-4e80-b767-dd32f83bd0ce_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1174881426
15:39:32.958 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f0e749d8-6e3f-4e80-b767-dd32f83bd0ce_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
15:39:32.959 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f0e749d8-6e3f-4e80-b767-dd32f83bd0ce_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
15:39:32.970 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f0e749d8-6e3f-4e80-b767-dd32f83bd0ce_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
15:39:34.689 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f0e749d8-6e3f-4e80-b767-dd32f83bd0ce_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717573173665_192.168.110.235_60192
15:39:34.690 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f0e749d8-6e3f-4e80-b767-dd32f83bd0ce_config-0] Notify connected event to listeners.
15:39:34.691 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f0e749d8-6e3f-4e80-b767-dd32f83bd0ce_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
15:39:34.691 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f0e749d8-6e3f-4e80-b767-dd32f83bd0ce_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/665512315
15:39:34.837 [main] INFO  c.r.s.RuoYiSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
15:39:38.950 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9201"]
15:39:38.950 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
15:39:38.950 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
15:39:39.412 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
15:39:40.409 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
15:39:40.410 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
15:39:40.410 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
15:39:42.085 [main] INFO  c.o.s.ObsClient - [invoke0,-2] - Storage|1|HTTP+XML|ObsClient||||2024-06-05 15:39:41|2024-06-05 15:39:42|||0|
15:39:46.719 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
15:39:48.292 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
15:39:48.392 [redisson-netty-5-7] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
15:39:48.443 [redisson-netty-5-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
15:39:49.626 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 5db1fcce-fab7-4889-89b4-3f1809f95843
15:39:49.627 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5db1fcce-fab7-4889-89b4-3f1809f95843] RpcClient init label, labels = {module=naming, source=sdk}
15:39:49.629 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5db1fcce-fab7-4889-89b4-3f1809f95843] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
15:39:49.629 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5db1fcce-fab7-4889-89b4-3f1809f95843] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
15:39:49.629 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5db1fcce-fab7-4889-89b4-3f1809f95843] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
15:39:49.629 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5db1fcce-fab7-4889-89b4-3f1809f95843] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
15:39:49.745 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5db1fcce-fab7-4889-89b4-3f1809f95843] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717573188870_192.168.110.235_60427
15:39:49.745 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5db1fcce-fab7-4889-89b4-3f1809f95843] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
15:39:49.745 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5db1fcce-fab7-4889-89b4-3f1809f95843] Notify connected event to listeners.
15:39:49.745 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5db1fcce-fab7-4889-89b4-3f1809f95843] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/665512315
15:39:49.775 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9201"]
15:39:49.800 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-system 192.168.110.235:9201 register finished
15:39:50.298 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5db1fcce-fab7-4889-89b4-3f1809f95843] Receive server push request, request = NotifySubscriberRequest, requestId = 384
15:39:50.306 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5db1fcce-fab7-4889-89b4-3f1809f95843] Ack server push request, request = NotifySubscriberRequest, requestId = 384
15:39:50.627 [main] INFO  c.r.s.RuoYiSystemApplication - [logStarted,61] - Started RuoYiSystemApplication in 20.585 seconds (JVM running for 22.768)
15:39:50.652 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system, group=DEFAULT_GROUP
15:39:50.658 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system.yml, group=DEFAULT_GROUP
15:39:50.667 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system-dev.yml, group=DEFAULT_GROUP
15:39:51.206 [RMI TCP Connection(3)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
15:40:28.982 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
15:40:28.986 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
15:40:29.324 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
15:40:29.324 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@729e70ac[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
15:40:29.325 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717573188870_192.168.110.235_60427
15:40:29.343 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@24c3c4b5[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 18]
15:40:29.521 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
15:40:29.524 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
15:40:29.532 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
15:40:29.532 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
15:41:38.533 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
15:41:40.909 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 374856ab-fe9a-4dc2-8605-1994682dde00_config-0
15:41:41.079 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 86 ms to scan 1 urls, producing 3 keys and 6 values 
15:41:41.159 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 30 ms to scan 1 urls, producing 4 keys and 9 values 
15:41:41.193 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 25 ms to scan 1 urls, producing 3 keys and 10 values 
15:41:41.748 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 548 ms to scan 245 urls, producing 0 keys and 0 values 
15:41:41.775 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 26 ms to scan 1 urls, producing 1 keys and 5 values 
15:41:41.802 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 22 ms to scan 1 urls, producing 1 keys and 7 values 
15:41:41.826 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 19 ms to scan 1 urls, producing 2 keys and 8 values 
15:41:42.290 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 458 ms to scan 245 urls, producing 0 keys and 0 values 
15:41:42.294 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [374856ab-fe9a-4dc2-8605-1994682dde00_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
15:41:42.296 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [374856ab-fe9a-4dc2-8605-1994682dde00_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/2083106248
15:41:42.296 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [374856ab-fe9a-4dc2-8605-1994682dde00_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1261321871
15:41:42.298 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [374856ab-fe9a-4dc2-8605-1994682dde00_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
15:41:42.299 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [374856ab-fe9a-4dc2-8605-1994682dde00_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
15:41:42.317 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [374856ab-fe9a-4dc2-8605-1994682dde00_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
15:41:44.885 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [374856ab-fe9a-4dc2-8605-1994682dde00_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717573303815_192.168.110.235_61238
15:41:44.886 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [374856ab-fe9a-4dc2-8605-1994682dde00_config-0] Notify connected event to listeners.
15:41:44.888 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [374856ab-fe9a-4dc2-8605-1994682dde00_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
15:41:44.888 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [374856ab-fe9a-4dc2-8605-1994682dde00_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1303773766
15:41:45.064 [main] INFO  c.r.s.RuoYiSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
15:41:52.025 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9201"]
15:41:52.026 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
15:41:52.026 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
15:41:52.539 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
15:41:53.926 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
15:41:53.927 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
15:41:53.928 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
15:41:57.481 [main] INFO  c.o.s.ObsClient - [invoke0,-2] - Storage|1|HTTP+XML|ObsClient||||2024-06-05 15:41:55|2024-06-05 15:41:57|||0|
15:42:47.956 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
15:43:11.080 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
15:43:11.765 [redisson-netty-5-7] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
15:43:11.930 [redisson-netty-5-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
15:43:27.090 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of e48b4a32-1898-4ca2-90d7-3fdf79a3e8e1
15:43:27.091 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e48b4a32-1898-4ca2-90d7-3fdf79a3e8e1] RpcClient init label, labels = {module=naming, source=sdk}
15:43:27.101 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e48b4a32-1898-4ca2-90d7-3fdf79a3e8e1] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
15:43:27.102 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e48b4a32-1898-4ca2-90d7-3fdf79a3e8e1] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
15:43:27.104 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e48b4a32-1898-4ca2-90d7-3fdf79a3e8e1] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
15:43:27.106 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e48b4a32-1898-4ca2-90d7-3fdf79a3e8e1] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
15:43:27.233 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e48b4a32-1898-4ca2-90d7-3fdf79a3e8e1] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717573406359_192.168.110.235_61726
15:43:27.237 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e48b4a32-1898-4ca2-90d7-3fdf79a3e8e1] Notify connected event to listeners.
15:43:27.237 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e48b4a32-1898-4ca2-90d7-3fdf79a3e8e1] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
15:43:27.239 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e48b4a32-1898-4ca2-90d7-3fdf79a3e8e1] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1303773766
15:43:27.380 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9201"]
15:43:27.515 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-system 192.168.110.235:9201 register finished
15:43:27.921 [nacos-grpc-client-executor-9] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e48b4a32-1898-4ca2-90d7-3fdf79a3e8e1] Receive server push request, request = NotifySubscriberRequest, requestId = 415
15:43:27.935 [nacos-grpc-client-executor-9] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e48b4a32-1898-4ca2-90d7-3fdf79a3e8e1] Ack server push request, request = NotifySubscriberRequest, requestId = 415
15:43:34.407 [main] INFO  c.r.s.RuoYiSystemApplication - [logStarted,61] - Started RuoYiSystemApplication in 117.578 seconds (JVM running for 120.9)
15:43:34.494 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system, group=DEFAULT_GROUP
15:43:34.502 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system.yml, group=DEFAULT_GROUP
15:43:34.513 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system-dev.yml, group=DEFAULT_GROUP
15:43:35.248 [RMI TCP Connection(7)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
17:50:28.992 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
17:50:28.999 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
17:50:29.449 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
17:50:29.450 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@4b3ff17a[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
17:50:29.450 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717573406359_192.168.110.235_61726
17:50:29.465 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@157017a1[Running, pool size = 6, active threads = 1, queued tasks = 0, completed tasks = 2717]
17:50:29.469 [nacos-grpc-client-executor-2717] INFO  c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1717573406359_192.168.110.235_61726]Ignore complete event,isRunning:false,isAbandon=false
17:50:29.733 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
17:50:29.740 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
17:50:29.782 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
17:50:29.783 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
17:51:56.497 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
17:51:58.010 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 44ae3b9b-4f42-42a4-91f0-849a4b3a7c45_config-0
17:51:58.122 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 66 ms to scan 1 urls, producing 3 keys and 6 values 
17:51:58.194 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 29 ms to scan 1 urls, producing 4 keys and 9 values 
17:51:58.223 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 24 ms to scan 1 urls, producing 3 keys and 10 values 
17:51:58.713 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 483 ms to scan 245 urls, producing 0 keys and 0 values 
17:51:58.743 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 29 ms to scan 1 urls, producing 1 keys and 5 values 
17:51:58.776 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 26 ms to scan 1 urls, producing 1 keys and 7 values 
17:51:58.802 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 2 keys and 8 values 
17:51:59.246 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 439 ms to scan 245 urls, producing 0 keys and 0 values 
17:51:59.249 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [44ae3b9b-4f42-42a4-91f0-849a4b3a7c45_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
17:51:59.251 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [44ae3b9b-4f42-42a4-91f0-849a4b3a7c45_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/1673389762
17:51:59.253 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [44ae3b9b-4f42-42a4-91f0-849a4b3a7c45_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1855997464
17:51:59.255 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [44ae3b9b-4f42-42a4-91f0-849a4b3a7c45_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
17:51:59.258 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [44ae3b9b-4f42-42a4-91f0-849a4b3a7c45_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
17:51:59.285 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [44ae3b9b-4f42-42a4-91f0-849a4b3a7c45_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
17:52:01.610 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [44ae3b9b-4f42-42a4-91f0-849a4b3a7c45_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717581120468_192.168.110.235_55343
17:52:01.662 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [44ae3b9b-4f42-42a4-91f0-849a4b3a7c45_config-0] Notify connected event to listeners.
17:52:01.668 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [44ae3b9b-4f42-42a4-91f0-849a4b3a7c45_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:52:01.669 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [44ae3b9b-4f42-42a4-91f0-849a4b3a7c45_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1977652583
17:52:02.110 [main] INFO  c.r.s.RuoYiSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
17:52:08.100 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9201"]
17:52:08.100 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
17:52:08.101 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
17:52:08.609 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
17:52:09.466 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
17:52:09.468 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
17:52:09.468 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
17:52:12.729 [main] INFO  c.o.s.ObsClient - [invoke0,-2] - Storage|1|HTTP+XML|ObsClient||||2024-06-05 17:52:11|2024-06-05 17:52:12|||0|
17:53:07.516 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
17:53:33.902 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
17:53:34.541 [redisson-netty-5-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:53:34.741 [redisson-netty-5-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:53:50.115 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of af2479f3-e65a-4225-ad50-8d638cf2857d
17:53:50.116 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [af2479f3-e65a-4225-ad50-8d638cf2857d] RpcClient init label, labels = {module=naming, source=sdk}
17:53:50.125 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [af2479f3-e65a-4225-ad50-8d638cf2857d] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
17:53:50.126 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [af2479f3-e65a-4225-ad50-8d638cf2857d] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
17:53:50.129 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [af2479f3-e65a-4225-ad50-8d638cf2857d] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
17:53:50.131 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [af2479f3-e65a-4225-ad50-8d638cf2857d] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
17:53:50.262 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [af2479f3-e65a-4225-ad50-8d638cf2857d] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717581229379_192.168.110.235_55759
17:53:50.263 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [af2479f3-e65a-4225-ad50-8d638cf2857d] Notify connected event to listeners.
17:53:50.263 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [af2479f3-e65a-4225-ad50-8d638cf2857d] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:53:50.265 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [af2479f3-e65a-4225-ad50-8d638cf2857d] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1977652583
17:53:50.391 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9201"]
17:53:50.511 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-system 192.168.110.235:9201 register finished
17:53:50.913 [nacos-grpc-client-executor-7] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [af2479f3-e65a-4225-ad50-8d638cf2857d] Receive server push request, request = NotifySubscriberRequest, requestId = 565
17:53:50.930 [nacos-grpc-client-executor-7] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [af2479f3-e65a-4225-ad50-8d638cf2857d] Ack server push request, request = NotifySubscriberRequest, requestId = 565
17:53:57.352 [main] INFO  c.r.s.RuoYiSystemApplication - [logStarted,61] - Started RuoYiSystemApplication in 122.738 seconds (JVM running for 125.751)
17:53:57.442 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system, group=DEFAULT_GROUP
17:53:57.452 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system.yml, group=DEFAULT_GROUP
17:53:57.462 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system-dev.yml, group=DEFAULT_GROUP
17:53:58.975 [RMI TCP Connection(23)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
18:38:40.441 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
18:38:40.751 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
18:38:41.032 [nacos-grpc-client-executor-1035] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [af2479f3-e65a-4225-ad50-8d638cf2857d] Receive server push request, request = NotifySubscriberRequest, requestId = 617
18:38:41.035 [nacos-grpc-client-executor-1035] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [af2479f3-e65a-4225-ad50-8d638cf2857d] Ack server push request, request = NotifySubscriberRequest, requestId = 617
18:38:41.089 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
18:38:41.089 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@387c7d67[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
18:38:41.090 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717581229379_192.168.110.235_55759
18:38:41.103 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@7c42dcef[Running, pool size = 7, active threads = 1, queued tasks = 0, completed tasks = 1036]
18:38:41.106 [nacos-grpc-client-executor-1036] INFO  c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1717581229379_192.168.110.235_55759]Ignore complete event,isRunning:false,isAbandon=false
18:38:41.257 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
18:38:41.261 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
18:38:41.277 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
18:38:41.277 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye