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
2024-05-31 10:37:02 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_281 on MyWang with PID 20508 (D:\MyFile\project\ROGY-QMS\dl-admin\target\classes started by 95817 in D:\MyFile\project\ROGY-QMS)
2024-05-31 10:37:02 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-05-31 10:37:02 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-05-31 10:37:05 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-05-31 10:37:05 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-05-31 10:37:05 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-05-31 13:53:36 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_281 on MyWang with PID 19076 (D:\MyFile\project\ROGY-QMS\dl-admin\target\classes started by 95817 in D:\MyFile\project\ROGY-QMS)
2024-05-31 13:53:36 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-05-31 13:53:36 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-05-31 13:53:38 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-05-31 13:53:38 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-05-31 13:53:38 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-05-31 13:53:38 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-05-31 13:53:38 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-05-31 13:53:38 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-05-31 14:05:57 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_281 on MyWang with PID 10516 (D:\MyFile\project\ROGY-QMS\dl-admin\target\classes started by 95817 in D:\MyFile\project\ROGY-QMS)
2024-05-31 14:05:57 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-05-31 14:05:57 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-05-31 14:05:59 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-05-31 14:05:59 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-05-31 14:05:59 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-05-31 14:05:59 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-05-31 14:05:59 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-05-31 14:05:59 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-05-31 14:06:01 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-05-31 14:06:02 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-05-31 14:06:02 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-05-31 14:06:02 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-05-31 14:06:02 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-05-31 14:06:03 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
2024-05-31 14:06:03 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
2024-05-31 14:06:03 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-05-31 14:06:03 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-05-31 14:06:04 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-05-31 14:06:04 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
2024-05-31 14:06:05 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
2024-05-31 14:06:05 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
2024-05-31 14:06:05 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
2024-05-31 14:06:06 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
2024-05-31 14:06:06 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
2024-05-31 14:06:07 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
2024-05-31 14:06:07 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
2024-05-31 14:06:07 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
2024-05-31 14:06:07 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
2024-05-31 14:06:08 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 11.187 seconds (JVM running for 12.124)
2024-05-31 14:06:08 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
2024-05-31 14:06:08 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
2024-05-31 14:06:08 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
2024-05-31 14:06:25 [XNIO-1 task-1] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-05-31 14:06:40 [XNIO-1 task-1] INFO  c.d.f.listener.UserActionListener - user doLogin, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJKSzBIS3hiYXBFMjBWNWxkUHBsWXZHclZxNVc4aHlOMSIsInVzZXJJZCI6IjEifQ.l4LEILhNYTq0axNJM4yrYkiLvdt3x_wnWOkWVHM548Q
2024-05-31 14:06:40 [XNIO-1 task-1] INFO  c.d.f.listener.UserActionListener - user doLogout, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiI1SFVqYkdUNUl1UDh1TzYzd080ZnN2OGxZWGJjY252ayIsInVzZXJJZCI6IjEifQ.NI0kNNCs6ZIiSb3NRSZbIMQ2eezwQdHdPMmdVWhcfXU
2024-05-31 14:06:40 [schedule-pool-1] INFO  c.d.s.s.i.SysLogininforServiceImpl - [192.168.0.115]内网IP[admin][Success][登录成功]
2024-05-31 14:08:00 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
2024-05-31 14:08:00 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
2024-05-31 14:08:00 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-05-31 14:08:00 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-05-31 14:08:00 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-05-31 14:08:00 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-05-31 14:08:00 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-05-31 14:09:45 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_281 on MyWang with PID 10624 (D:\MyFile\project\ROGY-QMS\dl-admin\target\classes started by 95817 in D:\MyFile\project\ROGY-QMS)
2024-05-31 14:09:45 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-05-31 14:09:45 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-05-31 14:09:48 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-05-31 14:09:48 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-05-31 14:09:48 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-05-31 14:09:48 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-05-31 14:09:48 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-05-31 14:09:48 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-05-31 14:09:50 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-05-31 14:09:50 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-05-31 14:09:50 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-05-31 14:09:51 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-05-31 14:09:51 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-05-31 14:09:52 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
2024-05-31 14:09:52 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
2024-05-31 14:09:52 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-05-31 14:09:52 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-05-31 14:09:53 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-05-31 14:09:53 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
2024-05-31 14:09:54 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
2024-05-31 14:09:54 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
2024-05-31 14:09:54 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
2024-05-31 14:09:54 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
2024-05-31 14:09:54 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
2024-05-31 14:09:56 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
2024-05-31 14:09:56 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
2024-05-31 14:09:56 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
2024-05-31 14:09:56 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
2024-05-31 14:09:56 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 11.751 seconds (JVM running for 12.64)
2024-05-31 14:09:56 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
2024-05-31 14:09:56 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
2024-05-31 14:09:56 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
2024-05-31 14:10:04 [XNIO-1 task-1] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-05-31 14:12:34 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
2024-05-31 14:12:34 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
2024-05-31 14:12:34 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-05-31 14:12:34 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-05-31 14:12:34 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-05-31 14:12:34 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-05-31 14:12:34 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-05-31 14:12:41 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_281 on MyWang with PID 14228 (D:\MyFile\project\ROGY-QMS\dl-admin\target\classes started by 95817 in D:\MyFile\project\ROGY-QMS)
2024-05-31 14:12:41 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-05-31 14:12:41 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-05-31 14:12:43 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-05-31 14:12:43 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-05-31 14:12:43 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-05-31 14:12:44 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-05-31 14:12:44 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-05-31 14:12:44 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-05-31 14:12:46 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-05-31 14:12:46 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-05-31 14:12:46 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-05-31 14:12:46 [redisson-netty-2-7] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-05-31 14:12:46 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-05-31 14:12:47 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
2024-05-31 14:12:47 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
2024-05-31 14:12:47 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-05-31 14:12:47 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-05-31 14:12:48 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-05-31 14:12:49 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
2024-05-31 14:12:49 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
2024-05-31 14:12:49 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
2024-05-31 14:12:49 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
2024-05-31 14:12:50 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
2024-05-31 14:12:50 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
2024-05-31 14:12:51 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
2024-05-31 14:12:51 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
2024-05-31 14:12:51 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
2024-05-31 14:12:51 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
2024-05-31 14:12:51 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 10.519 seconds (JVM running for 11.626)
2024-05-31 14:12:52 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
2024-05-31 14:12:52 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
2024-05-31 14:12:52 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
2024-05-31 14:13:18 [XNIO-1 task-1] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-05-31 14:15:46 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
2024-05-31 14:15:46 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
2024-05-31 14:15:46 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-05-31 14:15:46 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-05-31 14:15:46 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-05-31 14:15:46 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-05-31 14:15:46 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-05-31 14:15:59 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_281 on MyWang with PID 13156 (D:\MyFile\project\ROGY-QMS\dl-admin\target\classes started by 95817 in D:\MyFile\project\ROGY-QMS)
2024-05-31 14:15:59 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-05-31 14:15:59 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-05-31 14:16:01 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-05-31 14:16:01 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-05-31 14:16:01 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-05-31 14:16:02 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-05-31 14:16:02 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-05-31 14:16:02 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-05-31 14:16:05 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-05-31 14:16:05 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-05-31 14:16:05 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-05-31 14:16:06 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-05-31 14:16:06 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-05-31 14:16:07 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
2024-05-31 14:16:07 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
2024-05-31 14:16:07 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-05-31 14:16:07 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-05-31 14:16:08 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-05-31 14:16:08 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
2024-05-31 14:16:09 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
2024-05-31 14:16:09 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
2024-05-31 14:16:09 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
2024-05-31 14:16:10 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
2024-05-31 14:16:10 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
2024-05-31 14:16:11 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
2024-05-31 14:16:11 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
2024-05-31 14:16:11 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
2024-05-31 14:16:11 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
2024-05-31 14:16:11 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 12.587 seconds (JVM running for 13.73)
2024-05-31 14:16:12 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
2024-05-31 14:16:12 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
2024-05-31 14:16:12 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
2024-05-31 14:16:25 [XNIO-1 task-1] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-05-31 14:21:09 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
2024-05-31 14:21:09 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
2024-05-31 14:21:09 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-05-31 14:21:09 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-05-31 14:21:09 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-05-31 14:21:09 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-05-31 14:21:09 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-05-31 14:21:15 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_281 on MyWang with PID 17584 (D:\MyFile\project\ROGY-QMS\dl-admin\target\classes started by 95817 in D:\MyFile\project\ROGY-QMS)
2024-05-31 14:21:15 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-05-31 14:21:15 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-05-31 14:21:17 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-05-31 14:21:17 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-05-31 14:21:17 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-05-31 14:21:17 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-05-31 14:21:17 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-05-31 14:21:17 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-05-31 14:21:19 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-05-31 14:21:20 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-05-31 14:21:20 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-05-31 14:21:20 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-05-31 14:21:20 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-05-31 14:21:21 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
2024-05-31 14:21:21 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
2024-05-31 14:21:21 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-05-31 14:21:21 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-05-31 14:21:22 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-05-31 14:21:22 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
2024-05-31 14:21:23 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
2024-05-31 14:21:23 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
2024-05-31 14:21:23 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
2024-05-31 14:21:23 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
2024-05-31 14:21:23 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
2024-05-31 14:21:25 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
2024-05-31 14:21:25 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
2024-05-31 14:21:25 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
2024-05-31 14:21:25 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
2024-05-31 14:21:25 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 10.514 seconds (JVM running for 11.182)
2024-05-31 14:21:25 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
2024-05-31 14:21:25 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
2024-05-31 14:21:25 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
2024-05-31 14:22:07 [XNIO-1 task-1] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-05-31 14:22:14 [XNIO-1 task-1] INFO  c.d.f.listener.UserActionListener - user doLogin, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJUcDcwSGw3VWhyUVZCaFJLa2NWSkZ3TXh2UFFZcFZseSIsInVzZXJJZCI6IjEifQ.iabo_FSYze05y8_Uapdy2q52B6n4hWiAdNhz0qMtKyE
2024-05-31 14:22:14 [XNIO-1 task-1] INFO  c.d.f.listener.UserActionListener - user doLogout, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJYTWE3UVVnb0JCMGlGclVkeExKRVQ4TUNHdFJVWkpKSyIsInVzZXJJZCI6IjEifQ.az3jxsUnDupMtUBoStjbrYmBf5dVG0qAxWwQHYW-xVM
2024-05-31 14:22:14 [schedule-pool-1] INFO  c.d.s.s.i.SysLogininforServiceImpl - [192.168.0.115]内网IP[admin][Success][登录成功]
2024-05-31 14:44:02 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
2024-05-31 14:44:02 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
2024-05-31 14:44:02 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-05-31 14:44:02 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-05-31 14:44:02 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-05-31 14:44:02 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-05-31 14:44:02 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-05-31 14:44:08 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_281 on MyWang with PID 4564 (D:\MyFile\project\ROGY-QMS\dl-admin\target\classes started by 95817 in D:\MyFile\project\ROGY-QMS)
2024-05-31 14:44:08 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-05-31 14:44:08 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-05-31 14:44:10 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-05-31 14:44:10 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-05-31 14:44:10 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-05-31 14:44:10 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-05-31 14:44:10 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-05-31 14:44:10 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-05-31 14:44:12 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-05-31 14:44:12 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-05-31 14:44:12 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-05-31 14:44:13 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-05-31 14:44: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-05-31 14:44:14 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
2024-05-31 14:44:14 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
2024-05-31 14:44:14 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-05-31 14:44:14 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-05-31 14:44:15 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-05-31 14:44:15 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
2024-05-31 14:44:16 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
2024-05-31 14:44:16 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
2024-05-31 14:44:16 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
2024-05-31 14:44:16 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
2024-05-31 14:44:16 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
2024-05-31 14:44:18 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
2024-05-31 14:44:18 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
2024-05-31 14:44:18 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
2024-05-31 14:44:18 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
2024-05-31 14:44:18 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 10.956 seconds (JVM running for 11.626)
2024-05-31 14:44:18 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
2024-05-31 14:44:18 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
2024-05-31 14:44:19 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
2024-05-31 14:44:51 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
2024-05-31 14:44:51 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-05-31 14:44:51 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-05-31 14:44:51 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-05-31 14:44:51 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-05-31 14:44:51 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-05-31 14:46:44 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_281 on MyWang with PID 18356 (D:\MyFile\project\ROGY-QMS\dl-admin\target\classes started by 95817 in D:\MyFile\project\ROGY-QMS)
2024-05-31 14:46:44 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-05-31 14:46:44 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-05-31 14:46:46 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-05-31 14:46:46 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-05-31 14:46:46 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-05-31 14:46:46 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-05-31 14:46:46 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-05-31 14:46:46 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-05-31 14:46:48 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-05-31 14:46:48 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-05-31 14:46:48 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-05-31 14:46:49 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-05-31 14:46:49 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-05-31 14:46:49 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
2024-05-31 14:46:50 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
2024-05-31 14:46:50 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-05-31 14:46:50 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-05-31 14:46:50 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-05-31 14:46:51 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
2024-05-31 14:46:52 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
2024-05-31 14:46:52 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
2024-05-31 14:46:52 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
2024-05-31 14:46:52 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
2024-05-31 14:46:52 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
2024-05-31 14:46:54 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
2024-05-31 14:46:54 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
2024-05-31 14:46:54 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
2024-05-31 14:46:54 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
2024-05-31 14:46:54 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 10.825 seconds (JVM running for 11.549)
2024-05-31 14:46:54 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
2024-05-31 14:46:54 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
2024-05-31 14:46:54 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
2024-05-31 14:47:00 [XNIO-1 task-1] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-05-31 14:50:56 [XNIO-1 task-2] INFO  c.d.f.listener.UserActionListener - user doLogin, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiIxeVEyR3Y4UnNSUElrSE80UHh6OHJwRTJKRllxajRWMiIsInVzZXJJZCI6IjEifQ.0MXyzAAlKe48pGajN17FRlZ4QTh7tfZWiahKXWGERgg
2024-05-31 14:50:56 [XNIO-1 task-2] INFO  c.d.f.listener.UserActionListener - user doLogout, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJyTWdHTkxrOGllVGtqckhCbDFqWnRBV3dQS05qYjhoaCIsInVzZXJJZCI6IjEifQ.OJAcYNQzKscRpz1xkO8Dj2PD5g4zYLdzEISJQVYv3mY
2024-05-31 14:50:56 [schedule-pool-1] INFO  c.d.s.s.i.SysLogininforServiceImpl - [192.168.0.115]内网IP[admin][Success][登录成功]
2024-05-31 15:00:36 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
2024-05-31 15:00:36 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
2024-05-31 15:00:36 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-05-31 15:00:36 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-05-31 15:00:36 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-05-31 15:00:36 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-05-31 15:00:36 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-05-31 15:01:01 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_281 on MyWang with PID 23808 (D:\MyFile\project\ROGY-QMS\dl-admin\target\classes started by 95817 in D:\MyFile\project\ROGY-QMS)
2024-05-31 15:01:01 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-05-31 15:01:01 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-05-31 15:01:04 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-05-31 15:01:04 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-05-31 15:01:04 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-05-31 15:01:04 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-05-31 15:01:04 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-05-31 15:01:04 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-05-31 15:01:06 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-05-31 15:01:06 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-05-31 15:01:06 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-05-31 15:01:06 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-05-31 15:01:07 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-05-31 15:01:07 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
2024-05-31 15:01:08 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
2024-05-31 15:01:08 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-05-31 15:01:08 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-05-31 15:01:08 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-05-31 15:01:09 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
2024-05-31 15:01:10 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
2024-05-31 15:01:10 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
2024-05-31 15:01:10 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
2024-05-31 15:01:10 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
2024-05-31 15:01:10 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
2024-05-31 15:01:12 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
2024-05-31 15:01:12 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
2024-05-31 15:01:12 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
2024-05-31 15:01:12 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
2024-05-31 15:01:12 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 11.659 seconds (JVM running for 12.439)
2024-05-31 15:01:12 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
2024-05-31 15:01:12 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
2024-05-31 15:01:12 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
2024-05-31 15:01:14 [XNIO-1 task-1] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-05-31 16:20:42 [XNIO-1 task-4] INFO  c.d.f.listener.UserActionListener - user doLogin, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJXZ09rbXRkM3I3TEE1bkI5MDUzWGtkdjlHalpleklTNyIsInVzZXJJZCI6IjEifQ.JeDrHnt62E_iAPNo6on88Y15j2qkyaZKVeyxpc3Z7Uo
2024-05-31 16:20:42 [XNIO-1 task-4] INFO  c.d.f.listener.UserActionListener - user doLogout, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJaOVFhbjlldGp0VkppdDlaOGtpTGF0MzNoSXhLY3EwUyIsInVzZXJJZCI6IjEifQ.z1CvUjFOga2GKtOy972HHClf_9K62PuVkeGPBZoKqHY
2024-05-31 16:20:42 [schedule-pool-1] INFO  c.d.s.s.i.SysLogininforServiceImpl - [192.168.0.121]内网IP[admin][Success][登录成功]
2024-05-31 16:49:54 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
2024-05-31 16:49:54 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
2024-05-31 16:49:54 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-05-31 16:49:54 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-05-31 16:49:54 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-05-31 16:49:54 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-05-31 16:49:54 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-05-31 16:50:03 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_281 on MyWang with PID 18632 (D:\MyFile\project\ROGY-QMS\dl-admin\target\classes started by 95817 in D:\MyFile\project\ROGY-QMS)
2024-05-31 16:50:03 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-05-31 16:50:03 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-05-31 16:50:07 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-05-31 16:50:07 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-05-31 16:50:07 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-05-31 16:50:07 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-05-31 16:50:07 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-05-31 16:50:07 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-05-31 16:50:11 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-05-31 16:50:11 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-05-31 16:50:11 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-05-31 16:50: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-05-31 16:50:12 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-05-31 16:50:13 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
2024-05-31 16:50:13 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
2024-05-31 16:50:13 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-05-31 16:50:13 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-05-31 16:50:15 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-05-31 16:50:15 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
2024-05-31 16:50:17 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
2024-05-31 16:50:17 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
2024-05-31 16:50:17 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
2024-05-31 16:50:17 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
2024-05-31 16:50:17 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
2024-05-31 16:50:20 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
2024-05-31 16:50:20 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
2024-05-31 16:50:20 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
2024-05-31 16:50:20 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
2024-05-31 16:50:20 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 18.08 seconds (JVM running for 19.346)
2024-05-31 16:50:20 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
2024-05-31 16:50:20 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
2024-05-31 16:50:21 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
2024-05-31 16:50:36 [XNIO-1 task-1] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-05-31 17:07:29 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
2024-05-31 17:07:29 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
2024-05-31 17:07:29 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-05-31 17:07:29 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-05-31 17:07:29 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-05-31 17:07:29 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-05-31 17:07:29 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-05-31 17:10:35 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_281 on MyWang with PID 17172 (D:\MyFile\project\ROGY-QMS\dl-admin\target\classes started by 95817 in D:\MyFile\project\ROGY-QMS)
2024-05-31 17:10:35 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-05-31 17:10:35 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-05-31 17:10:38 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-05-31 17:10:38 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-05-31 17:10:38 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-05-31 17:10:38 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-05-31 17:10:38 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-05-31 17:10:38 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-05-31 17:10:40 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-05-31 17:10:41 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-05-31 17:10:41 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-05-31 17:10:41 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-05-31 17:10:41 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-05-31 17:14:00 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_281 on MyWang with PID 21716 (D:\MyFile\project\ROGY-QMS\dl-admin\target\classes started by 95817 in D:\MyFile\project\ROGY-QMS)
2024-05-31 17:14:00 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-05-31 17:14:00 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-05-31 17:14:02 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-05-31 17:14:02 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-05-31 17:14:02 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-05-31 17:14:02 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-05-31 17:14:02 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-05-31 17:14:02 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-05-31 17:14:04 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-05-31 17:14:04 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-05-31 17:14:04 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-05-31 17:14:05 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-05-31 17:14:05 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-05-31 17:14:06 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
2024-05-31 17:14:06 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
2024-05-31 17:14:06 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-05-31 17:14:06 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-05-31 17:14:07 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-05-31 17:14:07 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
2024-05-31 17:14:08 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
2024-05-31 17:14:08 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
2024-05-31 17:14:08 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
2024-05-31 17:14:08 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
2024-05-31 17:14:08 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
2024-05-31 17:14:10 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
2024-05-31 17:14:10 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
2024-05-31 17:14:10 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
2024-05-31 17:14:10 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
2024-05-31 17:14:10 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 10.713 seconds (JVM running for 11.402)
2024-05-31 17:14:10 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
2024-05-31 17:14:10 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
2024-05-31 17:14:10 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
2024-05-31 17:14:21 [XNIO-1 task-1] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-05-31 17:19:04 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
2024-05-31 17:19:04 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
2024-05-31 17:19:04 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-05-31 17:19:04 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-05-31 17:19:04 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-05-31 17:19:04 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-05-31 17:19:04 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-06-04 18:29:29 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 12736 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
2024-06-04 18:29:29 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-04 18:29:29 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-06-04 18:29:40 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-04 18:29:40 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-04 18:29:40 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-04 18:29:41 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-04 18:29:41 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-04 18:29:41 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-04 18:29:46 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-04 18:29:46 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-04 18:29:46 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-04 18:29:47 [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-04 18:29:47 [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-04 18:29:48 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
2024-06-04 18:29:50 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
2024-06-04 18:29:50 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-04 18:29:50 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-04 18:29:53 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-04 18:29:55 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
2024-06-04 18:30:00 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
2024-06-04 18:30:00 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
2024-06-04 18:30:00 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
2024-06-04 18:30:00 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
2024-06-04 18:30:00 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
2024-06-04 18:30:08 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
2024-06-04 18:30:08 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
2024-06-04 18:30:08 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
2024-06-04 18:30:08 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
2024-06-04 18:30:08 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 40.062 seconds (JVM running for 43.795)
2024-06-04 18:30:08 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
2024-06-04 18:30:08 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
2024-06-04 18:30:08 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
2024-06-04 18:30:09 [RMI TCP Connection(20)-192.168.0.111] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-06-04 18:31:58 [XNIO-1 task-1] INFO  c.d.f.listener.UserActionListener - user doLogin, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJ0RDE4eVg3OUc4WkMwSDVNUkc2aFJOb3NJbkRJMkFKTiIsInVzZXJJZCI6IjEifQ.ms1R66k-1mkoeUuwiKxUWEPjM1_FIuiekv1t4MVN1c8
2024-06-04 18:31:58 [XNIO-1 task-1] INFO  c.d.f.listener.UserActionListener - user doLogout, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJNckNIMk1HWWVwMWRJU2EzdURWWHU1aFhqS0U3R3BEWCIsInVzZXJJZCI6IjEifQ.iOIq2SejqKeNrXSELUts-LTriOoLrfWhXGN4zB3vU4g
2024-06-04 18:31:58 [schedule-pool-1] INFO  c.d.s.s.i.SysLogininforServiceImpl - [192.168.0.111]内网IP[admin][Success][登录成功]