xm
2024-06-14 722af26bc6fec32bb289b1df51a9016a4935610f
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
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
2024-06-07 08:54:29 [XNIO-1 task-3] INFO  c.d.f.listener.UserActionListener - user doLogin, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJsS1ZSQ0cwdzJpZjhrQmxaMkZIbk1qNUs3MUZWWmJMeiIsInVzZXJJZCI6IjEifQ.R7nEpmuwu3EcO_hWp8A2gf4TiYJ6BGAFp0c67KQPsjg
2024-06-07 08:54:29 [XNIO-1 task-3] INFO  c.d.f.listener.UserActionListener - user doLogout, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJTYjAwRlVlcjhJa1pYNlU2MGdndTdTWFJJTGxqQmc1ciIsInVzZXJJZCI6IjEifQ.MFdEPv5AaLNiboZpNaKrItGouQTZw5o_jMZDYEUJ4fI
2024-06-07 08:54:29 [schedule-pool-2] INFO  c.d.s.s.i.SysLogininforServiceImpl - [192.168.0.121]内网IP[admin][Success][登录成功]
2024-06-07 09:24:51 [Thread-36] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
2024-06-07 09:24:51 [Thread-36] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
2024-06-07 09:24:51 [Thread-36] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-06-07 09:24:51 [Thread-36] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-06-07 09:24:51 [Thread-36] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-06-07 09:24:51 [Thread-36] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-06-07 09:24:51 [Thread-36] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-06-07 09:27:09 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 12476 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
2024-06-07 09:27:09 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-07 09:27:14 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-07 09:27:14 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-07 09:27:14 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-07 09:27:14 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-07 09:27:14 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-07 09:27:14 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-07 09:27:16 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-07 09:27:24 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-07 09:27:24 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-07 09:27:24 [redisson-netty-11-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-06-07 09:27:24 [redisson-netty-11-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-06-07 09:27:25 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
2024-06-07 09:27:25 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
2024-06-07 09:27:25 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 09:27:25 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 09:27:26 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 09:27:26 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
2024-06-07 09:27:29 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
2024-06-07 09:27:29 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
2024-06-07 09:27:29 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
2024-06-07 09:27:33 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
2024-06-07 09:27:33 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 24.087 seconds (JVM running for 60997.888)
2024-06-07 09:27:33 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
2024-06-07 09:27:33 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-06-07 09:27:33 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-06-07 09:27:33 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-06-07 09:27:33 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-06-07 09:27:33 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-06-07 09:27:49 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 8340 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
2024-06-07 09:27:49 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-07 09:27:49 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-06-07 09:27:56 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-07 09:27:56 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-07 09:27:56 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-07 09:27:57 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-07 09:27:57 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-07 09:27:57 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-07 09:28:02 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-07 09:28:02 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-07 09:28:02 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-07 09:28:03 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-06-07 09:28:03 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-06-07 09:28:04 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
2024-06-07 09:28:05 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
2024-06-07 09:28:05 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 09:28:05 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 09:28:06 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 09:28:07 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
2024-06-07 09:28:08 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
2024-06-07 09:28:08 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
2024-06-07 09:28:08 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
2024-06-07 09:28:09 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
2024-06-07 09:28:09 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
2024-06-07 09:28:12 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
2024-06-07 09:28:12 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
2024-06-07 09:28:12 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
2024-06-07 09:28:12 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
2024-06-07 09:28:12 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 24.305 seconds (JVM running for 27.723)
2024-06-07 09:28:13 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
2024-06-07 09:28:13 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
2024-06-07 09:28:13 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
2024-06-07 09:28:13 [RMI TCP Connection(5)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-06-07 09:28:37 [XNIO-1 task-1] INFO  c.d.f.listener.UserActionListener - user doLogin, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJOQmIydXVlWVlUUEE1NkVkenlQMDF2UHVVaEU3b21aUCIsInVzZXJJZCI6IjEifQ.0CMsAul5nQvggZIEt7ys7fiLFsJLEhUJVnnq8RmhnNY
2024-06-07 09:28:37 [schedule-pool-1] INFO  c.d.s.s.i.SysLogininforServiceImpl - [192.168.0.115]内网IP[admin][Success][登录成功]
2024-06-07 09:34:20 [XNIO-1 task-6] INFO  c.d.f.listener.UserActionListener - user doLogin, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJxTE9yUlRRRnE1TVBtTkN2N1k1dUxPSFYyWFZLRm1kdCIsInVzZXJJZCI6IjEifQ.tTnACMNrz5tZoqPV94knPH_6EpR0qjDQed9EMCTYBFE
2024-06-07 09:34:20 [schedule-pool-1] INFO  c.d.s.s.i.SysLogininforServiceImpl - [192.168.0.121]内网IP[admin][Success][登录成功]
2024-06-07 09:52:29 [Thread-56] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
2024-06-07 09:52:29 [Thread-56] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
2024-06-07 09:52:29 [Thread-56] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-06-07 09:52:30 [Thread-56] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-06-07 09:52:30 [Thread-56] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-06-07 09:52:30 [Thread-56] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-06-07 09:52:30 [Thread-56] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-06-07 09:54:09 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 8340 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
2024-06-07 09:54:09 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-07 09:54:16 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-07 09:54:16 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-07 09:54:16 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-07 09:54:16 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-07 09:54:16 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-07 09:54:16 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-07 09:54:17 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-07 09:54:24 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-07 09:54:24 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-07 09:54:25 [restartedMain] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-06-07 09:54:25 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-06-07 09:54:25 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-06-07 09:54:25 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-06-07 09:54:25 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-06-07 10:02:03 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 8340 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
2024-06-07 10:02:03 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-07 10:02:22 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-07 10:02:23 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-07 10:02:23 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-07 10:02:23 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-07 10:02:23 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-07 10:02:23 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-07 10:02:25 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-07 10:02:43 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-07 10:02:43 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-07 10:02:43 [restartedMain] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-06-07 10:02:43 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-06-07 10:02:43 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-06-07 10:02:44 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-06-07 10:02:44 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-06-07 10:24:42 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 25660 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
2024-06-07 10:24:42 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-07 10:24:42 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-06-07 10:24:46 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-07 10:24:46 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-07 10:24:46 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-07 10:24:47 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-07 10:24:47 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-07 10:24:47 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-07 10:24:50 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-07 10:24:50 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-07 10:24:50 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-07 10:24:50 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-06-07 10:24:50 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-06-07 10:24:50 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-06-07 10:24:50 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-06-07 10:26:07 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 28016 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
2024-06-07 10:26:07 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-07 10:26:07 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-06-07 10:26:10 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-07 10:26:10 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-07 10:26:10 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-07 10:26:10 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-07 10:26:10 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-07 10:26:10 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-07 10:26:13 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-07 10:26:13 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-07 10:26:13 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-07 10:26:13 [redisson-netty-2-1] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-06-07 10:26:13 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-06-07 10:26:14 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
2024-06-07 10:26:15 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
2024-06-07 10:26:15 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 10:26:15 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 10:26:15 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 10:26:17 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
2024-06-07 10:26:19 [restartedMain] INFO  liquibase.changelog - Reading from dl_qms_production.FLW_EV_DATABASECHANGELOG
2024-06-07 10:26:19 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
2024-06-07 10:26:19 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
2024-06-07 10:26:20 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
2024-06-07 10:26:20 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
2024-06-07 10:26:23 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
2024-06-07 10:26:23 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
2024-06-07 10:26:23 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
2024-06-07 10:26:23 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
2024-06-07 10:26:23 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 16.324 seconds (JVM running for 17.365)
2024-06-07 10:26:23 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
2024-06-07 10:26:23 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
2024-06-07 10:26:23 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
2024-06-07 10:26:24 [RMI TCP Connection(4)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-06-07 10:28:18 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
2024-06-07 10:28:18 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
2024-06-07 10:28:18 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-06-07 10:28:18 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-06-07 10:28:18 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-06-07 10:28:18 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-06-07 10:28:18 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-06-07 10:28:22 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 16312 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
2024-06-07 10:28:22 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-07 10:28:22 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-06-07 10:28:25 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-07 10:28:25 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-07 10:28:25 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-07 10:28:26 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-07 10:28:26 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-07 10:28:26 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-07 10:28:28 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-07 10:28:28 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-07 10:28:28 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-07 10:28:29 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-06-07 10:28:29 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-06-07 10:28:29 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-06-07 10:28:29 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-06-07 10:29:12 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 19972 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
2024-06-07 10:29:12 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-07 10:29:12 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-06-07 10:29:15 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-07 10:29:15 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-07 10:29:16 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-07 10:29:16 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-07 10:29:16 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-07 10:29:16 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-07 10:29:18 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-07 10:29:19 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-07 10:29:19 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-07 10:29:19 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-06-07 10:29:19 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-06-07 10:29:20 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
2024-06-07 10:29:20 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
2024-06-07 10:29:20 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 10:29:20 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 10:29:21 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 10:29:22 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
2024-06-07 10:29:24 [restartedMain] INFO  liquibase.changelog - Reading from dl_qms_production.FLW_EV_DATABASECHANGELOG
2024-06-07 10:29:25 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
2024-06-07 10:29:25 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
2024-06-07 10:29:25 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
2024-06-07 10:29:25 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
2024-06-07 10:29:28 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
2024-06-07 10:29:28 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
2024-06-07 10:29:28 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
2024-06-07 10:29:28 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
2024-06-07 10:29:28 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 16.266 seconds (JVM running for 17.281)
2024-06-07 10:29:28 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
2024-06-07 10:29:28 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
2024-06-07 10:29:28 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
2024-06-07 10:29:29 [RMI TCP Connection(2)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-06-07 10:35:47 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
2024-06-07 10:35:47 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
2024-06-07 10:35:47 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-06-07 10:35:47 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-06-07 10:35:47 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-06-07 10:35:47 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-06-07 10:35:47 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-06-07 10:35:51 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 31436 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
2024-06-07 10:35:51 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-07 10:35:51 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-06-07 10:35:54 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-07 10:35:54 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-07 10:35:54 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-07 10:35:55 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-07 10:35:55 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-07 10:35:55 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-07 10:35:57 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-07 10:35:57 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-07 10:35:57 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-07 10:35:58 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-06-07 10:35:58 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-06-07 10:35:58 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-06-07 10:35:58 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-06-07 10:36:44 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 17948 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
2024-06-07 10:36:44 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-07 10:36:44 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-06-07 10:36:47 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-07 10:36:47 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-07 10:36:47 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-07 10:36:48 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-07 10:36:48 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-07 10:36:48 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-07 10:36:50 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-07 10:36:50 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-07 10:36:50 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-07 10:36:51 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-06-07 10:36:51 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-06-07 10:36:51 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-06-07 10:36:51 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-06-07 10:43:43 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 25220 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
2024-06-07 10:43:43 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-07 10:43:43 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-06-07 10:43:46 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-07 10:43:46 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-07 10:43:46 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-07 10:43:47 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-07 10:43:47 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-07 10:43:47 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-07 10:43:49 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-07 10:43:49 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-07 10:43:49 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-07 10:43:50 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-06-07 10:43:50 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-06-07 10:43:51 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
2024-06-07 10:43:51 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
2024-06-07 10:43:51 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 10:43:51 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 10:43:52 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 10:43:56 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
2024-06-07 10:43:57 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
2024-06-07 10:43:57 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
2024-06-07 10:43:59 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
2024-06-07 10:43:59 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
2024-06-07 10:43:59 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
2024-06-07 10:43:59 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
2024-06-07 10:43:59 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 17.274 seconds (JVM running for 18.314)
2024-06-07 10:43:59 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
2024-06-07 10:43:59 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-06-07 10:44:00 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-06-07 10:44:00 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-06-07 10:44:00 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-06-07 10:44:00 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-06-07 10:44:04 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 28732 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
2024-06-07 10:44:04 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-07 10:44:04 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-06-07 10:44:07 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-07 10:44:07 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-07 10:44:07 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-07 10:44:07 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-07 10:44:07 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-07 10:44:07 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-07 10:44:10 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-07 10:44:10 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-07 10:44:10 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-07 10:44:11 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-06-07 10:44:11 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-06-07 10:44:12 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
2024-06-07 10:44:13 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
2024-06-07 10:44:13 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 10:44:13 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 10:44:14 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 10:44:15 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
2024-06-07 10:44:17 [restartedMain] INFO  liquibase.changelog - Reading from dl_qms_production.FLW_EV_DATABASECHANGELOG
2024-06-07 10:44:18 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
2024-06-07 10:44:18 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
2024-06-07 10:44:18 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
2024-06-07 10:44:18 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
2024-06-07 10:44:21 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
2024-06-07 10:44:21 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
2024-06-07 10:44:21 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
2024-06-07 10:44:21 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
2024-06-07 10:44:21 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 18.15 seconds (JVM running for 19.289)
2024-06-07 10:44:21 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
2024-06-07 10:44:22 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
2024-06-07 10:44:22 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
2024-06-07 10:44:22 [RMI TCP Connection(7)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-06-07 11:09:13 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
2024-06-07 11:09:13 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
2024-06-07 11:09:13 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-06-07 11:09:13 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-06-07 11:09:13 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-06-07 11:09:13 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-06-07 11:09:13 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-06-07 11:39:29 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 24392 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
2024-06-07 11:39:29 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-07 11:39:29 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-06-07 11:39:36 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-07 11:39:36 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-07 11:39:36 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-07 11:39:36 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-07 11:39:36 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-07 11:39:36 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-07 11:39:40 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-07 11:39:40 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-07 11:39:40 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-07 11:39:40 [redisson-netty-2-5] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for localhost/127.0.0.1:6379
2024-06-07 11:39:40 [redisson-netty-2-4] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for localhost/127.0.0.1:6379
2024-06-07 11:39:41 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
2024-06-07 11:39:42 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
2024-06-07 11:39:42 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 11:39:42 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 11:39:43 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 11:39:44 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
2024-06-07 11:39:46 [restartedMain] INFO  liquibase.changelog - Reading from dl_qms_production.FLW_EV_DATABASECHANGELOG
2024-06-07 11:39:46 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
2024-06-07 11:39:47 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
2024-06-07 11:39:47 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
2024-06-07 11:39:47 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
2024-06-07 11:39:50 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
2024-06-07 11:39:50 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
2024-06-07 11:39:50 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
2024-06-07 11:39:50 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
2024-06-07 11:39:50 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 22.237 seconds (JVM running for 23.933)
2024-06-07 11:39:51 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
2024-06-07 11:39:51 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
2024-06-07 11:39:51 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
2024-06-07 11:39:52 [RMI TCP Connection(2)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-06-07 13:33:42 [XNIO-1 task-1] INFO  c.d.f.listener.UserActionListener - user doLogin, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiI4WlFWQmRNYXcxbVA5OTMyT1ZyR29EMXVZNkVNN20wTCIsInVzZXJJZCI6IjEifQ.2lJdbB5qu0SUAwqZKDjPYzLkm6q6jwBmFPPQ1DyeYqE
2024-06-07 13:33:42 [schedule-pool-1] INFO  c.d.s.s.i.SysLogininforServiceImpl - [192.168.0.121]内网IP[admin][Success][登录成功]
2024-06-07 13:40:53 [schedule-pool-1] INFO  c.d.s.s.i.SysLogininforServiceImpl - [192.168.0.115]内网IP[admin][Error][密码输入错误1次]
2024-06-07 13:40:58 [XNIO-1 task-4] INFO  c.d.f.listener.UserActionListener - user doLogin, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJQSURmb1lLS3BHZUtURkR4Rk1zeEo3RnR1ZmdVdlB3YiIsInVzZXJJZCI6IjEifQ.nXxgmLeeBV-0laKc8h2jIrF7rTSgSQXJ6HYjDBOFuYw
2024-06-07 13:40:58 [schedule-pool-2] INFO  c.d.s.s.i.SysLogininforServiceImpl - [192.168.0.115]内网IP[admin][Success][登录成功]
2024-06-07 13:42:11 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
2024-06-07 13:42:11 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
2024-06-07 13:42:11 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-06-07 13:42:12 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-06-07 13:42:12 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-06-07 13:42:12 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-06-07 13:42:12 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-06-07 13:42:16 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 21604 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
2024-06-07 13:42:16 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-07 13:42:16 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-06-07 13:42:19 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-07 13:42:19 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-07 13:42:20 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-07 13:42:20 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-07 13:42:20 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-07 13:42:20 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-07 13:42:22 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-07 13:42:22 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-07 13:42:23 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-07 13:42:23 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for localhost/127.0.0.1:6378
2024-06-07 13:42:23 [redisson-netty-2-4] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for localhost/127.0.0.1:6378
2024-06-07 13:42:24 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
2024-06-07 13:42:24 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
2024-06-07 13:42:24 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 13:42:24 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 13:42:25 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 13:42:26 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
2024-06-07 13:42:28 [restartedMain] INFO  liquibase.changelog - Reading from dl_qms_production.FLW_EV_DATABASECHANGELOG
2024-06-07 13:42:29 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
2024-06-07 13:42:29 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
2024-06-07 13:42:29 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
2024-06-07 13:42:29 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
2024-06-07 13:42:32 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
2024-06-07 13:42:32 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
2024-06-07 13:42:32 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
2024-06-07 13:42:32 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
2024-06-07 13:42:32 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 16.495 seconds (JVM running for 17.766)
2024-06-07 13:42:32 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
2024-06-07 13:42:32 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
2024-06-07 13:42:32 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
2024-06-07 13:42:33 [RMI TCP Connection(2)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-06-07 13:42:43 [XNIO-1 task-1] INFO  c.d.f.listener.UserActionListener - user doLogin, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJrUGpTeDhqSmsyTUl5Z3lrRm56V2k0OHlOa3NxYnBGSSIsInVzZXJJZCI6IjEifQ.sUbcWRcqyNL24Zm6uBMnJwY0LLmnTZQAZqIxZmok1N8
2024-06-07 13:42:43 [schedule-pool-1] INFO  c.d.s.s.i.SysLogininforServiceImpl - [192.168.0.115]内网IP[admin][Success][登录成功]
2024-06-07 13:49:26 [Thread-40] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
2024-06-07 13:49:27 [Thread-40] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
2024-06-07 13:49:27 [Thread-40] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-06-07 13:49:27 [Thread-40] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-06-07 13:49:27 [Thread-40] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-06-07 13:49:27 [Thread-40] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-06-07 13:49:27 [Thread-40] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-06-07 13:51:13 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 21604 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
2024-06-07 13:51:13 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-07 13:51:19 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-07 13:51:19 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-07 13:51:19 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-07 13:51:19 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-07 13:51:19 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-07 13:51:19 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-07 13:51:20 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-07 13:51:27 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-07 13:51:27 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-07 13:51:37 [restartedMain] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-06-07 13:51:37 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-06-07 13:51:37 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-06-07 13:51:37 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-06-07 13:51:37 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-06-07 13:59:15 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 2368 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
2024-06-07 13:59:15 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-07 13:59:15 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-06-07 13:59:19 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-07 13:59:19 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-07 13:59:19 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-07 13:59:19 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-07 13:59:19 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-07 13:59:19 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-07 13:59:22 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-07 13:59:23 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-07 13:59:23 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-07 13:59:23 [redisson-netty-2-5] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for localhost/127.0.0.1:6379
2024-06-07 13:59:23 [redisson-netty-2-4] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for localhost/127.0.0.1:6379
2024-06-07 13:59:24 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
2024-06-07 13:59:25 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
2024-06-07 13:59:25 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 13:59:25 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 13:59:26 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 13:59:27 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
2024-06-07 13:59:29 [restartedMain] INFO  liquibase.changelog - Reading from dl_qms_production.FLW_EV_DATABASECHANGELOG
2024-06-07 13:59:29 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
2024-06-07 13:59:29 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
2024-06-07 13:59:30 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
2024-06-07 13:59:30 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
2024-06-07 13:59:33 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
2024-06-07 13:59:33 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
2024-06-07 13:59:33 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
2024-06-07 13:59:33 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
2024-06-07 13:59:33 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 19.072 seconds (JVM running for 20.653)
2024-06-07 13:59:33 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
2024-06-07 13:59:33 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
2024-06-07 13:59:33 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
2024-06-07 13:59:34 [RMI TCP Connection(2)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-06-07 14:11:57 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
2024-06-07 14:11:57 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
2024-06-07 14:11:57 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-06-07 14:11:57 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-06-07 14:11:57 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-06-07 14:11:57 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-06-07 14:11:57 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-06-07 14:12:01 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 10572 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
2024-06-07 14:12:01 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-07 14:12:01 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-06-07 14:12:04 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-07 14:12:04 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-07 14:12:04 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-07 14:12:05 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-07 14:12:05 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-07 14:12:05 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-07 14:12:07 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-07 14:12:07 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-07 14:12:07 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-07 14:12:10 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-06-07 14:12:10 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-06-07 14:12:10 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-06-07 14:12:10 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-06-07 14:12:27 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 16488 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
2024-06-07 14:12:27 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-07 14:12:27 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-06-07 14:12:30 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-07 14:12:30 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-07 14:12:30 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-07 14:12:30 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-07 14:12:30 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-07 14:12:30 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-07 14:12:33 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-07 14:12:33 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-07 14:12:33 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-07 14:12:33 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-06-07 14:12:33 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-06-07 14:12:33 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-06-07 14:12:33 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-06-07 14:12:56 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 30244 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
2024-06-07 14:12:56 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-07 14:12:56 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-06-07 14:12:59 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-07 14:13:00 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-07 14:13:00 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-07 14:13:00 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-07 14:13:00 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-07 14:13:00 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-07 14:13:02 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-07 14:13:03 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-07 14:13:03 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-07 14:13:03 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-06-07 14:13:03 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-06-07 14:13:03 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-06-07 14:13:03 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-06-07 14:13:25 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 8928 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
2024-06-07 14:13:25 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-07 14:13:25 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-06-07 14:13:28 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-07 14:13:28 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-07 14:13:28 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-07 14:13:28 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-07 14:13:28 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-07 14:13:28 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-07 14:13:31 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-07 14:13:31 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-07 14:13:31 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-07 14:13:32 [redisson-netty-2-5] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for localhost/127.0.0.1:6378
2024-06-07 14:13:32 [redisson-netty-2-4] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for localhost/127.0.0.1:6378
2024-06-07 14:13:33 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
2024-06-07 14:13:33 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
2024-06-07 14:13:33 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 14:13:33 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 14:13:34 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 14:13:35 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
2024-06-07 14:13:37 [restartedMain] INFO  liquibase.changelog - Reading from dl_qms_production.FLW_EV_DATABASECHANGELOG
2024-06-07 14:13:38 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
2024-06-07 14:13:38 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
2024-06-07 14:13:38 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
2024-06-07 14:13:39 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
2024-06-07 14:13:41 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
2024-06-07 14:13:41 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
2024-06-07 14:13:41 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
2024-06-07 14:13:41 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
2024-06-07 14:13:42 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 17.145 seconds (JVM running for 18.227)
2024-06-07 14:13:42 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
2024-06-07 14:13:42 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
2024-06-07 14:13:42 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
2024-06-07 14:13:42 [RMI TCP Connection(4)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-06-07 14:20:35 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
2024-06-07 14:20:35 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
2024-06-07 14:20:35 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-06-07 14:20:35 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-06-07 14:20:35 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-06-07 14:20:35 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-06-07 14:20:35 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-06-07 14:20:39 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 30252 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
2024-06-07 14:20:39 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-07 14:20:39 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-06-07 14:20:42 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-07 14:20:42 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-07 14:20:42 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-07 14:20:43 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-07 14:20:43 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-07 14:20:43 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-07 14:20:45 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-07 14:20:45 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-07 14:20:45 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-07 14:20:56 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-06-07 14:20:56 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-06-07 14:20:56 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-06-07 14:20:56 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-06-07 14:26:44 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 5692 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
2024-06-07 14:26:44 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-07 14:26:44 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-06-07 14:26:47 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-07 14:26:47 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-07 14:26:47 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-07 14:26:47 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-07 14:26:47 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-07 14:26:47 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-07 14:26:50 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-07 14:26:50 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-07 14:26:50 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-07 14:26:52 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-06-07 14:26:52 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-06-07 14:26:52 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-06-07 14:26:52 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-06-07 14:27:04 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 22028 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
2024-06-07 14:27:04 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-07 14:27:04 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-06-07 14:27:07 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-07 14:27:08 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-07 14:27:08 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-07 14:27:08 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-07 14:27:08 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-07 14:27:08 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-07 14:27:11 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-07 14:27:11 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-07 14:27:11 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-07 14:27:11 [redisson-netty-2-5] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for localhost/127.0.0.1:6378
2024-06-07 14:27:11 [redisson-netty-2-4] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for localhost/127.0.0.1:6378
2024-06-07 14:27:12 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
2024-06-07 14:27:13 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
2024-06-07 14:27:13 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 14:27:13 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 14:27:13 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 14:27:14 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
2024-06-07 14:27:16 [restartedMain] INFO  liquibase.changelog - Reading from dl_qms_production.FLW_EV_DATABASECHANGELOG
2024-06-07 14:27:17 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
2024-06-07 14:27:17 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
2024-06-07 14:27:18 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
2024-06-07 14:27:18 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
2024-06-07 14:27:20 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
2024-06-07 14:27:20 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
2024-06-07 14:27:20 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
2024-06-07 14:27:21 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
2024-06-07 14:27:21 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 16.798 seconds (JVM running for 17.895)
2024-06-07 14:27:21 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
2024-06-07 14:27:21 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
2024-06-07 14:27:21 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
2024-06-07 14:27:21 [RMI TCP Connection(3)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-06-07 14:29:47 [XNIO-1 task-1] INFO  c.d.f.listener.UserActionListener - user doLogin, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJmODNaS0g5c0tSTmRnendWSXc1REdIdmp4MDNNZlJuciIsInVzZXJJZCI6IjEifQ.trtDjAIL73ebMeaFG91KX_biWWZfYup2twuUPBFh3Yo
2024-06-07 14:29:47 [schedule-pool-1] INFO  c.d.s.s.i.SysLogininforServiceImpl - [192.168.0.121]内网IP[admin][Success][登录成功]
2024-06-07 14:33:52 [XNIO-1 task-1] INFO  c.d.f.listener.UserActionListener - user doLogin, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJzdWR1SW1JcDQwWDBHeEpzNmJCYWtjSjJMME1iekx0NiIsInVzZXJJZCI6IjEifQ.OwDojMjgdlfbyPVR1w1NtdleyNm4ztK5RSFukoOlKqg
2024-06-07 14:33:52 [schedule-pool-1] INFO  c.d.s.s.i.SysLogininforServiceImpl - [192.168.0.115]内网IP[admin][Success][登录成功]
2024-06-07 15:03:50 [Thread-40] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
2024-06-07 15:03:50 [Thread-40] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
2024-06-07 15:03:50 [Thread-40] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-06-07 15:03:50 [Thread-40] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-06-07 15:03:50 [Thread-40] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-06-07 15:03:50 [Thread-40] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-06-07 15:03:50 [Thread-40] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-06-07 15:05:12 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 22028 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
2024-06-07 15:05:12 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-07 15:05:17 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-07 15:05:17 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-07 15:05:17 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-07 15:05:18 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-07 15:05:18 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-07 15:05:18 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-07 15:05:18 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-07 15:05:27 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-07 15:05:27 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-07 15:05:27 [redisson-netty-11-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for localhost/127.0.0.1:6378
2024-06-07 15:05:27 [redisson-netty-11-4] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for localhost/127.0.0.1:6378
2024-06-07 15:05:28 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
2024-06-07 15:05:29 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
2024-06-07 15:05:29 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 15:05:29 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 15:05:30 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 15:05:30 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
2024-06-07 15:05:35 [restartedMain] INFO  liquibase.changelog - Reading from dl_qms_production.FLW_EV_DATABASECHANGELOG
2024-06-07 15:05:36 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
2024-06-07 15:05:36 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
2024-06-07 15:05:36 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
2024-06-07 15:05:36 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
2024-06-07 15:05:39 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
2024-06-07 15:05:39 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 27.645 seconds (JVM running for 2316.651)
2024-06-07 15:05:40 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
2024-06-07 15:05:40 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
2024-06-07 15:05:40 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
2024-06-07 15:10:13 [XNIO-2 task-1] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-06-07 15:23:58 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
2024-06-07 15:23:58 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
2024-06-07 15:23:58 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-06-07 15:23:58 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-06-07 15:23:58 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-06-07 15:23:58 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-06-07 15:23:58 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-06-07 15:24:05 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 9176 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
2024-06-07 15:24:05 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-07 15:24:05 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-06-07 15:24:09 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-07 15:24:09 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-07 15:24:09 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-07 15:24:09 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-07 15:24:09 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-07 15:24:09 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-07 15:24:13 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-07 15:24:13 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-07 15:24:13 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-07 15:24:14 [redisson-netty-2-5] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for localhost/127.0.0.1:6378
2024-06-07 15:24:14 [redisson-netty-2-4] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for localhost/127.0.0.1:6378
2024-06-07 15:24:15 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
2024-06-07 15:24:15 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
2024-06-07 15:24:15 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 15:24:15 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 15:24:17 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 15:24:18 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
2024-06-07 15:24:20 [restartedMain] INFO  liquibase.changelog - Reading from dl_qms_production.FLW_EV_DATABASECHANGELOG
2024-06-07 15:24:20 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
2024-06-07 15:24:20 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
2024-06-07 15:24:21 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
2024-06-07 15:24:21 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
2024-06-07 15:24:24 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
2024-06-07 15:24:24 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
2024-06-07 15:24:24 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
2024-06-07 15:24:24 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
2024-06-07 15:24:24 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 19.38 seconds (JVM running for 21.028)
2024-06-07 15:24:24 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
2024-06-07 15:24:24 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
2024-06-07 15:24:24 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
2024-06-07 15:24:25 [RMI TCP Connection(8)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-06-07 15:33:14 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
2024-06-07 15:33:14 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
2024-06-07 15:33:14 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-06-07 15:33:14 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-06-07 15:33:14 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-06-07 15:33:14 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-06-07 15:33:14 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-06-07 15:33:18 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 26708 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
2024-06-07 15:33:18 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-07 15:33:18 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-06-07 15:33:21 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-07 15:33:21 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-07 15:33:21 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-07 15:33:22 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-07 15:33:22 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-07 15:33:22 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-07 15:33:24 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-07 15:33:25 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-07 15:33:25 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-07 15:33:26 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for localhost/127.0.0.1:6378
2024-06-07 15:33:26 [redisson-netty-2-4] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for localhost/127.0.0.1:6378
2024-06-07 15:33:29 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
2024-06-07 15:33:30 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
2024-06-07 15:33:30 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 15:33:30 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 15:33:33 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 15:33:35 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
2024-06-07 15:33:39 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
2024-06-07 15:33:39 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
2024-06-07 15:33:39 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
2024-06-07 15:33:40 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
2024-06-07 15:33:40 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
2024-06-07 15:33:47 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
2024-06-07 15:33:47 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
2024-06-07 15:33:47 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
2024-06-07 15:33:47 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
2024-06-07 15:33:47 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 29.94 seconds (JVM running for 31.012)
2024-06-07 15:33:48 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
2024-06-07 15:33:48 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
2024-06-07 15:33:48 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
2024-06-07 15:33:49 [RMI TCP Connection(3)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-06-07 15:58:35 [XNIO-1 task-1] INFO  c.d.f.listener.UserActionListener - user doLogin, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJGNU5OVUo1b0NXSUJHcnFtZnlQcm9RdmpJV3c0a2JrbiIsInVzZXJJZCI6IjEifQ.QoxCbLMkAgFvsqD8OBkXlWPuj-QqBooUNgBAqY9ylW4
2024-06-07 15:58:35 [schedule-pool-1] INFO  c.d.s.s.i.SysLogininforServiceImpl - [192.168.0.121]内网IP[admin][Success][登录成功]
2024-06-07 16:00:10 [XNIO-1 task-6] INFO  c.d.f.listener.UserActionListener - user doLogin, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiI5SjBCemltOHBFcnl4enpydm13cXdRMXo5S2w2TXJ5VCIsInVzZXJJZCI6IjEifQ.jNF3QQxLy2cRWWTYAC_TyZyNVjkscwhDovp9iut82I8
2024-06-07 16:00:10 [schedule-pool-1] INFO  c.d.s.s.i.SysLogininforServiceImpl - [192.168.0.115]内网IP[admin][Success][登录成功]
2024-06-07 16:05:22 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
2024-06-07 16:05:22 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
2024-06-07 16:05:22 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-06-07 16:05:23 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-06-07 16:05:23 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-06-07 16:05:23 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-06-07 16:05:23 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-06-07 16:05:29 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 28496 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
2024-06-07 16:05:29 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-07 16:05:29 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-06-07 16:05:32 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-07 16:05:32 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-07 16:05:32 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-07 16:05:33 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-07 16:05:33 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-07 16:05:33 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-07 16:05:35 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-07 16:05:35 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-07 16:05:35 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-07 16:05:36 [redisson-netty-2-5] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for localhost/127.0.0.1:6378
2024-06-07 16:05:36 [redisson-netty-2-4] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for localhost/127.0.0.1:6378
2024-06-07 16:05:37 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
2024-06-07 16:05:37 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
2024-06-07 16:05:37 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 16:05:37 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 16:05:38 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 16:05:39 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
2024-06-07 16:05:40 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
2024-06-07 16:05:40 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
2024-06-07 16:05:40 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
2024-06-07 16:05:41 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
2024-06-07 16:05:41 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
2024-06-07 16:05:43 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
2024-06-07 16:05:43 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
2024-06-07 16:05:43 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
2024-06-07 16:05:43 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
2024-06-07 16:05:43 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 15.099 seconds (JVM running for 16.146)
2024-06-07 16:05:43 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
2024-06-07 16:05:43 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
2024-06-07 16:05:44 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
2024-06-07 16:05:44 [RMI TCP Connection(8)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-06-07 16:06:31 [Thread-36] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
2024-06-07 16:06:31 [Thread-36] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
2024-06-07 16:06:31 [Thread-36] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-06-07 16:06:31 [Thread-36] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-06-07 16:06:31 [Thread-36] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-06-07 16:06:31 [Thread-36] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-06-07 16:06:31 [Thread-36] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-06-07 16:08:14 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 28496 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
2024-06-07 16:08:14 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-07 16:08:19 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-07 16:08:19 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-07 16:08:19 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-07 16:08:20 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-07 16:08:20 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-07 16:08:20 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-07 16:08:21 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-07 16:08:28 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-07 16:08:28 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-07 16:08:28 [redisson-netty-11-5] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for localhost/127.0.0.1:6378
2024-06-07 16:08:28 [redisson-netty-11-4] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for localhost/127.0.0.1:6378
2024-06-07 16:08:29 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
2024-06-07 16:08:30 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
2024-06-07 16:08:30 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 16:08:30 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 16:08:31 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 16:08:31 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
2024-06-07 16:08:34 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
2024-06-07 16:08:34 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
2024-06-07 16:08:34 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
2024-06-07 16:08:34 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
2024-06-07 16:08:34 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
2024-06-07 16:08:37 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
2024-06-07 16:08:37 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 24.172 seconds (JVM running for 190.229)
2024-06-07 16:08:37 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
2024-06-07 16:08:37 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
2024-06-07 16:08:38 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
2024-06-07 16:10:08 [Thread-47] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
2024-06-07 16:10:08 [Thread-47] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-06-07 16:10:08 [Thread-47] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-06-07 16:10:08 [Thread-47] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-06-07 16:10:08 [Thread-47] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-06-07 16:10:08 [Thread-47] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-06-07 16:12:31 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 28496 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
2024-06-07 16:12:31 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-07 16:12:41 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-07 16:12:42 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-07 16:12:42 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-07 16:12:42 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-07 16:12:42 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-07 16:12:42 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-07 16:12:43 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-07 16:12:54 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-07 16:12:54 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-07 16:12:54 [redisson-netty-20-5] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for localhost/127.0.0.1:6378
2024-06-07 16:12:54 [redisson-netty-20-4] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for localhost/127.0.0.1:6378
2024-06-07 16:12:57 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
2024-06-07 16:12:58 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
2024-06-07 16:12:58 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 16:12:58 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 16:12:59 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 16:13:00 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
2024-06-07 16:13:05 [restartedMain] INFO  liquibase.changelog - Reading from dl_qms_production.FLW_EV_DATABASECHANGELOG
2024-06-07 16:13:06 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
2024-06-07 16:13:06 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
2024-06-07 16:13:07 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
2024-06-07 16:13:07 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
2024-06-07 16:13:14 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
2024-06-07 16:13:14 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 43.781 seconds (JVM running for 466.655)
2024-06-07 16:13:14 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
2024-06-07 16:13:14 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
2024-06-07 16:13:14 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
2024-06-07 16:22:25 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
2024-06-07 16:22:26 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-06-07 16:22:26 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-06-07 16:22:26 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-06-07 16:22:26 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-06-07 16:22:26 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-06-07 16:22:34 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 2076 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
2024-06-07 16:22:34 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-07 16:22:34 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-06-07 16:22:38 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-07 16:22:38 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-07 16:22:38 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-07 16:22:39 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-07 16:22:39 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-07 16:22:39 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-07 16:22:42 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-07 16:22:42 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-07 16:22:43 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-07 16:22:43 [redisson-netty-2-5] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for localhost/127.0.0.1:6378
2024-06-07 16:22:43 [redisson-netty-2-4] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for localhost/127.0.0.1:6378
2024-06-07 16:22:44 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
2024-06-07 16:22:45 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
2024-06-07 16:22:45 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 16:22:45 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 16:22:46 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-07 16:22:46 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
2024-06-07 16:22:48 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
2024-06-07 16:22:48 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
2024-06-07 16:22:48 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
2024-06-07 16:22:48 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
2024-06-07 16:22:48 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
2024-06-07 16:22:51 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
2024-06-07 16:22:51 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
2024-06-07 16:22:51 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
2024-06-07 16:22:51 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
2024-06-07 16:22:51 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 17.749 seconds (JVM running for 19.214)
2024-06-07 16:22:51 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
2024-06-07 16:22:51 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
2024-06-07 16:22:52 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
2024-06-07 16:22:52 [RMI TCP Connection(3)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-06-07 16:39:39 [XNIO-1 task-6] INFO  c.d.f.listener.UserActionListener - user doLogin, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJLdVM2SmNCT3VGYzJXbHNrbFl5RE9OMmtDZ0lhdnVGaCIsInVzZXJJZCI6IjEifQ.9rAVlfi1trZwvCH6RCYC2huzeNwqk1zniAzelm6Ltjs
2024-06-07 16:39:39 [schedule-pool-1] INFO  c.d.s.s.i.SysLogininforServiceImpl - [192.168.0.115]内网IP[admin][Success][登录成功]
2024-06-07 17:38:44 [XNIO-1 task-5] INFO  c.d.f.listener.UserActionListener - user doLogin, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiI5UjdpdXBFc01janBSOFNuYnhGbkFzS2l4aUlKaXhtYyIsInVzZXJJZCI6IjEifQ.3dYLW_04GKWbZr2Vo9QHeCNhVxmWd_IDf-TJk3iUPOc
2024-06-07 17:38:44 [schedule-pool-1] INFO  c.d.s.s.i.SysLogininforServiceImpl - [192.168.0.115]内网IP[admin][Success][登录成功]