无关风月
2024-09-03 56dfe0d4bf81262622a1919cceb2b039fd356209
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
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
09:00:51.455 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
09:00:52.343 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 2bcc6096-52ad-4f1f-ab54-07cd06ba9adb_config-0
09:00:52.407 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 45 ms to scan 1 urls, producing 3 keys and 6 values 
09:00:52.448 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 20 ms to scan 1 urls, producing 4 keys and 9 values 
09:00:52.466 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 3 keys and 10 values 
09:00:52.731 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 260 ms to scan 245 urls, producing 0 keys and 0 values 
09:00:52.748 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 1 keys and 5 values 
09:00:52.767 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 1 keys and 7 values 
09:00:52.784 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 2 keys and 8 values 
09:00:52.985 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 195 ms to scan 245 urls, producing 0 keys and 0 values 
09:00:52.990 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2bcc6096-52ad-4f1f-ab54-07cd06ba9adb_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
09:00:52.991 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2bcc6096-52ad-4f1f-ab54-07cd06ba9adb_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$335/1325147644
09:00:52.991 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2bcc6096-52ad-4f1f-ab54-07cd06ba9adb_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/2128859746
09:00:52.992 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2bcc6096-52ad-4f1f-ab54-07cd06ba9adb_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
09:00:52.992 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2bcc6096-52ad-4f1f-ab54-07cd06ba9adb_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
09:00:53.004 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2bcc6096-52ad-4f1f-ab54-07cd06ba9adb_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.64', server main port = 8848}
09:00:54.639 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2bcc6096-52ad-4f1f-ab54-07cd06ba9adb_config-0] Success to connect to server [192.168.110.64:8848] on start up, connectionId = 1724806854440_192.168.110.64_51835
09:00:54.640 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2bcc6096-52ad-4f1f-ab54-07cd06ba9adb_config-0] Notify connected event to listeners.
09:00:54.640 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2bcc6096-52ad-4f1f-ab54-07cd06ba9adb_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
09:00:54.641 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2bcc6096-52ad-4f1f-ab54-07cd06ba9adb_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1387511555
09:00:54.727 [main] INFO  c.r.s.RuoYiSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
09:00:57.698 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8201"]
09:00:57.699 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
09:00:57.699 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
09:00:57.887 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
09:00:58.899 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
09:00:58.901 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
09:00:58.901 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
09:01:04.932 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
09:01:06.763 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
09:01:06.854 [redisson-netty-5-6] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 127.0.0.1/127.0.0.1:6379
09:01:06.887 [redisson-netty-5-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 127.0.0.1/127.0.0.1:6379
09:01:08.138 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of b7151c11-7b8a-4953-92cf-1207e21cf743
09:01:08.139 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b7151c11-7b8a-4953-92cf-1207e21cf743] RpcClient init label, labels = {module=naming, source=sdk}
09:01:08.141 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b7151c11-7b8a-4953-92cf-1207e21cf743] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
09:01:08.141 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b7151c11-7b8a-4953-92cf-1207e21cf743] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
09:01:08.141 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b7151c11-7b8a-4953-92cf-1207e21cf743] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
09:01:08.142 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b7151c11-7b8a-4953-92cf-1207e21cf743] Try to connect to server on start up, server: {serverIp = '192.168.110.64', server main port = 8848}
09:01:08.253 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b7151c11-7b8a-4953-92cf-1207e21cf743] Success to connect to server [192.168.110.64:8848] on start up, connectionId = 1724806868149_192.168.110.64_52517
09:01:08.254 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b7151c11-7b8a-4953-92cf-1207e21cf743] Notify connected event to listeners.
09:01:08.254 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b7151c11-7b8a-4953-92cf-1207e21cf743] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
09:01:08.255 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b7151c11-7b8a-4953-92cf-1207e21cf743] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1387511555
09:01:08.309 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8201"]
09:01:08.332 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-system 192.168.110.64:8201 register finished
09:01:08.882 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b7151c11-7b8a-4953-92cf-1207e21cf743] Receive server push request, request = NotifySubscriberRequest, requestId = 201
09:01:08.892 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b7151c11-7b8a-4953-92cf-1207e21cf743] Ack server push request, request = NotifySubscriberRequest, requestId = 201
09:01:09.269 [main] INFO  c.r.s.RuoYiSystemApplication - [logStarted,61] - Started RuoYiSystemApplication in 18.703 seconds (JVM running for 20.298)
09:01:09.287 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system, group=DEFAULT_GROUP
09:01:09.291 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system.yml, group=DEFAULT_GROUP
09:01:09.302 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system-dev.yml, group=DEFAULT_GROUP
09:01:09.840 [RMI TCP Connection(5)-192.168.110.64] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
09:09:59.360 [http-nio-8201-exec-4] INFO  c.r.s.w.WebSocketServer - [onOpen,45] - 
 拍卖师端建立连接 - org.apache.tomcat.websocket.WsSession@45cbd910
09:09:59.367 [http-nio-8201-exec-4] INFO  c.r.s.w.WebSocketServer - [onOpen,48] - 
 当前人数 - 1
09:10:03.213 [http-nio-8201-exec-6] INFO  c.r.s.w.WebSocketServer - [onClose,54] - 
 关闭连接 - org.apache.tomcat.websocket.WsSession@45cbd910
09:10:03.214 [http-nio-8201-exec-6] INFO  c.r.s.w.WebSocketUsers - [remove,56] - 
 正在移出用户 - 0
09:10:03.214 [http-nio-8201-exec-6] INFO  c.r.s.w.WebSocketUsers - [remove,62] - 
 移出结果 - 成功
09:11:14.140 [http-nio-8201-exec-2] INFO  c.r.s.w.WebSocketServer - [onOpen,45] - 
 拍卖师端建立连接 - org.apache.tomcat.websocket.WsSession@551e74c7
09:11:14.142 [http-nio-8201-exec-2] INFO  c.r.s.w.WebSocketServer - [onOpen,48] - 
 当前人数 - 1
09:11:29.376 [http-nio-8201-exec-6] INFO  c.r.s.w.WebSocketServer - [onClose,54] - 
 关闭连接 - org.apache.tomcat.websocket.WsSession@551e74c7
09:11:29.376 [http-nio-8201-exec-6] INFO  c.r.s.w.WebSocketUsers - [remove,56] - 
 正在移出用户 - 1
09:11:29.376 [http-nio-8201-exec-6] INFO  c.r.s.w.WebSocketUsers - [remove,62] - 
 移出结果 - 成功
09:11:34.670 [http-nio-8201-exec-1] INFO  c.r.s.w.WebSocketServer - [onOpen,45] - 
 拍卖师端建立连接 - org.apache.tomcat.websocket.WsSession@31fbb45
09:11:34.670 [http-nio-8201-exec-1] INFO  c.r.s.w.WebSocketServer - [onOpen,48] - 
 当前人数 - 1
09:11:37.764 [http-nio-8201-exec-5] INFO  c.r.s.w.WebSocketServer - [onClose,54] - 
 关闭连接 - org.apache.tomcat.websocket.WsSession@31fbb45
09:11:37.764 [http-nio-8201-exec-5] INFO  c.r.s.w.WebSocketUsers - [remove,56] - 
 正在移出用户 - 2
09:11:37.764 [http-nio-8201-exec-5] INFO  c.r.s.w.WebSocketUsers - [remove,62] - 
 移出结果 - 成功
09:11:41.323 [http-nio-8201-exec-8] INFO  c.r.s.w.WebSocketServer - [onOpen,45] - 
 拍卖师端建立连接 - org.apache.tomcat.websocket.WsSession@5b20758a
09:11:41.323 [http-nio-8201-exec-8] INFO  c.r.s.w.WebSocketServer - [onOpen,48] - 
 当前人数 - 1
09:12:08.015 [http-nio-8201-exec-3] INFO  c.r.s.w.WebSocketServer - [onClose,54] - 
 关闭连接 - org.apache.tomcat.websocket.WsSession@5b20758a
09:12:08.015 [http-nio-8201-exec-3] INFO  c.r.s.w.WebSocketUsers - [remove,56] - 
 正在移出用户 - 3
09:12:08.015 [http-nio-8201-exec-3] INFO  c.r.s.w.WebSocketUsers - [remove,62] - 
 移出结果 - 成功
10:56:40.851 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
10:56:40.858 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
10:56:41.194 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
10:56:41.195 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@175f3e99[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
10:56:41.195 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1724806868149_192.168.110.64_52517
10:56:41.199 [nacos-grpc-client-executor-1407] INFO  c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1724806868149_192.168.110.64_52517]Ignore complete event,isRunning:false,isAbandon=false
10:56:41.217 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@15d382e9[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 1408]
10:56:41.403 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
10:56:41.416 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
10:56:41.441 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
10:56:41.441 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
10:57:22.983 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
10:57:23.757 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 81c8c316-1f13-4fdf-b51f-f263471bc4f9_config-0
10:57:23.804 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 30 ms to scan 1 urls, producing 3 keys and 6 values 
10:57:23.842 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 19 ms to scan 1 urls, producing 4 keys and 9 values 
10:57:23.858 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 3 keys and 10 values 
10:57:24.107 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 246 ms to scan 245 urls, producing 0 keys and 0 values 
10:57:24.119 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 1 keys and 5 values 
10:57:24.131 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 1 keys and 7 values 
10:57:24.142 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 2 keys and 8 values 
10:57:24.277 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 132 ms to scan 245 urls, producing 0 keys and 0 values 
10:57:24.279 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [81c8c316-1f13-4fdf-b51f-f263471bc4f9_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
10:57:24.279 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [81c8c316-1f13-4fdf-b51f-f263471bc4f9_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$335/914039525
10:57:24.280 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [81c8c316-1f13-4fdf-b51f-f263471bc4f9_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/16556935
10:57:24.280 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [81c8c316-1f13-4fdf-b51f-f263471bc4f9_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
10:57:24.281 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [81c8c316-1f13-4fdf-b51f-f263471bc4f9_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
10:57:24.287 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [81c8c316-1f13-4fdf-b51f-f263471bc4f9_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.64', server main port = 8848}
10:57:27.421 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [81c8c316-1f13-4fdf-b51f-f263471bc4f9_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.64', server main port = 8848}
10:57:29.459 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [81c8c316-1f13-4fdf-b51f-f263471bc4f9_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.64', server main port = 8848}
10:57:31.496 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [81c8c316-1f13-4fdf-b51f-f263471bc4f9_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
10:57:31.496 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [81c8c316-1f13-4fdf-b51f-f263471bc4f9_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:57:31.498 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [81c8c316-1f13-4fdf-b51f-f263471bc4f9_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1016156941
10:57:32.888 [main] INFO  c.r.s.RuoYiSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
10:57:35.708 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [81c8c316-1f13-4fdf-b51f-f263471bc4f9_config-0] Fail to connect server, after trying 1 times, last try server is {serverIp = '192.168.110.64', server main port = 8848}, error = unknown
10:57:36.554 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8201"]
10:57:36.555 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
10:57:36.555 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
10:57:36.747 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
10:57:37.777 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
10:57:37.778 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
10:57:37.779 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
10:57:37.957 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [81c8c316-1f13-4fdf-b51f-f263471bc4f9_config-0] Fail to connect server, after trying 2 times, last try server is {serverIp = '192.168.110.64', server main port = 8848}, error = unknown
10:57:40.315 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [81c8c316-1f13-4fdf-b51f-f263471bc4f9_config-0] Fail to connect server, after trying 3 times, last try server is {serverIp = '192.168.110.64', server main port = 8848}, error = unknown
10:57:42.069 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
10:57:42.777 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [81c8c316-1f13-4fdf-b51f-f263471bc4f9_config-0] Fail to connect server, after trying 4 times, last try server is {serverIp = '192.168.110.64', server main port = 8848}, error = unknown
10:57:43.372 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
10:57:43.450 [redisson-netty-5-6] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 127.0.0.1/127.0.0.1:6379
10:57:43.483 [redisson-netty-5-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 127.0.0.1/127.0.0.1:6379
10:57:44.538 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 44d17c63-2381-4d5a-af3d-a6010bf740ac
10:57:44.538 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [44d17c63-2381-4d5a-af3d-a6010bf740ac] RpcClient init label, labels = {module=naming, source=sdk}
10:57:44.540 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [44d17c63-2381-4d5a-af3d-a6010bf740ac] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
10:57:44.540 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [44d17c63-2381-4d5a-af3d-a6010bf740ac] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
10:57:44.541 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [44d17c63-2381-4d5a-af3d-a6010bf740ac] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
10:57:44.541 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [44d17c63-2381-4d5a-af3d-a6010bf740ac] Try to connect to server on start up, server: {serverIp = '192.168.110.64', server main port = 8848}
10:57:45.317 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [81c8c316-1f13-4fdf-b51f-f263471bc4f9_config-0] Fail to connect server, after trying 5 times, last try server is {serverIp = '192.168.110.64', server main port = 8848}, error = unknown
10:57:46.581 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [44d17c63-2381-4d5a-af3d-a6010bf740ac] Try to connect to server on start up, server: {serverIp = '192.168.110.64', server main port = 8848}
10:57:47.980 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [81c8c316-1f13-4fdf-b51f-f263471bc4f9_config-0] Fail to connect server, after trying 6 times, last try server is {serverIp = '192.168.110.64', server main port = 8848}, error = unknown
10:57:48.624 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [44d17c63-2381-4d5a-af3d-a6010bf740ac] Try to connect to server on start up, server: {serverIp = '192.168.110.64', server main port = 8848}
10:57:50.652 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [44d17c63-2381-4d5a-af3d-a6010bf740ac] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:57:50.653 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [44d17c63-2381-4d5a-af3d-a6010bf740ac] Try to reconnect to a new server, server is  not appointed, will choose a random server.
10:57:50.653 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [44d17c63-2381-4d5a-af3d-a6010bf740ac] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1016156941
10:57:50.715 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [81c8c316-1f13-4fdf-b51f-f263471bc4f9_config-0] Fail to connect server, after trying 7 times, last try server is {serverIp = '192.168.110.64', server main port = 8848}, error = unknown
10:57:50.979 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8201"]
10:57:52.012 [main] INFO  c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
10:57:52.013 [main] INFO  c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@6044311a[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
10:57:52.013 [main] INFO  c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@7416b560[Running, pool size = 6, active threads = 0, queued tasks = 0, completed tasks = 6]
10:57:52.115 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [44d17c63-2381-4d5a-af3d-a6010bf740ac] Client is shutdown, stop reconnect to server
10:57:52.146 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
10:57:52.151 [main] INFO  c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
10:57:52.156 [main] INFO  c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
10:57:52.156 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
10:57:52.324 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Pausing ProtocolHandler ["http-nio-8201"]
10:57:52.324 [main] INFO  o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
10:57:52.330 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Stopping ProtocolHandler ["http-nio-8201"]
10:57:52.461 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Destroying ProtocolHandler ["http-nio-8201"]
11:03:11.061 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
11:03:12.168 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 742d580c-a4fc-4b77-99e3-316069d6cc3d_config-0
11:03:12.232 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 42 ms to scan 1 urls, producing 3 keys and 6 values 
11:03:12.270 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 19 ms to scan 1 urls, producing 4 keys and 9 values 
11:03:12.297 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 22 ms to scan 1 urls, producing 3 keys and 10 values 
11:03:12.600 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 297 ms to scan 245 urls, producing 0 keys and 0 values 
11:03:12.616 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 1 keys and 5 values 
11:03:12.631 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 1 keys and 7 values 
11:03:12.645 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 2 keys and 8 values 
11:03:12.841 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 194 ms to scan 245 urls, producing 0 keys and 0 values 
11:03:12.842 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [742d580c-a4fc-4b77-99e3-316069d6cc3d_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
11:03:12.842 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [742d580c-a4fc-4b77-99e3-316069d6cc3d_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$335/1035363280
11:03:12.844 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [742d580c-a4fc-4b77-99e3-316069d6cc3d_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1945915791
11:03:12.844 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [742d580c-a4fc-4b77-99e3-316069d6cc3d_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
11:03:12.846 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [742d580c-a4fc-4b77-99e3-316069d6cc3d_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
11:03:12.857 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [742d580c-a4fc-4b77-99e3-316069d6cc3d_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.64', server main port = 8848}
11:03:14.664 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [742d580c-a4fc-4b77-99e3-316069d6cc3d_config-0] Success to connect to server [192.168.110.64:8848] on start up, connectionId = 1724814194466_192.168.110.64_59995
11:03:14.666 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [742d580c-a4fc-4b77-99e3-316069d6cc3d_config-0] Notify connected event to listeners.
11:03:14.666 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [742d580c-a4fc-4b77-99e3-316069d6cc3d_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
11:03:14.666 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [742d580c-a4fc-4b77-99e3-316069d6cc3d_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/2041504298
11:03:14.775 [main] INFO  c.r.s.RuoYiSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
11:03:18.610 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8201"]
11:03:18.611 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:03:18.611 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
11:03:18.855 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:03:19.981 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
11:03:19.983 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
11:03:19.983 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
11:03:24.612 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
11:03:26.134 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
11:03:26.228 [redisson-netty-5-6] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 127.0.0.1/127.0.0.1:6379
11:03:26.260 [redisson-netty-5-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 127.0.0.1/127.0.0.1:6379
11:03:27.536 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of f956114c-880b-41be-9697-4ca0c1a49396
11:03:27.536 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f956114c-880b-41be-9697-4ca0c1a49396] RpcClient init label, labels = {module=naming, source=sdk}
11:03:27.539 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f956114c-880b-41be-9697-4ca0c1a49396] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
11:03:27.539 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f956114c-880b-41be-9697-4ca0c1a49396] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
11:03:27.539 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f956114c-880b-41be-9697-4ca0c1a49396] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
11:03:27.540 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f956114c-880b-41be-9697-4ca0c1a49396] Try to connect to server on start up, server: {serverIp = '192.168.110.64', server main port = 8848}
11:03:27.651 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f956114c-880b-41be-9697-4ca0c1a49396] Success to connect to server [192.168.110.64:8848] on start up, connectionId = 1724814207544_192.168.110.64_60598
11:03:27.652 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f956114c-880b-41be-9697-4ca0c1a49396] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
11:03:27.652 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f956114c-880b-41be-9697-4ca0c1a49396] Notify connected event to listeners.
11:03:27.652 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f956114c-880b-41be-9697-4ca0c1a49396] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/2041504298
11:03:27.690 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8201"]
11:03:27.713 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-system 192.168.110.64:8201 register finished
11:03:28.274 [nacos-grpc-client-executor-8] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f956114c-880b-41be-9697-4ca0c1a49396] Receive server push request, request = NotifySubscriberRequest, requestId = 6
11:03:28.286 [nacos-grpc-client-executor-8] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f956114c-880b-41be-9697-4ca0c1a49396] Ack server push request, request = NotifySubscriberRequest, requestId = 6
11:03:28.702 [main] INFO  c.r.s.RuoYiSystemApplication - [logStarted,61] - Started RuoYiSystemApplication in 18.64 seconds (JVM running for 20.534)
11:03:28.727 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system, group=DEFAULT_GROUP
11:03:28.730 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system.yml, group=DEFAULT_GROUP
11:03:28.753 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system-dev.yml, group=DEFAULT_GROUP
11:03:29.680 [RMI TCP Connection(3)-192.168.110.64] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
11:11:40.309 [http-nio-8201-exec-4] INFO  c.r.s.w.WebSocketServer - [onOpen,45] - 
 拍卖师端建立连接 - org.apache.tomcat.websocket.WsSession@323c1f5a
11:11:40.321 [http-nio-8201-exec-4] INFO  c.r.s.w.WebSocketServer - [onOpen,48] - 
 当前人数 - 1
11:11:54.031 [http-nio-8201-exec-7] INFO  c.r.s.w.WebSocketServer - [onClose,54] - 
 关闭连接 - org.apache.tomcat.websocket.WsSession@323c1f5a
11:11:54.031 [http-nio-8201-exec-7] INFO  c.r.s.w.WebSocketUsers - [remove,56] - 
 正在移出用户 - 0
11:11:54.031 [http-nio-8201-exec-7] INFO  c.r.s.w.WebSocketUsers - [remove,62] - 
 移出结果 - 成功
11:46:47.190 [http-nio-8201-exec-2] INFO  c.r.s.w.WebSocketServer - [onOpen,45] - 
 拍卖师端建立连接 - org.apache.tomcat.websocket.WsSession@46f33440
11:46:47.191 [http-nio-8201-exec-2] INFO  c.r.s.w.WebSocketServer - [onOpen,48] - 
 当前人数 - 1
11:48:49.657 [http-nio-8201-exec-7] INFO  c.r.s.w.WebSocketServer - [onClose,54] - 
 关闭连接 - org.apache.tomcat.websocket.WsSession@46f33440
11:48:49.657 [http-nio-8201-exec-7] INFO  c.r.s.w.WebSocketUsers - [remove,56] - 
 正在移出用户 - 1
11:48:49.657 [http-nio-8201-exec-7] INFO  c.r.s.w.WebSocketUsers - [remove,62] - 
 移出结果 - 成功
14:50:38.711 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
14:50:38.715 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
14:50:39.054 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
14:50:39.054 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@3eab3b92[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
14:50:39.054 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1724814207544_192.168.110.64_60598
14:50:39.056 [nacos-grpc-client-executor-2747] INFO  c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1724814207544_192.168.110.64_60598]Ignore complete event,isRunning:false,isAbandon=false
14:50:39.061 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@6ac059c5[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 2748]
14:50:39.196 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
14:50:39.200 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
14:50:39.212 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
14:50:39.212 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
14:50:46.706 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
14:50:47.393 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of ab382cb2-0a22-471b-bbe2-d0f8d6f189b9_config-0
14:50:47.439 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 29 ms to scan 1 urls, producing 3 keys and 6 values 
14:50:47.466 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 4 keys and 9 values 
14:50:47.478 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 3 keys and 10 values 
14:50:47.650 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 168 ms to scan 245 urls, producing 0 keys and 0 values 
14:50:47.663 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 1 keys and 5 values 
14:50:47.677 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 1 keys and 7 values 
14:50:47.687 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 2 keys and 8 values 
14:50:47.831 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 141 ms to scan 245 urls, producing 0 keys and 0 values 
14:50:47.834 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ab382cb2-0a22-471b-bbe2-d0f8d6f189b9_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
14:50:47.835 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ab382cb2-0a22-471b-bbe2-d0f8d6f189b9_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$335/987805552
14:50:47.835 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ab382cb2-0a22-471b-bbe2-d0f8d6f189b9_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1440995011
14:50:47.835 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ab382cb2-0a22-471b-bbe2-d0f8d6f189b9_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
14:50:47.836 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ab382cb2-0a22-471b-bbe2-d0f8d6f189b9_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
14:50:47.843 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ab382cb2-0a22-471b-bbe2-d0f8d6f189b9_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.64', server main port = 8848}
14:50:49.029 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ab382cb2-0a22-471b-bbe2-d0f8d6f189b9_config-0] Success to connect to server [192.168.110.64:8848] on start up, connectionId = 1724827848849_192.168.110.64_63425
14:50:49.030 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ab382cb2-0a22-471b-bbe2-d0f8d6f189b9_config-0] Notify connected event to listeners.
14:50:49.030 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ab382cb2-0a22-471b-bbe2-d0f8d6f189b9_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
14:50:49.030 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ab382cb2-0a22-471b-bbe2-d0f8d6f189b9_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/324008184
14:50:49.101 [main] INFO  c.r.s.RuoYiSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
14:50:51.837 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8201"]
14:50:51.837 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
14:50:51.837 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
14:50:51.985 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
14:50:52.767 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
14:50:52.768 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
14:50:52.768 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
14:50:56.547 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
14:50:57.746 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
14:50:57.824 [redisson-netty-5-5] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 127.0.0.1/127.0.0.1:6379
14:50:57.855 [redisson-netty-5-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 127.0.0.1/127.0.0.1:6379
14:50:58.884 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 9666d5ef-314e-405a-a695-e651dbb608ba
14:50:58.884 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9666d5ef-314e-405a-a695-e651dbb608ba] RpcClient init label, labels = {module=naming, source=sdk}
14:50:58.885 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9666d5ef-314e-405a-a695-e651dbb608ba] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
14:50:58.886 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9666d5ef-314e-405a-a695-e651dbb608ba] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
14:50:58.886 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9666d5ef-314e-405a-a695-e651dbb608ba] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
14:50:58.886 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9666d5ef-314e-405a-a695-e651dbb608ba] Try to connect to server on start up, server: {serverIp = '192.168.110.64', server main port = 8848}
14:50:59.004 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9666d5ef-314e-405a-a695-e651dbb608ba] Success to connect to server [192.168.110.64:8848] on start up, connectionId = 1724827858890_192.168.110.64_63553
14:50:59.004 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9666d5ef-314e-405a-a695-e651dbb608ba] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
14:50:59.004 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9666d5ef-314e-405a-a695-e651dbb608ba] Notify connected event to listeners.
14:50:59.004 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9666d5ef-314e-405a-a695-e651dbb608ba] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/324008184
14:50:59.038 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8201"]
14:50:59.058 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-system 192.168.110.64:8201 register finished
14:50:59.563 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9666d5ef-314e-405a-a695-e651dbb608ba] Receive server push request, request = NotifySubscriberRequest, requestId = 42
14:50:59.574 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9666d5ef-314e-405a-a695-e651dbb608ba] Ack server push request, request = NotifySubscriberRequest, requestId = 42
14:50:59.812 [main] INFO  c.r.s.RuoYiSystemApplication - [logStarted,61] - Started RuoYiSystemApplication in 13.803 seconds (JVM running for 14.947)
14:50:59.824 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system, group=DEFAULT_GROUP
14:50:59.826 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system.yml, group=DEFAULT_GROUP
14:50:59.836 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system-dev.yml, group=DEFAULT_GROUP
14:51:00.607 [RMI TCP Connection(3)-192.168.110.64] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
14:55:28.834 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
14:55:28.837 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
14:55:29.167 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
14:55:29.168 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@3122f1f4[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
14:55:29.168 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1724827858890_192.168.110.64_63553
14:55:29.169 [nacos-grpc-client-executor-64] INFO  c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1724827858890_192.168.110.64_63553]Ignore complete event,isRunning:false,isAbandon=false
14:55:29.172 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@5a021442[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 65]
14:55:29.295 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
14:55:29.297 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
14:55:29.302 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
14:55:29.302 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
14:55:37.168 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
14:55:37.878 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 7b990821-3c5f-4651-ba80-79e3a59a8b53_config-0
14:55:37.925 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 30 ms to scan 1 urls, producing 3 keys and 6 values 
14:55:37.952 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 4 keys and 9 values 
14:55:37.967 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 3 keys and 10 values 
14:55:38.144 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 174 ms to scan 245 urls, producing 0 keys and 0 values 
14:55:38.159 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 1 keys and 5 values 
14:55:38.173 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 1 keys and 7 values 
14:55:38.184 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 2 keys and 8 values 
14:55:38.322 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 136 ms to scan 245 urls, producing 0 keys and 0 values 
14:55:38.323 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7b990821-3c5f-4651-ba80-79e3a59a8b53_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
14:55:38.324 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7b990821-3c5f-4651-ba80-79e3a59a8b53_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$335/1523359711
14:55:38.324 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7b990821-3c5f-4651-ba80-79e3a59a8b53_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/979117606
14:55:38.325 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7b990821-3c5f-4651-ba80-79e3a59a8b53_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
14:55:38.326 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7b990821-3c5f-4651-ba80-79e3a59a8b53_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
14:55:38.333 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7b990821-3c5f-4651-ba80-79e3a59a8b53_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.64', server main port = 8848}
14:55:39.527 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7b990821-3c5f-4651-ba80-79e3a59a8b53_config-0] Success to connect to server [192.168.110.64:8848] on start up, connectionId = 1724828139355_192.168.110.64_63941
14:55:39.528 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7b990821-3c5f-4651-ba80-79e3a59a8b53_config-0] Notify connected event to listeners.
14:55:39.528 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7b990821-3c5f-4651-ba80-79e3a59a8b53_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
14:55:39.528 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7b990821-3c5f-4651-ba80-79e3a59a8b53_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1293940401
14:55:39.602 [main] INFO  c.r.s.RuoYiSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
14:55:42.225 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8201"]
14:55:42.226 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
14:55:42.226 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
14:55:42.379 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
14:55:43.399 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
14:55:43.402 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
14:55:43.403 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
14:55:47.183 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
14:55:48.357 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
14:55:48.433 [redisson-netty-5-7] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 127.0.0.1/127.0.0.1:6379
14:55:48.459 [redisson-netty-5-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 127.0.0.1/127.0.0.1:6379
14:55:49.696 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of af38b110-c2ba-460b-b07a-42f6b992f978
14:55:49.696 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [af38b110-c2ba-460b-b07a-42f6b992f978] RpcClient init label, labels = {module=naming, source=sdk}
14:55:49.702 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [af38b110-c2ba-460b-b07a-42f6b992f978] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
14:55:49.704 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [af38b110-c2ba-460b-b07a-42f6b992f978] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
14:55:49.716 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [af38b110-c2ba-460b-b07a-42f6b992f978] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
14:55:49.719 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [af38b110-c2ba-460b-b07a-42f6b992f978] Try to connect to server on start up, server: {serverIp = '192.168.110.64', server main port = 8848}
14:55:49.947 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [af38b110-c2ba-460b-b07a-42f6b992f978] Success to connect to server [192.168.110.64:8848] on start up, connectionId = 1724828149756_192.168.110.64_64079
14:55:49.952 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [af38b110-c2ba-460b-b07a-42f6b992f978] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
14:55:49.953 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [af38b110-c2ba-460b-b07a-42f6b992f978] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1293940401
14:55:49.957 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [af38b110-c2ba-460b-b07a-42f6b992f978] Notify connected event to listeners.
14:55:50.190 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8201"]
14:55:50.309 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-system 192.168.110.64:8201 register finished
14:55:50.680 [nacos-grpc-client-executor-5] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [af38b110-c2ba-460b-b07a-42f6b992f978] Receive server push request, request = NotifySubscriberRequest, requestId = 49
14:55:50.708 [nacos-grpc-client-executor-5] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [af38b110-c2ba-460b-b07a-42f6b992f978] Ack server push request, request = NotifySubscriberRequest, requestId = 49
14:55:54.312 [main] INFO  c.r.s.RuoYiSystemApplication - [logStarted,61] - Started RuoYiSystemApplication in 17.9 seconds (JVM running for 19.097)
14:55:54.351 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system, group=DEFAULT_GROUP
14:55:54.364 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system.yml, group=DEFAULT_GROUP
14:55:54.373 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system-dev.yml, group=DEFAULT_GROUP
14:55:55.178 [RMI TCP Connection(6)-192.168.110.64] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
15:13:09.044 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
15:13:09.754 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 2e24a8d4-b6fb-4113-ba31-6d40e123ed75_config-0
15:13:09.810 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 31 ms to scan 1 urls, producing 3 keys and 6 values 
15:13:09.843 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 4 keys and 9 values 
15:13:09.856 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 3 keys and 10 values 
15:13:10.034 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 174 ms to scan 245 urls, producing 0 keys and 0 values 
15:13:10.048 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 1 keys and 5 values 
15:13:10.060 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 1 keys and 7 values 
15:13:10.071 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 2 keys and 8 values 
15:13:10.230 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 157 ms to scan 245 urls, producing 0 keys and 0 values 
15:13:10.236 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2e24a8d4-b6fb-4113-ba31-6d40e123ed75_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
15:13:10.237 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2e24a8d4-b6fb-4113-ba31-6d40e123ed75_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$335/769986276
15:13:10.238 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2e24a8d4-b6fb-4113-ba31-6d40e123ed75_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/182052414
15:13:10.238 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2e24a8d4-b6fb-4113-ba31-6d40e123ed75_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
15:13:10.239 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2e24a8d4-b6fb-4113-ba31-6d40e123ed75_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
15:13:10.250 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2e24a8d4-b6fb-4113-ba31-6d40e123ed75_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.64', server main port = 8848}
15:13:12.428 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2e24a8d4-b6fb-4113-ba31-6d40e123ed75_config-0] Success to connect to server [192.168.110.64:8848] on start up, connectionId = 1724829192236_192.168.110.64_65362
15:13:12.428 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2e24a8d4-b6fb-4113-ba31-6d40e123ed75_config-0] Notify connected event to listeners.
15:13:12.428 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2e24a8d4-b6fb-4113-ba31-6d40e123ed75_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
15:13:12.429 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2e24a8d4-b6fb-4113-ba31-6d40e123ed75_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/307036850
15:13:12.511 [main] INFO  c.r.s.RuoYiSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
15:13:15.604 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8201"]
15:13:15.605 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
15:13:15.605 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
15:13:15.795 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
15:13:16.641 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
15:13:16.643 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
15:13:16.643 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
15:13:20.470 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
15:13:21.780 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
15:13:21.873 [redisson-netty-5-6] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 127.0.0.1/127.0.0.1:6379
15:13:21.919 [redisson-netty-5-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 127.0.0.1/127.0.0.1:6379
15:13:23.009 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 9ef5ae4c-8038-4420-b3ca-5bcbb3014426
15:13:23.009 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9ef5ae4c-8038-4420-b3ca-5bcbb3014426] RpcClient init label, labels = {module=naming, source=sdk}
15:13:23.013 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9ef5ae4c-8038-4420-b3ca-5bcbb3014426] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
15:13:23.013 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9ef5ae4c-8038-4420-b3ca-5bcbb3014426] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
15:13:23.013 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9ef5ae4c-8038-4420-b3ca-5bcbb3014426] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
15:13:23.014 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9ef5ae4c-8038-4420-b3ca-5bcbb3014426] Try to connect to server on start up, server: {serverIp = '192.168.110.64', server main port = 8848}
15:13:23.135 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9ef5ae4c-8038-4420-b3ca-5bcbb3014426] Success to connect to server [192.168.110.64:8848] on start up, connectionId = 1724829203018_192.168.110.64_49169
15:13:23.135 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9ef5ae4c-8038-4420-b3ca-5bcbb3014426] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
15:13:23.135 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9ef5ae4c-8038-4420-b3ca-5bcbb3014426] Notify connected event to listeners.
15:13:23.135 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9ef5ae4c-8038-4420-b3ca-5bcbb3014426] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/307036850
15:13:23.166 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8201"]
15:13:23.186 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-system 192.168.110.64:8201 register finished
15:13:23.802 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9ef5ae4c-8038-4420-b3ca-5bcbb3014426] Receive server push request, request = NotifySubscriberRequest, requestId = 60
15:13:23.810 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9ef5ae4c-8038-4420-b3ca-5bcbb3014426] Ack server push request, request = NotifySubscriberRequest, requestId = 60
15:13:24.049 [main] INFO  c.r.s.RuoYiSystemApplication - [logStarted,61] - Started RuoYiSystemApplication in 15.87 seconds (JVM running for 17.106)
15:13:24.064 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system, group=DEFAULT_GROUP
15:13:24.065 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system.yml, group=DEFAULT_GROUP
15:13:24.068 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system-dev.yml, group=DEFAULT_GROUP
15:13:24.327 [RMI TCP Connection(5)-192.168.110.64] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
15:18:35.521 [http-nio-8201-exec-1] INFO  c.r.s.w.WebSocketServer - [onOpen,45] - 
 拍卖师端建立连接 - org.apache.tomcat.websocket.WsSession@25b7d7d9
15:18:35.526 [http-nio-8201-exec-1] INFO  c.r.s.w.WebSocketServer - [onOpen,48] - 
 当前人数 - 1
15:18:49.444 [http-nio-8201-exec-5] INFO  c.r.s.w.WebSocketServer - [onClose,54] - 
 关闭连接 - org.apache.tomcat.websocket.WsSession@25b7d7d9
15:18:49.444 [http-nio-8201-exec-5] INFO  c.r.s.w.WebSocketUsers - [remove,56] - 
 正在移出用户 - 0
15:18:49.444 [http-nio-8201-exec-5] INFO  c.r.s.w.WebSocketUsers - [remove,62] - 
 移出结果 - 成功
15:28:15.077 [http-nio-8201-exec-10] INFO  c.r.s.w.WebSocketServer - [onOpen,45] - 
 拍卖师端建立连接 - org.apache.tomcat.websocket.WsSession@1dd797eb
15:28:15.077 [http-nio-8201-exec-10] INFO  c.r.s.w.WebSocketServer - [onOpen,48] - 
 当前人数 - 1
15:28:34.675 [http-nio-8201-exec-10] INFO  c.r.s.w.WebSocketServer - [onClose,54] - 
 关闭连接 - org.apache.tomcat.websocket.WsSession@1dd797eb
