rentaiming
2024-07-08 8e6989e09a2cc4046fd6985b18f715f98f45e1c7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
08:45:01.737 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
08:45:02.771 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of e87d8586-3704-449f-a15b-41d0fe78709a_config-0
08:45:02.857 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 53 ms to scan 1 urls, producing 3 keys and 6 values 
08:45:02.904 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 19 ms to scan 1 urls, producing 4 keys and 9 values 
08:45:02.922 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 3 keys and 10 values 
08:45:03.404 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 477 ms to scan 245 urls, producing 0 keys and 0 values 
08:45:03.420 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 1 keys and 5 values 
08:45:03.440 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 1 keys and 7 values 
08:45:03.456 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 2 keys and 8 values 
08:45:03.786 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 327 ms to scan 245 urls, producing 0 keys and 0 values 
08:45:03.791 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87d8586-3704-449f-a15b-41d0fe78709a_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
08:45:03.793 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87d8586-3704-449f-a15b-41d0fe78709a_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/1030384622
08:45:03.793 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87d8586-3704-449f-a15b-41d0fe78709a_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/920497855
08:45:03.795 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87d8586-3704-449f-a15b-41d0fe78709a_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
08:45:03.796 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87d8586-3704-449f-a15b-41d0fe78709a_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
08:45:03.811 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87d8586-3704-449f-a15b-41d0fe78709a_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
08:45:07.784 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87d8586-3704-449f-a15b-41d0fe78709a_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
08:45:10.802 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87d8586-3704-449f-a15b-41d0fe78709a_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
08:45:13.812 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87d8586-3704-449f-a15b-41d0fe78709a_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
08:45:13.813 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87d8586-3704-449f-a15b-41d0fe78709a_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
08:45:13.814 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87d8586-3704-449f-a15b-41d0fe78709a_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1223360538
08:45:15.292 [main] INFO  c.r.s.RuoYiSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
08:45:19.946 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87d8586-3704-449f-a15b-41d0fe78709a_config-0] Fail to connect server, after trying 1 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
08:45:20.746 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9201"]
08:45:20.747 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
08:45:20.747 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
08:45:21.235 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
08:45:22.473 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
08:45:22.476 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
08:45:22.477 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
08:45:23.170 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87d8586-3704-449f-a15b-41d0fe78709a_config-0] Fail to connect server, after trying 2 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
08:45:25.729 [main] INFO  c.o.s.ObsClient - [invoke0,-2] - Storage|1|HTTP+XML|ObsClient||||2024-06-06 08:45:24|2024-06-06 08:45:25|||0|
08:45:26.502 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87d8586-3704-449f-a15b-41d0fe78709a_config-0] Fail to connect server, after trying 3 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
08:45:29.920 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87d8586-3704-449f-a15b-41d0fe78709a_config-0] Fail to connect server, after trying 4 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
08:45:33.447 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87d8586-3704-449f-a15b-41d0fe78709a_config-0] Fail to connect server, after trying 5 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
08:45:37.067 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87d8586-3704-449f-a15b-41d0fe78709a_config-0] Fail to connect server, after trying 6 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
08:45:40.788 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87d8586-3704-449f-a15b-41d0fe78709a_config-0] Fail to connect server, after trying 7 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
08:45:44.622 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87d8586-3704-449f-a15b-41d0fe78709a_config-0] Fail to connect server, after trying 8 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
08:45:48.549 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87d8586-3704-449f-a15b-41d0fe78709a_config-0] Fail to connect server, after trying 9 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
08:45:52.589 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87d8586-3704-449f-a15b-41d0fe78709a_config-0] Fail to connect server, after trying 10 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
08:45:56.724 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87d8586-3704-449f-a15b-41d0fe78709a_config-0] Fail to connect server, after trying 11 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
08:46:00.961 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87d8586-3704-449f-a15b-41d0fe78709a_config-0] Fail to connect server, after trying 12 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
08:46:05.298 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87d8586-3704-449f-a15b-41d0fe78709a_config-0] Fail to connect server, after trying 13 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
08:46:09.726 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87d8586-3704-449f-a15b-41d0fe78709a_config-0] Fail to connect server, after trying 14 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
08:46:14.260 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87d8586-3704-449f-a15b-41d0fe78709a_config-0] Fail to connect server, after trying 15 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
08:46:14.439 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
08:46:18.920 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87d8586-3704-449f-a15b-41d0fe78709a_config-0] Fail to connect server, after trying 16 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
08:46:23.653 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87d8586-3704-449f-a15b-41d0fe78709a_config-0] Fail to connect server, after trying 17 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
08:46:28.484 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87d8586-3704-449f-a15b-41d0fe78709a_config-0] Fail to connect server, after trying 18 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
08:46:31.013 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87d8586-3704-449f-a15b-41d0fe78709a_config-0] Fail to connect server, after trying 19 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
08:46:33.231 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87d8586-3704-449f-a15b-41d0fe78709a_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1717634793375_192.168.110.235_60646
08:46:33.235 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87d8586-3704-449f-a15b-41d0fe78709a_config-0] Notify connected event to listeners.
08:46:36.130 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
08:46:36.699 [redisson-netty-5-5] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
08:46:36.866 [redisson-netty-5-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
08:46:51.223 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 00f65afb-7f1a-4a59-8cc8-80efb6176edc
08:46:51.224 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [00f65afb-7f1a-4a59-8cc8-80efb6176edc] RpcClient init label, labels = {module=naming, source=sdk}
08:46:51.232 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [00f65afb-7f1a-4a59-8cc8-80efb6176edc] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
08:46:51.233 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [00f65afb-7f1a-4a59-8cc8-80efb6176edc] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
08:46:51.236 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [00f65afb-7f1a-4a59-8cc8-80efb6176edc] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
08:46:51.238 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [00f65afb-7f1a-4a59-8cc8-80efb6176edc] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
08:46:51.376 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [00f65afb-7f1a-4a59-8cc8-80efb6176edc] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717634811573_192.168.110.235_60753
08:46:51.377 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [00f65afb-7f1a-4a59-8cc8-80efb6176edc] Notify connected event to listeners.
08:46:51.377 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [00f65afb-7f1a-4a59-8cc8-80efb6176edc] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
08:46:51.378 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [00f65afb-7f1a-4a59-8cc8-80efb6176edc] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1223360538
08:46:51.527 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9201"]
08:46:51.667 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-system 192.168.110.235:9201 register finished
08:46:53.189 [nacos-grpc-client-executor-10] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [00f65afb-7f1a-4a59-8cc8-80efb6176edc] Receive server push request, request = NotifySubscriberRequest, requestId = 1
08:46:53.193 [nacos-grpc-client-executor-10] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [00f65afb-7f1a-4a59-8cc8-80efb6176edc] Ack server push request, request = NotifySubscriberRequest, requestId = 1
08:46:58.278 [main] INFO  c.r.s.RuoYiSystemApplication - [logStarted,61] - Started RuoYiSystemApplication in 117.729 seconds (JVM running for 120.335)
08:46:58.371 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system, group=DEFAULT_GROUP
08:46:58.382 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system.yml, group=DEFAULT_GROUP
08:46:58.393 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system-dev.yml, group=DEFAULT_GROUP
08:46:59.420 [RMI TCP Connection(6)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
09:59:58.868 [container-1] INFO  c.r.s.l.RedisListener - [onMessage,45] - RedisListener key=团购商品定时结束任务-1798171991870644225
09:59:58.879 [container-1] INFO  c.r.s.l.RedisListener - [autoEndGroupPurchase,128] - autoEndGroupPurchase scheduler task is running :1798171991870644225
10:00:00.151 [nacos-grpc-client-executor-1671] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [00f65afb-7f1a-4a59-8cc8-80efb6176edc] Receive server push request, request = NotifySubscriberRequest, requestId = 55
10:00:00.154 [nacos-grpc-client-executor-1671] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [00f65afb-7f1a-4a59-8cc8-80efb6176edc] Ack server push request, request = NotifySubscriberRequest, requestId = 55
10:41:26.711 [nacos-grpc-client-executor-2586] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [00f65afb-7f1a-4a59-8cc8-80efb6176edc] Receive server push request, request = NotifySubscriberRequest, requestId = 89
10:41:26.718 [nacos-grpc-client-executor-2586] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [00f65afb-7f1a-4a59-8cc8-80efb6176edc] Ack server push request, request = NotifySubscriberRequest, requestId = 89
10:42:00.525 [nacos-grpc-client-executor-2599] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [00f65afb-7f1a-4a59-8cc8-80efb6176edc] Receive server push request, request = NotifySubscriberRequest, requestId = 95
10:42:00.530 [nacos-grpc-client-executor-2599] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [00f65afb-7f1a-4a59-8cc8-80efb6176edc] Ack server push request, request = NotifySubscriberRequest, requestId = 95
10:56:12.503 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
10:56:13.452 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 5db1c21f-84da-4953-86b6-b378e1300f51_config-0
10:56:13.526 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 49 ms to scan 1 urls, producing 3 keys and 6 values 
10:56:13.572 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 19 ms to scan 1 urls, producing 4 keys and 9 values 
10:56:13.588 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 3 keys and 10 values 
10:56:13.906 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 314 ms to scan 245 urls, producing 0 keys and 0 values 
10:56:13.927 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 20 ms to scan 1 urls, producing 1 keys and 5 values 
10:56:13.943 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 1 keys and 7 values 
10:56:13.958 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 2 keys and 8 values 
10:56:14.237 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 274 ms to scan 245 urls, producing 0 keys and 0 values 
10:56:14.239 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5db1c21f-84da-4953-86b6-b378e1300f51_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
10:56:14.240 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5db1c21f-84da-4953-86b6-b378e1300f51_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/2083106248
10:56:14.241 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5db1c21f-84da-4953-86b6-b378e1300f51_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1261321871
10:56:14.243 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5db1c21f-84da-4953-86b6-b378e1300f51_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
10:56:14.245 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5db1c21f-84da-4953-86b6-b378e1300f51_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
10:56:14.256 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5db1c21f-84da-4953-86b6-b378e1300f51_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
10:56:15.874 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5db1c21f-84da-4953-86b6-b378e1300f51_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717642575966_192.168.110.235_49876
10:56:15.876 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5db1c21f-84da-4953-86b6-b378e1300f51_config-0] Notify connected event to listeners.
10:56:15.876 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5db1c21f-84da-4953-86b6-b378e1300f51_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:56:15.877 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5db1c21f-84da-4953-86b6-b378e1300f51_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1303773766
10:56:15.985 [main] INFO  c.r.s.RuoYiSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
10:56:19.935 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9201"]
10:56:19.935 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
10:56:19.936 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
10:56:20.359 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
10:56:21.124 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
10:56:21.127 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
10:56:21.127 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
10:56:23.791 [main] INFO  c.o.s.ObsClient - [invoke0,-2] - Storage|1|HTTP+XML|ObsClient||||2024-06-06 10:56:22|2024-06-06 10:56:23|||0|
10:57:11.978 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
10:57:33.400 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
10:57:34.006 [redisson-netty-5-5] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
10:57:34.146 [redisson-netty-5-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
10:57:48.691 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 9771aa1a-a6e0-412f-a5dd-ebc29f593b9f
10:57:48.691 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9771aa1a-a6e0-412f-a5dd-ebc29f593b9f] RpcClient init label, labels = {module=naming, source=sdk}
10:57:48.710 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9771aa1a-a6e0-412f-a5dd-ebc29f593b9f] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
10:57:48.713 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9771aa1a-a6e0-412f-a5dd-ebc29f593b9f] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
10:57:48.717 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9771aa1a-a6e0-412f-a5dd-ebc29f593b9f] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
10:57:48.718 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9771aa1a-a6e0-412f-a5dd-ebc29f593b9f] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
10:57:48.855 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9771aa1a-a6e0-412f-a5dd-ebc29f593b9f] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717642669044_192.168.110.235_50001
10:57:48.856 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9771aa1a-a6e0-412f-a5dd-ebc29f593b9f] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:57:48.856 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9771aa1a-a6e0-412f-a5dd-ebc29f593b9f] Notify connected event to listeners.
10:57:48.857 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9771aa1a-a6e0-412f-a5dd-ebc29f593b9f] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1303773766
10:57:49.003 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9201"]
10:57:49.125 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-system 192.168.110.235:9201 register finished
10:57:49.468 [nacos-grpc-client-executor-8] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9771aa1a-a6e0-412f-a5dd-ebc29f593b9f] Receive server push request, request = NotifySubscriberRequest, requestId = 115
10:57:49.480 [nacos-grpc-client-executor-8] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9771aa1a-a6e0-412f-a5dd-ebc29f593b9f] Ack server push request, request = NotifySubscriberRequest, requestId = 115
10:57:55.801 [main] INFO  c.r.s.RuoYiSystemApplication - [logStarted,61] - Started RuoYiSystemApplication in 104.305 seconds (JVM running for 106.185)
10:57:55.887 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system, group=DEFAULT_GROUP
10:57:55.897 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system.yml, group=DEFAULT_GROUP
10:57:55.908 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system-dev.yml, group=DEFAULT_GROUP
10:57:56.874 [RMI TCP Connection(5)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
11:05:22.730 [container-1] INFO  c.r.s.l.RedisListener - [onMessage,45] - RedisListener key=拍卖商品定时开始任务-1798545934091575298
11:05:23.785 [nacos-grpc-client-executor-180] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9771aa1a-a6e0-412f-a5dd-ebc29f593b9f] Receive server push request, request = NotifySubscriberRequest, requestId = 122
11:05:23.786 [nacos-grpc-client-executor-180] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9771aa1a-a6e0-412f-a5dd-ebc29f593b9f] Ack server push request, request = NotifySubscriberRequest, requestId = 122
11:16:40.912 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5db1c21f-84da-4953-86b6-b378e1300f51_config-0] Server healthy check fail, currentConnection = 1717642575966_192.168.110.235_49876
11:16:40.914 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5db1c21f-84da-4953-86b6-b378e1300f51_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
11:16:46.161 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5db1c21f-84da-4953-86b6-b378e1300f51_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1717643805420_192.168.110.235_50372
11:16:46.162 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5db1c21f-84da-4953-86b6-b378e1300f51_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717642575966_192.168.110.235_49876
11:16:46.162 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717642575966_192.168.110.235_49876
11:16:46.164 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5db1c21f-84da-4953-86b6-b378e1300f51_config-0] Notify disconnected event to listeners
11:16:46.172 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5db1c21f-84da-4953-86b6-b378e1300f51_config-0] Notify connected event to listeners.
11:35:42.853 [nacos-grpc-client-executor-885] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9771aa1a-a6e0-412f-a5dd-ebc29f593b9f] Receive server push request, request = NotifySubscriberRequest, requestId = 131
11:35:42.858 [nacos-grpc-client-executor-885] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9771aa1a-a6e0-412f-a5dd-ebc29f593b9f] Ack server push request, request = NotifySubscriberRequest, requestId = 131
11:36:35.849 [nacos-grpc-client-executor-906] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9771aa1a-a6e0-412f-a5dd-ebc29f593b9f] Receive server push request, request = NotifySubscriberRequest, requestId = 135
11:36:35.855 [nacos-grpc-client-executor-906] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9771aa1a-a6e0-412f-a5dd-ebc29f593b9f] Ack server push request, request = NotifySubscriberRequest, requestId = 135
11:38:40.949 [nacos-grpc-client-executor-953] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9771aa1a-a6e0-412f-a5dd-ebc29f593b9f] Receive server push request, request = NotifySubscriberRequest, requestId = 142
11:38:40.954 [nacos-grpc-client-executor-953] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9771aa1a-a6e0-412f-a5dd-ebc29f593b9f] Ack server push request, request = NotifySubscriberRequest, requestId = 142
11:39:35.477 [nacos-grpc-client-executor-972] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9771aa1a-a6e0-412f-a5dd-ebc29f593b9f] Receive server push request, request = NotifySubscriberRequest, requestId = 147
11:39:35.483 [nacos-grpc-client-executor-972] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9771aa1a-a6e0-412f-a5dd-ebc29f593b9f] Ack server push request, request = NotifySubscriberRequest, requestId = 147
11:45:41.909 [nacos-grpc-client-executor-1105] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9771aa1a-a6e0-412f-a5dd-ebc29f593b9f] Receive server push request, request = NotifySubscriberRequest, requestId = 159
11:45:41.914 [nacos-grpc-client-executor-1105] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9771aa1a-a6e0-412f-a5dd-ebc29f593b9f] Ack server push request, request = NotifySubscriberRequest, requestId = 159
11:46:34.275 [nacos-grpc-client-executor-1124] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9771aa1a-a6e0-412f-a5dd-ebc29f593b9f] Receive server push request, request = NotifySubscriberRequest, requestId = 164
11:46:34.282 [nacos-grpc-client-executor-1124] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9771aa1a-a6e0-412f-a5dd-ebc29f593b9f] Ack server push request, request = NotifySubscriberRequest, requestId = 164
11:47:20.949 [nacos-grpc-client-executor-1140] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9771aa1a-a6e0-412f-a5dd-ebc29f593b9f] Receive server push request, request = NotifySubscriberRequest, requestId = 169
11:47:20.957 [nacos-grpc-client-executor-1140] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9771aa1a-a6e0-412f-a5dd-ebc29f593b9f] Ack server push request, request = NotifySubscriberRequest, requestId = 169
11:48:02.789 [nacos-grpc-client-executor-1157] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9771aa1a-a6e0-412f-a5dd-ebc29f593b9f] Receive server push request, request = NotifySubscriberRequest, requestId = 178
11:48:02.791 [nacos-grpc-client-executor-1157] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9771aa1a-a6e0-412f-a5dd-ebc29f593b9f] Ack server push request, request = NotifySubscriberRequest, requestId = 178
11:48:05.796 [nacos-grpc-client-executor-1158] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9771aa1a-a6e0-412f-a5dd-ebc29f593b9f] Receive server push request, request = NotifySubscriberRequest, requestId = 185
11:48:05.803 [nacos-grpc-client-executor-1158] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9771aa1a-a6e0-412f-a5dd-ebc29f593b9f] Ack server push request, request = NotifySubscriberRequest, requestId = 185
11:48:16.101 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5db1c21f-84da-4953-86b6-b378e1300f51_config-0] Server healthy check fail, currentConnection = 1717643805420_192.168.110.235_50372
11:48:16.102 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5db1c21f-84da-4953-86b6-b378e1300f51_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
11:48:20.509 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5db1c21f-84da-4953-86b6-b378e1300f51_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1717645699568_192.168.110.235_51408
11:48:20.511 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5db1c21f-84da-4953-86b6-b378e1300f51_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717643805420_192.168.110.235_50372
11:48:20.512 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717643805420_192.168.110.235_50372
11:48:20.514 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5db1c21f-84da-4953-86b6-b378e1300f51_config-0] Notify disconnected event to listeners
11:48:20.523 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5db1c21f-84da-4953-86b6-b378e1300f51_config-0] Notify connected event to listeners.
11:50:16.018 [container-2] INFO  c.r.s.l.RedisListener - [onMessage,45] - RedisListener key=拍卖商品定时开始任务-1798545934091575298
11:56:20.057 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
11:56:20.063 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
11:56:20.404 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
11:56:20.404 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@33d00525[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
11:56:20.404 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717642669044_192.168.110.235_50001
11:56:20.405 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@28e84d62[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 1348]
11:56:20.584 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
11:56:20.589 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
11:56:20.603 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
11:56:20.604 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
14:05:22.680 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
14:05:23.787 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of bb9b8b5f-770d-4f38-b6e0-db3281e6f1c8_config-0
14:05:23.877 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 56 ms to scan 1 urls, producing 3 keys and 6 values 
14:05:23.922 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 20 ms to scan 1 urls, producing 4 keys and 9 values 
14:05:23.946 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 19 ms to scan 1 urls, producing 3 keys and 10 values 
14:05:24.334 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 381 ms to scan 245 urls, producing 0 keys and 0 values 
14:05:24.356 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 21 ms to scan 1 urls, producing 1 keys and 5 values 
14:05:24.378 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 1 keys and 7 values 
14:05:24.398 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 2 keys and 8 values 
14:05:24.768 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 367 ms to scan 245 urls, producing 0 keys and 0 values 
14:05:24.770 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [bb9b8b5f-770d-4f38-b6e0-db3281e6f1c8_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
14:05:24.771 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [bb9b8b5f-770d-4f38-b6e0-db3281e6f1c8_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/1957338226
14:05:24.771 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [bb9b8b5f-770d-4f38-b6e0-db3281e6f1c8_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1545644729
14:05:24.772 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [bb9b8b5f-770d-4f38-b6e0-db3281e6f1c8_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
14:05:24.773 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [bb9b8b5f-770d-4f38-b6e0-db3281e6f1c8_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
14:05:24.787 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [bb9b8b5f-770d-4f38-b6e0-db3281e6f1c8_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
14:05:26.694 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [bb9b8b5f-770d-4f38-b6e0-db3281e6f1c8_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717653926810_192.168.110.235_56638
14:05:26.695 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [bb9b8b5f-770d-4f38-b6e0-db3281e6f1c8_config-0] Notify connected event to listeners.
14:05:26.696 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [bb9b8b5f-770d-4f38-b6e0-db3281e6f1c8_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
14:05:26.696 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [bb9b8b5f-770d-4f38-b6e0-db3281e6f1c8_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1339858954
14:05:26.838 [main] INFO  c.r.s.RuoYiSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
14:05:32.474 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9201"]
14:05:32.475 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
14:05:32.475 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
14:05:32.906 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
14:05:33.913 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
14:05:33.914 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
14:05:33.915 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
14:05:36.816 [main] INFO  c.o.s.ObsClient - [invoke0,-2] - Storage|1|HTTP+XML|ObsClient||||2024-06-06 14:05:35|2024-06-06 14:05:36|||0|
14:06:37.574 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
14:07:02.039 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
14:07:02.757 [redisson-netty-5-7] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
14:07:02.939 [redisson-netty-5-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
14:07:21.267 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 05c6e2a1-d1f3-4ccd-a72c-f66f3919f3f1
14:07:21.268 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [05c6e2a1-d1f3-4ccd-a72c-f66f3919f3f1] RpcClient init label, labels = {module=naming, source=sdk}
14:07:21.275 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [05c6e2a1-d1f3-4ccd-a72c-f66f3919f3f1] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
14:07:21.276 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [05c6e2a1-d1f3-4ccd-a72c-f66f3919f3f1] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
14:07:21.278 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [05c6e2a1-d1f3-4ccd-a72c-f66f3919f3f1] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
14:07:21.280 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [05c6e2a1-d1f3-4ccd-a72c-f66f3919f3f1] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
14:07:21.425 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [05c6e2a1-d1f3-4ccd-a72c-f66f3919f3f1] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717654041630_192.168.110.235_57190
14:07:21.426 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [05c6e2a1-d1f3-4ccd-a72c-f66f3919f3f1] Notify connected event to listeners.
14:07:21.426 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [05c6e2a1-d1f3-4ccd-a72c-f66f3919f3f1] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
14:07:21.427 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [05c6e2a1-d1f3-4ccd-a72c-f66f3919f3f1] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1339858954
14:07:21.556 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9201"]
14:07:21.686 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-system 192.168.110.235:9201 register finished
14:07:22.027 [nacos-grpc-client-executor-9] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [05c6e2a1-d1f3-4ccd-a72c-f66f3919f3f1] Receive server push request, request = NotifySubscriberRequest, requestId = 228
14:07:22.040 [nacos-grpc-client-executor-9] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [05c6e2a1-d1f3-4ccd-a72c-f66f3919f3f1] Ack server push request, request = NotifySubscriberRequest, requestId = 228
14:07:29.735 [main] INFO  c.r.s.RuoYiSystemApplication - [logStarted,61] - Started RuoYiSystemApplication in 128.153 seconds (JVM running for 131.373)
14:07:29.853 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system, group=DEFAULT_GROUP
14:07:29.863 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system.yml, group=DEFAULT_GROUP
14:07:29.876 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system-dev.yml, group=DEFAULT_GROUP
14:07:30.931 [RMI TCP Connection(15)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
16:14:56.973 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
16:14:57.994 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of fc6a5e6e-2612-4afa-bc6a-cb560710a889_config-0
16:14:58.069 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 48 ms to scan 1 urls, producing 3 keys and 6 values 
16:14:58.111 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 4 keys and 9 values 
16:14:58.135 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 21 ms to scan 1 urls, producing 3 keys and 10 values 
16:14:58.488 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 347 ms to scan 245 urls, producing 0 keys and 0 values 
16:14:58.504 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 1 keys and 5 values 
16:14:58.523 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 1 keys and 7 values 
16:14:58.538 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 2 keys and 8 values 
16:14:58.881 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 339 ms to scan 245 urls, producing 0 keys and 0 values 
16:14:58.882 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [fc6a5e6e-2612-4afa-bc6a-cb560710a889_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
16:14:58.884 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [fc6a5e6e-2612-4afa-bc6a-cb560710a889_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/1910034407
16:14:58.884 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [fc6a5e6e-2612-4afa-bc6a-cb560710a889_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/508756323
16:14:58.885 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [fc6a5e6e-2612-4afa-bc6a-cb560710a889_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
16:14:58.886 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [fc6a5e6e-2612-4afa-bc6a-cb560710a889_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
16:14:58.902 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [fc6a5e6e-2612-4afa-bc6a-cb560710a889_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
16:15:00.656 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [fc6a5e6e-2612-4afa-bc6a-cb560710a889_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717661700778_192.168.110.235_64836
16:15:00.657 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [fc6a5e6e-2612-4afa-bc6a-cb560710a889_config-0] Notify connected event to listeners.
16:15:00.657 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [fc6a5e6e-2612-4afa-bc6a-cb560710a889_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:15:00.658 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [fc6a5e6e-2612-4afa-bc6a-cb560710a889_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/2099348779
16:15:00.775 [main] INFO  c.r.s.RuoYiSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
16:15:04.675 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9201"]
16:15:04.676 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
16:15:04.676 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
16:15:05.103 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
16:15:05.872 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
16:15:05.873 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
16:15:05.874 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
16:15:08.627 [main] INFO  c.o.s.ObsClient - [invoke0,-2] - Storage|1|HTTP+XML|ObsClient||||2024-06-06 16:15:07|2024-06-06 16:15:08|||0|
16:15:59.582 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
16:16:22.185 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
16:16:23.031 [redisson-netty-5-6] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
16:16:23.182 [redisson-netty-5-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
16:16:38.782 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of e38bda94-ec84-4bec-bdfb-725ceffc934d
16:16:38.783 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e38bda94-ec84-4bec-bdfb-725ceffc934d] RpcClient init label, labels = {module=naming, source=sdk}
16:16:38.790 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e38bda94-ec84-4bec-bdfb-725ceffc934d] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
16:16:38.791 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e38bda94-ec84-4bec-bdfb-725ceffc934d] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
16:16:38.796 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e38bda94-ec84-4bec-bdfb-725ceffc934d] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
16:16:38.799 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e38bda94-ec84-4bec-bdfb-725ceffc934d] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
16:16:38.937 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e38bda94-ec84-4bec-bdfb-725ceffc934d] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717661799172_192.168.110.235_65023
16:16:38.939 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e38bda94-ec84-4bec-bdfb-725ceffc934d] Notify connected event to listeners.
16:16:38.939 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e38bda94-ec84-4bec-bdfb-725ceffc934d] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:16:38.940 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e38bda94-ec84-4bec-bdfb-725ceffc934d] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/2099348779
16:16:39.084 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9201"]
16:16:39.220 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-system 192.168.110.235:9201 register finished
16:16:39.588 [nacos-grpc-client-executor-9] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e38bda94-ec84-4bec-bdfb-725ceffc934d] Receive server push request, request = NotifySubscriberRequest, requestId = 404
16:16:39.604 [nacos-grpc-client-executor-9] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e38bda94-ec84-4bec-bdfb-725ceffc934d] Ack server push request, request = NotifySubscriberRequest, requestId = 404
16:16:46.986 [main] INFO  c.r.s.RuoYiSystemApplication - [logStarted,61] - Started RuoYiSystemApplication in 111.056 seconds (JVM running for 114.769)
16:16:47.091 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system, group=DEFAULT_GROUP
16:16:47.103 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system.yml, group=DEFAULT_GROUP
16:16:47.114 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system-dev.yml, group=DEFAULT_GROUP
16:16:48.006 [RMI TCP Connection(9)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
18:00:11.222 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [fc6a5e6e-2612-4afa-bc6a-cb560710a889_config-0] Server check success, currentServer is 192.168.110.235:8848
18:14:58.210 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
18:14:58.215 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
18:14:58.561 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
18:14:58.561 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@57dc2a86[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
18:14:58.561 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717661799172_192.168.110.235_65023
18:14:58.563 [nacos-grpc-client-executor-2707] INFO  c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1717661799172_192.168.110.235_65023]Ignore complete event,isRunning:false,isAbandon=false
18:14:58.649 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@49b6def5[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 2708]
18:14:58.849 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
18:14:58.856 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
18:14:59.102 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
18:14:59.102 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye