提交 | 用户 | 时间
|
722af2
|
1 |
2024-06-11 09:31:11 [main] INFO com.dl.test.DemoUnitTest - Starting DemoUnitTest using Java 1.8.0_381 on admin with PID 2264 (started by xm in E:\zxworkspace\dl-admin) |
X |
2 |
2024-06-11 09:31:11 [main] INFO com.dl.test.DemoUnitTest - The following 1 profile is active: "dev" |
|
3 |
2024-06-11 09:31:11 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final |
|
4 |
2024-06-11 09:31:15 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it |
|
5 |
2024-06-11 09:31:15 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Starting... |
|
6 |
2024-06-11 09:31:16 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Start completed. |
|
7 |
2024-06-11 09:31:16 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success |
|
8 |
2024-06-11 09:31:16 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] |
|
9 |
2024-06-11 09:31:18 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.report.domain.CheckTaskDefectReport ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
10 |
2024-06-11 09:31:19 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.workflow.domain.WfDeployForm ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
11 |
2024-06-11 09:31:20 [main] INFO c.dl.framework.config.JacksonConfig - 初始化 jackson 配置 |
|
12 |
2024-06-11 09:31:20 [main] INFO com.dl.framework.config.RedisConfig - 初始化 redis 配置 |
|
13 |
2024-06-11 09:31:20 [main] INFO org.redisson.Version - Redisson 3.20.1 |
|
14 |
2024-06-11 09:31:21 [redisson-netty-2-5] INFO o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for localhost/127.0.0.1:6378 |
|
15 |
2024-06-11 09:31:21 [redisson-netty-2-4] INFO o.r.c.pool.MasterConnectionPool - 8 connections initialized for localhost/127.0.0.1:6378 |
|
16 |
2024-06-11 09:31:23 [main] INFO o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment |
|
17 |
2024-06-11 09:31:24 [main] INFO o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total: |
|
18 |
2024-06-11 09:31:24 [main] INFO o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
19 |
2024-06-11 09:31:24 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
20 |
2024-06-11 09:31:26 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
21 |
2024-06-11 09:31:27 [main] INFO liquibase.lockservice - Successfully acquired change log lock |
|
22 |
2024-06-11 09:31:29 [main] INFO liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG |
|
23 |
2024-06-11 09:31:29 [main] INFO liquibase.lockservice - Successfully released change log lock |
|
24 |
2024-06-11 09:31:29 [main] INFO o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created |
|
25 |
2024-06-11 09:31:29 [main] INFO o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created |
|
26 |
2024-06-11 09:31:29 [main] INFO o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0 |
|
27 |
2024-06-11 09:31:33 [main] INFO com.dl.test.DemoUnitTest - Started DemoUnitTest in 22.469 seconds (JVM running for 23.875) |
|
28 |
2024-06-11 09:31:33 [main] INFO c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功 |
|
29 |
2024-06-11 09:31:33 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功 |
|
30 |
2024-06-11 09:31:33 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功 |
|
31 |
2024-06-11 09:31:33 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
32 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
33 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
34 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
35 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
36 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
37 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
38 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
39 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
40 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
41 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
42 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
43 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
44 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
45 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
46 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
47 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
48 |
at java.lang.Thread.run(Thread.java:750) |
|
49 |
2024-06-11 09:31:34 [main] WARN c.d.f.h.CreateAndUpdateMetaObjectHandler - 自动注入警告 => 用户未登录 |
|
50 |
2024-06-11 09:31:34 [SpringApplicationShutdownHook] INFO c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池==== |
|
51 |
2024-06-11 09:31:34 [redisson-netty-2-4] ERROR o.r.c.handler.ErrorsLoggingHandler - Exception occured. Channel: [id: 0xfa1a580e, L:/127.0.0.1:60073 - R:localhost/127.0.0.1:6378] |
|
52 |
java.io.IOException: 远程主机强迫关闭了一个现有的连接。 |
|
53 |
at sun.nio.ch.SocketDispatcher.read0(Native Method) |
|
54 |
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) |
|
55 |
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) |
|
56 |
at sun.nio.ch.IOUtil.read(IOUtil.java:192) |
|
57 |
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378) |
|
58 |
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) |
|
59 |
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) |
|
60 |
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) |
|
61 |
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) |
|
62 |
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) |
|
63 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) |
|
64 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) |
|
65 |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) |
|
66 |
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) |
|
67 |
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) |
|
68 |
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) |
|
69 |
at java.lang.Thread.run(Thread.java:750) |
|
70 |
2024-06-11 09:31:34 [redisson-netty-2-3] ERROR o.r.c.handler.ErrorsLoggingHandler - Exception occured. Channel: [id: 0x30707069, L:/127.0.0.1:60080 - R:localhost/127.0.0.1:6378] |
|
71 |
java.io.IOException: 远程主机强迫关闭了一个现有的连接。 |
|
72 |
at sun.nio.ch.SocketDispatcher.read0(Native Method) |
|
73 |
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) |
|
74 |
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) |
|
75 |
at sun.nio.ch.IOUtil.read(IOUtil.java:192) |
|
76 |
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378) |
|
77 |
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) |
|
78 |
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) |
|
79 |
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) |
|
80 |
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) |
|
81 |
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) |
|
82 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) |
|
83 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) |
|
84 |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) |
|
85 |
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) |
|
86 |
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) |
|
87 |
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) |
|
88 |
at java.lang.Thread.run(Thread.java:750) |
|
89 |
2024-06-11 09:31:34 [redisson-netty-2-8] ERROR o.r.c.handler.ErrorsLoggingHandler - Exception occured. Channel: [id: 0x93affc81, L:/127.0.0.1:60075 - R:localhost/127.0.0.1:6378] |
|
90 |
java.io.IOException: 远程主机强迫关闭了一个现有的连接。 |
|
91 |
at sun.nio.ch.SocketDispatcher.read0(Native Method) |
|
92 |
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) |
|
93 |
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) |
|
94 |
at sun.nio.ch.IOUtil.read(IOUtil.java:192) |
|
95 |
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378) |
|
96 |
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) |
|
97 |
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) |
|
98 |
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) |
|
99 |
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) |
|
100 |
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) |
|
101 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) |
|
102 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) |
|
103 |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) |
|
104 |
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) |
|
105 |
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) |
|
106 |
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) |
|
107 |
at java.lang.Thread.run(Thread.java:750) |
|
108 |
2024-06-11 09:31:34 [redisson-netty-2-5] ERROR o.r.c.handler.ErrorsLoggingHandler - Exception occured. Channel: [id: 0x9ec0a395, L:/127.0.0.1:60077 - R:localhost/127.0.0.1:6378] |
|
109 |
java.io.IOException: 远程主机强迫关闭了一个现有的连接。 |
|
110 |
at sun.nio.ch.SocketDispatcher.read0(Native Method) |
|
111 |
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) |
|
112 |
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) |
|
113 |
at sun.nio.ch.IOUtil.read(IOUtil.java:192) |
|
114 |
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378) |
|
115 |
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) |
|
116 |
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) |
|
117 |
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) |
|
118 |
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) |
|
119 |
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) |
|
120 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) |
|
121 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) |
|
122 |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) |
|
123 |
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) |
|
124 |
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) |
|
125 |
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) |
|
126 |
at java.lang.Thread.run(Thread.java:750) |
|
127 |
2024-06-11 09:31:34 [redisson-netty-2-7] ERROR o.r.c.handler.ErrorsLoggingHandler - Exception occured. Channel: [id: 0xbdf296db, L:/127.0.0.1:60074 - R:localhost/127.0.0.1:6378] |
|
128 |
java.io.IOException: 远程主机强迫关闭了一个现有的连接。 |
|
129 |
at sun.nio.ch.SocketDispatcher.read0(Native Method) |
|
130 |
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) |
|
131 |
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) |
|
132 |
at sun.nio.ch.IOUtil.read(IOUtil.java:192) |
|
133 |
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378) |
|
134 |
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) |
|
135 |
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) |
|
136 |
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) |
|
137 |
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) |
|
138 |
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) |
|
139 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) |
|
140 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) |
|
141 |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) |
|
142 |
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) |
|
143 |
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) |
|
144 |
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) |
|
145 |
at java.lang.Thread.run(Thread.java:750) |
|
146 |
2024-06-11 09:31:34 [redisson-netty-2-7] ERROR o.r.c.handler.ErrorsLoggingHandler - Exception occured. Channel: [id: 0xb09882bf, L:/127.0.0.1:60078 - R:localhost/127.0.0.1:6378] |
|
147 |
java.io.IOException: 远程主机强迫关闭了一个现有的连接。 |
|
148 |
at sun.nio.ch.SocketDispatcher.read0(Native Method) |
|
149 |
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) |
|
150 |
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) |
|
151 |
at sun.nio.ch.IOUtil.read(IOUtil.java:192) |
|
152 |
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378) |
|
153 |
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) |
|
154 |
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) |
|
155 |
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) |
|
156 |
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) |
|
157 |
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) |
|
158 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) |
|
159 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) |
|
160 |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) |
|
161 |
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) |
|
162 |
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) |
|
163 |
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) |
|
164 |
at java.lang.Thread.run(Thread.java:750) |
|
165 |
2024-06-11 09:31:34 [redisson-netty-2-8] ERROR o.r.c.handler.ErrorsLoggingHandler - Exception occured. Channel: [id: 0xcc3ff336, L:/127.0.0.1:60079 - R:localhost/127.0.0.1:6378] |
|
166 |
java.io.IOException: 远程主机强迫关闭了一个现有的连接。 |
|
167 |
at sun.nio.ch.SocketDispatcher.read0(Native Method) |
|
168 |
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) |
|
169 |
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) |
|
170 |
at sun.nio.ch.IOUtil.read(IOUtil.java:192) |
|
171 |
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378) |
|
172 |
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) |
|
173 |
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) |
|
174 |
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) |
|
175 |
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) |
|
176 |
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) |
|
177 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) |
|
178 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) |
|
179 |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) |
|
180 |
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) |
|
181 |
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) |
|
182 |
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) |
|
183 |
at java.lang.Thread.run(Thread.java:750) |
|
184 |
2024-06-11 09:31:34 [redisson-netty-2-3] ERROR o.r.c.handler.ErrorsLoggingHandler - Exception occured. Channel: [id: 0x8ad63321, L:/127.0.0.1:60072 - R:localhost/127.0.0.1:6378] |
|
185 |
java.io.IOException: 远程主机强迫关闭了一个现有的连接。 |
|
186 |
at sun.nio.ch.SocketDispatcher.read0(Native Method) |
|
187 |
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) |
|
188 |
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) |
|
189 |
at sun.nio.ch.IOUtil.read(IOUtil.java:192) |
|
190 |
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378) |
|
191 |
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) |
|
192 |
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) |
|
193 |
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) |
|
194 |
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) |
|
195 |
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) |
|
196 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) |
|
197 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) |
|
198 |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) |
|
199 |
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) |
|
200 |
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) |
|
201 |
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) |
|
202 |
at java.lang.Thread.run(Thread.java:750) |
|
203 |
2024-06-11 09:31:34 [redisson-netty-2-3] ERROR o.r.c.handler.ErrorsLoggingHandler - Exception occured. Channel: [id: 0x8e777f54, L:/127.0.0.1:60076 - R:localhost/127.0.0.1:6378] |
|
204 |
java.io.IOException: 远程主机强迫关闭了一个现有的连接。 |
|
205 |
at sun.nio.ch.SocketDispatcher.read0(Native Method) |
|
206 |
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) |
|
207 |
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) |
|
208 |
at sun.nio.ch.IOUtil.read(IOUtil.java:192) |
|
209 |
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378) |
|
210 |
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) |
|
211 |
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) |
|
212 |
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) |
|
213 |
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) |
|
214 |
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) |
|
215 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) |
|
216 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) |
|
217 |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) |
|
218 |
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) |
|
219 |
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) |
|
220 |
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) |
|
221 |
at java.lang.Thread.run(Thread.java:750) |
|
222 |
2024-06-11 09:31:34 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing .... |
|
223 |
2024-06-11 09:31:34 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated... |
|
224 |
2024-06-11 09:31:34 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown completed. |
|
225 |
2024-06-11 09:31:34 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye |
|
226 |
2024-06-11 09:33:03 [main] INFO com.dl.test.DemoUnitTest - Starting DemoUnitTest using Java 1.8.0_381 on admin with PID 1124 (started by xm in E:\zxworkspace\dl-admin) |
|
227 |
2024-06-11 09:33:03 [main] INFO com.dl.test.DemoUnitTest - The following 1 profile is active: "dev" |
|
228 |
2024-06-11 09:33:03 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final |
|
229 |
2024-06-11 09:33:07 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it |
|
230 |
2024-06-11 09:33:07 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Starting... |
|
231 |
2024-06-11 09:33:08 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Start completed. |
|
232 |
2024-06-11 09:33:08 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success |
|
233 |
2024-06-11 09:33:08 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] |
|
234 |
2024-06-11 09:33:09 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.report.domain.CheckTaskDefectReport ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
235 |
2024-06-11 09:33:10 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.workflow.domain.WfDeployForm ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
236 |
2024-06-11 09:33:10 [main] INFO c.dl.framework.config.JacksonConfig - 初始化 jackson 配置 |
|
237 |
2024-06-11 09:33:11 [main] INFO com.dl.framework.config.RedisConfig - 初始化 redis 配置 |
|
238 |
2024-06-11 09:33:11 [main] INFO org.redisson.Version - Redisson 3.20.1 |
|
239 |
2024-06-11 09:33:12 [redisson-netty-2-6] INFO o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for localhost/127.0.0.1:6378 |
|
240 |
2024-06-11 09:33:12 [redisson-netty-2-4] INFO o.r.c.pool.MasterConnectionPool - 8 connections initialized for localhost/127.0.0.1:6378 |
|
241 |
2024-06-11 09:33:13 [main] INFO o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment |
|
242 |
2024-06-11 09:33:14 [main] INFO o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total: |
|
243 |
2024-06-11 09:33:14 [main] INFO o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
244 |
2024-06-11 09:33:14 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
245 |
2024-06-11 09:33:15 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
246 |
2024-06-11 09:33:16 [main] INFO liquibase.lockservice - Successfully acquired change log lock |
|
247 |
2024-06-11 09:33:18 [main] INFO liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG |
|
248 |
2024-06-11 09:33:18 [main] INFO liquibase.lockservice - Successfully released change log lock |
|
249 |
2024-06-11 09:33:18 [main] INFO o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created |
|
250 |
2024-06-11 09:33:18 [main] INFO o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created |
|
251 |
2024-06-11 09:33:18 [main] INFO o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0 |
|
252 |
2024-06-11 09:33:22 [main] INFO com.dl.test.DemoUnitTest - Started DemoUnitTest in 19.75 seconds (JVM running for 22.278) |
|
253 |
2024-06-11 09:33:23 [main] INFO c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功 |
|
254 |
2024-06-11 09:33:23 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功 |
|
255 |
2024-06-11 09:33:23 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功 |
|
256 |
2024-06-11 09:33:23 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
257 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
258 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
259 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
260 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
261 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
262 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
263 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
264 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
265 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
266 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
267 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
268 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
269 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
270 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
271 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
272 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
273 |
at java.lang.Thread.run(Thread.java:750) |
|
274 |
2024-06-11 09:33:28 [main] WARN c.d.f.h.CreateAndUpdateMetaObjectHandler - 自动注入警告 => 用户未登录 |
|
275 |
2024-06-11 09:33:48 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
276 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
277 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
278 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
279 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
280 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
281 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
282 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
283 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
284 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
285 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
286 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
287 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
288 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
289 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
290 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
291 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
292 |
at java.lang.Thread.run(Thread.java:750) |
|
293 |
2024-06-11 09:33:48 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
294 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
295 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
296 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
297 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
298 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
299 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
300 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
301 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
302 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
303 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
304 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
305 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
306 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
307 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
308 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
309 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
310 |
at java.lang.Thread.run(Thread.java:750) |
|
311 |
2024-06-11 09:33:48 [SpringApplicationShutdownHook] INFO c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池==== |
|
312 |
2024-06-11 09:33:48 [redisson-netty-2-3] ERROR o.r.c.handler.ErrorsLoggingHandler - Exception occured. Channel: [id: 0xd5677805, L:/127.0.0.1:51314 - R:localhost/127.0.0.1:6378] |
|
313 |
java.io.IOException: 远程主机强迫关闭了一个现有的连接。 |
|
314 |
at sun.nio.ch.SocketDispatcher.read0(Native Method) |
|
315 |
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) |
|
316 |
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) |
|
317 |
at sun.nio.ch.IOUtil.read(IOUtil.java:192) |
|
318 |
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378) |
|
319 |
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) |
|
320 |
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) |
|
321 |
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) |
|
322 |
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) |
|
323 |
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) |
|
324 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) |
|
325 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) |
|
326 |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) |
|
327 |
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) |
|
328 |
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) |
|
329 |
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) |
|
330 |
at java.lang.Thread.run(Thread.java:750) |
|
331 |
2024-06-11 09:33:48 [redisson-netty-2-8] ERROR o.r.c.handler.ErrorsLoggingHandler - Exception occured. Channel: [id: 0x0b7af6ca, L:/127.0.0.1:51317 - R:localhost/127.0.0.1:6378] |
|
332 |
java.io.IOException: 远程主机强迫关闭了一个现有的连接。 |
|
333 |
at sun.nio.ch.SocketDispatcher.read0(Native Method) |
|
334 |
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) |
|
335 |
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) |
|
336 |
at sun.nio.ch.IOUtil.read(IOUtil.java:192) |
|
337 |
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378) |
|
338 |
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) |
|
339 |
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) |
|
340 |
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) |
|
341 |
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) |
|
342 |
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) |
|
343 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) |
|
344 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) |
|
345 |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) |
|
346 |
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) |
|
347 |
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) |
|
348 |
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) |
|
349 |
at java.lang.Thread.run(Thread.java:750) |
|
350 |
2024-06-11 09:33:48 [redisson-netty-2-4] ERROR o.r.c.handler.ErrorsLoggingHandler - Exception occured. Channel: [id: 0xe9d31080, L:/127.0.0.1:51315 - R:localhost/127.0.0.1:6378] |
|
351 |
java.io.IOException: 远程主机强迫关闭了一个现有的连接。 |
|
352 |
at sun.nio.ch.SocketDispatcher.read0(Native Method) |
|
353 |
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) |
|
354 |
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) |
|
355 |
at sun.nio.ch.IOUtil.read(IOUtil.java:192) |
|
356 |
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378) |
|
357 |
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) |
|
358 |
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) |
|
359 |
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) |
|
360 |
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) |
|
361 |
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) |
|
362 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) |
|
363 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) |
|
364 |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) |
|
365 |
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) |
|
366 |
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) |
|
367 |
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) |
|
368 |
at java.lang.Thread.run(Thread.java:750) |
|
369 |
2024-06-11 09:33:48 [redisson-netty-2-6] ERROR o.r.c.handler.ErrorsLoggingHandler - Exception occured. Channel: [id: 0x6bc48e01, L:/127.0.0.1:51319 - R:localhost/127.0.0.1:6378] |
|
370 |
java.io.IOException: 远程主机强迫关闭了一个现有的连接。 |
|
371 |
at sun.nio.ch.SocketDispatcher.read0(Native Method) |
|
372 |
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) |
|
373 |
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) |
|
374 |
at sun.nio.ch.IOUtil.read(IOUtil.java:192) |
|
375 |
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378) |
|
376 |
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) |
|
377 |
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) |
|
378 |
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) |
|
379 |
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) |
|
380 |
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) |
|
381 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) |
|
382 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) |
|
383 |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) |
|
384 |
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) |
|
385 |
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) |
|
386 |
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) |
|
387 |
at java.lang.Thread.run(Thread.java:750) |
|
388 |
2024-06-11 09:33:48 [redisson-netty-2-7] ERROR o.r.c.handler.ErrorsLoggingHandler - Exception occured. Channel: [id: 0xe65d0a98, L:/127.0.0.1:51316 - R:localhost/127.0.0.1:6378] |
|
389 |
java.io.IOException: 远程主机强迫关闭了一个现有的连接。 |
|
390 |
at sun.nio.ch.SocketDispatcher.read0(Native Method) |
|
391 |
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) |
|
392 |
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) |
|
393 |
at sun.nio.ch.IOUtil.read(IOUtil.java:192) |
|
394 |
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378) |
|
395 |
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) |
|
396 |
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) |
|
397 |
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) |
|
398 |
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) |
|
399 |
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) |
|
400 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) |
|
401 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) |
|
402 |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) |
|
403 |
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) |
|
404 |
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) |
|
405 |
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) |
|
406 |
at java.lang.Thread.run(Thread.java:750) |
|
407 |
2024-06-11 09:33:48 [redisson-netty-2-3] ERROR o.r.c.handler.ErrorsLoggingHandler - Exception occured. Channel: [id: 0x24cf906e, L:/127.0.0.1:51322 - R:localhost/127.0.0.1:6378] |
|
408 |
java.io.IOException: 远程主机强迫关闭了一个现有的连接。 |
|
409 |
at sun.nio.ch.SocketDispatcher.read0(Native Method) |
|
410 |
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) |
|
411 |
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) |
|
412 |
at sun.nio.ch.IOUtil.read(IOUtil.java:192) |
|
413 |
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378) |
|
414 |
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) |
|
415 |
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) |
|
416 |
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) |
|
417 |
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) |
|
418 |
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) |
|
419 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) |
|
420 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) |
|
421 |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) |
|
422 |
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) |
|
423 |
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) |
|
424 |
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) |
|
425 |
at java.lang.Thread.run(Thread.java:750) |
|
426 |
2024-06-11 09:33:48 [redisson-netty-2-7] ERROR o.r.c.handler.ErrorsLoggingHandler - Exception occured. Channel: [id: 0xaadd7692, L:/127.0.0.1:51320 - R:localhost/127.0.0.1:6378] |
|
427 |
java.io.IOException: 远程主机强迫关闭了一个现有的连接。 |
|
428 |
at sun.nio.ch.SocketDispatcher.read0(Native Method) |
|
429 |
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) |
|
430 |
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) |
|
431 |
at sun.nio.ch.IOUtil.read(IOUtil.java:192) |
|
432 |
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378) |
|
433 |
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) |
|
434 |
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) |
|
435 |
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) |
|
436 |
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) |
|
437 |
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) |
|
438 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) |
|
439 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) |
|
440 |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) |
|
441 |
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) |
|
442 |
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) |
|
443 |
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) |
|
444 |
at java.lang.Thread.run(Thread.java:750) |
|
445 |
2024-06-11 09:33:48 [redisson-netty-2-3] ERROR o.r.c.handler.ErrorsLoggingHandler - Exception occured. Channel: [id: 0x0f1c0243, L:/127.0.0.1:51318 - R:localhost/127.0.0.1:6378] |
|
446 |
java.io.IOException: 远程主机强迫关闭了一个现有的连接。 |
|
447 |
at sun.nio.ch.SocketDispatcher.read0(Native Method) |
|
448 |
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) |
|
449 |
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) |
|
450 |
at sun.nio.ch.IOUtil.read(IOUtil.java:192) |
|
451 |
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378) |
|
452 |
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) |
|
453 |
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) |
|
454 |
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) |
|
455 |
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) |
|
456 |
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) |
|
457 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) |
|
458 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) |
|
459 |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) |
|
460 |
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) |
|
461 |
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) |
|
462 |
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) |
|
463 |
at java.lang.Thread.run(Thread.java:750) |
|
464 |
2024-06-11 09:33:48 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing .... |
|
465 |
2024-06-11 09:33:48 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated... |
|
466 |
2024-06-11 09:33:48 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown completed. |
|
467 |
2024-06-11 09:33:48 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye |
|
468 |
2024-06-11 09:34:30 [main] INFO com.dl.test.DemoUnitTest - Starting DemoUnitTest using Java 1.8.0_381 on admin with PID 23312 (started by xm in E:\zxworkspace\dl-admin) |
|
469 |
2024-06-11 09:34:30 [main] INFO com.dl.test.DemoUnitTest - The following 1 profile is active: "dev" |
|
470 |
2024-06-11 09:34:30 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final |
|
471 |
2024-06-11 09:34:35 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it |
|
472 |
2024-06-11 09:34:36 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Starting... |
|
473 |
2024-06-11 09:34:37 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Start completed. |
|
474 |
2024-06-11 09:34:37 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success |
|
475 |
2024-06-11 09:34:37 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] |
|
476 |
2024-06-11 09:34:39 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.report.domain.CheckTaskDefectReport ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
477 |
2024-06-11 09:34:40 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.workflow.domain.WfDeployForm ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
478 |
2024-06-11 09:34:41 [main] INFO c.dl.framework.config.JacksonConfig - 初始化 jackson 配置 |
|
479 |
2024-06-11 09:34:41 [main] INFO com.dl.framework.config.RedisConfig - 初始化 redis 配置 |
|
480 |
2024-06-11 09:34:41 [main] INFO org.redisson.Version - Redisson 3.20.1 |
|
481 |
2024-06-11 09:34:42 [redisson-netty-2-5] INFO o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for localhost/127.0.0.1:6378 |
|
482 |
2024-06-11 09:34:42 [redisson-netty-2-4] INFO o.r.c.pool.MasterConnectionPool - 8 connections initialized for localhost/127.0.0.1:6378 |
|
483 |
2024-06-11 09:34:44 [main] INFO o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment |
|
484 |
2024-06-11 09:34:45 [main] INFO o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total: |
|
485 |
2024-06-11 09:34:45 [main] INFO o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
486 |
2024-06-11 09:34:45 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
487 |
2024-06-11 09:34:46 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
488 |
2024-06-11 09:34:48 [main] INFO liquibase.lockservice - Successfully acquired change log lock |
|
489 |
2024-06-11 09:34:49 [main] INFO liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG |
|
490 |
2024-06-11 09:34:49 [main] INFO liquibase.lockservice - Successfully released change log lock |
|
491 |
2024-06-11 09:34:49 [main] INFO o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created |
|
492 |
2024-06-11 09:34:49 [main] INFO o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created |
|
493 |
2024-06-11 09:34:50 [main] INFO o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0 |
|
494 |
2024-06-11 09:34:53 [main] INFO com.dl.test.DemoUnitTest - Started DemoUnitTest in 24.147 seconds (JVM running for 25.529) |
|
495 |
2024-06-11 09:34:54 [main] INFO c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功 |
|
496 |
2024-06-11 09:34:54 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功 |
|
497 |
2024-06-11 09:34:54 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功 |
|
498 |
2024-06-11 09:34:54 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
499 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
500 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
501 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
502 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
503 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
504 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
505 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
506 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
507 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
508 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
509 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
510 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
511 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
512 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
513 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
514 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
515 |
at java.lang.Thread.run(Thread.java:750) |
|
516 |
2024-06-11 09:35:00 [main] WARN c.d.f.h.CreateAndUpdateMetaObjectHandler - 自动注入警告 => 用户未登录 |
|
517 |
2024-06-11 09:35:07 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
518 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
519 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
520 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
521 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
522 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
523 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
524 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
525 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
526 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
527 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
528 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
529 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
530 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
531 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
532 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
533 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
534 |
at java.lang.Thread.run(Thread.java:750) |
|
535 |
2024-06-11 09:35:07 [SpringApplicationShutdownHook] INFO c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池==== |
|
536 |
2024-06-11 09:35:07 [redisson-netty-2-3] ERROR o.r.c.handler.ErrorsLoggingHandler - Exception occured. Channel: [id: 0x5e873bcc, L:/127.0.0.1:51417 - R:localhost/127.0.0.1:6378] |
|
537 |
java.io.IOException: 远程主机强迫关闭了一个现有的连接。 |
|
538 |
at sun.nio.ch.SocketDispatcher.read0(Native Method) |
|
539 |
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) |
|
540 |
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) |
|
541 |
at sun.nio.ch.IOUtil.read(IOUtil.java:192) |
|
542 |
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378) |
|
543 |
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) |
|
544 |
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) |
|
545 |
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) |
|
546 |
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) |
|
547 |
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) |
|
548 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) |
|
549 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) |
|
550 |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) |
|
551 |
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) |
|
552 |
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) |
|
553 |
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) |
|
554 |
at java.lang.Thread.run(Thread.java:750) |
|
555 |
2024-06-11 09:35:07 [redisson-netty-2-5] ERROR o.r.c.handler.ErrorsLoggingHandler - Exception occured. Channel: [id: 0xb707ee82, L:/127.0.0.1:51422 - R:localhost/127.0.0.1:6378] |
|
556 |
java.io.IOException: 远程主机强迫关闭了一个现有的连接。 |
|
557 |
at sun.nio.ch.SocketDispatcher.read0(Native Method) |
|
558 |
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) |
|
559 |
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) |
|
560 |
at sun.nio.ch.IOUtil.read(IOUtil.java:192) |
|
561 |
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378) |
|
562 |
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) |
|
563 |
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) |
|
564 |
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) |
|
565 |
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) |
|
566 |
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) |
|
567 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) |
|
568 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) |
|
569 |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) |
|
570 |
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) |
|
571 |
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) |
|
572 |
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) |
|
573 |
at java.lang.Thread.run(Thread.java:750) |
|
574 |
2024-06-11 09:35:07 [redisson-netty-2-8] ERROR o.r.c.handler.ErrorsLoggingHandler - Exception occured. Channel: [id: 0x621534b6, L:/127.0.0.1:51424 - R:localhost/127.0.0.1:6378] |
|
575 |
java.io.IOException: 远程主机强迫关闭了一个现有的连接。 |
|
576 |
at sun.nio.ch.SocketDispatcher.read0(Native Method) |
|
577 |
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) |
|
578 |
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) |
|
579 |
at sun.nio.ch.IOUtil.read(IOUtil.java:192) |
|
580 |
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378) |
|
581 |
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) |
|
582 |
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) |
|
583 |
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) |
|
584 |
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) |
|
585 |
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) |
|
586 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) |
|
587 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) |
|
588 |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) |
|
589 |
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) |
|
590 |
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) |
|
591 |
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) |
|
592 |
at java.lang.Thread.run(Thread.java:750) |
|
593 |
2024-06-11 09:35:07 [redisson-netty-2-4] ERROR o.r.c.handler.ErrorsLoggingHandler - Exception occured. Channel: [id: 0x489db47e, L:/127.0.0.1:51418 - R:localhost/127.0.0.1:6378] |
|
594 |
java.io.IOException: 远程主机强迫关闭了一个现有的连接。 |
|
595 |
at sun.nio.ch.SocketDispatcher.read0(Native Method) |
|
596 |
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) |
|
597 |
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) |
|
598 |
at sun.nio.ch.IOUtil.read(IOUtil.java:192) |
|
599 |
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378) |
|
600 |
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) |
|
601 |
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) |
|
602 |
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) |
|
603 |
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) |
|
604 |
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) |
|
605 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) |
|
606 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) |
|
607 |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) |
|
608 |
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) |
|
609 |
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) |
|
610 |
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) |
|
611 |
at java.lang.Thread.run(Thread.java:750) |
|
612 |
2024-06-11 09:35:07 [redisson-netty-2-7] ERROR o.r.c.handler.ErrorsLoggingHandler - Exception occured. Channel: [id: 0x65ba425e, L:/127.0.0.1:51423 - R:localhost/127.0.0.1:6378] |
|
613 |
java.io.IOException: 远程主机强迫关闭了一个现有的连接。 |
|
614 |
at sun.nio.ch.SocketDispatcher.read0(Native Method) |
|
615 |
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) |
|
616 |
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) |
|
617 |
at sun.nio.ch.IOUtil.read(IOUtil.java:192) |
|
618 |
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378) |
|
619 |
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) |
|
620 |
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) |
|
621 |
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) |
|
622 |
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) |
|
623 |
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) |
|
624 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) |
|
625 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) |
|
626 |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) |
|
627 |
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) |
|
628 |
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) |
|
629 |
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) |
|
630 |
at java.lang.Thread.run(Thread.java:750) |
|
631 |
2024-06-11 09:35:07 [redisson-netty-2-3] ERROR o.r.c.handler.ErrorsLoggingHandler - Exception occured. Channel: [id: 0x85a0d992, L:/127.0.0.1:51425 - R:localhost/127.0.0.1:6378] |
|
632 |
java.io.IOException: 远程主机强迫关闭了一个现有的连接。 |
|
633 |
at sun.nio.ch.SocketDispatcher.read0(Native Method) |
|
634 |
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) |
|
635 |
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) |
|
636 |
at sun.nio.ch.IOUtil.read(IOUtil.java:192) |
|
637 |
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378) |
|
638 |
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) |
|
639 |
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) |
|
640 |
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) |
|
641 |
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) |
|
642 |
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) |
|
643 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) |
|
644 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) |
|
645 |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) |
|
646 |
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) |
|
647 |
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) |
|
648 |
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) |
|
649 |
at java.lang.Thread.run(Thread.java:750) |
|
650 |
2024-06-11 09:35:07 [redisson-netty-2-3] ERROR o.r.c.handler.ErrorsLoggingHandler - Exception occured. Channel: [id: 0xf197efcf, L:/127.0.0.1:51421 - R:localhost/127.0.0.1:6378] |
|
651 |
java.io.IOException: 远程主机强迫关闭了一个现有的连接。 |
|
652 |
at sun.nio.ch.SocketDispatcher.read0(Native Method) |
|
653 |
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) |
|
654 |
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) |
|
655 |
at sun.nio.ch.IOUtil.read(IOUtil.java:192) |
|
656 |
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378) |
|
657 |
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) |
|
658 |
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) |
|
659 |
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) |
|
660 |
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) |
|
661 |
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) |
|
662 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) |
|
663 |
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) |
|
664 |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) |
|
665 |
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) |
|
666 |
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) |
|
667 |
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) |
|
668 |
at java.lang.Thread.run(Thread.java:750) |
|
669 |
2024-06-11 09:35:07 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing .... |
|
670 |
2024-06-11 09:35:07 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated... |
|
671 |
2024-06-11 09:35:08 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown completed. |
|
672 |
2024-06-11 09:35:08 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye |
|
673 |
2024-06-11 09:36:40 [main] INFO com.dl.test.DemoUnitTest - Starting DemoUnitTest using Java 1.8.0_381 on admin with PID 236 (started by xm in E:\zxworkspace\dl-admin) |
|
674 |
2024-06-11 09:36:40 [main] INFO com.dl.test.DemoUnitTest - The following 1 profile is active: "dev" |
|
675 |
2024-06-11 09:36:40 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final |
|
676 |
2024-06-11 09:36:46 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it |
|
677 |
2024-06-11 09:36:47 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Starting... |
|
678 |
2024-06-11 09:36:48 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Start completed. |
|
679 |
2024-06-11 09:36:48 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success |
|
680 |
2024-06-11 09:36:48 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] |
|
681 |
2024-06-11 09:36:50 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.report.domain.CheckTaskDefectReport ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
682 |
2024-06-11 09:36:51 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.workflow.domain.WfDeployForm ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
683 |
2024-06-11 09:36:51 [main] INFO c.dl.framework.config.JacksonConfig - 初始化 jackson 配置 |
|
684 |
2024-06-11 09:36:52 [main] INFO com.dl.framework.config.RedisConfig - 初始化 redis 配置 |
|
685 |
2024-06-11 09:36:52 [main] INFO org.redisson.Version - Redisson 3.20.1 |
|
686 |
2024-06-11 09:36:53 [redisson-netty-2-6] INFO o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379 |
|
687 |
2024-06-11 09:36:53 [redisson-netty-2-3] INFO o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379 |
|
688 |
2024-06-11 09:36:55 [main] INFO o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment |
|
689 |
2024-06-11 09:36:56 [main] INFO o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total: |
|
690 |
2024-06-11 09:36:56 [main] INFO o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
691 |
2024-06-11 09:36:56 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
692 |
2024-06-11 09:36:57 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
693 |
2024-06-11 09:36:58 [main] INFO liquibase.lockservice - Successfully acquired change log lock |
|
694 |
2024-06-11 09:37:00 [main] INFO liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG |
|
695 |
2024-06-11 09:37:00 [main] INFO liquibase.lockservice - Successfully released change log lock |
|
696 |
2024-06-11 09:37:00 [main] INFO o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created |
|
697 |
2024-06-11 09:37:00 [main] INFO o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created |
|
698 |
2024-06-11 09:37:00 [main] INFO o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0 |
|
699 |
2024-06-11 09:37:04 [main] INFO com.dl.test.DemoUnitTest - Started DemoUnitTest in 24.116 seconds (JVM running for 25.537) |
|
700 |
2024-06-11 09:37:04 [main] INFO c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功 |
|
701 |
2024-06-11 09:37:04 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功 |
|
702 |
2024-06-11 09:37:04 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功 |
|
703 |
2024-06-11 09:37:04 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
704 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
705 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
706 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
707 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
708 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
709 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
710 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
711 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
712 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
713 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
714 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
715 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
716 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
717 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
718 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
719 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
720 |
at java.lang.Thread.run(Thread.java:750) |
|
721 |
2024-06-11 09:37:05 [main] WARN c.d.f.h.CreateAndUpdateMetaObjectHandler - 自动注入警告 => 用户未登录 |
|
722 |
2024-06-11 09:37:05 [SpringApplicationShutdownHook] INFO c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池==== |
|
723 |
2024-06-11 09:37:05 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing .... |
|
724 |
2024-06-11 09:37:05 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated... |
|
725 |
2024-06-11 09:37:05 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown completed. |
|
726 |
2024-06-11 09:37:05 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye |
|
727 |
2024-06-11 09:40:37 [main] INFO com.dl.test.DemoUnitTest - Starting DemoUnitTest using Java 1.8.0_381 on admin with PID 29800 (started by xm in E:\zxworkspace\dl-admin) |
|
728 |
2024-06-11 09:40:37 [main] INFO com.dl.test.DemoUnitTest - The following 1 profile is active: "dev" |
|
729 |
2024-06-11 09:40:37 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final |
|
730 |
2024-06-11 09:40:40 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it |
|
731 |
2024-06-11 09:40:41 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Starting... |
|
732 |
2024-06-11 09:40:41 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Start completed. |
|
733 |
2024-06-11 09:40:41 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success |
|
734 |
2024-06-11 09:40:41 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] |
|
735 |
2024-06-11 09:40:43 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.report.domain.CheckTaskDefectReport ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
736 |
2024-06-11 09:40:44 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.workflow.domain.WfDeployForm ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
737 |
2024-06-11 09:40:44 [main] INFO c.dl.framework.config.JacksonConfig - 初始化 jackson 配置 |
|
738 |
2024-06-11 09:40:44 [main] INFO com.dl.framework.config.RedisConfig - 初始化 redis 配置 |
|
739 |
2024-06-11 09:40:45 [main] INFO org.redisson.Version - Redisson 3.20.1 |
|
740 |
2024-06-11 09:40:45 [redisson-netty-2-7] INFO o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379 |
|
741 |
2024-06-11 09:40:45 [redisson-netty-2-3] INFO o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379 |
|
742 |
2024-06-11 09:40:47 [main] INFO o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment |
|
743 |
2024-06-11 09:40:48 [main] INFO o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total: |
|
744 |
2024-06-11 09:40:48 [main] INFO o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
745 |
2024-06-11 09:40:48 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
746 |
2024-06-11 09:40:49 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
747 |
2024-06-11 09:40:50 [main] INFO liquibase.lockservice - Successfully acquired change log lock |
|
748 |
2024-06-11 09:40:52 [main] INFO liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG |
|
749 |
2024-06-11 09:40:52 [main] INFO liquibase.lockservice - Successfully released change log lock |
|
750 |
2024-06-11 09:40:52 [main] INFO o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created |
|
751 |
2024-06-11 09:40:52 [main] INFO o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created |
|
752 |
2024-06-11 09:40:52 [main] INFO o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0 |
|
753 |
2024-06-11 09:40:56 [main] INFO com.dl.test.DemoUnitTest - Started DemoUnitTest in 20.231 seconds (JVM running for 21.704) |
|
754 |
2024-06-11 09:40:57 [main] INFO c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功 |
|
755 |
2024-06-11 09:40:57 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功 |
|
756 |
2024-06-11 09:40:57 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功 |
|
757 |
2024-06-11 09:40:57 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
758 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
759 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
760 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
761 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
762 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
763 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
764 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
765 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
766 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
767 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
768 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
769 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
770 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
771 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
772 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
773 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
774 |
at java.lang.Thread.run(Thread.java:750) |
|
775 |
2024-06-11 09:41:09 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
776 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
777 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
778 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
779 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
780 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
781 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
782 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
783 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
784 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
785 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
786 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
787 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
788 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
789 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
790 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
791 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
792 |
at java.lang.Thread.run(Thread.java:750) |
|
793 |
2024-06-11 09:41:20 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
794 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
795 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
796 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
797 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
798 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
799 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
800 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
801 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
802 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
803 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
804 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
805 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
806 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
807 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
808 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
809 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
810 |
at java.lang.Thread.run(Thread.java:750) |
|
811 |
2024-06-11 09:41:20 [SpringApplicationShutdownHook] INFO c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池==== |
|
812 |
2024-06-11 09:41:20 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing .... |
|
813 |
2024-06-11 09:41:20 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated... |
|
814 |
2024-06-11 09:41:20 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown completed. |
|
815 |
2024-06-11 09:41:20 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye |
|
816 |
2024-06-11 10:25:12 [main] INFO com.dl.test.DemoUnitTest - Starting DemoUnitTest using Java 1.8.0_381 on admin with PID 16424 (started by xm in E:\zxworkspace\dl-admin) |
|
817 |
2024-06-11 10:25:12 [main] INFO com.dl.test.DemoUnitTest - The following 1 profile is active: "dev" |
|
818 |
2024-06-11 10:25:12 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final |
|
819 |
2024-06-11 10:25:15 [main] INFO com.dl.test.DemoUnitTest - Starting DemoUnitTest using Java 1.8.0_381 on admin with PID 13324 (started by xm in E:\zxworkspace\dl-admin) |
|
820 |
2024-06-11 10:25:15 [main] INFO com.dl.test.DemoUnitTest - The following 1 profile is active: "dev" |
|
821 |
2024-06-11 10:25:15 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final |
|
822 |
2024-06-11 10:25:17 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it |
|
823 |
2024-06-11 10:25:17 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Starting... |
|
824 |
2024-06-11 10:25:18 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Start completed. |
|
825 |
2024-06-11 10:25:18 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success |
|
826 |
2024-06-11 10:25:18 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] |
|
827 |
2024-06-11 10:25:20 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it |
|
828 |
2024-06-11 10:25:21 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Starting... |
|
829 |
2024-06-11 10:25:21 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.report.domain.CheckTaskDefectReport ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
830 |
2024-06-11 10:25:22 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.workflow.domain.WfDeployForm ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
831 |
2024-06-11 10:25:22 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Start completed. |
|
832 |
2024-06-11 10:25:22 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success |
|
833 |
2024-06-11 10:25:22 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] |
|
834 |
2024-06-11 10:25:23 [main] INFO c.dl.framework.config.JacksonConfig - 初始化 jackson 配置 |
|
835 |
2024-06-11 10:25:23 [main] INFO com.dl.framework.config.RedisConfig - 初始化 redis 配置 |
|
836 |
2024-06-11 10:25:23 [main] INFO org.redisson.Version - Redisson 3.20.1 |
|
837 |
2024-06-11 10:25:24 [redisson-netty-2-6] INFO o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379 |
|
838 |
2024-06-11 10:25:24 [redisson-netty-2-3] INFO o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379 |
|
839 |
2024-06-11 10:25:25 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.report.domain.CheckTaskDefectReport ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
840 |
2024-06-11 10:25:27 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.workflow.domain.WfDeployForm ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
841 |
2024-06-11 10:25:27 [main] INFO o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment |
|
842 |
2024-06-11 10:25:28 [main] INFO c.dl.framework.config.JacksonConfig - 初始化 jackson 配置 |
|
843 |
2024-06-11 10:25:29 [main] INFO com.dl.framework.config.RedisConfig - 初始化 redis 配置 |
|
844 |
2024-06-11 10:25:29 [main] INFO o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total: |
|
845 |
2024-06-11 10:25:29 [main] INFO o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
846 |
2024-06-11 10:25:29 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
847 |
2024-06-11 10:25:29 [main] INFO org.redisson.Version - Redisson 3.20.1 |
|
848 |
2024-06-11 10:25:30 [redisson-netty-2-6] INFO o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379 |
|
849 |
2024-06-11 10:25:31 [redisson-netty-2-3] INFO o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379 |
|
850 |
2024-06-11 10:25:31 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
851 |
2024-06-11 10:25:33 [main] INFO liquibase.lockservice - Successfully acquired change log lock |
|
852 |
2024-06-11 10:25:33 [main] INFO o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment |
|
853 |
2024-06-11 10:25:34 [main] INFO o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total: |
|
854 |
2024-06-11 10:25:34 [main] INFO o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
855 |
2024-06-11 10:25:34 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
856 |
2024-06-11 10:25:35 [main] INFO liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG |
|
857 |
2024-06-11 10:25:35 [main] INFO liquibase.lockservice - Successfully released change log lock |
|
858 |
2024-06-11 10:25:35 [main] INFO o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created |
|
859 |
2024-06-11 10:25:36 [main] INFO o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created |
|
860 |
2024-06-11 10:25:36 [main] INFO o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0 |
|
861 |
2024-06-11 10:25:37 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
862 |
2024-06-11 10:25:38 [main] INFO liquibase.lockservice - Successfully acquired change log lock |
|
863 |
2024-06-11 10:25:40 [main] INFO liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG |
|
864 |
2024-06-11 10:25:40 [main] INFO com.dl.test.DemoUnitTest - Started DemoUnitTest in 29.063 seconds (JVM running for 30.706) |
|
865 |
2024-06-11 10:25:40 [main] INFO liquibase.lockservice - Successfully released change log lock |
|
866 |
2024-06-11 10:25:40 [main] INFO o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created |
|
867 |
2024-06-11 10:25:40 [main] INFO o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created |
|
868 |
2024-06-11 10:25:41 [main] INFO c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功 |
|
869 |
2024-06-11 10:25:41 [main] INFO o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0 |
|
870 |
2024-06-11 10:25:41 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功 |
|
871 |
2024-06-11 10:25:41 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功 |
|
872 |
2024-06-11 10:25:41 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
873 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
874 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
875 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
876 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
877 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
878 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
879 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
880 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
881 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
882 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
883 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) |
|
884 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
885 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
886 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
887 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
888 |
at java.lang.Thread.run(Thread.java:750) |
|
889 |
2024-06-11 10:25:41 [main] ERROR o.s.test.context.TestContextManager - Caught exception while allowing TestExecutionListener [org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@5c669da8] to prepare test instance [com.dl.test.DemoUnitTest@520b547c] |
|
890 |
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'com.dl.test.DemoUnitTest': Unsatisfied dependency expressed through field 'taskService'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.flowable.task.service.TaskService' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} |
|
891 |
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:660) |
|
892 |
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640) |
|
893 |
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) |
|
894 |
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) |
|
895 |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) |
|
896 |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireBeanProperties(AbstractAutowireCapableBeanFactory.java:417) |
|
897 |
at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:119) |
|
898 |
at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83) |
|
899 |
at org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener.prepareTestInstance(SpringBootDependencyInjectionTestExecutionListener.java:43) |
|
900 |
at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:248) |
|
901 |
at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:138) |
|
902 |
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$8(ClassBasedTestDescriptor.java:363) |
|
903 |
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:368) |
|
904 |
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$9(ClassBasedTestDescriptor.java:363) |
|
905 |
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) |
|
906 |
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) |
|
907 |
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384) |
|
908 |
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) |
|
909 |
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) |
|
910 |
at java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:312) |
|
911 |
at java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:743) |
|
912 |
at java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:742) |
|
913 |
at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580) |
|
914 |
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:362) |
|
915 |
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:283) |
|
916 |
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) |
|
917 |
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:282) |
|
918 |
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:272) |
|
919 |
at java.util.Optional.orElseGet(Optional.java:267) |
|
920 |
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:271) |
|
921 |
at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31) |
|
922 |
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:102) |
|
923 |
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) |
|
924 |
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:101) |
|
925 |
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:66) |
|
926 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123) |
|
927 |
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) |
|
928 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123) |
|
929 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90) |
|
930 |
at java.util.ArrayList.forEach(ArrayList.java:1259) |
|
931 |
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) |
|
932 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) |
|
933 |
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) |
|
934 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) |
|
935 |
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) |
|
936 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) |
|
937 |
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) |
|
938 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) |
|
939 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) |
|
940 |
at java.util.ArrayList.forEach(ArrayList.java:1259) |
|
941 |
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) |
|
942 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) |
|
943 |
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) |
|
944 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) |
|
945 |
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) |
|
946 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) |
|
947 |
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) |
|
948 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) |
|
949 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) |
|
950 |
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) |
|
951 |
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) |
|
952 |
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) |
|
953 |
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) |
|
954 |
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) |
|
955 |
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) |
|
956 |
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) |
|
957 |
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) |
|
958 |
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114) |
|
959 |
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) |
|
960 |
at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) |
|
961 |
at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) |
|
962 |
at com.intellij.junit5.JUnit5IdeaTestRunner.startRunnerWithArgs(JUnit5IdeaTestRunner.java:71) |
|
963 |
at com.intellij.rt.junit.IdeaTestRunner$Repeater$1.execute(IdeaTestRunner.java:38) |
|
964 |
at com.intellij.rt.execution.junit.TestsRepeater.repeat(TestsRepeater.java:11) |
|
965 |
at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:35) |
|
966 |
at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) |
|
967 |
at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) |
|
968 |
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.flowable.task.service.TaskService' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} |
|
969 |
at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoMatchingBeanFound(DefaultListableBeanFactory.java:1801) |
|
970 |
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1357) |
|
971 |
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311) |
|
972 |
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657) |
|
973 |
... 76 common frames omitted |
|
974 |
2024-06-11 10:25:41 [SpringApplicationShutdownHook] INFO c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池==== |
|
975 |
2024-06-11 10:25:41 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing .... |
|
976 |
2024-06-11 10:25:41 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated... |
|
977 |
2024-06-11 10:25:41 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown completed. |
|
978 |
2024-06-11 10:25:41 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye |
|
979 |
2024-06-11 10:25:46 [main] INFO com.dl.test.DemoUnitTest - Started DemoUnitTest in 31.347 seconds (JVM running for 33.551) |
|
980 |
2024-06-11 10:25:46 [main] INFO c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功 |
|
981 |
2024-06-11 10:25:46 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功 |
|
982 |
2024-06-11 10:25:46 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功 |
|
983 |
2024-06-11 10:25:46 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
984 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
985 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
986 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
987 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
988 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
989 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
990 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
991 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
992 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
993 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
994 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
995 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
996 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
997 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
998 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
999 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1000 |
at java.lang.Thread.run(Thread.java:750) |
|
1001 |
2024-06-11 10:25:46 [main] ERROR o.s.test.context.TestContextManager - Caught exception while allowing TestExecutionListener [org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@61861a29] to prepare test instance [com.dl.test.DemoUnitTest@389ae8f1] |
|
1002 |
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'com.dl.test.DemoUnitTest': Unsatisfied dependency expressed through field 'taskService'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.flowable.task.service.TaskService' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} |
|
1003 |
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:660) |
|
1004 |
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640) |
|
1005 |
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) |
|
1006 |
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) |
|
1007 |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) |
|
1008 |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireBeanProperties(AbstractAutowireCapableBeanFactory.java:417) |
|
1009 |
at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:119) |
|
1010 |
at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83) |
|
1011 |
at org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener.prepareTestInstance(SpringBootDependencyInjectionTestExecutionListener.java:43) |
|
1012 |
at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:248) |
|
1013 |
at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:138) |
|
1014 |
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$8(ClassBasedTestDescriptor.java:363) |
|
1015 |
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:368) |
|
1016 |
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$9(ClassBasedTestDescriptor.java:363) |
|
1017 |
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) |
|
1018 |
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) |
|
1019 |
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384) |
|
1020 |
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) |
|
1021 |
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) |
|
1022 |
at java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:312) |
|
1023 |
at java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:743) |
|
1024 |
at java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:742) |
|
1025 |
at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580) |
|
1026 |
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:362) |
|
1027 |
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:283) |
|
1028 |
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) |
|
1029 |
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:282) |
|
1030 |
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:272) |
|
1031 |
at java.util.Optional.orElseGet(Optional.java:267) |
|
1032 |
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:271) |
|
1033 |
at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31) |
|
1034 |
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:102) |
|
1035 |
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) |
|
1036 |
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:101) |
|
1037 |
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:66) |
|
1038 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123) |
|
1039 |
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) |
|
1040 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123) |
|
1041 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90) |
|
1042 |
at java.util.ArrayList.forEach(ArrayList.java:1259) |
|
1043 |
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) |
|
1044 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) |
|
1045 |
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) |
|
1046 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) |
|
1047 |
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) |
|
1048 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) |
|
1049 |
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) |
|
1050 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) |
|
1051 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) |
|
1052 |
at java.util.ArrayList.forEach(ArrayList.java:1259) |
|
1053 |
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) |
|
1054 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) |
|
1055 |
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) |
|
1056 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) |
|
1057 |
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) |
|
1058 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) |
|
1059 |
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) |
|
1060 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) |
|
1061 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) |
|
1062 |
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) |
|
1063 |
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) |
|
1064 |
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) |
|
1065 |
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) |
|
1066 |
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) |
|
1067 |
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) |
|
1068 |
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) |
|
1069 |
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) |
|
1070 |
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114) |
|
1071 |
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) |
|
1072 |
at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) |
|
1073 |
at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) |
|
1074 |
at com.intellij.junit5.JUnit5IdeaTestRunner.startRunnerWithArgs(JUnit5IdeaTestRunner.java:71) |
|
1075 |
at com.intellij.rt.junit.IdeaTestRunner$Repeater$1.execute(IdeaTestRunner.java:38) |
|
1076 |
at com.intellij.rt.execution.junit.TestsRepeater.repeat(TestsRepeater.java:11) |
|
1077 |
at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:35) |
|
1078 |
at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) |
|
1079 |
at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) |
|
1080 |
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.flowable.task.service.TaskService' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} |
|
1081 |
at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoMatchingBeanFound(DefaultListableBeanFactory.java:1801) |
|
1082 |
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1357) |
|
1083 |
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311) |
|
1084 |
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657) |
|
1085 |
... 76 common frames omitted |
|
1086 |
2024-06-11 10:25:46 [SpringApplicationShutdownHook] INFO c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池==== |
|
1087 |
2024-06-11 10:25:46 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing .... |
|
1088 |
2024-06-11 10:25:46 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated... |
|
1089 |
2024-06-11 10:25:46 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown completed. |
|
1090 |
2024-06-11 10:25:46 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye |
|
1091 |
2024-06-11 10:26:41 [main] INFO com.dl.test.DemoUnitTest - Starting DemoUnitTest using Java 1.8.0_381 on admin with PID 24640 (started by xm in E:\zxworkspace\dl-admin) |
|
1092 |
2024-06-11 10:26:41 [main] INFO com.dl.test.DemoUnitTest - The following 1 profile is active: "dev" |
|
1093 |
2024-06-11 10:26:41 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final |
|
1094 |
2024-06-11 10:26:45 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it |
|
1095 |
2024-06-11 10:26:46 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Starting... |
|
1096 |
2024-06-11 10:26:47 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Start completed. |
|
1097 |
2024-06-11 10:26:47 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success |
|
1098 |
2024-06-11 10:26:47 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] |
|
1099 |
2024-06-11 10:26:49 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.report.domain.CheckTaskDefectReport ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
1100 |
2024-06-11 10:26:50 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.workflow.domain.WfDeployForm ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
1101 |
2024-06-11 10:26:50 [main] INFO c.dl.framework.config.JacksonConfig - 初始化 jackson 配置 |
|
1102 |
2024-06-11 10:26:51 [main] INFO com.dl.framework.config.RedisConfig - 初始化 redis 配置 |
|
1103 |
2024-06-11 10:26:51 [main] INFO org.redisson.Version - Redisson 3.20.1 |
|
1104 |
2024-06-11 10:26:52 [redisson-netty-2-6] INFO o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379 |
|
1105 |
2024-06-11 10:26:52 [redisson-netty-2-3] INFO o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379 |
|
1106 |
2024-06-11 10:26:54 [main] INFO o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment |
|
1107 |
2024-06-11 10:26:55 [main] INFO o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total: |
|
1108 |
2024-06-11 10:26:55 [main] INFO o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
1109 |
2024-06-11 10:26:55 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
1110 |
2024-06-11 10:26:57 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
1111 |
2024-06-11 10:26:58 [main] INFO liquibase.lockservice - Successfully acquired change log lock |
|
1112 |
2024-06-11 10:26:59 [main] INFO liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG |
|
1113 |
2024-06-11 10:26:59 [main] INFO liquibase.lockservice - Successfully released change log lock |
|
1114 |
2024-06-11 10:26:59 [main] INFO o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created |
|
1115 |
2024-06-11 10:26:59 [main] INFO o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created |
|
1116 |
2024-06-11 10:26:59 [main] INFO o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0 |
|
1117 |
2024-06-11 10:27:03 [main] INFO com.dl.test.DemoUnitTest - Started DemoUnitTest in 22.296 seconds (JVM running for 23.779) |
|
1118 |
2024-06-11 10:27:04 [main] INFO c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功 |
|
1119 |
2024-06-11 10:27:04 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功 |
|
1120 |
2024-06-11 10:27:04 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功 |
|
1121 |
2024-06-11 10:27:04 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1122 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1123 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1124 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1125 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1126 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1127 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1128 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1129 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1130 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1131 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1132 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1133 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1134 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1135 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1136 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1137 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1138 |
at java.lang.Thread.run(Thread.java:750) |
|
1139 |
2024-06-11 10:28:03 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1140 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1141 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1142 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1143 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1144 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1145 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1146 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1147 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1148 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1149 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1150 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1151 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1152 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1153 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1154 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1155 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1156 |
at java.lang.Thread.run(Thread.java:750) |
|
1157 |
2024-06-11 10:28:03 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1158 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1159 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1160 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1161 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1162 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1163 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1164 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1165 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1166 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1167 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1168 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1169 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1170 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1171 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1172 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1173 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1174 |
at java.lang.Thread.run(Thread.java:750) |
|
1175 |
2024-06-11 10:28:03 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1176 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1177 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1178 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1179 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1180 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1181 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1182 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1183 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1184 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1185 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1186 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1187 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1188 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1189 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1190 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1191 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1192 |
at java.lang.Thread.run(Thread.java:750) |
|
1193 |
2024-06-11 10:28:03 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1194 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1195 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1196 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1197 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1198 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1199 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1200 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1201 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1202 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1203 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1204 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1205 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1206 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1207 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1208 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1209 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1210 |
at java.lang.Thread.run(Thread.java:750) |
|
1211 |
2024-06-11 10:28:03 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1212 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1213 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1214 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1215 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1216 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1217 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1218 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1219 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1220 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1221 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1222 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1223 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1224 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1225 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1226 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1227 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1228 |
at java.lang.Thread.run(Thread.java:750) |
|
1229 |
2024-06-11 10:28:03 [master housekeeper] WARN com.zaxxer.hikari.pool.HikariPool - master - Thread starvation or clock leap detected (housekeeper delta=1m16s459ms495µs200ns). |
|
1230 |
2024-06-11 10:28:04 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1231 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1232 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1233 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1234 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1235 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1236 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1237 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1238 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1239 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1240 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1241 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1242 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1243 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1244 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1245 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1246 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1247 |
at java.lang.Thread.run(Thread.java:750) |
|
1248 |
2024-06-11 10:28:14 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1249 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1250 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1251 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1252 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1253 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1254 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1255 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1256 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1257 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1258 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1259 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1260 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1261 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1262 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1263 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1264 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1265 |
at java.lang.Thread.run(Thread.java:750) |
|
1266 |
2024-06-11 10:28:17 [SpringApplicationShutdownHook] INFO c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池==== |
|
1267 |
2024-06-11 10:28:17 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing .... |
|
1268 |
2024-06-11 10:28:17 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated... |
|
1269 |
2024-06-11 10:28:17 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown completed. |
|
1270 |
2024-06-11 10:28:17 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye |
|
1271 |
2024-06-11 11:17:08 [main] INFO com.dl.test.DemoUnitTest - Starting DemoUnitTest using Java 1.8.0_381 on admin with PID 6924 (started by xm in E:\zxworkspace\dl-admin) |
|
1272 |
2024-06-11 11:17:08 [main] INFO com.dl.test.DemoUnitTest - The following 1 profile is active: "dev" |
|
1273 |
2024-06-11 11:17:08 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final |
|
1274 |
2024-06-11 11:17:12 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it |
|
1275 |
2024-06-11 11:17:13 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Starting... |
|
1276 |
2024-06-11 11:17:14 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Start completed. |
|
1277 |
2024-06-11 11:17:14 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success |
|
1278 |
2024-06-11 11:17:14 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] |
|
1279 |
2024-06-11 11:17:16 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.report.domain.CheckTaskDefectReport ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
1280 |
2024-06-11 11:17:16 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.workflow.domain.WfDeployForm ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
1281 |
2024-06-11 11:17:17 [main] INFO c.dl.framework.config.JacksonConfig - 初始化 jackson 配置 |
|
1282 |
2024-06-11 11:17:17 [main] INFO com.dl.framework.config.RedisConfig - 初始化 redis 配置 |
|
1283 |
2024-06-11 11:17:17 [main] INFO org.redisson.Version - Redisson 3.20.1 |
|
1284 |
2024-06-11 11:17:18 [redisson-netty-2-6] INFO o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379 |
|
1285 |
2024-06-11 11:17:18 [redisson-netty-2-3] INFO o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379 |
|
1286 |
2024-06-11 11:17:19 [main] INFO o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment |
|
1287 |
2024-06-11 11:17:20 [main] INFO o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total: |
|
1288 |
2024-06-11 11:17:20 [main] INFO o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
1289 |
2024-06-11 11:17:20 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
1290 |
2024-06-11 11:17:23 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
1291 |
2024-06-11 11:17:24 [main] INFO liquibase.lockservice - Successfully acquired change log lock |
|
1292 |
2024-06-11 11:17:28 [main] INFO liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG |
|
1293 |
2024-06-11 11:17:28 [main] INFO liquibase.lockservice - Successfully released change log lock |
|
1294 |
2024-06-11 11:17:28 [main] INFO o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created |
|
1295 |
2024-06-11 11:17:28 [main] INFO o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created |
|
1296 |
2024-06-11 11:17:28 [main] INFO o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0 |
|
1297 |
2024-06-11 11:17:35 [main] INFO com.dl.test.DemoUnitTest - Started DemoUnitTest in 27.494 seconds (JVM running for 30.306) |
|
1298 |
2024-06-11 11:17:36 [main] INFO c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功 |
|
1299 |
2024-06-11 11:17:36 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功 |
|
1300 |
2024-06-11 11:17:36 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功 |
|
1301 |
2024-06-11 11:17:36 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1302 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1303 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1304 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1305 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1306 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1307 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1308 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1309 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1310 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1311 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1312 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1313 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1314 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1315 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1316 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1317 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1318 |
at java.lang.Thread.run(Thread.java:750) |
|
1319 |
2024-06-11 11:17:48 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1320 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1321 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1322 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1323 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1324 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1325 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1326 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1327 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1328 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1329 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1330 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1331 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1332 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1333 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1334 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1335 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1336 |
at java.lang.Thread.run(Thread.java:750) |
|
1337 |
2024-06-11 11:17:57 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1338 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1339 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1340 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1341 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1342 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1343 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1344 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1345 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1346 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1347 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1348 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1349 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1350 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1351 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1352 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1353 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1354 |
at java.lang.Thread.run(Thread.java:750) |
|
1355 |
2024-06-11 11:18:03 [SpringApplicationShutdownHook] INFO c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池==== |
|
1356 |
2024-06-11 11:18:03 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing .... |
|
1357 |
2024-06-11 11:18:03 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated... |
|
1358 |
2024-06-11 11:18:03 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown completed. |
|
1359 |
2024-06-11 11:18:03 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye |
|
1360 |
2024-06-11 11:20:21 [main] INFO com.dl.test.DemoUnitTest - Starting DemoUnitTest using Java 1.8.0_381 on admin with PID 21244 (started by xm in E:\zxworkspace\dl-admin) |
|
1361 |
2024-06-11 11:20:21 [main] INFO com.dl.test.DemoUnitTest - The following 1 profile is active: "dev" |
|
1362 |
2024-06-11 11:20:21 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final |
|
1363 |
2024-06-11 11:20:24 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it |
|
1364 |
2024-06-11 11:20:25 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Starting... |
|
1365 |
2024-06-11 11:20:25 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Start completed. |
|
1366 |
2024-06-11 11:20:25 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success |
|
1367 |
2024-06-11 11:20:25 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] |
|
1368 |
2024-06-11 11:20:27 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.report.domain.CheckTaskDefectReport ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
1369 |
2024-06-11 11:20:27 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.workflow.domain.WfDeployForm ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
1370 |
2024-06-11 11:20:28 [main] INFO c.dl.framework.config.JacksonConfig - 初始化 jackson 配置 |
|
1371 |
2024-06-11 11:20:29 [main] INFO com.dl.framework.config.RedisConfig - 初始化 redis 配置 |
|
1372 |
2024-06-11 11:20:29 [main] INFO org.redisson.Version - Redisson 3.20.1 |
|
1373 |
2024-06-11 11:20:29 [redisson-netty-2-6] INFO o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379 |
|
1374 |
2024-06-11 11:20:29 [redisson-netty-2-3] INFO o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379 |
|
1375 |
2024-06-11 11:20:31 [main] INFO o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment |
|
1376 |
2024-06-11 11:20:32 [main] INFO o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total: |
|
1377 |
2024-06-11 11:20:32 [main] INFO o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
1378 |
2024-06-11 11:20:32 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
1379 |
2024-06-11 11:20:34 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
1380 |
2024-06-11 11:20:35 [main] INFO liquibase.lockservice - Successfully acquired change log lock |
|
1381 |
2024-06-11 11:20:37 [main] INFO liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG |
|
1382 |
2024-06-11 11:20:37 [main] INFO liquibase.lockservice - Successfully released change log lock |
|
1383 |
2024-06-11 11:20:37 [main] INFO o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created |
|
1384 |
2024-06-11 11:20:37 [main] INFO o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created |
|
1385 |
2024-06-11 11:20:37 [main] INFO o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0 |
|
1386 |
2024-06-11 11:20:42 [main] INFO com.dl.test.DemoUnitTest - Started DemoUnitTest in 21.713 seconds (JVM running for 23.03) |
|
1387 |
2024-06-11 11:20:42 [main] INFO c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功 |
|
1388 |
2024-06-11 11:20:42 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功 |
|
1389 |
2024-06-11 11:20:42 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功 |
|
1390 |
2024-06-11 11:20:42 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1391 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1392 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1393 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1394 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1395 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1396 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1397 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1398 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1399 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1400 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1401 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1402 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1403 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1404 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1405 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1406 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1407 |
at java.lang.Thread.run(Thread.java:750) |
|
1408 |
2024-06-11 11:20:57 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1409 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1410 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1411 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1412 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1413 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1414 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1415 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1416 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1417 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1418 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1419 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1420 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1421 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1422 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1423 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1424 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1425 |
at java.lang.Thread.run(Thread.java:750) |
|
1426 |
2024-06-11 11:20:57 [SpringApplicationShutdownHook] INFO c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池==== |
|
1427 |
2024-06-11 11:20:57 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing .... |
|
1428 |
2024-06-11 11:20:57 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated... |
|
1429 |
2024-06-11 11:20:57 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown completed. |
|
1430 |
2024-06-11 11:20:57 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye |
|
1431 |
2024-06-11 11:27:09 [main] INFO com.dl.test.DemoUnitTest - Starting DemoUnitTest using Java 1.8.0_381 on admin with PID 16584 (started by xm in E:\zxworkspace\dl-admin) |
|
1432 |
2024-06-11 11:27:09 [main] INFO com.dl.test.DemoUnitTest - The following 1 profile is active: "dev" |
|
1433 |
2024-06-11 11:27:09 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final |
|
1434 |
2024-06-11 11:27:13 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it |
|
1435 |
2024-06-11 11:27:13 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Starting... |
|
1436 |
2024-06-11 11:27:14 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Start completed. |
|
1437 |
2024-06-11 11:27:14 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success |
|
1438 |
2024-06-11 11:27:14 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] |
|
1439 |
2024-06-11 11:27:16 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.report.domain.CheckTaskDefectReport ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
1440 |
2024-06-11 11:27:16 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.workflow.domain.WfDeployForm ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
1441 |
2024-06-11 11:27:17 [main] INFO c.dl.framework.config.JacksonConfig - 初始化 jackson 配置 |
|
1442 |
2024-06-11 11:27:18 [main] INFO com.dl.framework.config.RedisConfig - 初始化 redis 配置 |
|
1443 |
2024-06-11 11:27:18 [main] INFO org.redisson.Version - Redisson 3.20.1 |
|
1444 |
2024-06-11 11:27:19 [redisson-netty-2-6] INFO o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379 |
|
1445 |
2024-06-11 11:27:19 [redisson-netty-2-3] INFO o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379 |
|
1446 |
2024-06-11 11:27:22 [main] INFO o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment |
|
1447 |
2024-06-11 11:27:24 [main] INFO o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total: |
|
1448 |
2024-06-11 11:27:24 [main] INFO o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
1449 |
2024-06-11 11:27:24 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
1450 |
2024-06-11 11:27:26 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
1451 |
2024-06-11 11:27:27 [main] INFO liquibase.lockservice - Successfully acquired change log lock |
|
1452 |
2024-06-11 11:27:28 [main] INFO liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG |
|
1453 |
2024-06-11 11:27:29 [main] INFO liquibase.lockservice - Successfully released change log lock |
|
1454 |
2024-06-11 11:27:29 [main] INFO o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created |
|
1455 |
2024-06-11 11:27:29 [main] INFO o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created |
|
1456 |
2024-06-11 11:27:29 [main] INFO o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0 |
|
1457 |
2024-06-11 11:27:32 [main] INFO com.dl.test.DemoUnitTest - Started DemoUnitTest in 23.225 seconds (JVM running for 24.849) |
|
1458 |
2024-06-11 11:27:32 [main] INFO c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功 |
|
1459 |
2024-06-11 11:27:32 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功 |
|
1460 |
2024-06-11 11:27:33 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功 |
|
1461 |
2024-06-11 11:27:33 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1462 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1463 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1464 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1465 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1466 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1467 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1468 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1469 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1470 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1471 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1472 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1473 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1474 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1475 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1476 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1477 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1478 |
at java.lang.Thread.run(Thread.java:750) |
|
1479 |
2024-06-11 11:31:09 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1480 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1481 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1482 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1483 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1484 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1485 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1486 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1487 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1488 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1489 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1490 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1491 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1492 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1493 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1494 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1495 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1496 |
at java.lang.Thread.run(Thread.java:750) |
|
1497 |
2024-06-11 11:31:09 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1498 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1499 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1500 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1501 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1502 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1503 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1504 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1505 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1506 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1507 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1508 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1509 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1510 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1511 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1512 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1513 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1514 |
at java.lang.Thread.run(Thread.java:750) |
|
1515 |
2024-06-11 11:31:09 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1516 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1517 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1518 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1519 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1520 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1521 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1522 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1523 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1524 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1525 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1526 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1527 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1528 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1529 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1530 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1531 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1532 |
at java.lang.Thread.run(Thread.java:750) |
|
1533 |
2024-06-11 11:31:09 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1534 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1535 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1536 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1537 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1538 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1539 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1540 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1541 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1542 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1543 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1544 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1545 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1546 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1547 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1548 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1549 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1550 |
at java.lang.Thread.run(Thread.java:750) |
|
1551 |
2024-06-11 11:31:09 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1552 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1553 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1554 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1555 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1556 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1557 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1558 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1559 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1560 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1561 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1562 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1563 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1564 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1565 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1566 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1567 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1568 |
at java.lang.Thread.run(Thread.java:750) |
|
1569 |
2024-06-11 11:31:09 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1570 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1571 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1572 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1573 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1574 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1575 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1576 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1577 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1578 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1579 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1580 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1581 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1582 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1583 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1584 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1585 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1586 |
at java.lang.Thread.run(Thread.java:750) |
|
1587 |
2024-06-11 11:31:09 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1588 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1589 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1590 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1591 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1592 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1593 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1594 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1595 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1596 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1597 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1598 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1599 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1600 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1601 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1602 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1603 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1604 |
at java.lang.Thread.run(Thread.java:750) |
|
1605 |
2024-06-11 11:31:09 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1606 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1607 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1608 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1609 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1610 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1611 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1612 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1613 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1614 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1615 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1616 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1617 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1618 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1619 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1620 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1621 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1622 |
at java.lang.Thread.run(Thread.java:750) |
|
1623 |
2024-06-11 11:31:09 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1624 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1625 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1626 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1627 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1628 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1629 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1630 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1631 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1632 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1633 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1634 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1635 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1636 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1637 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1638 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1639 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1640 |
at java.lang.Thread.run(Thread.java:750) |
|
1641 |
2024-06-11 11:31:09 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1642 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1643 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1644 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1645 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1646 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1647 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1648 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1649 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1650 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1651 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1652 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1653 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1654 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1655 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1656 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1657 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1658 |
at java.lang.Thread.run(Thread.java:750) |
|
1659 |
2024-06-11 11:31:09 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1660 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1661 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1662 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1663 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1664 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1665 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1666 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1667 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1668 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1669 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1670 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1671 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1672 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1673 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1674 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1675 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1676 |
at java.lang.Thread.run(Thread.java:750) |
|
1677 |
2024-06-11 11:31:09 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1678 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1679 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1680 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1681 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1682 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1683 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1684 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1685 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1686 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1687 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1688 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1689 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1690 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1691 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1692 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1693 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1694 |
at java.lang.Thread.run(Thread.java:750) |
|
1695 |
2024-06-11 11:31:09 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1696 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1697 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1698 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1699 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1700 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1701 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1702 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1703 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1704 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1705 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1706 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1707 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1708 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1709 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1710 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1711 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1712 |
at java.lang.Thread.run(Thread.java:750) |
|
1713 |
2024-06-11 11:31:09 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1714 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1715 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1716 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1717 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1718 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1719 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1720 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1721 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1722 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1723 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1724 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1725 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1726 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1727 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1728 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1729 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1730 |
at java.lang.Thread.run(Thread.java:750) |
|
1731 |
2024-06-11 11:31:09 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1732 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1733 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1734 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1735 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1736 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1737 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1738 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1739 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1740 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1741 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1742 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1743 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1744 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1745 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1746 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1747 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1748 |
at java.lang.Thread.run(Thread.java:750) |
|
1749 |
2024-06-11 11:31:09 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1750 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1751 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1752 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1753 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1754 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1755 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1756 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1757 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1758 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1759 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1760 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1761 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1762 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1763 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1764 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1765 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1766 |
at java.lang.Thread.run(Thread.java:750) |
|
1767 |
2024-06-11 11:31:09 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1768 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1769 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1770 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1771 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1772 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1773 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1774 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1775 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1776 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1777 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1778 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1779 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1780 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1781 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1782 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1783 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1784 |
at java.lang.Thread.run(Thread.java:750) |
|
1785 |
2024-06-11 11:31:09 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1786 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1787 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1788 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1789 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1790 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1791 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1792 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1793 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1794 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1795 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1796 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1797 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1798 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1799 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1800 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1801 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1802 |
at java.lang.Thread.run(Thread.java:750) |
|
1803 |
2024-06-11 11:31:09 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1804 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1805 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1806 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1807 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1808 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1809 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1810 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1811 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1812 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1813 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1814 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1815 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1816 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1817 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1818 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1819 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1820 |
at java.lang.Thread.run(Thread.java:750) |
|
1821 |
2024-06-11 11:31:09 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1822 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1823 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1824 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1825 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1826 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1827 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1828 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1829 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1830 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1831 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1832 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1833 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1834 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1835 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1836 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1837 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1838 |
at java.lang.Thread.run(Thread.java:750) |
|
1839 |
2024-06-11 11:31:09 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1840 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1841 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1842 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1843 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1844 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1845 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1846 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1847 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1848 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1849 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1850 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1851 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1852 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1853 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1854 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1855 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1856 |
at java.lang.Thread.run(Thread.java:750) |
|
1857 |
2024-06-11 11:31:09 [master housekeeper] WARN com.zaxxer.hikari.pool.HikariPool - master - Thread starvation or clock leap detected (housekeeper delta=3m54s893ms723µs900ns). |
|
1858 |
2024-06-11 11:31:09 [SpringApplicationShutdownHook] INFO c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池==== |
|
1859 |
2024-06-11 11:31:10 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing .... |
|
1860 |
2024-06-11 11:31:10 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated... |
|
1861 |
2024-06-11 11:31:10 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown completed. |
|
1862 |
2024-06-11 11:31:10 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye |
|
1863 |
2024-06-11 11:36:20 [main] INFO com.dl.test.DemoUnitTest - Starting DemoUnitTest using Java 1.8.0_381 on admin with PID 17020 (started by xm in E:\zxworkspace\dl-admin) |
|
1864 |
2024-06-11 11:36:20 [main] INFO com.dl.test.DemoUnitTest - The following 1 profile is active: "dev" |
|
1865 |
2024-06-11 11:36:20 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final |
|
1866 |
2024-06-11 11:36:24 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it |
|
1867 |
2024-06-11 11:36:24 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Starting... |
|
1868 |
2024-06-11 11:36:25 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Start completed. |
|
1869 |
2024-06-11 11:36:25 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success |
|
1870 |
2024-06-11 11:36:25 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] |
|
1871 |
2024-06-11 11:36:26 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.report.domain.CheckTaskDefectReport ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
1872 |
2024-06-11 11:36:27 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.workflow.domain.WfDeployForm ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
1873 |
2024-06-11 11:36:27 [main] INFO c.dl.framework.config.JacksonConfig - 初始化 jackson 配置 |
|
1874 |
2024-06-11 11:36:28 [main] INFO com.dl.framework.config.RedisConfig - 初始化 redis 配置 |
|
1875 |
2024-06-11 11:36:28 [main] INFO org.redisson.Version - Redisson 3.20.1 |
|
1876 |
2024-06-11 11:36:28 [redisson-netty-2-6] INFO o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379 |
|
1877 |
2024-06-11 11:36:28 [redisson-netty-2-3] INFO o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379 |
|
1878 |
2024-06-11 11:36:30 [main] INFO o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment |
|
1879 |
2024-06-11 11:36:30 [main] INFO o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total: |
|
1880 |
2024-06-11 11:36:30 [main] INFO o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
1881 |
2024-06-11 11:36:30 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
1882 |
2024-06-11 11:36:31 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
1883 |
2024-06-11 11:36:32 [main] INFO liquibase.lockservice - Successfully acquired change log lock |
|
1884 |
2024-06-11 11:36:33 [main] INFO liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG |
|
1885 |
2024-06-11 11:36:33 [main] INFO liquibase.lockservice - Successfully released change log lock |
|
1886 |
2024-06-11 11:36:33 [main] INFO o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created |
|
1887 |
2024-06-11 11:36:33 [main] INFO o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created |
|
1888 |
2024-06-11 11:36:34 [main] INFO o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0 |
|
1889 |
2024-06-11 11:36:36 [main] INFO com.dl.test.DemoUnitTest - Started DemoUnitTest in 17.185 seconds (JVM running for 18.584) |
|
1890 |
2024-06-11 11:36:36 [main] INFO c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功 |
|
1891 |
2024-06-11 11:36:37 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功 |
|
1892 |
2024-06-11 11:36:37 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功 |
|
1893 |
2024-06-11 11:36:37 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1894 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1895 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1896 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1897 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1898 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1899 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1900 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1901 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1902 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1903 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1904 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1905 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1906 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1907 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1908 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1909 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1910 |
at java.lang.Thread.run(Thread.java:750) |
|
1911 |
2024-06-11 11:36:37 [SpringApplicationShutdownHook] INFO c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池==== |
|
1912 |
2024-06-11 11:36:37 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing .... |
|
1913 |
2024-06-11 11:36:37 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated... |
|
1914 |
2024-06-11 11:36:37 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown completed. |
|
1915 |
2024-06-11 11:36:37 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye |
|
1916 |
2024-06-11 14:11:16 [main] INFO com.dl.test.DemoUnitTest - Starting DemoUnitTest using Java 1.8.0_381 on admin with PID 18000 (started by xm in E:\zxworkspace\dl-admin) |
|
1917 |
2024-06-11 14:11:16 [main] INFO com.dl.test.DemoUnitTest - The following 1 profile is active: "dev" |
|
1918 |
2024-06-11 14:11:16 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final |
|
1919 |
2024-06-11 14:11:21 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it |
|
1920 |
2024-06-11 14:11:21 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Starting... |
|
1921 |
2024-06-11 14:11:22 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Start completed. |
|
1922 |
2024-06-11 14:11:22 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success |
|
1923 |
2024-06-11 14:11:22 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] |
|
1924 |
2024-06-11 14:11:23 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.report.domain.CheckTaskDefectReport ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
1925 |
2024-06-11 14:11:24 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.workflow.domain.WfDeployForm ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
1926 |
2024-06-11 14:11:24 [main] INFO c.dl.framework.config.JacksonConfig - 初始化 jackson 配置 |
|
1927 |
2024-06-11 14:11:25 [main] INFO com.dl.framework.config.RedisConfig - 初始化 redis 配置 |
|
1928 |
2024-06-11 14:11:25 [main] INFO org.redisson.Version - Redisson 3.20.1 |
|
1929 |
2024-06-11 14:11:25 [redisson-netty-2-6] INFO o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379 |
|
1930 |
2024-06-11 14:11:25 [redisson-netty-2-3] INFO o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379 |
|
1931 |
2024-06-11 14:11:27 [main] INFO o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment |
|
1932 |
2024-06-11 14:11:27 [main] INFO o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total: |
|
1933 |
2024-06-11 14:11:27 [main] INFO o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
1934 |
2024-06-11 14:11:27 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
1935 |
2024-06-11 14:11:29 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
1936 |
2024-06-11 14:11:29 [main] INFO liquibase.lockservice - Waiting for changelog lock.... |
|
1937 |
2024-06-11 14:11:40 [main] INFO liquibase.lockservice - Successfully acquired change log lock |
|
1938 |
2024-06-11 14:11:41 [main] INFO liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG |
|
1939 |
2024-06-11 14:11:41 [main] INFO liquibase.lockservice - Successfully released change log lock |
|
1940 |
2024-06-11 14:11:41 [main] INFO o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created |
|
1941 |
2024-06-11 14:11:41 [main] INFO o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created |
|
1942 |
2024-06-11 14:11:41 [main] INFO o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0 |
|
1943 |
2024-06-11 14:11:44 [main] INFO com.dl.test.DemoUnitTest - Started DemoUnitTest in 28.563 seconds (JVM running for 30.086) |
|
1944 |
2024-06-11 14:11:45 [main] INFO c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功 |
|
1945 |
2024-06-11 14:11:45 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功 |
|
1946 |
2024-06-11 14:11:45 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功 |
|
1947 |
2024-06-11 14:11:45 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
1948 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
1949 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
1950 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
1951 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
1952 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
1953 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
1954 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
1955 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
1956 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
1957 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
1958 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
1959 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
1960 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
1961 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
1962 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
1963 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
1964 |
at java.lang.Thread.run(Thread.java:750) |
|
1965 |
2024-06-11 14:11:46 [SpringApplicationShutdownHook] INFO c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池==== |
|
1966 |
2024-06-11 14:11:46 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing .... |
|
1967 |
2024-06-11 14:11:46 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated... |
|
1968 |
2024-06-11 14:11:46 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown completed. |
|
1969 |
2024-06-11 14:11:46 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye |
|
1970 |
2024-06-11 14:48:22 [main] INFO com.dl.test.DemoUnitTest - Starting DemoUnitTest using Java 1.8.0_381 on admin with PID 8008 (started by xm in E:\zxworkspace\dl-admin) |
|
1971 |
2024-06-11 14:48:22 [main] INFO com.dl.test.DemoUnitTest - The following 1 profile is active: "dev" |
|
1972 |
2024-06-11 14:48:22 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final |
|
1973 |
2024-06-11 14:48:26 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it |
|
1974 |
2024-06-11 14:48:26 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Starting... |
|
1975 |
2024-06-11 14:48:27 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Start completed. |
|
1976 |
2024-06-11 14:48:27 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success |
|
1977 |
2024-06-11 14:48:27 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] |
|
1978 |
2024-06-11 14:48:28 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.report.domain.CheckTaskDefectReport ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
1979 |
2024-06-11 14:48:29 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.workflow.domain.WfDeployForm ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
1980 |
2024-06-11 14:48:29 [main] INFO c.dl.framework.config.JacksonConfig - 初始化 jackson 配置 |
|
1981 |
2024-06-11 14:48:30 [main] INFO com.dl.framework.config.RedisConfig - 初始化 redis 配置 |
|
1982 |
2024-06-11 14:48:30 [main] INFO org.redisson.Version - Redisson 3.20.1 |
|
1983 |
2024-06-11 14:48:30 [redisson-netty-2-7] INFO o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379 |
|
1984 |
2024-06-11 14:48:30 [redisson-netty-2-3] INFO o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379 |
|
1985 |
2024-06-11 14:48:32 [main] INFO o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment |
|
1986 |
2024-06-11 14:48:32 [main] INFO o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total: |
|
1987 |
2024-06-11 14:48:32 [main] INFO o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
1988 |
2024-06-11 14:48:32 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
1989 |
2024-06-11 14:48:33 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
1990 |
2024-06-11 14:48:34 [main] INFO liquibase.lockservice - Successfully acquired change log lock |
|
1991 |
2024-06-11 14:48:35 [main] INFO liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG |
|
1992 |
2024-06-11 14:48:35 [main] INFO liquibase.lockservice - Successfully released change log lock |
|
1993 |
2024-06-11 14:48:35 [main] INFO o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created |
|
1994 |
2024-06-11 14:48:35 [main] INFO o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created |
|
1995 |
2024-06-11 14:48:35 [main] INFO o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0 |
|
1996 |
2024-06-11 14:48:38 [main] INFO com.dl.test.DemoUnitTest - Started DemoUnitTest in 16.863 seconds (JVM running for 18.198) |
|
1997 |
2024-06-11 14:48:39 [main] INFO c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功 |
|
1998 |
2024-06-11 14:48:39 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功 |
|
1999 |
2024-06-11 14:48:39 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功 |
|
2000 |
2024-06-11 14:48:39 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
2001 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
2002 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
2003 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
2004 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
2005 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
2006 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
2007 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
2008 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
2009 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
2010 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
2011 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
2012 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
2013 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
2014 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
2015 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
2016 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
2017 |
at java.lang.Thread.run(Thread.java:750) |
|
2018 |
2024-06-11 14:48:40 [SpringApplicationShutdownHook] INFO c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池==== |
|
2019 |
2024-06-11 14:48:40 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing .... |
|
2020 |
2024-06-11 14:48:40 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated... |
|
2021 |
2024-06-11 14:48:40 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown completed. |
|
2022 |
2024-06-11 14:48:40 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye |
|
2023 |
2024-06-11 14:58:17 [main] INFO com.dl.test.DemoUnitTest - Starting DemoUnitTest using Java 1.8.0_381 on admin with PID 26832 (started by xm in E:\zxworkspace\dl-admin) |
|
2024 |
2024-06-11 14:58:17 [main] INFO com.dl.test.DemoUnitTest - The following 1 profile is active: "dev" |
|
2025 |
2024-06-11 14:58:17 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final |
|
2026 |
2024-06-11 14:58:20 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it |
|
2027 |
2024-06-11 14:58:21 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Starting... |
|
2028 |
2024-06-11 14:58:21 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Start completed. |
|
2029 |
2024-06-11 14:58:21 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success |
|
2030 |
2024-06-11 14:58:21 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] |
|
2031 |
2024-06-11 14:58:23 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.report.domain.CheckTaskDefectReport ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
2032 |
2024-06-11 14:58:23 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.workflow.domain.WfDeployForm ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
2033 |
2024-06-11 14:58:24 [main] INFO c.dl.framework.config.JacksonConfig - 初始化 jackson 配置 |
|
2034 |
2024-06-11 14:58:25 [main] INFO com.dl.framework.config.RedisConfig - 初始化 redis 配置 |
|
2035 |
2024-06-11 14:58:25 [main] INFO org.redisson.Version - Redisson 3.20.1 |
|
2036 |
2024-06-11 14:58:25 [redisson-netty-2-7] INFO o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379 |
|
2037 |
2024-06-11 14:58:25 [redisson-netty-2-3] INFO o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379 |
|
2038 |
2024-06-11 14:58:27 [main] INFO o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment |
|
2039 |
2024-06-11 14:58:28 [main] INFO o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total: |
|
2040 |
2024-06-11 14:58:28 [main] INFO o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
2041 |
2024-06-11 14:58:28 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
2042 |
2024-06-11 14:58:29 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
2043 |
2024-06-11 14:58:30 [main] INFO liquibase.lockservice - Successfully acquired change log lock |
|
2044 |
2024-06-11 14:58:32 [main] INFO liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG |
|
2045 |
2024-06-11 14:58:32 [main] INFO liquibase.lockservice - Successfully released change log lock |
|
2046 |
2024-06-11 14:58:32 [main] INFO o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created |
|
2047 |
2024-06-11 14:58:32 [main] INFO o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created |
|
2048 |
2024-06-11 14:58:32 [main] INFO o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0 |
|
2049 |
2024-06-11 14:58:37 [main] INFO com.dl.test.DemoUnitTest - Started DemoUnitTest in 20.928 seconds (JVM running for 22.308) |
|
2050 |
2024-06-11 14:58:37 [main] INFO c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功 |
|
2051 |
2024-06-11 14:58:37 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功 |
|
2052 |
2024-06-11 14:58:38 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功 |
|
2053 |
2024-06-11 14:58:38 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
2054 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
2055 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
2056 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
2057 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
2058 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
2059 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
2060 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
2061 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
2062 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
2063 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
2064 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
2065 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
2066 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
2067 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
2068 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
2069 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
2070 |
at java.lang.Thread.run(Thread.java:750) |
|
2071 |
2024-06-11 14:58:39 [SpringApplicationShutdownHook] INFO c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池==== |
|
2072 |
2024-06-11 14:58:39 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing .... |
|
2073 |
2024-06-11 14:58:39 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated... |
|
2074 |
2024-06-11 14:58:39 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown completed. |
|
2075 |
2024-06-11 14:58:39 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye |
|
2076 |
2024-06-11 16:28:03 [main] INFO com.dl.test.TagUnitTest - Starting TagUnitTest using Java 1.8.0_381 on admin with PID 3360 (started by xm in E:\zxworkspace\dl-admin) |
|
2077 |
2024-06-11 16:28:03 [main] INFO com.dl.test.TagUnitTest - The following 1 profile is active: "dev" |
|
2078 |
2024-06-11 16:28:03 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final |
|
2079 |
2024-06-11 16:28:13 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it |
|
2080 |
2024-06-11 16:28:13 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Starting... |
|
2081 |
2024-06-11 16:28:16 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Start completed. |
|
2082 |
2024-06-11 16:28:16 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success |
|
2083 |
2024-06-11 16:28:16 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] |
|
2084 |
2024-06-11 16:28:20 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.report.domain.CheckTaskDefectReport ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
2085 |
2024-06-11 16:28:21 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.workflow.domain.WfDeployForm ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
2086 |
2024-06-11 16:28:23 [main] INFO c.dl.framework.config.JacksonConfig - 初始化 jackson 配置 |
|
2087 |
2024-06-11 16:28:24 [main] INFO com.dl.framework.config.RedisConfig - 初始化 redis 配置 |
|
2088 |
2024-06-11 16:28:24 [main] INFO org.redisson.Version - Redisson 3.20.1 |
|
2089 |
2024-06-11 16:28:25 [redisson-netty-2-6] INFO o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379 |
|
2090 |
2024-06-11 16:28:25 [redisson-netty-2-3] INFO o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379 |
|
2091 |
2024-06-11 16:28:29 [main] INFO o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment |
|
2092 |
2024-06-11 16:28:30 [main] INFO o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total: |
|
2093 |
2024-06-11 16:28:30 [main] INFO o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
2094 |
2024-06-11 16:28:30 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
2095 |
2024-06-11 16:28:32 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
2096 |
2024-06-11 16:28:34 [main] INFO liquibase.lockservice - Successfully acquired change log lock |
|
2097 |
2024-06-11 16:28:35 [main] INFO liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG |
|
2098 |
2024-06-11 16:28:36 [main] INFO liquibase.lockservice - Successfully released change log lock |
|
2099 |
2024-06-11 16:28:36 [main] INFO o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created |
|
2100 |
2024-06-11 16:28:36 [main] INFO o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created |
|
2101 |
2024-06-11 16:28:36 [main] INFO o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0 |
|
2102 |
2024-06-11 16:28:43 [main] INFO com.dl.test.TagUnitTest - Started TagUnitTest in 41.007 seconds (JVM running for 43.894) |
|
2103 |
2024-06-11 16:28:44 [main] INFO c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功 |
|
2104 |
2024-06-11 16:28:44 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功 |
|
2105 |
2024-06-11 16:28:44 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功 |
|
2106 |
2024-06-11 16:28:44 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
2107 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
2108 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
2109 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
2110 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
2111 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
2112 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
2113 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
2114 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
2115 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
2116 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
2117 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) |
|
2118 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
2119 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
2120 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
2121 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
2122 |
at java.lang.Thread.run(Thread.java:750) |
|
2123 |
2024-06-11 16:28:45 [SpringApplicationShutdownHook] INFO c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池==== |
|
2124 |
2024-06-11 16:28:45 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing .... |
|
2125 |
2024-06-11 16:28:45 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated... |
|
2126 |
2024-06-11 16:28:45 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown completed. |
|
2127 |
2024-06-11 16:28:45 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye |
|
2128 |
2024-06-11 18:22:32 [main] INFO com.dl.test.DemoUnitTest - Starting DemoUnitTest using Java 1.8.0_381 on admin with PID 20544 (started by xm in E:\zxworkspace\dl-admin) |
|
2129 |
2024-06-11 18:22:32 [main] INFO com.dl.test.DemoUnitTest - The following 1 profile is active: "dev" |
|
2130 |
2024-06-11 18:22:32 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final |
|
2131 |
2024-06-11 18:22:38 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it |
|
2132 |
2024-06-11 18:22:39 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Starting... |
|
2133 |
2024-06-11 18:22:42 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Start completed. |
|
2134 |
2024-06-11 18:22:42 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success |
|
2135 |
2024-06-11 18:22:42 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] |
|
2136 |
2024-06-11 18:22:46 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.report.domain.CheckTaskDefectReport ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
2137 |
2024-06-11 18:22:47 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.workflow.domain.WfDeployForm ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
2138 |
2024-06-11 18:22:48 [main] INFO c.dl.framework.config.JacksonConfig - 初始化 jackson 配置 |
|
2139 |
2024-06-11 18:22:49 [main] INFO com.dl.framework.config.RedisConfig - 初始化 redis 配置 |
|
2140 |
2024-06-11 18:22:49 [main] INFO org.redisson.Version - Redisson 3.20.1 |
|
2141 |
2024-06-11 18:22:50 [redisson-netty-2-6] INFO o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379 |
|
2142 |
2024-06-11 18:22:50 [redisson-netty-2-3] INFO o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379 |
|
2143 |
2024-06-11 18:22:52 [main] INFO o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment |
|
2144 |
2024-06-11 18:22:53 [main] INFO o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total: |
|
2145 |
2024-06-11 18:22:53 [main] INFO o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
2146 |
2024-06-11 18:22:53 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
2147 |
2024-06-11 18:22:54 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
2148 |
2024-06-11 18:22:56 [main] INFO liquibase.lockservice - Successfully acquired change log lock |
|
2149 |
2024-06-11 18:22:57 [main] INFO liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG |
|
2150 |
2024-06-11 18:22:57 [main] INFO liquibase.lockservice - Successfully released change log lock |
|
2151 |
2024-06-11 18:22:57 [main] INFO o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created |
|
2152 |
2024-06-11 18:22:58 [main] INFO o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created |
|
2153 |
2024-06-11 18:22:58 [main] INFO o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0 |
|
2154 |
2024-06-11 18:23:03 [main] INFO com.dl.test.DemoUnitTest - Started DemoUnitTest in 31.874 seconds (JVM running for 33.521) |
|
2155 |
2024-06-11 18:23:04 [main] INFO c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功 |
|
2156 |
2024-06-11 18:23:04 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功 |
|
2157 |
2024-06-11 18:23:04 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功 |
|
2158 |
2024-06-11 18:23:04 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
2159 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
2160 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
2161 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
2162 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
2163 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
2164 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
2165 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
2166 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
2167 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
2168 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
2169 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
2170 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
2171 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
2172 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
2173 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
2174 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
2175 |
at java.lang.Thread.run(Thread.java:750) |
|
2176 |
2024-06-11 18:23:04 [main] ERROR o.s.test.context.TestContextManager - Caught exception while allowing TestExecutionListener [org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@37f21974] to prepare test instance [com.dl.test.DemoUnitTest@7997b8a7] |
|
2177 |
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'com.dl.test.DemoUnitTest': Unsatisfied dependency expressed through field 'taskTaskPublicService'; nested exception is org.springframework.beans.factory.NoUniqueBeanDefinitionException: No qualifying bean of type 'com.dl.workflow.service.TaskPublicService<com.dl.iqc.checktask.domain.CheckTask>' available: expected single matching bean but found 2: checkTaskServiceImpl,testServiceImpl |
|
2178 |
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:660) |
|
2179 |
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640) |
|
2180 |
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) |
|
2181 |
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) |
|
2182 |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) |
|
2183 |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireBeanProperties(AbstractAutowireCapableBeanFactory.java:417) |
|
2184 |
at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:119) |
|
2185 |
at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83) |
|
2186 |
at org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener.prepareTestInstance(SpringBootDependencyInjectionTestExecutionListener.java:43) |
|
2187 |
at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:248) |
|
2188 |
at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:138) |
|
2189 |
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$8(ClassBasedTestDescriptor.java:363) |
|
2190 |
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:368) |
|
2191 |
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$9(ClassBasedTestDescriptor.java:363) |
|
2192 |
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) |
|
2193 |
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) |
|
2194 |
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384) |
|
2195 |
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) |
|
2196 |
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) |
|
2197 |
at java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:312) |
|
2198 |
at java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:743) |
|
2199 |
at java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:742) |
|
2200 |
at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580) |
|
2201 |
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:362) |
|
2202 |
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:283) |
|
2203 |
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) |
|
2204 |
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:282) |
|
2205 |
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:272) |
|
2206 |
at java.util.Optional.orElseGet(Optional.java:267) |
|
2207 |
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:271) |
|
2208 |
at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31) |
|
2209 |
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:102) |
|
2210 |
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) |
|
2211 |
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:101) |
|
2212 |
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:66) |
|
2213 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123) |
|
2214 |
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) |
|
2215 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123) |
|
2216 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90) |
|
2217 |
at java.util.ArrayList.forEach(ArrayList.java:1259) |
|
2218 |
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) |
|
2219 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) |
|
2220 |
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) |
|
2221 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) |
|
2222 |
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) |
|
2223 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) |
|
2224 |
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) |
|
2225 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) |
|
2226 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) |
|
2227 |
at java.util.ArrayList.forEach(ArrayList.java:1259) |
|
2228 |
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) |
|
2229 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) |
|
2230 |
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) |
|
2231 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) |
|
2232 |
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) |
|
2233 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) |
|
2234 |
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) |
|
2235 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) |
|
2236 |
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) |
|
2237 |
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) |
|
2238 |
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) |
|
2239 |
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) |
|
2240 |
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) |
|
2241 |
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) |
|
2242 |
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) |
|
2243 |
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) |
|
2244 |
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) |
|
2245 |
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114) |
|
2246 |
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) |
|
2247 |
at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) |
|
2248 |
at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) |
|
2249 |
at com.intellij.junit5.JUnit5IdeaTestRunner.startRunnerWithArgs(JUnit5IdeaTestRunner.java:71) |
|
2250 |
at com.intellij.rt.junit.IdeaTestRunner$Repeater$1.execute(IdeaTestRunner.java:38) |
|
2251 |
at com.intellij.rt.execution.junit.TestsRepeater.repeat(TestsRepeater.java:11) |
|
2252 |
at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:35) |
|
2253 |
at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) |
|
2254 |
at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) |
|
2255 |
Caused by: org.springframework.beans.factory.NoUniqueBeanDefinitionException: No qualifying bean of type 'com.dl.workflow.service.TaskPublicService<com.dl.iqc.checktask.domain.CheckTask>' available: expected single matching bean but found 2: checkTaskServiceImpl,testServiceImpl |
|
2256 |
at org.springframework.beans.factory.config.DependencyDescriptor.resolveNotUnique(DependencyDescriptor.java:220) |
|
2257 |
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1369) |
|
2258 |
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311) |
|
2259 |
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657) |
|
2260 |
... 76 common frames omitted |
|
2261 |
2024-06-11 18:23:04 [SpringApplicationShutdownHook] INFO c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池==== |
|
2262 |
2024-06-11 18:23:04 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing .... |
|
2263 |
2024-06-11 18:23:04 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated... |
|
2264 |
2024-06-11 18:23:04 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown completed. |
|
2265 |
2024-06-11 18:23:04 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye |
|
2266 |
2024-06-11 18:24:58 [main] INFO com.dl.test.DemoUnitTest - Starting DemoUnitTest using Java 1.8.0_381 on admin with PID 13216 (started by xm in E:\zxworkspace\dl-admin) |
|
2267 |
2024-06-11 18:24:58 [main] INFO com.dl.test.DemoUnitTest - The following 1 profile is active: "dev" |
|
2268 |
2024-06-11 18:24:58 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final |
|
2269 |
2024-06-11 18:25:06 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it |
|
2270 |
2024-06-11 18:25:07 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Starting... |
|
2271 |
2024-06-11 18:25:08 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Start completed. |
|
2272 |
2024-06-11 18:25:08 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success |
|
2273 |
2024-06-11 18:25:08 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] |
|
2274 |
2024-06-11 18:25:11 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.report.domain.CheckTaskDefectReport ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
2275 |
2024-06-11 18:25:12 [main] WARN c.b.m.c.injector.DefaultSqlInjector - class com.dl.workflow.domain.WfDeployForm ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. |
|
2276 |
2024-06-11 18:25:13 [main] INFO c.dl.framework.config.JacksonConfig - 初始化 jackson 配置 |
|
2277 |
2024-06-11 18:25:13 [main] INFO com.dl.framework.config.RedisConfig - 初始化 redis 配置 |
|
2278 |
2024-06-11 18:25:13 [main] INFO org.redisson.Version - Redisson 3.20.1 |
|
2279 |
2024-06-11 18:25:14 [redisson-netty-2-6] INFO o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379 |
|
2280 |
2024-06-11 18:25:14 [redisson-netty-2-3] INFO o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379 |
|
2281 |
2024-06-11 18:25:15 [main] INFO o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment |
|
2282 |
2024-06-11 18:25:16 [main] INFO o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total: |
|
2283 |
2024-06-11 18:25:16 [main] INFO o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
2284 |
2024-06-11 18:25:16 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
2285 |
2024-06-11 18:25:18 [main] INFO o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000) |
|
2286 |
2024-06-11 18:25:20 [main] INFO liquibase.lockservice - Successfully acquired change log lock |
|
2287 |
2024-06-11 18:25:21 [main] INFO liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG |
|
2288 |
2024-06-11 18:25:21 [main] INFO liquibase.lockservice - Successfully released change log lock |
|
2289 |
2024-06-11 18:25:21 [main] INFO o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created |
|
2290 |
2024-06-11 18:25:22 [main] INFO o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created |
|
2291 |
2024-06-11 18:25:22 [main] INFO o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0 |
|
2292 |
2024-06-11 18:25:28 [main] INFO com.dl.test.DemoUnitTest - Started DemoUnitTest in 30.049 seconds (JVM running for 32.95) |
|
2293 |
2024-06-11 18:25:28 [main] INFO c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功 |
|
2294 |
2024-06-11 18:25:28 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功 |
|
2295 |
2024-06-11 18:25:28 [main] INFO c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功 |
|
2296 |
2024-06-11 18:25:28 [registrationTask1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task |
|
2297 |
java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. |
|
2298 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) |
|
2299 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) |
|
2300 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) |
|
2301 |
at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) |
|
2302 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) |
|
2303 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) |
|
2304 |
at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) |
|
2305 |
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) |
|
2306 |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
|
2307 |
at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308) |
|
2308 |
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java) |
|
2309 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) |
|
2310 |
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) |
|
2311 |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) |
|
2312 |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) |
|
2313 |
at java.lang.Thread.run(Thread.java:750) |
|
2314 |
2024-06-11 18:25:29 [SpringApplicationShutdownHook] INFO c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池==== |
|
2315 |
2024-06-11 18:25:29 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing .... |
|
2316 |
2024-06-11 18:25:29 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated... |
|
2317 |
2024-06-11 18:25:29 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown completed. |
|
2318 |
2024-06-11 18:25:29 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye |