xm
2024-06-14 722af26bc6fec32bb289b1df51a9016a4935610f
提交 | 用户 | 时间
722af2 1 2024-06-06 09:06:58 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 17880 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
X 2 2024-06-06 09:06:58 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
3 2024-06-06 09:06:58 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
4 2024-06-06 09:07:32 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
5 2024-06-06 09:07:32 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
6 2024-06-06 09:07:32 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
7 2024-06-06 09:31:41 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 13532 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
8 2024-06-06 09:31:41 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
9 2024-06-06 09:31:41 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
10 2024-06-06 09:31:44 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
11 2024-06-06 09:31:44 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
12 2024-06-06 09:31:44 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
13 2024-06-06 09:31:45 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
14 2024-06-06 09:31:45 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
15 2024-06-06 09:31:45 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
16 2024-06-06 09:31:48 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
17 2024-06-06 09:31:48 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
18 2024-06-06 09:31:48 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
19 2024-06-06 09:31:49 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
20 2024-06-06 09:31:49 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
21 2024-06-06 09:31:50 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
22 2024-06-06 09:31:50 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
23 2024-06-06 09:31:50 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
24 2024-06-06 09:31:50 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
25 2024-06-06 09:31:51 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
26 2024-06-06 09:31:52 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
27 2024-06-06 09:31:53 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
28 2024-06-06 09:31:53 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
29 2024-06-06 09:31:53 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
30 2024-06-06 09:31:53 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
31 2024-06-06 09:31:54 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
32 2024-06-06 09:31:56 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
33 2024-06-06 09:31:56 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
34 2024-06-06 09:31:56 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
35 2024-06-06 09:31:56 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
36 2024-06-06 09:31:56 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 15.953 seconds (JVM running for 17.198)
37 2024-06-06 09:31:56 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
38 2024-06-06 09:31:56 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
39 2024-06-06 09:31:56 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
40 2024-06-06 09:31:57 [RMI TCP Connection(3)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
41 2024-06-06 09:58:43 [XNIO-1 task-1] INFO  c.d.f.listener.UserActionListener - user doLogin, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJhMklHbDZQQzNXUWhyM2ZHR0sxeTV0czIyNXppaGNTZyIsInVzZXJJZCI6IjEifQ.Ujfu_CXvOrG2BqFmmRFOHBQvKDSxJ_dMJrDGWbiC-50
42 2024-06-06 09:58:43 [XNIO-1 task-1] INFO  c.d.f.listener.UserActionListener - user doLogout, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiI0bGREcXMxR1pCYml4RjhNcmhxN0VzSHA5aTl5QlVXOCIsInVzZXJJZCI6IjEifQ.XWaVFcB880r4uqVaag77rqgkwutZgSRpmHUEHXsDww0
43 2024-06-06 09:58:43 [schedule-pool-1] INFO  c.d.s.s.i.SysLogininforServiceImpl - [192.168.0.115]内网IP[admin][Success][登录成功]
44 2024-06-06 10:07:27 [XNIO-1 task-2] INFO  c.d.f.listener.UserActionListener - user doLogin, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiI3alFaUXBHek1QRVpVOXhPVDBuSHJ5MDVUTWl6OWJOVCIsInVzZXJJZCI6IjEifQ.LQbvf0P0y86hXjvdhrBj_Am-o1A7XTUB5PAlDhOLZWI
45 2024-06-06 10:07:27 [XNIO-1 task-2] INFO  c.d.f.listener.UserActionListener - user doLogout, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJUZGp3bDc3YXo5eFM0TmNWQndZQjJiVmRzQU1GSkFRWCIsInVzZXJJZCI6IjEifQ.hkxp8N-0cfZO6gFPAUALul-md9GhMDA-XOxvTa2pV2c
46 2024-06-06 10:07:27 [schedule-pool-7] INFO  c.d.s.s.i.SysLogininforServiceImpl - [192.168.0.121]内网IP[admin][Success][登录成功]
47 2024-06-06 11:05:17 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
48 2024-06-06 11:05:17 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
49 2024-06-06 11:05:17 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
50 2024-06-06 11:05:17 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
51 2024-06-06 11:05:17 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
52 2024-06-06 11:05:17 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
53 2024-06-06 11:05:17 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
54 2024-06-06 11:05:44 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 13804 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
55 2024-06-06 11:05:44 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
56 2024-06-06 11:05:44 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
57 2024-06-06 11:05:55 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
58 2024-06-06 11:05:56 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
59 2024-06-06 11:05:56 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
60 2024-06-06 11:05:56 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
61 2024-06-06 11:05:56 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
62 2024-06-06 11:05:56 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
63 2024-06-06 11:05:59 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
64 2024-06-06 11:05:59 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
65 2024-06-06 11:05:59 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
66 2024-06-06 11:06:00 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
67 2024-06-06 11:06:00 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
68 2024-06-06 11:06:01 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
69 2024-06-06 11:06:01 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
70 2024-06-06 11:06:01 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
71 2024-06-06 11:06:01 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
72 2024-06-06 11:06:02 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
73 2024-06-06 11:06:03 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
74 2024-06-06 11:06:04 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
75 2024-06-06 11:06:04 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
76 2024-06-06 11:06:04 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
77 2024-06-06 11:06:04 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
78 2024-06-06 11:06:04 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
79 2024-06-06 11:06:06 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
80 2024-06-06 11:06:06 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
81 2024-06-06 11:06:06 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
82 2024-06-06 11:06:06 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
83 2024-06-06 11:06:06 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 22.343 seconds (JVM running for 26.564)
84 2024-06-06 11:06:06 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
85 2024-06-06 11:06:06 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
86 2024-06-06 11:06:07 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
87 2024-06-06 11:06:07 [RMI TCP Connection(3)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
88 2024-06-06 11:16:47 [XNIO-1 task-13] INFO  c.d.f.listener.UserActionListener - user doLogout, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiI3alFaUXBHek1QRVpVOXhPVDBuSHJ5MDVUTWl6OWJOVCIsInVzZXJJZCI6IjEifQ.LQbvf0P0y86hXjvdhrBj_Am-o1A7XTUB5PAlDhOLZWI
89 2024-06-06 11:17:25 [schedule-pool-2] INFO  c.d.s.s.i.SysLogininforServiceImpl - [192.168.0.121]内网IP[admin][Logout][退出成功]
90 2024-06-06 11:18:00 [XNIO-1 task-8] INFO  c.d.f.listener.UserActionListener - user doLogin, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiI4UFJ4alR6aXcwc0xKcUlpandSWVVmTVhTQ09EV29zbCIsInVzZXJJZCI6IjEifQ.VXvKpA-cGceqCg8qCYsquQi-9Zf-6o7fJywSLPim1Y4
91 2024-06-06 11:18:00 [schedule-pool-4] INFO  c.d.s.s.i.SysLogininforServiceImpl - [192.168.0.121]内网IP[admin][Success][登录成功]
92 2024-06-06 11:30:48 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
93 2024-06-06 11:30:48 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
94 2024-06-06 11:30:48 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
95 2024-06-06 11:30:48 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
96 2024-06-06 11:30:48 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
97 2024-06-06 11:30:48 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
98 2024-06-06 11:30:48 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
99 2024-06-06 11:30:54 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 4516 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
100 2024-06-06 11:30:54 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
101 2024-06-06 11:30:54 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
102 2024-06-06 11:30:57 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
103 2024-06-06 11:30:57 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
104 2024-06-06 11:30:57 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
105 2024-06-06 11:30:58 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
106 2024-06-06 11:30:58 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
107 2024-06-06 11:30:58 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
108 2024-06-06 11:31:01 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
109 2024-06-06 11:31:01 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
110 2024-06-06 11:31:01 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
111 2024-06-06 11:31:01 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
112 2024-06-06 11:31:02 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
113 2024-06-06 11:31:02 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
114 2024-06-06 11:31:03 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
115 2024-06-06 11:31:03 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
116 2024-06-06 11:31:03 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
117 2024-06-06 11:31:04 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
118 2024-06-06 11:31:05 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
119 2024-06-06 11:31:06 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
120 2024-06-06 11:31:06 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
121 2024-06-06 11:31:06 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
122 2024-06-06 11:31:06 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
123 2024-06-06 11:31:06 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
124 2024-06-06 11:31:09 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
125 2024-06-06 11:31:09 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
126 2024-06-06 11:31:09 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
127 2024-06-06 11:31:09 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
128 2024-06-06 11:31:09 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 15.353 seconds (JVM running for 16.41)
129 2024-06-06 11:31:09 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
130 2024-06-06 11:31:09 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
131 2024-06-06 11:31:09 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
132 2024-06-06 11:31:10 [RMI TCP Connection(5)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
133 2024-06-06 11:39:03 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
134 2024-06-06 11:39:03 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
135 2024-06-06 11:39:03 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
136 2024-06-06 11:39:03 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
137 2024-06-06 11:39:03 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
138 2024-06-06 11:39:03 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
139 2024-06-06 11:39:03 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
140 2024-06-06 11:39:09 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 9900 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
141 2024-06-06 11:39:09 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
142 2024-06-06 11:39:09 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
143 2024-06-06 11:39:12 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
144 2024-06-06 11:39:12 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
145 2024-06-06 11:39:12 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
146 2024-06-06 11:39:12 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
147 2024-06-06 11:39:12 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
148 2024-06-06 11:39:12 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
149 2024-06-06 11:39:15 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
150 2024-06-06 11:39:15 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
151 2024-06-06 11:39:15 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
152 2024-06-06 11:39:15 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
153 2024-06-06 11:39:15 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
154 2024-06-06 11:39:16 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
155 2024-06-06 11:39:17 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
156 2024-06-06 11:39:17 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
157 2024-06-06 11:39:17 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
158 2024-06-06 11:39:17 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
159 2024-06-06 11:39:18 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
160 2024-06-06 11:39:19 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
161 2024-06-06 11:39:19 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
162 2024-06-06 11:39:19 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
163 2024-06-06 11:39:19 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
164 2024-06-06 11:39:19 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
165 2024-06-06 11:39:22 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
166 2024-06-06 11:39:22 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
167 2024-06-06 11:39:22 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
168 2024-06-06 11:39:22 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
169 2024-06-06 11:39:22 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 13.259 seconds (JVM running for 14.368)
170 2024-06-06 11:39:22 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
171 2024-06-06 11:39:22 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
172 2024-06-06 11:39:22 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
173 2024-06-06 11:39:22 [RMI TCP Connection(3)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
174 2024-06-06 11:59:37 [XNIO-1 task-14] INFO  c.d.f.listener.UserActionListener - user doLogout, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiI4UFJ4alR6aXcwc0xKcUlpandSWVVmTVhTQ09EV29zbCIsInVzZXJJZCI6IjEifQ.VXvKpA-cGceqCg8qCYsquQi-9Zf-6o7fJywSLPim1Y4
175 2024-06-06 11:59:37 [schedule-pool-4] INFO  c.d.s.s.i.SysLogininforServiceImpl - [192.168.0.121]内网IP[admin][Logout][退出成功]
176 2024-06-06 11:59:41 [XNIO-1 task-8] INFO  c.d.f.listener.UserActionListener - user doLogin, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJZNVZwQmRCWFJ5cnp5V3Bid0ROYlR3QWEwem1mM005SCIsInVzZXJJZCI6IjEifQ.IIU0gyDvp1LuVxXT-6tPgjwMK4iYSqhQfBcx7H4n0vQ
177 2024-06-06 11:59:41 [schedule-pool-8] INFO  c.d.s.s.i.SysLogininforServiceImpl - [192.168.0.121]内网IP[admin][Success][登录成功]
178 2024-06-06 12:03:50 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
179 2024-06-06 12:03:50 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
180 2024-06-06 12:03:50 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
181 2024-06-06 12:03:50 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
182 2024-06-06 12:03:50 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
183 2024-06-06 12:03:50 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
184 2024-06-06 12:03:50 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
185 2024-06-06 12:03:57 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 21724 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
186 2024-06-06 12:03:57 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
187 2024-06-06 12:03:57 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
188 2024-06-06 12:04:00 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
189 2024-06-06 12:04:00 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
190 2024-06-06 12:04:00 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
191 2024-06-06 12:04:01 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
192 2024-06-06 12:04:01 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
193 2024-06-06 12:04:01 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
194 2024-06-06 12:04:03 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
195 2024-06-06 12:04:03 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
196 2024-06-06 12:04:03 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
197 2024-06-06 12:04:04 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
198 2024-06-06 12:04:04 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
199 2024-06-06 12:04:05 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
200 2024-06-06 12:04:05 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
201 2024-06-06 12:04:05 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
202 2024-06-06 12:04:05 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
203 2024-06-06 12:04:06 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
204 2024-06-06 12:04:07 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
205 2024-06-06 12:04:08 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
206 2024-06-06 12:04:08 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
207 2024-06-06 12:04:08 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
208 2024-06-06 12:04:08 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
209 2024-06-06 12:04:08 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
210 2024-06-06 12:04:10 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
211 2024-06-06 12:04:10 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
212 2024-06-06 12:04:10 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
213 2024-06-06 12:04:10 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
214 2024-06-06 12:04:10 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 14.454 seconds (JVM running for 15.548)
215 2024-06-06 12:04:11 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
216 2024-06-06 12:04:11 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
217 2024-06-06 12:04:11 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
218 2024-06-06 12:04:11 [RMI TCP Connection(4)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
219 2024-06-06 13:30:45 [XNIO-1 task-1] INFO  c.d.f.listener.UserActionListener - user doLogin, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJveVhDcnA0NE9RRHZXdDlKaWdGekVaY1A3dElLSUxORiIsInVzZXJJZCI6IjEifQ.7on1IrZWgZeLqRjTmaYPyEXP4Dp1w2UremIm2swFyeU
220 2024-06-06 13:30:45 [XNIO-1 task-1] INFO  c.d.f.listener.UserActionListener - user doLogout, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJUV1BpTlB0ME5BZ2lqUXltTTdibjltVmpQcWg1cjhaYiIsInVzZXJJZCI6IjEifQ.7oQqNnHRhp6ONauq9pDhXum5oyTRVdu-B948g_DYRKE
221 2024-06-06 13:30:45 [schedule-pool-1] INFO  c.d.s.s.i.SysLogininforServiceImpl - [192.168.0.121]内网IP[admin][Success][登录成功]
222 2024-06-06 13:33:13 [XNIO-1 task-3] INFO  c.d.f.listener.UserActionListener - user doLogin, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJuOEtGMVY1Ykh5VnBkdmpUbUdaQXN6ekRhNWx6cHo4WCIsInVzZXJJZCI6IjEifQ.ZO0-7ILCRcubAsgzd_0oGQvY1fUy1xtS3kxJqiuNeG0
223 2024-06-06 13:33:13 [XNIO-1 task-3] INFO  c.d.f.listener.UserActionListener - user doLogout, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJldXBMbkNOQWVLNXhHRncwUjRzcjBFVGNCenJuSzdmRiIsInVzZXJJZCI6IjEifQ.A6NuXnlC-u05qax6v953vTgr_NFLmFKqKDtgkHKdbZ4
224 2024-06-06 13:33:13 [schedule-pool-2] INFO  c.d.s.s.i.SysLogininforServiceImpl - [192.168.0.115]内网IP[admin][Success][登录成功]
225 2024-06-06 13:53:20 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
226 2024-06-06 13:53:20 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
227 2024-06-06 13:53:20 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
228 2024-06-06 13:53:20 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
229 2024-06-06 13:53:20 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
230 2024-06-06 13:53:20 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
231 2024-06-06 13:53:20 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
232 2024-06-06 13:53:48 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 25008 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
233 2024-06-06 13:53:48 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
234 2024-06-06 13:53:48 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
235 2024-06-06 13:54:00 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
236 2024-06-06 13:54:00 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
237 2024-06-06 13:54:00 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
238 2024-06-06 13:54:01 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
239 2024-06-06 13:54:01 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
240 2024-06-06 13:54:01 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
241 2024-06-06 13:54:04 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
242 2024-06-06 13:54:04 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
243 2024-06-06 13:54:04 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
244 2024-06-06 13:54:04 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
245 2024-06-06 13:54:04 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
246 2024-06-06 13:54:05 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
247 2024-06-06 13:54:05 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
248 2024-06-06 13:54:05 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
249 2024-06-06 13:54:05 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
250 2024-06-06 13:54:06 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
251 2024-06-06 13:54:07 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
252 2024-06-06 13:54:08 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
253 2024-06-06 13:54:08 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
254 2024-06-06 13:54:08 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
255 2024-06-06 13:54:09 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
256 2024-06-06 13:54:09 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
257 2024-06-06 13:54:11 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
258 2024-06-06 13:54:11 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
259 2024-06-06 13:54:11 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
260 2024-06-06 13:54:11 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
261 2024-06-06 13:54:11 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 22.857 seconds (JVM running for 27.493)
262 2024-06-06 13:54:11 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
263 2024-06-06 13:54:11 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
264 2024-06-06 13:54:11 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
265 2024-06-06 13:54:12 [RMI TCP Connection(2)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
266 2024-06-06 14:29:20 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
267 2024-06-06 14:29:20 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
268 2024-06-06 14:29:20 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
269 2024-06-06 14:29:20 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
270 2024-06-06 14:29:20 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
271 2024-06-06 14:29:20 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
272 2024-06-06 14:29:20 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
273 2024-06-06 14:29:27 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 3280 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
274 2024-06-06 14:29:27 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
275 2024-06-06 14:29:27 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
276 2024-06-06 14:29:31 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
277 2024-06-06 14:29:31 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
278 2024-06-06 14:29:31 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
279 2024-06-06 14:29:32 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
280 2024-06-06 14:29:32 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
281 2024-06-06 14:29:32 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
282 2024-06-06 14:29:35 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
283 2024-06-06 14:29:35 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
284 2024-06-06 14:29:35 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
285 2024-06-06 14:29:35 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
286 2024-06-06 14:29:36 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
287 2024-06-06 14:29:36 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
288 2024-06-06 14:29:37 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
289 2024-06-06 14:29:37 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
290 2024-06-06 14:29:37 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
291 2024-06-06 14:29:38 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
292 2024-06-06 14:29:39 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
293 2024-06-06 14:29:40 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
294 2024-06-06 14:29:40 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
295 2024-06-06 14:29:40 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
296 2024-06-06 14:29:40 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
297 2024-06-06 14:29:40 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
298 2024-06-06 14:29:43 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
299 2024-06-06 14:29:43 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
300 2024-06-06 14:29:43 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
301 2024-06-06 14:29:43 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
302 2024-06-06 14:29:43 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 16.164 seconds (JVM running for 17.789)
303 2024-06-06 14:29:43 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
304 2024-06-06 14:29:43 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
305 2024-06-06 14:29:43 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
306 2024-06-06 14:29:44 [RMI TCP Connection(2)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
307 2024-06-06 14:41:44 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
308 2024-06-06 14:41:44 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
309 2024-06-06 14:41:44 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
310 2024-06-06 14:41:44 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
311 2024-06-06 14:41:44 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
312 2024-06-06 14:41:44 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
313 2024-06-06 14:41:44 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
314 2024-06-06 14:41:50 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 22476 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
315 2024-06-06 14:41:50 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
316 2024-06-06 14:41:50 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
317 2024-06-06 14:41:53 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
318 2024-06-06 14:41:53 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
319 2024-06-06 14:41:53 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
320 2024-06-06 14:41:53 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
321 2024-06-06 14:41:53 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
322 2024-06-06 14:41:53 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
323 2024-06-06 14:41:56 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
324 2024-06-06 14:41:56 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
325 2024-06-06 14:41:56 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
326 2024-06-06 14:41:56 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
327 2024-06-06 14:41:57 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
328 2024-06-06 14:41:57 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
329 2024-06-06 14:41:58 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
330 2024-06-06 14:41:58 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
331 2024-06-06 14:41:58 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
332 2024-06-06 14:41:59 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
333 2024-06-06 14:41:59 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
334 2024-06-06 14:42:00 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
335 2024-06-06 14:42:01 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
336 2024-06-06 14:42:01 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
337 2024-06-06 14:42:01 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
338 2024-06-06 14:42:01 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
339 2024-06-06 14:42:03 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
340 2024-06-06 14:42:03 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
341 2024-06-06 14:42:03 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
342 2024-06-06 14:42:03 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
343 2024-06-06 14:42:03 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 13.613 seconds (JVM running for 14.616)
344 2024-06-06 14:42:03 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
345 2024-06-06 14:42:03 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
346 2024-06-06 14:42:04 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
347 2024-06-06 14:42:04 [RMI TCP Connection(1)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
348 2024-06-06 14:43:48 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
349 2024-06-06 14:43:48 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
350 2024-06-06 14:43:48 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
351 2024-06-06 14:43:49 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
352 2024-06-06 14:43:49 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
353 2024-06-06 14:43:49 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
354 2024-06-06 14:43:49 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
355 2024-06-06 14:43:54 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 8368 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
356 2024-06-06 14:43:54 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
357 2024-06-06 14:43:54 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
358 2024-06-06 14:43:57 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
359 2024-06-06 14:43:57 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
360 2024-06-06 14:43:57 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
361 2024-06-06 14:43:58 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
362 2024-06-06 14:43:58 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
363 2024-06-06 14:43:58 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
364 2024-06-06 14:44:00 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
365 2024-06-06 14:44:00 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
366 2024-06-06 14:44:00 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
367 2024-06-06 14:44:01 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
368 2024-06-06 14:44:01 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
369 2024-06-06 14:44:02 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
370 2024-06-06 14:44:02 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
371 2024-06-06 14:44:02 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
372 2024-06-06 14:44:02 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
373 2024-06-06 14:44:03 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
374 2024-06-06 14:44:04 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
375 2024-06-06 14:44:05 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
376 2024-06-06 14:44:05 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
377 2024-06-06 14:44:05 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
378 2024-06-06 14:44:06 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
379 2024-06-06 14:44:06 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
380 2024-06-06 14:44:08 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
381 2024-06-06 14:44:08 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
382 2024-06-06 14:44:08 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
383 2024-06-06 14:44:08 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
384 2024-06-06 14:44:08 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 14.952 seconds (JVM running for 15.994)
385 2024-06-06 14:44:09 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
386 2024-06-06 14:44:09 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
387 2024-06-06 14:44:09 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
388 2024-06-06 14:44:09 [RMI TCP Connection(1)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
389 2024-06-06 14:52:28 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
390 2024-06-06 14:52:28 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
391 2024-06-06 14:52:28 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
392 2024-06-06 14:52:28 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
393 2024-06-06 14:52:28 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
394 2024-06-06 14:52:28 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
395 2024-06-06 14:52:28 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
396 2024-06-06 14:52:35 [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)
397 2024-06-06 14:52:35 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
398 2024-06-06 14:52:35 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
399 2024-06-06 14:52:39 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
400 2024-06-06 14:52:39 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
401 2024-06-06 14:52:39 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
402 2024-06-06 14:52:39 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
403 2024-06-06 14:52:39 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
404 2024-06-06 14:52:39 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
405 2024-06-06 14:52:42 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
406 2024-06-06 14:52:43 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
407 2024-06-06 14:52:43 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
408 2024-06-06 14:52:43 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
409 2024-06-06 14:52:43 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
410 2024-06-06 14:52:44 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
411 2024-06-06 14:52:45 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
412 2024-06-06 14:52:45 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
413 2024-06-06 14:52:45 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
414 2024-06-06 14:52:45 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
415 2024-06-06 14:52:46 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
416 2024-06-06 14:52:47 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
417 2024-06-06 14:52:47 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
418 2024-06-06 14:52:48 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
419 2024-06-06 14:52:48 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
420 2024-06-06 14:52:48 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
421 2024-06-06 14:52:50 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
422 2024-06-06 14:52:50 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
423 2024-06-06 14:52:50 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
424 2024-06-06 14:52:50 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
425 2024-06-06 14:52:50 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 15.649 seconds (JVM running for 17.265)
426 2024-06-06 14:52:50 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
427 2024-06-06 14:52:50 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
428 2024-06-06 14:52:51 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
429 2024-06-06 14:52:51 [RMI TCP Connection(4)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
430 2024-06-06 15:01:48 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
431 2024-06-06 15:01:48 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
432 2024-06-06 15:01:48 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
433 2024-06-06 15:01:48 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
434 2024-06-06 15:01:48 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
435 2024-06-06 15:01:49 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
436 2024-06-06 15:01:49 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
437 2024-06-06 15:02:08 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 8580 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
438 2024-06-06 15:02:08 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
439 2024-06-06 15:02:08 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
440 2024-06-06 15:02:12 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
441 2024-06-06 15:02:12 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
442 2024-06-06 15:02:12 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
443 2024-06-06 15:02:13 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
444 2024-06-06 15:02:13 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
445 2024-06-06 15:02:13 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
446 2024-06-06 15:02:16 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
447 2024-06-06 15:02:16 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
448 2024-06-06 15:02:16 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
449 2024-06-06 15:02:16 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
450 2024-06-06 15:02:16 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
451 2024-06-06 15:02:17 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
452 2024-06-06 15:02:18 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
453 2024-06-06 15:02:18 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
454 2024-06-06 15:02:18 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
455 2024-06-06 15:02:19 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
456 2024-06-06 15:02:19 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
457 2024-06-06 15:02:20 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
458 2024-06-06 15:02:21 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
459 2024-06-06 15:02:21 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
460 2024-06-06 15:02:21 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
461 2024-06-06 15:02:21 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
462 2024-06-06 15:02:23 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
463 2024-06-06 15:02:23 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
464 2024-06-06 15:02:23 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
465 2024-06-06 15:02:23 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
466 2024-06-06 15:02:23 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 15.664 seconds (JVM running for 16.735)
467 2024-06-06 15:02:24 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
468 2024-06-06 15:02:24 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
469 2024-06-06 15:02:24 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
470 2024-06-06 15:02:25 [RMI TCP Connection(5)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
471 2024-06-06 15:14:51 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
472 2024-06-06 15:14:51 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
473 2024-06-06 15:14:51 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
474 2024-06-06 15:14:51 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
475 2024-06-06 15:14:51 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
476 2024-06-06 15:14:51 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
477 2024-06-06 15:14:51 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
478 2024-06-06 15:14:56 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 24872 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
479 2024-06-06 15:14:56 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
480 2024-06-06 15:14:56 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
481 2024-06-06 15:14:59 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
482 2024-06-06 15:14:59 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
483 2024-06-06 15:14:59 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
484 2024-06-06 15:15:00 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
485 2024-06-06 15:15:00 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
486 2024-06-06 15:15:00 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
487 2024-06-06 15:15:02 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
488 2024-06-06 15:15:02 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
489 2024-06-06 15:15:02 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
490 2024-06-06 15:15:03 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
491 2024-06-06 15:15:03 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
492 2024-06-06 15:15:04 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
493 2024-06-06 15:15:04 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
494 2024-06-06 15:15:04 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
495 2024-06-06 15:15:04 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
496 2024-06-06 15:15:05 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
497 2024-06-06 15:15:05 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
498 2024-06-06 15:15:07 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
499 2024-06-06 15:15:07 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
500 2024-06-06 15:15:07 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
501 2024-06-06 15:15:07 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
502 2024-06-06 15:15:07 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
503 2024-06-06 15:15:09 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
504 2024-06-06 15:15:09 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
505 2024-06-06 15:15:09 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
506 2024-06-06 15:15:09 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
507 2024-06-06 15:15:09 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 13.658 seconds (JVM running for 14.69)
508 2024-06-06 15:15:09 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
509 2024-06-06 15:15:09 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
510 2024-06-06 15:15:10 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
511 2024-06-06 15:15:10 [RMI TCP Connection(2)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
512 2024-06-06 15:21:25 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
513 2024-06-06 15:21:25 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
514 2024-06-06 15:21:25 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
515 2024-06-06 15:21:25 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
516 2024-06-06 15:21:25 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
517 2024-06-06 15:21:25 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
518 2024-06-06 15:21:25 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
519 2024-06-06 15:21:31 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 2688 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
520 2024-06-06 15:21:31 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
521 2024-06-06 15:21:31 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
522 2024-06-06 15:21:33 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
523 2024-06-06 15:21:33 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
524 2024-06-06 15:21:34 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
525 2024-06-06 15:21:34 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
526 2024-06-06 15:21:34 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
527 2024-06-06 15:21:34 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
528 2024-06-06 15:21:36 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
529 2024-06-06 15:21:37 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
530 2024-06-06 15:21:37 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
531 2024-06-06 15:21:37 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
532 2024-06-06 15:21:37 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
533 2024-06-06 15:21:38 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
534 2024-06-06 15:21:38 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
535 2024-06-06 15:21:38 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
536 2024-06-06 15:21:38 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
537 2024-06-06 15:21:39 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
538 2024-06-06 15:21:40 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
539 2024-06-06 15:21:41 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
540 2024-06-06 15:21:41 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
541 2024-06-06 15:21:41 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
542 2024-06-06 15:21:41 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
543 2024-06-06 15:21:41 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
544 2024-06-06 15:21:43 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
545 2024-06-06 15:21:43 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
546 2024-06-06 15:21:43 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
547 2024-06-06 15:21:43 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
548 2024-06-06 15:21:43 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 13.319 seconds (JVM running for 14.318)
549 2024-06-06 15:21:43 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
550 2024-06-06 15:21:44 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
551 2024-06-06 15:21:44 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
552 2024-06-06 15:21:44 [RMI TCP Connection(1)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
553 2024-06-06 15:24:52 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
554 2024-06-06 15:24:52 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
555 2024-06-06 15:24:53 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
556 2024-06-06 15:24:53 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
557 2024-06-06 15:24:53 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
558 2024-06-06 15:24:53 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
559 2024-06-06 15:24:53 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
560 2024-06-06 15:24:58 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 7280 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
561 2024-06-06 15:24:58 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
562 2024-06-06 15:24:58 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
563 2024-06-06 15:25:01 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
564 2024-06-06 15:25:01 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
565 2024-06-06 15:25:01 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
566 2024-06-06 15:25:02 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
567 2024-06-06 15:25:02 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
568 2024-06-06 15:25:02 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
569 2024-06-06 15:25:04 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
570 2024-06-06 15:25:04 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
571 2024-06-06 15:25:04 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
572 2024-06-06 15:25:05 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
573 2024-06-06 15:25:05 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
574 2024-06-06 15:25:07 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
575 2024-06-06 15:25:09 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
576 2024-06-06 15:25:09 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
577 2024-06-06 15:25:09 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
578 2024-06-06 15:25:12 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
579 2024-06-06 15:25:13 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
580 2024-06-06 15:25:17 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
581 2024-06-06 15:25:17 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
582 2024-06-06 15:25:17 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
583 2024-06-06 15:25:17 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
584 2024-06-06 15:25:17 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
585 2024-06-06 15:25:25 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
586 2024-06-06 15:25:25 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
587 2024-06-06 15:25:25 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
588 2024-06-06 15:25:25 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
589 2024-06-06 15:25:25 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 27.227 seconds (JVM running for 28.241)
590 2024-06-06 15:25:25 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
591 2024-06-06 15:25:25 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
592 2024-06-06 15:25:25 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
593 2024-06-06 15:25:27 [RMI TCP Connection(3)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
594 2024-06-06 15:40:07 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
595 2024-06-06 15:40:07 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
596 2024-06-06 15:40:07 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
597 2024-06-06 15:40:07 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
598 2024-06-06 15:40:07 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
599 2024-06-06 15:40:07 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
600 2024-06-06 15:40:07 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
601 2024-06-06 15:40:13 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 24976 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
602 2024-06-06 15:40:13 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
603 2024-06-06 15:40:13 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
604 2024-06-06 15:40:16 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
605 2024-06-06 15:40:16 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
606 2024-06-06 15:40:16 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
607 2024-06-06 15:40:16 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
608 2024-06-06 15:40:16 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
609 2024-06-06 15:40:16 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
610 2024-06-06 15:40:19 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
611 2024-06-06 15:40:19 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
612 2024-06-06 15:40:19 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
613 2024-06-06 15:40:20 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
614 2024-06-06 15:40:20 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
615 2024-06-06 15:40:20 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
616 2024-06-06 15:40:21 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
617 2024-06-06 15:40:21 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
618 2024-06-06 15:40:21 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
619 2024-06-06 15:40:22 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
620 2024-06-06 15:40:22 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
621 2024-06-06 15:40:23 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
622 2024-06-06 15:40:24 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
623 2024-06-06 15:40:24 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
624 2024-06-06 15:40:24 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
625 2024-06-06 15:40:24 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
626 2024-06-06 15:40:26 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
627 2024-06-06 15:40:26 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
628 2024-06-06 15:40:26 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
629 2024-06-06 15:40:26 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
630 2024-06-06 15:40:26 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 14.083 seconds (JVM running for 15.088)
631 2024-06-06 15:40:26 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
632 2024-06-06 15:40:26 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
633 2024-06-06 15:40:26 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
634 2024-06-06 15:40:27 [RMI TCP Connection(1)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
635 2024-06-06 15:56:28 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
636 2024-06-06 15:56:28 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
637 2024-06-06 15:56:28 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
638 2024-06-06 15:56:28 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
639 2024-06-06 15:56:28 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
640 2024-06-06 15:56:28 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
641 2024-06-06 15:56:28 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
642 2024-06-06 15:56:32 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 24544 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
643 2024-06-06 15:56:32 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
644 2024-06-06 15:56:32 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
645 2024-06-06 15:56:35 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
646 2024-06-06 15:56:35 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
647 2024-06-06 15:56:35 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
648 2024-06-06 15:56:35 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
649 2024-06-06 15:56:35 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
650 2024-06-06 15:56:35 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
651 2024-06-06 15:56:38 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
652 2024-06-06 15:56:38 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
653 2024-06-06 15:56:38 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
654 2024-06-06 15:56:38 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
655 2024-06-06 15:56:38 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
656 2024-06-06 15:56:39 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
657 2024-06-06 15:56:40 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
658 2024-06-06 15:56:40 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
659 2024-06-06 15:56:40 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
660 2024-06-06 15:56:41 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
661 2024-06-06 15:56:41 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
662 2024-06-06 15:56:42 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
663 2024-06-06 15:56:43 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
664 2024-06-06 15:56:43 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
665 2024-06-06 15:56:43 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
666 2024-06-06 15:56:43 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
667 2024-06-06 15:56:45 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
668 2024-06-06 15:56:45 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
669 2024-06-06 15:56:45 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
670 2024-06-06 15:56:45 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
671 2024-06-06 15:56:45 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 13.791 seconds (JVM running for 14.845)
672 2024-06-06 15:56:45 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
673 2024-06-06 15:56:45 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
674 2024-06-06 15:56:45 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
675 2024-06-06 15:56:46 [RMI TCP Connection(2)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
676 2024-06-06 15:58:00 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
677 2024-06-06 15:58:00 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
678 2024-06-06 15:58:00 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
679 2024-06-06 15:58:00 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
680 2024-06-06 15:58:00 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
681 2024-06-06 15:58:00 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
682 2024-06-06 15:58:00 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
683 2024-06-06 15:58:03 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 24036 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
684 2024-06-06 15:58:03 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
685 2024-06-06 15:58:03 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
686 2024-06-06 15:58:06 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
687 2024-06-06 15:58:07 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
688 2024-06-06 15:58:07 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
689 2024-06-06 15:58:07 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
690 2024-06-06 15:58:07 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
691 2024-06-06 15:58:07 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
692 2024-06-06 15:58:10 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
693 2024-06-06 15:58:10 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
694 2024-06-06 15:58:10 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
695 2024-06-06 15:58:10 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
696 2024-06-06 15:58:10 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
697 2024-06-06 15:58:12 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
698 2024-06-06 15:58:12 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
699 2024-06-06 15:58:12 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
700 2024-06-06 15:58:12 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
701 2024-06-06 15:58:13 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
702 2024-06-06 15:58:13 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
703 2024-06-06 15:58:15 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
704 2024-06-06 15:58:15 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
705 2024-06-06 15:58:15 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
706 2024-06-06 15:58:15 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
707 2024-06-06 15:58:15 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
708 2024-06-06 15:58:18 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
709 2024-06-06 15:58:18 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
710 2024-06-06 15:58:18 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
711 2024-06-06 15:58:18 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
712 2024-06-06 15:58:18 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 14.806 seconds (JVM running for 15.823)
713 2024-06-06 15:58:18 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
714 2024-06-06 15:58:18 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
715 2024-06-06 15:58:18 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
716 2024-06-06 15:58:19 [RMI TCP Connection(7)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
717 2024-06-06 16:04:05 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
718 2024-06-06 16:04:05 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
719 2024-06-06 16:04:05 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
720 2024-06-06 16:04:05 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
721 2024-06-06 16:04:05 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
722 2024-06-06 16:04:05 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
723 2024-06-06 16:04:05 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
724 2024-06-06 16:04:09 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 7348 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
725 2024-06-06 16:04:09 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
726 2024-06-06 16:04:09 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
727 2024-06-06 16:04:12 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
728 2024-06-06 16:04:12 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
729 2024-06-06 16:04:12 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
730 2024-06-06 16:04:13 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
731 2024-06-06 16:04:13 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
732 2024-06-06 16:04:13 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
733 2024-06-06 16:04:15 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
734 2024-06-06 16:04:16 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
735 2024-06-06 16:04:16 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
736 2024-06-06 16:04:16 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
737 2024-06-06 16:04:16 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
738 2024-06-06 16:04:17 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
739 2024-06-06 16:04:17 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
740 2024-06-06 16:04:17 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
741 2024-06-06 16:04:17 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
742 2024-06-06 16:04:19 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
743 2024-06-06 16:04:19 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
744 2024-06-06 16:04:20 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
745 2024-06-06 16:04:21 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
746 2024-06-06 16:04:21 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
747 2024-06-06 16:04:21 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
748 2024-06-06 16:04:21 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
749 2024-06-06 16:04:23 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
750 2024-06-06 16:04:23 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
751 2024-06-06 16:04:23 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
752 2024-06-06 16:04:23 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
753 2024-06-06 16:04:23 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 14.706 seconds (JVM running for 15.774)
754 2024-06-06 16:04:23 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
755 2024-06-06 16:04:23 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
756 2024-06-06 16:04:24 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
757 2024-06-06 16:04:24 [RMI TCP Connection(3)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
758 2024-06-06 16:08:13 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
759 2024-06-06 16:08:13 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
760 2024-06-06 16:08:13 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
761 2024-06-06 16:08:13 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
762 2024-06-06 16:08:13 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
763 2024-06-06 16:08:13 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
764 2024-06-06 16:08:13 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
765 2024-06-06 16:08:17 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 11324 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
766 2024-06-06 16:08:17 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
767 2024-06-06 16:08:17 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
768 2024-06-06 16:08:20 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
769 2024-06-06 16:08:20 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
770 2024-06-06 16:08:20 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
771 2024-06-06 16:08:20 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
772 2024-06-06 16:08:20 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
773 2024-06-06 16:08:20 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
774 2024-06-06 16:08:23 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
775 2024-06-06 16:08:23 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
776 2024-06-06 16:08:23 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
777 2024-06-06 16:08:23 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
778 2024-06-06 16:08:23 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
779 2024-06-06 16:08:24 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
780 2024-06-06 16:08:25 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
781 2024-06-06 16:08:25 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
782 2024-06-06 16:08:25 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
783 2024-06-06 16:08:26 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
784 2024-06-06 16:08:26 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
785 2024-06-06 16:08:27 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
786 2024-06-06 16:08:27 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
787 2024-06-06 16:08:27 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
788 2024-06-06 16:08:28 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
789 2024-06-06 16:08:28 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
790 2024-06-06 16:08:30 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
791 2024-06-06 16:08:30 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
792 2024-06-06 16:08:30 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
793 2024-06-06 16:08:30 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
794 2024-06-06 16:08:30 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 13.659 seconds (JVM running for 14.683)
795 2024-06-06 16:08:30 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
796 2024-06-06 16:08:30 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
797 2024-06-06 16:08:30 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
798 2024-06-06 16:08:31 [RMI TCP Connection(1)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
799 2024-06-06 16:10:01 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
800 2024-06-06 16:10:01 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
801 2024-06-06 16:10:01 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
802 2024-06-06 16:10:01 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
803 2024-06-06 16:10:01 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
804 2024-06-06 16:10:01 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
805 2024-06-06 16:10:01 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
806 2024-06-06 16:10:07 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 6232 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
807 2024-06-06 16:10:07 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
808 2024-06-06 16:10:07 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
809 2024-06-06 16:10:11 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
810 2024-06-06 16:10:11 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
811 2024-06-06 16:10:12 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
812 2024-06-06 16:10:12 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
813 2024-06-06 16:10:12 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
814 2024-06-06 16:10:12 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
815 2024-06-06 16:10:20 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
816 2024-06-06 16:10:20 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
817 2024-06-06 16:10:20 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
818 2024-06-06 16:10:22 [redisson-netty-2-5] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
819 2024-06-06 16:10:22 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
820 2024-06-06 16:10:24 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
821 2024-06-06 16:10:26 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
822 2024-06-06 16:10:26 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
823 2024-06-06 16:10:26 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
824 2024-06-06 16:10:28 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
825 2024-06-06 16:10:28 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
826 2024-06-06 16:10:29 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
827 2024-06-06 16:10:29 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
828 2024-06-06 16:10:29 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
829 2024-06-06 16:10:30 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
830 2024-06-06 16:10:30 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
831 2024-06-06 16:10:32 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
832 2024-06-06 16:10:32 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
833 2024-06-06 16:10:32 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
834 2024-06-06 16:10:32 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
835 2024-06-06 16:10:32 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 25.397 seconds (JVM running for 27.488)
836 2024-06-06 16:10:32 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
837 2024-06-06 16:10:32 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
838 2024-06-06 16:10:32 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
839 2024-06-06 16:10:33 [RMI TCP Connection(2)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
840 2024-06-06 16:31:06 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
841 2024-06-06 16:31:06 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
842 2024-06-06 16:31:06 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
843 2024-06-06 16:31:06 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
844 2024-06-06 16:31:06 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
845 2024-06-06 16:31:06 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
846 2024-06-06 16:31:06 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
847 2024-06-06 16:31:12 [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)
848 2024-06-06 16:31:12 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
849 2024-06-06 16:31:12 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
850 2024-06-06 16:31:15 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
851 2024-06-06 16:31:15 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
852 2024-06-06 16:31:15 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
853 2024-06-06 16:31:16 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
854 2024-06-06 16:31:16 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
855 2024-06-06 16:31:16 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
856 2024-06-06 16:31:19 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
857 2024-06-06 16:31:19 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
858 2024-06-06 16:31:19 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
859 2024-06-06 16:31:19 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
860 2024-06-06 16:31:19 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
861 2024-06-06 16:31:20 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
862 2024-06-06 16:31:20 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
863 2024-06-06 16:31:20 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
864 2024-06-06 16:31:20 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
865 2024-06-06 16:31:21 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
866 2024-06-06 16:31:22 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
867 2024-06-06 16:31:23 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
868 2024-06-06 16:31:23 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
869 2024-06-06 16:31:23 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
870 2024-06-06 16:31:23 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
871 2024-06-06 16:31:23 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
872 2024-06-06 16:31:26 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
873 2024-06-06 16:31:26 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
874 2024-06-06 16:31:26 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
875 2024-06-06 16:31:26 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
876 2024-06-06 16:31:26 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 14.661 seconds (JVM running for 15.82)
877 2024-06-06 16:31:26 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
878 2024-06-06 16:31:26 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
879 2024-06-06 16:31:26 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
880 2024-06-06 16:31:27 [RMI TCP Connection(4)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
881 2024-06-06 17:53:51 [XNIO-1 task-2] INFO  c.d.f.listener.UserActionListener - user doLogin, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJCUUxBRkhoWGRqWWVIU09LbnZDb3RRSkVJNEZRYWNXdSIsInVzZXJJZCI6IjEifQ.XZLSWV_p-7s7iKya4N2iNtaM5p2A3SSXzy8UOpQnaLc
882 2024-06-06 17:53:51 [XNIO-1 task-2] INFO  c.d.f.listener.UserActionListener - user doLogout, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJEbElueXpVY1RKSHFxMXZKZmlNMkVKQUdLa2I4S3B0TCIsInVzZXJJZCI6IjEifQ.GBI07JcQAGaCwmW6wOCIyoSYSl1dMGQQ166uEeOc7r8
883 2024-06-06 17:53:51 [schedule-pool-1] INFO  c.d.s.s.i.SysLogininforServiceImpl - [192.168.0.121]内网IP[admin][Success][登录成功]
884 2024-06-06 18:01:11 [XNIO-1 task-6] INFO  c.d.f.listener.UserActionListener - user doLogin, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJjS2ZMNlJEazk1TGkwVk1UcjBtTFJhcWFRd2dZYnVvcyIsInVzZXJJZCI6IjEifQ.3GkH7SmF_zve9rrfyWAk-kKUlYp42lRt0W5R4DSLaSA
885 2024-06-06 18:01:11 [XNIO-1 task-6] INFO  c.d.f.listener.UserActionListener - user doLogout, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJwVFd5cjBmSTN1SXZjSWljQU93OTFZNGZrUjd5SXZNWCIsInVzZXJJZCI6IjEifQ.WIEgGGfAPdfw0KXHUhuBu-U36aJOxOdtanOPLpPDd-c
886 2024-06-06 18:01:11 [schedule-pool-3] INFO  c.d.s.s.i.SysLogininforServiceImpl - [192.168.0.115]内网IP[admin][Success][登录成功]