15:28:34.675 [http-nio-8201-exec-10] INFO  c.r.s.w.WebSocketUsers - [remove,56] - 
 正在移出用户 - 1
15:28:34.675 [http-nio-8201-exec-10] INFO  c.r.s.w.WebSocketUsers - [remove,62] - 
 移出结果 - 成功
15:28:41.801 [http-nio-8201-exec-3] INFO  c.r.s.w.WebSocketServer - [onOpen,45] - 
 拍卖师端建立连接 - org.apache.tomcat.websocket.WsSession@3ddc4c63
15:28:41.801 [http-nio-8201-exec-3] INFO  c.r.s.w.WebSocketServer - [onOpen,48] - 
 当前人数 - 1
15:33:27.138 [http-nio-8201-exec-1] INFO  c.r.s.w.WebSocketServer - [onClose,54] - 
 关闭连接 - org.apache.tomcat.websocket.WsSession@3ddc4c63
15:33:27.139 [http-nio-8201-exec-1] INFO  c.r.s.w.WebSocketUsers - [remove,56] - 
 正在移出用户 - 2
15:33:27.139 [http-nio-8201-exec-1] INFO  c.r.s.w.WebSocketUsers - [remove,62] - 
 移出结果 - 成功
15:33:40.257 [http-nio-8201-exec-6] INFO  c.r.s.w.WebSocketServer - [onOpen,45] - 
 拍卖师端建立连接 - org.apache.tomcat.websocket.WsSession@6170f179
15:33:40.257 [http-nio-8201-exec-6] INFO  c.r.s.w.WebSocketServer - [onOpen,48] - 
 当前人数 - 1
15:34:25.067 [http-nio-8201-exec-4] INFO  c.r.s.w.WebSocketServer - [onClose,54] - 
 关闭连接 - org.apache.tomcat.websocket.WsSession@6170f179
15:34:25.067 [http-nio-8201-exec-4] INFO  c.r.s.w.WebSocketUsers - [remove,56] - 
 正在移出用户 - 3
15:34:25.067 [http-nio-8201-exec-4] INFO  c.r.s.w.WebSocketUsers - [remove,62] - 
 移出结果 - 成功
15:35:30.069 [http-nio-8201-exec-10] INFO  c.r.s.w.WebSocketServer - [onOpen,45] - 
 拍卖师端建立连接 - org.apache.tomcat.websocket.WsSession@e6c114a
15:35:30.069 [http-nio-8201-exec-10] INFO  c.r.s.w.WebSocketServer - [onOpen,48] - 
 当前人数 - 1
15:36:24.119 [http-nio-8201-exec-10] INFO  c.r.s.w.WebSocketServer - [onClose,54] - 
 关闭连接 - org.apache.tomcat.websocket.WsSession@e6c114a
15:36:24.120 [http-nio-8201-exec-10] INFO  c.r.s.w.WebSocketUsers - [remove,56] - 
 正在移出用户 - 4
15:36:24.120 [http-nio-8201-exec-10] INFO  c.r.s.w.WebSocketUsers - [remove,62] - 
 移出结果 - 成功
15:58:17.083 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
15:58:17.086 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
15:58:17.420 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
15:58:17.421 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@201332ed[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
15:58:17.421 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1724829203018_192.168.110.64_49169
15:58:17.422 [nacos-grpc-client-executor-552] INFO  c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1724829203018_192.168.110.64_49169]Ignore complete event,isRunning:false,isAbandon=false
15:58:17.427 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@44e55bc[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 553]
15:58:17.561 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
15:58:17.565 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
15:58:17.573 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
15:58:17.573 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
15:58:25.707 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
15:58:26.420 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of e64e865e-85b5-41f9-b848-b2d9c082c02e_config-0
15:58:26.474 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 35 ms to scan 1 urls, producing 3 keys and 6 values 
15:58:26.504 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 4 keys and 9 values 
15:58:26.522 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 3 keys and 10 values 
15:58:26.722 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 195 ms to scan 245 urls, producing 0 keys and 0 values 
15:58:26.737 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 1 keys and 5 values 
15:58:26.751 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 1 keys and 7 values 
15:58:26.761 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 2 keys and 8 values 
15:58:26.908 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 144 ms to scan 245 urls, producing 0 keys and 0 values 
15:58:26.909 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e64e865e-85b5-41f9-b848-b2d9c082c02e_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
15:58:26.910 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e64e865e-85b5-41f9-b848-b2d9c082c02e_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$335/354350463
15:58:26.911 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e64e865e-85b5-41f9-b848-b2d9c082c02e_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/277437206
15:58:26.911 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e64e865e-85b5-41f9-b848-b2d9c082c02e_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
15:58:26.912 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e64e865e-85b5-41f9-b848-b2d9c082c02e_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
15:58:26.920 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e64e865e-85b5-41f9-b848-b2d9c082c02e_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.64', server main port = 8848}
15:58:28.195 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e64e865e-85b5-41f9-b848-b2d9c082c02e_config-0] Success to connect to server [192.168.110.64:8848] on start up, connectionId = 1724831908017_192.168.110.64_62508
15:58:28.196 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e64e865e-85b5-41f9-b848-b2d9c082c02e_config-0] Notify connected event to listeners.
15:58:28.196 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e64e865e-85b5-41f9-b848-b2d9c082c02e_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
15:58:28.197 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e64e865e-85b5-41f9-b848-b2d9c082c02e_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1120671806
15:58:28.268 [main] INFO  c.r.s.RuoYiSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
15:58:30.748 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8201"]
15:58:30.748 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
15:58:30.749 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
15:58:30.924 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
15:58:32.023 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
15:58:32.026 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
15:58:32.029 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
15:58:36.126 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
15:58:37.304 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
15:58:37.377 [redisson-netty-5-6] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 127.0.0.1/127.0.0.1:6379
15:58:37.403 [redisson-netty-5-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 127.0.0.1/127.0.0.1:6379
15:58:38.434 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of e40919c0-519d-4783-a7c3-93024caa943f
15:58:38.434 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e40919c0-519d-4783-a7c3-93024caa943f] RpcClient init label, labels = {module=naming, source=sdk}
15:58:38.436 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e40919c0-519d-4783-a7c3-93024caa943f] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
15:58:38.436 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e40919c0-519d-4783-a7c3-93024caa943f] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
15:58:38.436 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e40919c0-519d-4783-a7c3-93024caa943f] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
15:58:38.437 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e40919c0-519d-4783-a7c3-93024caa943f] Try to connect to server on start up, server: {serverIp = '192.168.110.64', server main port = 8848}
15:58:38.548 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e40919c0-519d-4783-a7c3-93024caa943f] Success to connect to server [192.168.110.64:8848] on start up, connectionId = 1724831918443_192.168.110.64_62763
15:58:38.548 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e40919c0-519d-4783-a7c3-93024caa943f] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
15:58:38.548 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e40919c0-519d-4783-a7c3-93024caa943f] Notify connected event to listeners.
15:58:38.549 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e40919c0-519d-4783-a7c3-93024caa943f] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1120671806
15:58:38.582 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8201"]
15:58:38.604 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-system 192.168.110.64:8201 register finished
15:58:39.141 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e40919c0-519d-4783-a7c3-93024caa943f] Receive server push request, request = NotifySubscriberRequest, requestId = 72
15:58:39.152 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e40919c0-519d-4783-a7c3-93024caa943f] Ack server push request, request = NotifySubscriberRequest, requestId = 72
15:58:39.391 [main] INFO  c.r.s.RuoYiSystemApplication - [logStarted,61] - Started RuoYiSystemApplication in 14.463 seconds (JVM running for 15.708)
15:58:39.404 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system, group=DEFAULT_GROUP
15:58:39.406 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system.yml, group=DEFAULT_GROUP
15:58:39.418 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system-dev.yml, group=DEFAULT_GROUP
15:58:39.962 [RMI TCP Connection(5)-192.168.110.64] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
16:30:52.671 [container-1] INFO  c.r.s.l.RedisListener - [onMessage,41] - RedisListener key=o8w112p7xhggi0aJ93MA_yozMDssJPPw
16:31:52.235 [container-2] INFO  c.r.s.l.RedisListener - [onMessage,41] - RedisListener key=FhDqFpSEK678WWpOEkKURX1gmZPwF46w
16:33:56.560 [container-3] INFO  c.r.s.l.RedisListener - [onMessage,41] - RedisListener key=Gf9I1spZc7KtNguCHlKj_FjvbduBLLOQ
17:05:05.796 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
17:05:05.798 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
17:05:06.129 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
17:05:06.130 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@17784e2[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
17:05:06.130 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1724831918443_192.168.110.64_62763
17:05:06.131 [nacos-grpc-client-executor-806] INFO  c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1724831918443_192.168.110.64_62763]Ignore complete event,isRunning:false,isAbandon=false
17:05:06.134 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@1abd243d[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 807]
17:05:06.271 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
17:05:06.274 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
17:05:06.280 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
17:05:06.280 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
17:05:29.903 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
17:05:30.575 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 3cb3d42e-808d-499a-bbf2-64ae2759ff51_config-0
17:05:30.623 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 31 ms to scan 1 urls, producing 3 keys and 6 values 
17:05:30.650 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 4 keys and 9 values 
17:05:30.665 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 3 keys and 10 values 
17:05:30.833 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 165 ms to scan 245 urls, producing 0 keys and 0 values 
17:05:30.847 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 1 keys and 5 values 
17:05:30.860 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 1 keys and 7 values 
17:05:30.871 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 2 keys and 8 values 
17:05:31.012 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 138 ms to scan 245 urls, producing 0 keys and 0 values 
17:05:31.014 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3cb3d42e-808d-499a-bbf2-64ae2759ff51_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:31.014 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3cb3d42e-808d-499a-bbf2-64ae2759ff51_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$335/979117606
17:05:31.015 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3cb3d42e-808d-499a-bbf2-64ae2759ff51_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/239648666
17:05:31.015 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3cb3d42e-808d-499a-bbf2-64ae2759ff51_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
17:05:31.015 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3cb3d42e-808d-499a-bbf2-64ae2759ff51_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
17:05:31.022 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3cb3d42e-808d-499a-bbf2-64ae2759ff51_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.64', server main port = 8848}
17:05:32.224 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3cb3d42e-808d-499a-bbf2-64ae2759ff51_config-0] Success to connect to server [192.168.110.64:8848] on start up, connectionId = 1724835932042_192.168.110.64_55195
17:05:32.225 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3cb3d42e-808d-499a-bbf2-64ae2759ff51_config-0] Notify connected event to listeners.
17:05:32.225 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3cb3d42e-808d-499a-bbf2-64ae2759ff51_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:05:32.225 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3cb3d42e-808d-499a-bbf2-64ae2759ff51_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1238568047
17:05:32.293 [main] INFO  c.r.s.RuoYiSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
17:05:34.576 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8201"]
17:05:34.577 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
17:05:34.577 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
17:05:34.722 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
17:05:35.491 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
17:05:35.492 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
17:05:35.492 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
17:05:39.392 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
17:05:40.569 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
17:05:40.640 [redisson-netty-5-6] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 127.0.0.1/127.0.0.1:6379
17:05:40.669 [redisson-netty-5-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 127.0.0.1/127.0.0.1:6379
17:05:41.972 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of ff157be0-7df2-491b-82e9-38d8026dc04b
17:05:41.973 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ff157be0-7df2-491b-82e9-38d8026dc04b] RpcClient init label, labels = {module=naming, source=sdk}
17:05:41.974 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ff157be0-7df2-491b-82e9-38d8026dc04b] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
17:05:41.974 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ff157be0-7df2-491b-82e9-38d8026dc04b] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
17:05:41.974 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ff157be0-7df2-491b-82e9-38d8026dc04b] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
17:05:41.974 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ff157be0-7df2-491b-82e9-38d8026dc04b] Try to connect to server on start up, server: {serverIp = '192.168.110.64', server main port = 8848}
17:05:42.094 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ff157be0-7df2-491b-82e9-38d8026dc04b] Success to connect to server [192.168.110.64:8848] on start up, connectionId = 1724835941978_192.168.110.64_55341
17:05:42.094 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ff157be0-7df2-491b-82e9-38d8026dc04b] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:05:42.094 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ff157be0-7df2-491b-82e9-38d8026dc04b] Notify connected event to listeners.
17:05:42.094 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ff157be0-7df2-491b-82e9-38d8026dc04b] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1238568047
17:05:42.124 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8201"]
17:05:42.144 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-system 192.168.110.64:8201 register finished
17:05:42.667 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ff157be0-7df2-491b-82e9-38d8026dc04b] Receive server push request, request = NotifySubscriberRequest, requestId = 97
17:05:42.677 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ff157be0-7df2-491b-82e9-38d8026dc04b] Ack server push request, request = NotifySubscriberRequest, requestId = 97
17:05:42.884 [main] INFO  c.r.s.RuoYiSystemApplication - [logStarted,61] - Started RuoYiSystemApplication in 13.686 seconds (JVM running for 14.915)
17:05:42.897 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system, group=DEFAULT_GROUP
17:05:42.900 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system.yml, group=DEFAULT_GROUP
17:05:42.910 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system-dev.yml, group=DEFAULT_GROUP
17:05:43.779 [RMI TCP Connection(3)-192.168.110.64] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
17:06:06.805 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
17:06:06.808 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
17:06:07.125 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
17:06:07.125 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@53594bdb[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
17:06:07.125 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1724835941978_192.168.110.64_55341
17:06:07.127 [nacos-grpc-client-executor-14] INFO  c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1724835941978_192.168.110.64_55341]Ignore complete event,isRunning:false,isAbandon=false
17:06:07.129 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@3df4df76[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 15]
17:06:07.252 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
17:06:07.254 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
17:06:07.258 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
17:06:07.258 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
17:06:14.037 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
17:06:14.676 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 16e0b751-e22c-4a52-9b27-9d00fc776939_config-0
17:06:14.722 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 29 ms to scan 1 urls, producing 3 keys and 6 values 
17:06:14.748 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 4 keys and 9 values 
17:06:14.762 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 3 keys and 10 values 
17:06:14.937 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 170 ms to scan 245 urls, producing 0 keys and 0 values 
17:06:14.951 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 1 keys and 5 values 
17:06:14.963 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 1 keys and 7 values 
17:06:14.975 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 2 keys and 8 values 
17:06:15.117 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 140 ms to scan 245 urls, producing 0 keys and 0 values 
17:06:15.120 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [16e0b751-e22c-4a52-9b27-9d00fc776939_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:15.120 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [16e0b751-e22c-4a52-9b27-9d00fc776939_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$335/16556935
17:06:15.120 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [16e0b751-e22c-4a52-9b27-9d00fc776939_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/280862192
17:06:15.121 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [16e0b751-e22c-4a52-9b27-9d00fc776939_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
17:06:15.122 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [16e0b751-e22c-4a52-9b27-9d00fc776939_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
17:06:15.129 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [16e0b751-e22c-4a52-9b27-9d00fc776939_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.64', server main port = 8848}
17:06:16.319 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [16e0b751-e22c-4a52-9b27-9d00fc776939_config-0] Success to connect to server [192.168.110.64:8848] on start up, connectionId = 1724835976136_192.168.110.64_55444
17:06:16.320 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [16e0b751-e22c-4a52-9b27-9d00fc776939_config-0] Notify connected event to listeners.
17:06:16.320 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [16e0b751-e22c-4a52-9b27-9d00fc776939_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:06:16.320 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [16e0b751-e22c-4a52-9b27-9d00fc776939_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1621202291
17:06:16.390 [main] INFO  c.r.s.RuoYiSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
17:06:18.613 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8201"]
17:06:18.614 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
17:06:18.614 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
17:06:18.766 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
17:06:19.530 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
17:06:19.531 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
17:06:19.531 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
17:06:23.033 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
17:06:24.183 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
17:06:24.260 [redisson-netty-5-7] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 127.0.0.1/127.0.0.1:6379
17:06:24.292 [redisson-netty-5-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 127.0.0.1/127.0.0.1:6379
17:06:25.335 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 951c7d37-06b9-43f0-92cb-1e3633f6248c
17:06:25.335 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [951c7d37-06b9-43f0-92cb-1e3633f6248c] RpcClient init label, labels = {module=naming, source=sdk}
17:06:25.337 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [951c7d37-06b9-43f0-92cb-1e3633f6248c] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
17:06:25.337 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [951c7d37-06b9-43f0-92cb-1e3633f6248c] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
17:06:25.337 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [951c7d37-06b9-43f0-92cb-1e3633f6248c] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
17:06:25.338 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [951c7d37-06b9-43f0-92cb-1e3633f6248c] Try to connect to server on start up, server: {serverIp = '192.168.110.64', server main port = 8848}
17:06:25.455 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [951c7d37-06b9-43f0-92cb-1e3633f6248c] Success to connect to server [192.168.110.64:8848] on start up, connectionId = 1724835985342_192.168.110.64_55576
17:06:25.455 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [951c7d37-06b9-43f0-92cb-1e3633f6248c] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:06:25.455 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [951c7d37-06b9-43f0-92cb-1e3633f6248c] Notify connected event to listeners.
17:06:25.456 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [951c7d37-06b9-43f0-92cb-1e3633f6248c] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1621202291
17:06:25.490 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8201"]
17:06:25.509 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-system 192.168.110.64:8201 register finished
17:06:26.052 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [951c7d37-06b9-43f0-92cb-1e3633f6248c] Receive server push request, request = NotifySubscriberRequest, requestId = 102
17:06:26.062 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [951c7d37-06b9-43f0-92cb-1e3633f6248c] Ack server push request, request = NotifySubscriberRequest, requestId = 102
17:06:26.309 [main] INFO  c.r.s.RuoYiSystemApplication - [logStarted,61] - Started RuoYiSystemApplication in 12.949 seconds (JVM running for 14.021)
17:06:26.322 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system, group=DEFAULT_GROUP
17:06:26.325 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system.yml, group=DEFAULT_GROUP
17:06:26.328 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system-dev.yml, group=DEFAULT_GROUP
17:06:26.862 [RMI TCP Connection(2)-192.168.110.64] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
17:07:30.830 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
17:07:30.833 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
17:07:31.172 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
17:07:31.172 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@27d17d2d[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
17:07:31.172 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1724835985342_192.168.110.64_55576
17:07:31.174 [nacos-grpc-client-executor-23] INFO  c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1724835985342_192.168.110.64_55576]Ignore complete event,isRunning:false,isAbandon=false
17:07:31.177 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@64e8cbfa[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 24]
17:07:31.299 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
17:07:31.301 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
17:07:31.306 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
17:07:31.306 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
17:07:43.552 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
17:07:44.883 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 72f08941-f055-4518-b338-bb2d10c69e49_config-0
17:07:44.961 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 45 ms to scan 1 urls, producing 3 keys and 6 values 
17:07:44.997 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 4 keys and 9 values 
17:07:45.015 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 3 keys and 10 values 
17:07:45.280 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 260 ms to scan 245 urls, producing 0 keys and 0 values 
17:07:45.290 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 1 keys and 5 values 
17:07:45.306 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 1 keys and 7 values 
17:07:45.324 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 2 keys and 8 values 
17:07:45.508 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 179 ms to scan 245 urls, producing 0 keys and 0 values 
17:07:45.511 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [72f08941-f055-4518-b338-bb2d10c69e49_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
17:07:45.511 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [72f08941-f055-4518-b338-bb2d10c69e49_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$335/1733903473
17:07:45.511 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [72f08941-f055-4518-b338-bb2d10c69e49_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1969969319
17:07:45.512 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [72f08941-f055-4518-b338-bb2d10c69e49_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
17:07:45.512 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [72f08941-f055-4518-b338-bb2d10c69e49_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
17:07:45.521 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [72f08941-f055-4518-b338-bb2d10c69e49_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.64', server main port = 8848}
17:07:47.291 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [72f08941-f055-4518-b338-bb2d10c69e49_config-0] Success to connect to server [192.168.110.64:8848] on start up, connectionId = 1724836067080_192.168.110.64_55868
17:07:47.291 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [72f08941-f055-4518-b338-bb2d10c69e49_config-0] Notify connected event to listeners.
17:07:47.292 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [72f08941-f055-4518-b338-bb2d10c69e49_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:07:47.292 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [72f08941-f055-4518-b338-bb2d10c69e49_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/423956799
17:07:47.388 [main] INFO  c.r.s.RuoYiSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
17:07:50.752 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8201"]
17:07:50.754 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
17:07:50.754 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
17:07:51.147 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
17:07:52.198 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
17:07:52.199 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
17:07:52.199 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
17:07:59.555 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
17:08:00.867 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
17:08:00.941 [redisson-netty-5-7] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 127.0.0.1/127.0.0.1:6379
17:08:00.986 [redisson-netty-5-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 127.0.0.1/127.0.0.1:6379
17:08:02.189 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 75e311da-feb4-4366-8fb7-b91167d152d2
17:08:02.189 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [75e311da-feb4-4366-8fb7-b91167d152d2] RpcClient init label, labels = {module=naming, source=sdk}
17:08:02.192 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [75e311da-feb4-4366-8fb7-b91167d152d2] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
17:08:02.192 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [75e311da-feb4-4366-8fb7-b91167d152d2] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
17:08:02.193 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [75e311da-feb4-4366-8fb7-b91167d152d2] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
17:08:02.194 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [75e311da-feb4-4366-8fb7-b91167d152d2] Try to connect to server on start up, server: {serverIp = '192.168.110.64', server main port = 8848}
17:08:02.302 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [75e311da-feb4-4366-8fb7-b91167d152d2] Success to connect to server [192.168.110.64:8848] on start up, connectionId = 1724836082198_192.168.110.64_56420
17:08:02.302 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [75e311da-feb4-4366-8fb7-b91167d152d2] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:08:02.302 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [75e311da-feb4-4366-8fb7-b91167d152d2] Notify connected event to listeners.
17:08:02.302 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [75e311da-feb4-4366-8fb7-b91167d152d2] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/423956799
17:08:02.335 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8201"]
17:08:02.354 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-system 192.168.110.64:8201 register finished
17:08:02.835 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [75e311da-feb4-4366-8fb7-b91167d152d2] Receive server push request, request = NotifySubscriberRequest, requestId = 115
17:08:02.847 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [75e311da-feb4-4366-8fb7-b91167d152d2] Ack server push request, request = NotifySubscriberRequest, requestId = 115
17:08:04.023 [main] INFO  c.r.s.RuoYiSystemApplication - [logStarted,61] - Started RuoYiSystemApplication in 21.793 seconds (JVM running for 23.35)
17:08:04.046 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system, group=DEFAULT_GROUP
17:08:04.049 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system.yml, group=DEFAULT_GROUP
17:08:04.056 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system-dev.yml, group=DEFAULT_GROUP
17:08:04.526 [RMI TCP Connection(9)-192.168.110.64] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
17:43:22.706 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
17:43:22.709 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
17:43:23.043 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
17:43:23.043 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@ec85d01[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
17:43:23.044 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1724836082198_192.168.110.64_56420
17:43:23.045 [nacos-grpc-client-executor-438] INFO  c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1724836082198_192.168.110.64_56420]Ignore complete event,isRunning:false,isAbandon=false
17:43:23.049 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@284f8c18[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 439]
17:43:23.278 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
17:43:23.282 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
17:43:23.291 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
17:43:23.292 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
17:43:30.486 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
17:43:31.145 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 288b7007-034a-4ba9-9d5c-8c84031c152f_config-0
17:43:31.195 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 33 ms to scan 1 urls, producing 3 keys and 6 values 
17:43:31.223 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 4 keys and 9 values 
17:43:31.236 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 3 keys and 10 values 
17:43:31.403 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 164 ms to scan 245 urls, producing 0 keys and 0 values 
17:43:31.417 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 1 keys and 5 values 
17:43:31.431 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 1 keys and 7 values 
17:43:31.442 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 2 keys and 8 values 
17:43:31.590 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 146 ms to scan 245 urls, producing 0 keys and 0 values 
17:43:31.592 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [288b7007-034a-4ba9-9d5c-8c84031c152f_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
17:43:31.592 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [288b7007-034a-4ba9-9d5c-8c84031c152f_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$335/1912172027
17:43:31.592 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [288b7007-034a-4ba9-9d5c-8c84031c152f_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1562090557
17:43:31.593 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [288b7007-034a-4ba9-9d5c-8c84031c152f_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
17:43:31.594 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [288b7007-034a-4ba9-9d5c-8c84031c152f_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
17:43:31.602 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [288b7007-034a-4ba9-9d5c-8c84031c152f_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.64', server main port = 8848}
17:43:32.897 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [288b7007-034a-4ba9-9d5c-8c84031c152f_config-0] Success to connect to server [192.168.110.64:8848] on start up, connectionId = 1724838212726_192.168.110.64_61504
17:43:32.898 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [288b7007-034a-4ba9-9d5c-8c84031c152f_config-0] Notify connected event to listeners.
17:43:32.898 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [288b7007-034a-4ba9-9d5c-8c84031c152f_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:43:32.899 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [288b7007-034a-4ba9-9d5c-8c84031c152f_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1985828309
17:43:32.977 [main] INFO  c.r.s.RuoYiSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
17:43:35.300 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8201"]
17:43:35.300 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
17:43:35.300 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
17:43:35.446 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
17:43:36.268 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
17:43:36.269 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
17:43:36.269 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
17:43:39.740 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
17:43:40.858 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
17:43:40.930 [redisson-netty-5-5] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 127.0.0.1/127.0.0.1:6379
17:43:40.960 [redisson-netty-5-18] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 127.0.0.1/127.0.0.1:6379
17:43:41.925 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 4161f307-2f21-406e-84d3-4501007d6600
17:43:41.926 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4161f307-2f21-406e-84d3-4501007d6600] RpcClient init label, labels = {module=naming, source=sdk}
17:43:41.927 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4161f307-2f21-406e-84d3-4501007d6600] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
17:43:41.927 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4161f307-2f21-406e-84d3-4501007d6600] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
17:43:41.928 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4161f307-2f21-406e-84d3-4501007d6600] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
17:43:41.928 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4161f307-2f21-406e-84d3-4501007d6600] Try to connect to server on start up, server: {serverIp = '192.168.110.64', server main port = 8848}
17:43:42.050 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4161f307-2f21-406e-84d3-4501007d6600] Success to connect to server [192.168.110.64:8848] on start up, connectionId = 1724838221934_192.168.110.64_61635
17:43:42.050 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4161f307-2f21-406e-84d3-4501007d6600] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:43:42.050 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4161f307-2f21-406e-84d3-4501007d6600] Notify connected event to listeners.
17:43:42.050 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4161f307-2f21-406e-84d3-4501007d6600] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1985828309
17:43:42.083 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8201"]
17:43:42.102 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-system 192.168.110.64:8201 register finished
17:43:42.651 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4161f307-2f21-406e-84d3-4501007d6600] Receive server push request, request = NotifySubscriberRequest, requestId = 133
17:43:42.660 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4161f307-2f21-406e-84d3-4501007d6600] Ack server push request, request = NotifySubscriberRequest, requestId = 133
17:43:42.864 [main] INFO  c.r.s.RuoYiSystemApplication - [logStarted,61] - Started RuoYiSystemApplication in 13.082 seconds (JVM running for 14.238)
17:43:42.879 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system, group=DEFAULT_GROUP
17:43:42.880 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system.yml, group=DEFAULT_GROUP
17:43:42.885 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system-dev.yml, group=DEFAULT_GROUP
17:43:43.301 [RMI TCP Connection(6)-192.168.110.64] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
19:01:30.384 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
19:01:30.386 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
19:01:30.728 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
19:01:30.728 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@648282e7[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
19:01:30.728 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1724838221934_192.168.110.64_61635
19:01:30.730 [nacos-grpc-client-executor-946] INFO  c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1724838221934_192.168.110.64_61635]Ignore complete event,isRunning:false,isAbandon=false
19:01:30.733 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@349a4808[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 947]
19:01:30.872 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
19:01:30.878 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
19:01:30.886 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
19:01:30.886 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye