k94314517
2025-06-18 132e960ec3f5f6e1f27e26dbfb2718965ed4572b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
2025-02-08 14:24:50.511 [background-preinit] INFO  org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.7.Final
2025-02-08 14:24:51.599 [main] INFO  org.reflections.Reflections - Reflections took 36 ms to scan 1 urls, producing 3 keys and 6 values 
2025-02-08 14:24:51.629 [main] INFO  org.reflections.Reflections - Reflections took 14 ms to scan 1 urls, producing 4 keys and 9 values 
2025-02-08 14:24:51.642 [main] INFO  org.reflections.Reflections - Reflections took 10 ms to scan 1 urls, producing 3 keys and 10 values 
2025-02-08 14:24:51.867 [main] INFO  org.reflections.Reflections - Reflections took 221 ms to scan 334 urls, producing 0 keys and 0 values 
2025-02-08 14:24:51.878 [main] INFO  org.reflections.Reflections - Reflections took 10 ms to scan 1 urls, producing 1 keys and 5 values 
2025-02-08 14:24:51.897 [main] INFO  org.reflections.Reflections - Reflections took 15 ms to scan 1 urls, producing 1 keys and 7 values 
2025-02-08 14:24:51.914 [main] INFO  org.reflections.Reflections - Reflections took 14 ms to scan 1 urls, producing 2 keys and 8 values 
2025-02-08 14:24:52.117 [main] INFO  org.reflections.Reflections - Reflections took 200 ms to scan 334 urls, producing 0 keys and 0 values 
2025-02-08 14:24:53.823 [main] WARN  c.a.cloud.nacos.client.NacosPropertySourceBuilder - Ignore the empty nacos configuration and get it based on dataId[visitsTimer] & group[DEFAULT_GROUP]
2025-02-08 14:24:53.843 [main] WARN  c.a.cloud.nacos.client.NacosPropertySourceBuilder - Ignore the empty nacos configuration and get it based on dataId[visitsTimer.properties] & group[DEFAULT_GROUP]
2025-02-08 14:24:53.874 [main] WARN  c.a.cloud.nacos.client.NacosPropertySourceBuilder - Ignore the empty nacos configuration and get it based on dataId[visitsTimer-dev.properties] & group[DEFAULT_GROUP]
2025-02-08 14:24:53.875 [main] INFO  o.s.c.b.c.PropertySourceBootstrapConfiguration - Located property source: [BootstrapPropertySource {name='bootstrapProperties-visitsTimer-dev.properties,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-visitsTimer.properties,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-visitsTimer,DEFAULT_GROUP'}]
2025-02-08 14:24:53.915 [main] INFO  com.doumee.TimerApplication - The following profiles are active: dev
2025-02-08 14:24:55.289 [main] INFO  o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
2025-02-08 14:24:55.291 [main] INFO  o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2025-02-08 14:24:55.378 [main] INFO  o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 74ms. Found 0 Redis repository interfaces.
2025-02-08 14:24:55.737 [main] INFO  o.springframework.cloud.context.scope.GenericScope - BeanFactory id=17c28b07-56b0-3f18-a129-d031fc2f0c75
2025-02-08 14:24:55.747 [main] INFO  o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2025-02-08 14:24:55.755 [main] INFO  o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'taskScheduler' has been explicitly defined. Therefore, a default ThreadPoolTaskScheduler will be created.
2025-02-08 14:24:55.759 [main] INFO  o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2025-02-08 14:24:55.875 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.integration.config.IntegrationManagementConfiguration' of type [org.springframework.integration.config.IntegrationManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2025-02-08 14:24:55.883 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'integrationChannelResolver' of type [org.springframework.integration.support.channel.BeanFactoryChannelResolver] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2025-02-08 14:24:55.885 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'integrationDisposableAutoCreatedBeans' of type [org.springframework.integration.config.annotation.Disposables] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2025-02-08 14:24:56.145 [main] INFO  o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 10037 (http)
2025-02-08 14:24:56.155 [main] INFO  org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-10037"]
2025-02-08 14:24:56.156 [main] INFO  org.apache.catalina.core.StandardService - Starting service [Tomcat]
2025-02-08 14:24:56.156 [main] INFO  org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.46]
2025-02-08 14:24:56.266 [main] INFO  o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
2025-02-08 14:24:56.267 [main] INFO  o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2332 ms
2025-02-08 14:24:56.921 [main] INFO  c.g.y.a.MybatisPlusJoinAutoConfiguration - MPJSqlInjector init
2025-02-08 14:24:58.688 [main] INFO  com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
2025-02-08 14:25:03.851 [main] INFO  org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
2025-02-08 14:25:03.863 [main] INFO  org.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-02-08 14:25:03.863 [main] INFO  org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
2025-02-08 14:25:03.863 [main] INFO  org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
2025-02-08 14:25:03.864 [main] INFO  org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
 
2025-02-08 14:25:03.864 [main] INFO  org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-02-08 14:25:03.864 [main] INFO  org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
2025-02-08 14:25:03.864 [main] INFO  org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@7c8c6922
2025-02-08 14:25:04.328 [main] WARN  com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
2025-02-08 14:25:04.328 [main] INFO  com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2025-02-08 14:25:04.334 [main] WARN  com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
2025-02-08 14:25:04.334 [main] INFO  com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2025-02-08 14:25:04.489 [main] INFO  o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
2025-02-08 14:25:04.959 [main] INFO  o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Initializing ExecutorService 'Nacos-Watch-Task-Scheduler'
2025-02-08 14:25:05.275 [main] WARN  o.s.b.a.freemarker.FreeMarkerAutoConfiguration - Cannot find template location(s): [classpath:/templates/] (please add some templates, check your FreeMarker configuration, or set spring.freemarker.checkTemplateLocation=false)
2025-02-08 14:25:05.805 [main] INFO  o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
2025-02-08 14:25:05.983 [main] INFO  o.s.integration.endpoint.EventDrivenConsumer - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2025-02-08 14:25:05.983 [main] INFO  o.s.integration.channel.PublishSubscribeChannel - Channel 'visitsTimer-1.errorChannel' has 1 subscriber(s).
2025-02-08 14:25:05.983 [main] INFO  o.s.integration.endpoint.EventDrivenConsumer - started bean '_org.springframework.integration.errorLogger'
2025-02-08 14:25:05.989 [main] INFO  com.alibaba.nacos.client.naming - initializer namespace from System Property : null
2025-02-08 14:25:05.990 [main] INFO  com.alibaba.nacos.client.naming - initializer namespace from System Environment :null
2025-02-08 14:25:05.990 [main] INFO  com.alibaba.nacos.client.naming - initializer namespace from System Property :null
2025-02-08 14:25:06.113 [main] INFO  com.alibaba.nacos.common.remote.client - [RpcClientFactory] create a new rpc client of e6f8c4e5-d9f4-4c03-9e81-ba403a9a1656
2025-02-08 14:25:06.113 [main] INFO  com.alibaba.nacos.common.remote.client - [e6f8c4e5-d9f4-4c03-9e81-ba403a9a1656]RpcClient init label, labels={module=naming, source=sdk}
2025-02-08 14:25:06.115 [main] INFO  com.alibaba.nacos.common.remote.client - [e6f8c4e5-d9f4-4c03-9e81-ba403a9a1656]RpcClient init, ServerListFactory =com.alibaba.nacos.client.naming.core.ServerListManager
2025-02-08 14:25:06.116 [main] INFO  com.alibaba.nacos.common.remote.client - [e6f8c4e5-d9f4-4c03-9e81-ba403a9a1656]Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
2025-02-08 14:25:06.117 [main] INFO  com.alibaba.nacos.common.remote.client - [e6f8c4e5-d9f4-4c03-9e81-ba403a9a1656]Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
2025-02-08 14:25:06.117 [main] INFO  com.alibaba.nacos.common.remote.client - [e6f8c4e5-d9f4-4c03-9e81-ba403a9a1656] Try to connect to server on start up, server: {serverIp='175.27.187.84', server main port=8848}
2025-02-08 14:25:06.281 [main] INFO  com.alibaba.nacos.common.remote.client - [e6f8c4e5-d9f4-4c03-9e81-ba403a9a1656] Success to connect to server [175.27.187.84:8848] on start up,connectionId=1738995906246_36.57.98.120_20946
2025-02-08 14:25:06.281 [main] INFO  com.alibaba.nacos.common.remote.client - [e6f8c4e5-d9f4-4c03-9e81-ba403a9a1656]Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
2025-02-08 14:25:06.281 [main] INFO  com.alibaba.nacos.common.remote.client - [e6f8c4e5-d9f4-4c03-9e81-ba403a9a1656]Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$4
2025-02-08 14:25:06.281 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.common.remote.client - [e6f8c4e5-d9f4-4c03-9e81-ba403a9a1656]Notify connected event to listeners.
2025-02-08 14:25:06.282 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.client.naming - Grpc connection connect
2025-02-08 14:25:06.323 [main] INFO  com.alibaba.nacos.client.naming - init new ips(0) service: DEFAULT_GROUP@@visitsTimer@@DEFAULT -> []
2025-02-08 14:25:06.342 [main] INFO  com.alibaba.nacos.client.naming - current ips:(0) service: DEFAULT_GROUP@@visitsTimer@@DEFAULT -> []
2025-02-08 14:25:06.354 [main] INFO  org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-10037"]
2025-02-08 14:25:06.382 [main] INFO  o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 10037 (http) with context path ''
2025-02-08 14:25:06.388 [main] INFO  com.alibaba.nacos.client.naming - [REGISTER-SERVICE] dev_renkang registering service visitsTimer with instance Instance{instanceId='null', ip='192.168.0.133', port=10037, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={preserved.register.source=SPRING_CLOUD}}
2025-02-08 14:25:06.409 [main] INFO  c.a.cloud.nacos.registry.NacosServiceRegistry - nacos registry, DEFAULT_GROUP visitsTimer 192.168.0.133:10037 register finished
2025-02-08 14:25:06.854 [nacos-grpc-client-executor-6] INFO  com.alibaba.nacos.common.remote.client - [e6f8c4e5-d9f4-4c03-9e81-ba403a9a1656]receive server push request,request=NotifySubscriberRequest,requestId=4835
2025-02-08 14:25:06.859 [nacos-grpc-client-executor-6] INFO  com.alibaba.nacos.client.naming - new ips(1) service: DEFAULT_GROUP@@visitsTimer@@DEFAULT -> [{"instanceId":"192.168.0.133#10037#DEFAULT#DEFAULT_GROUP@@visitsTimer","ip":"192.168.0.133","port":10037,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@visitsTimer","metadata":{"preserved.register.source":"SPRING_CLOUD"},"ipDeleteTimeout":30000,"instanceHeartBeatTimeOut":15000,"instanceHeartBeatInterval":5000}]
2025-02-08 14:25:06.860 [nacos-grpc-client-executor-6] INFO  com.alibaba.nacos.client.naming - current ips:(1) service: DEFAULT_GROUP@@visitsTimer@@DEFAULT -> [{"instanceId":"192.168.0.133#10037#DEFAULT#DEFAULT_GROUP@@visitsTimer","ip":"192.168.0.133","port":10037,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@visitsTimer","metadata":{"preserved.register.source":"SPRING_CLOUD"},"ipDeleteTimeout":30000,"instanceHeartBeatTimeOut":15000,"instanceHeartBeatInterval":5000}]
2025-02-08 14:25:06.861 [nacos-grpc-client-executor-6] INFO  com.alibaba.nacos.common.remote.client - [e6f8c4e5-d9f4-4c03-9e81-ba403a9a1656]ack server push request,request=NotifySubscriberRequest,requestId=4835
2025-02-08 14:25:07.374 [main] WARN  s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: Integer, dataTypeClass: class java.lang.Void
2025-02-08 14:25:07.394 [main] WARN  s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: Integer, dataTypeClass: class java.lang.Void
2025-02-08 14:25:07.472 [main] WARN  s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: String, dataTypeClass: class java.lang.Void
2025-02-08 14:25:07.472 [main] WARN  s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: String, dataTypeClass: class java.lang.Void
2025-02-08 14:25:07.488 [main] WARN  s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: String, dataTypeClass: class java.lang.Void
2025-02-08 14:25:07.489 [main] WARN  s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: String, dataTypeClass: class java.lang.Void
2025-02-08 14:25:07.843 [main] INFO  o.s.scheduling.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now
2025-02-08 14:25:07.844 [main] INFO  org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-02-08 14:25:07.852 [main] INFO  com.doumee.TimerApplication - Started TimerApplication in 18.129 seconds (JVM running for 19.143)
2025-02-08 14:25:07.868 [main] INFO  com.alibaba.nacos.client.config.impl.ClientWorker - [config_rpc_client] [subscribe] visitsTimer+DEFAULT_GROUP
2025-02-08 14:25:07.870 [main] INFO  com.alibaba.nacos.client.config.impl.CacheData - [config_rpc_client] [add-listener] ok, tenant=, dataId=visitsTimer, group=DEFAULT_GROUP, cnt=1
2025-02-08 14:25:07.871 [main] INFO  com.alibaba.nacos.client.config.impl.ClientWorker - [config_rpc_client] [subscribe] visitsTimer-dev.properties+DEFAULT_GROUP
2025-02-08 14:25:07.871 [main] INFO  com.alibaba.nacos.client.config.impl.CacheData - [config_rpc_client] [add-listener] ok, tenant=, dataId=visitsTimer-dev.properties, group=DEFAULT_GROUP, cnt=1
2025-02-08 14:25:07.871 [main] INFO  com.alibaba.nacos.client.config.impl.ClientWorker - [config_rpc_client] [subscribe] visitsTimer.properties+DEFAULT_GROUP
2025-02-08 14:25:07.871 [main] INFO  com.alibaba.nacos.client.config.impl.CacheData - [config_rpc_client] [add-listener] ok, tenant=, dataId=visitsTimer.properties, group=DEFAULT_GROUP, cnt=1
2025-02-08 14:27:00.863 [http-nio-10037-exec-1] INFO  o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
2025-02-08 14:27:00.864 [http-nio-10037-exec-1] INFO  org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
2025-02-08 14:27:00.877 [http-nio-10037-exec-1] INFO  org.springframework.web.servlet.DispatcherServlet - Completed initialization in 13 ms
2025-02-08 14:40:03.522 [Thread-14] WARN  com.alibaba.nacos.common.notify.NotifyCenter - [NotifyCenter] Start destroying Publisher
2025-02-08 14:40:03.522 [Thread-4] WARN  com.alibaba.nacos.common.http.HttpClientBeanHolder - [HttpClientBeanHolder] Start destroying common HttpClient
2025-02-08 14:40:03.522 [Thread-14] WARN  com.alibaba.nacos.common.notify.NotifyCenter - [NotifyCenter] Destruction of the end
2025-02-08 14:40:03.524 [Thread-4] WARN  com.alibaba.nacos.common.http.HttpClientBeanHolder - [HttpClientBeanHolder] Destruction of the end
2025-02-08 14:40:03.526 [SpringContextShutdownHook] INFO  org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
2025-02-08 14:40:11.666 [background-preinit] INFO  org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.7.Final
2025-02-08 14:40:13.639 [main] INFO  org.reflections.Reflections - Reflections took 51 ms to scan 1 urls, producing 3 keys and 6 values 
2025-02-08 14:40:13.686 [main] INFO  org.reflections.Reflections - Reflections took 17 ms to scan 1 urls, producing 4 keys and 9 values 
2025-02-08 14:40:13.705 [main] INFO  org.reflections.Reflections - Reflections took 14 ms to scan 1 urls, producing 3 keys and 10 values 
2025-02-08 14:40:13.997 [main] INFO  org.reflections.Reflections - Reflections took 287 ms to scan 334 urls, producing 0 keys and 0 values 
2025-02-08 14:40:14.013 [main] INFO  org.reflections.Reflections - Reflections took 13 ms to scan 1 urls, producing 1 keys and 5 values 
2025-02-08 14:40:14.038 [main] INFO  org.reflections.Reflections - Reflections took 21 ms to scan 1 urls, producing 1 keys and 7 values 
2025-02-08 14:40:14.059 [main] INFO  org.reflections.Reflections - Reflections took 17 ms to scan 1 urls, producing 2 keys and 8 values 
2025-02-08 14:40:14.335 [main] INFO  org.reflections.Reflections - Reflections took 272 ms to scan 334 urls, producing 0 keys and 0 values 
2025-02-08 14:40:16.581 [main] WARN  c.a.cloud.nacos.client.NacosPropertySourceBuilder - Ignore the empty nacos configuration and get it based on dataId[visitsTimer] & group[DEFAULT_GROUP]
2025-02-08 14:40:16.599 [main] WARN  c.a.cloud.nacos.client.NacosPropertySourceBuilder - Ignore the empty nacos configuration and get it based on dataId[visitsTimer.properties] & group[DEFAULT_GROUP]
2025-02-08 14:40:16.615 [main] WARN  c.a.cloud.nacos.client.NacosPropertySourceBuilder - Ignore the empty nacos configuration and get it based on dataId[visitsTimer-dev.properties] & group[DEFAULT_GROUP]
2025-02-08 14:40:16.616 [main] INFO  o.s.c.b.c.PropertySourceBootstrapConfiguration - Located property source: [BootstrapPropertySource {name='bootstrapProperties-visitsTimer-dev.properties,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-visitsTimer.properties,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-visitsTimer,DEFAULT_GROUP'}]
2025-02-08 14:40:16.663 [main] INFO  com.doumee.TimerApplication - The following profiles are active: dev
2025-02-08 14:40:18.205 [main] INFO  o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
2025-02-08 14:40:18.207 [main] INFO  o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2025-02-08 14:40:18.299 [main] INFO  o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 78ms. Found 0 Redis repository interfaces.
2025-02-08 14:40:18.684 [main] INFO  o.springframework.cloud.context.scope.GenericScope - BeanFactory id=17c28b07-56b0-3f18-a129-d031fc2f0c75
2025-02-08 14:40:18.693 [main] INFO  o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2025-02-08 14:40:18.702 [main] INFO  o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'taskScheduler' has been explicitly defined. Therefore, a default ThreadPoolTaskScheduler will be created.
2025-02-08 14:40:18.707 [main] INFO  o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2025-02-08 14:40:18.843 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.integration.config.IntegrationManagementConfiguration' of type [org.springframework.integration.config.IntegrationManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2025-02-08 14:40:18.852 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'integrationChannelResolver' of type [org.springframework.integration.support.channel.BeanFactoryChannelResolver] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2025-02-08 14:40:18.854 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'integrationDisposableAutoCreatedBeans' of type [org.springframework.integration.config.annotation.Disposables] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2025-02-08 14:40:19.130 [main] INFO  o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 10037 (http)
2025-02-08 14:40:19.140 [main] INFO  org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-10037"]
2025-02-08 14:40:19.140 [main] INFO  org.apache.catalina.core.StandardService - Starting service [Tomcat]
2025-02-08 14:40:19.141 [main] INFO  org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.46]
2025-02-08 14:40:19.260 [main] INFO  o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
2025-02-08 14:40:19.260 [main] INFO  o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2577 ms
2025-02-08 14:40:19.923 [main] INFO  c.g.y.a.MybatisPlusJoinAutoConfiguration - MPJSqlInjector init
2025-02-08 14:40:21.674 [main] INFO  com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
2025-02-08 14:40:30.203 [main] INFO  org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
2025-02-08 14:40:30.212 [main] INFO  org.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-02-08 14:40:30.213 [main] INFO  org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
2025-02-08 14:40:30.213 [main] INFO  org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
2025-02-08 14:40:30.214 [main] INFO  org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
 
2025-02-08 14:40:30.214 [main] INFO  org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-02-08 14:40:30.214 [main] INFO  org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
2025-02-08 14:40:30.214 [main] INFO  org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@447dec7e
2025-02-08 14:40:30.656 [main] WARN  com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
2025-02-08 14:40:30.656 [main] INFO  com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2025-02-08 14:40:30.661 [main] WARN  com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
2025-02-08 14:40:30.661 [main] INFO  com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2025-02-08 14:40:30.786 [main] INFO  o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
2025-02-08 14:40:31.237 [main] INFO  o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Initializing ExecutorService 'Nacos-Watch-Task-Scheduler'
2025-02-08 14:40:31.530 [main] WARN  o.s.b.a.freemarker.FreeMarkerAutoConfiguration - Cannot find template location(s): [classpath:/templates/] (please add some templates, check your FreeMarker configuration, or set spring.freemarker.checkTemplateLocation=false)
2025-02-08 14:40:32.080 [main] INFO  o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
2025-02-08 14:40:32.245 [main] INFO  o.s.integration.endpoint.EventDrivenConsumer - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2025-02-08 14:40:32.246 [main] INFO  o.s.integration.channel.PublishSubscribeChannel - Channel 'visitsTimer-1.errorChannel' has 1 subscriber(s).
2025-02-08 14:40:32.246 [main] INFO  o.s.integration.endpoint.EventDrivenConsumer - started bean '_org.springframework.integration.errorLogger'
2025-02-08 14:40:32.249 [main] INFO  com.alibaba.nacos.client.naming - initializer namespace from System Property : null
2025-02-08 14:40:32.249 [main] INFO  com.alibaba.nacos.client.naming - initializer namespace from System Environment :null
2025-02-08 14:40:32.250 [main] INFO  com.alibaba.nacos.client.naming - initializer namespace from System Property :null
2025-02-08 14:40:32.362 [main] INFO  com.alibaba.nacos.common.remote.client - [RpcClientFactory] create a new rpc client of bd21a01d-5341-4c79-8eea-37014cd5c12c
2025-02-08 14:40:32.362 [main] INFO  com.alibaba.nacos.common.remote.client - [bd21a01d-5341-4c79-8eea-37014cd5c12c]RpcClient init label, labels={module=naming, source=sdk}
2025-02-08 14:40:32.364 [main] INFO  com.alibaba.nacos.common.remote.client - [bd21a01d-5341-4c79-8eea-37014cd5c12c]RpcClient init, ServerListFactory =com.alibaba.nacos.client.naming.core.ServerListManager
2025-02-08 14:40:32.364 [main] INFO  com.alibaba.nacos.common.remote.client - [bd21a01d-5341-4c79-8eea-37014cd5c12c]Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
2025-02-08 14:40:32.365 [main] INFO  com.alibaba.nacos.common.remote.client - [bd21a01d-5341-4c79-8eea-37014cd5c12c]Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
2025-02-08 14:40:32.365 [main] INFO  com.alibaba.nacos.common.remote.client - [bd21a01d-5341-4c79-8eea-37014cd5c12c] Try to connect to server on start up, server: {serverIp='175.27.187.84', server main port=8848}
2025-02-08 14:40:32.521 [main] INFO  com.alibaba.nacos.common.remote.client - [bd21a01d-5341-4c79-8eea-37014cd5c12c] Success to connect to server [175.27.187.84:8848] on start up,connectionId=1738996832490_36.57.98.120_21336
2025-02-08 14:40:32.521 [main] INFO  com.alibaba.nacos.common.remote.client - [bd21a01d-5341-4c79-8eea-37014cd5c12c]Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
2025-02-08 14:40:32.521 [main] INFO  com.alibaba.nacos.common.remote.client - [bd21a01d-5341-4c79-8eea-37014cd5c12c]Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$4
2025-02-08 14:40:32.521 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.common.remote.client - [bd21a01d-5341-4c79-8eea-37014cd5c12c]Notify connected event to listeners.
2025-02-08 14:40:32.522 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.client.naming - Grpc connection connect
2025-02-08 14:40:32.574 [main] INFO  com.alibaba.nacos.client.naming - init new ips(0) service: DEFAULT_GROUP@@visitsTimer@@DEFAULT -> []
2025-02-08 14:40:32.588 [main] INFO  com.alibaba.nacos.client.naming - current ips:(0) service: DEFAULT_GROUP@@visitsTimer@@DEFAULT -> []
2025-02-08 14:40:32.597 [main] INFO  org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-10037"]
2025-02-08 14:40:32.620 [main] INFO  o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 10037 (http) with context path ''
2025-02-08 14:40:32.624 [main] INFO  com.alibaba.nacos.client.naming - [REGISTER-SERVICE] dev_renkang registering service visitsTimer with instance Instance{instanceId='null', ip='192.168.0.133', port=10037, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={preserved.register.source=SPRING_CLOUD}}
2025-02-08 14:40:32.663 [main] INFO  c.a.cloud.nacos.registry.NacosServiceRegistry - nacos registry, DEFAULT_GROUP visitsTimer 192.168.0.133:10037 register finished
2025-02-08 14:40:33.117 [nacos-grpc-client-executor-6] INFO  com.alibaba.nacos.common.remote.client - [bd21a01d-5341-4c79-8eea-37014cd5c12c]receive server push request,request=NotifySubscriberRequest,requestId=4844
2025-02-08 14:40:33.122 [nacos-grpc-client-executor-6] INFO  com.alibaba.nacos.client.naming - new ips(1) service: DEFAULT_GROUP@@visitsTimer@@DEFAULT -> [{"instanceId":"192.168.0.133#10037#DEFAULT#DEFAULT_GROUP@@visitsTimer","ip":"192.168.0.133","port":10037,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@visitsTimer","metadata":{"preserved.register.source":"SPRING_CLOUD"},"ipDeleteTimeout":30000,"instanceHeartBeatTimeOut":15000,"instanceHeartBeatInterval":5000}]
2025-02-08 14:40:33.122 [nacos-grpc-client-executor-6] INFO  com.alibaba.nacos.client.naming - current ips:(1) service: DEFAULT_GROUP@@visitsTimer@@DEFAULT -> [{"instanceId":"192.168.0.133#10037#DEFAULT#DEFAULT_GROUP@@visitsTimer","ip":"192.168.0.133","port":10037,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@visitsTimer","metadata":{"preserved.register.source":"SPRING_CLOUD"},"ipDeleteTimeout":30000,"instanceHeartBeatTimeOut":15000,"instanceHeartBeatInterval":5000}]
2025-02-08 14:40:33.123 [nacos-grpc-client-executor-6] INFO  com.alibaba.nacos.common.remote.client - [bd21a01d-5341-4c79-8eea-37014cd5c12c]ack server push request,request=NotifySubscriberRequest,requestId=4844
2025-02-08 14:40:33.492 [main] WARN  s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: Integer, dataTypeClass: class java.lang.Void
2025-02-08 14:40:33.513 [main] WARN  s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: Integer, dataTypeClass: class java.lang.Void
2025-02-08 14:40:33.597 [main] WARN  s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: String, dataTypeClass: class java.lang.Void
2025-02-08 14:40:33.598 [main] WARN  s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: String, dataTypeClass: class java.lang.Void
2025-02-08 14:40:33.614 [main] WARN  s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: String, dataTypeClass: class java.lang.Void
2025-02-08 14:40:33.614 [main] WARN  s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: String, dataTypeClass: class java.lang.Void
2025-02-08 14:40:33.913 [main] INFO  o.s.scheduling.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now
2025-02-08 14:40:33.913 [main] INFO  org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-02-08 14:40:33.921 [main] INFO  com.doumee.TimerApplication - Started TimerApplication in 24.37 seconds (JVM running for 26.106)
2025-02-08 14:40:33.931 [main] INFO  com.alibaba.nacos.client.config.impl.ClientWorker - [config_rpc_client] [subscribe] visitsTimer+DEFAULT_GROUP
2025-02-08 14:40:33.932 [main] INFO  com.alibaba.nacos.client.config.impl.CacheData - [config_rpc_client] [add-listener] ok, tenant=, dataId=visitsTimer, group=DEFAULT_GROUP, cnt=1
2025-02-08 14:40:33.933 [main] INFO  com.alibaba.nacos.client.config.impl.ClientWorker - [config_rpc_client] [subscribe] visitsTimer-dev.properties+DEFAULT_GROUP
2025-02-08 14:40:33.933 [main] INFO  com.alibaba.nacos.client.config.impl.CacheData - [config_rpc_client] [add-listener] ok, tenant=, dataId=visitsTimer-dev.properties, group=DEFAULT_GROUP, cnt=1
2025-02-08 14:40:33.933 [main] INFO  com.alibaba.nacos.client.config.impl.ClientWorker - [config_rpc_client] [subscribe] visitsTimer.properties+DEFAULT_GROUP
2025-02-08 14:40:33.933 [main] INFO  com.alibaba.nacos.client.config.impl.CacheData - [config_rpc_client] [add-listener] ok, tenant=, dataId=visitsTimer.properties, group=DEFAULT_GROUP, cnt=1
2025-02-08 14:42:00.516 [http-nio-10037-exec-1] INFO  o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
2025-02-08 14:42:00.516 [http-nio-10037-exec-1] INFO  org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
2025-02-08 14:42:00.525 [http-nio-10037-exec-1] INFO  org.springframework.web.servlet.DispatcherServlet - Completed initialization in 9 ms
2025-02-08 14:50:15.020 [Thread-15] WARN  com.alibaba.nacos.common.notify.NotifyCenter - [NotifyCenter] Start destroying Publisher
2025-02-08 14:50:15.020 [Thread-5] WARN  com.alibaba.nacos.common.http.HttpClientBeanHolder - [HttpClientBeanHolder] Start destroying common HttpClient
2025-02-08 14:50:15.020 [Thread-15] WARN  com.alibaba.nacos.common.notify.NotifyCenter - [NotifyCenter] Destruction of the end
2025-02-08 14:50:15.022 [Thread-5] WARN  com.alibaba.nacos.common.http.HttpClientBeanHolder - [HttpClientBeanHolder] Destruction of the end
2025-02-08 14:50:15.026 [SpringContextShutdownHook] INFO  org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
2025-02-08 14:50:20.935 [background-preinit] INFO  org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.7.Final
2025-02-08 14:50:22.315 [main] INFO  org.reflections.Reflections - Reflections took 41 ms to scan 1 urls, producing 3 keys and 6 values 
2025-02-08 14:50:22.353 [main] INFO  org.reflections.Reflections - Reflections took 20 ms to scan 1 urls, producing 4 keys and 9 values 
2025-02-08 14:50:22.380 [main] INFO  org.reflections.Reflections - Reflections took 22 ms to scan 1 urls, producing 3 keys and 10 values 
2025-02-08 14:50:22.676 [main] INFO  org.reflections.Reflections - Reflections took 289 ms to scan 334 urls, producing 0 keys and 0 values 
2025-02-08 14:50:22.693 [main] INFO  org.reflections.Reflections - Reflections took 12 ms to scan 1 urls, producing 1 keys and 5 values 
2025-02-08 14:50:22.712 [main] INFO  org.reflections.Reflections - Reflections took 15 ms to scan 1 urls, producing 1 keys and 7 values 
2025-02-08 14:50:22.731 [main] INFO  org.reflections.Reflections - Reflections took 15 ms to scan 1 urls, producing 2 keys and 8 values 
2025-02-08 14:50:22.973 [main] INFO  org.reflections.Reflections - Reflections took 237 ms to scan 334 urls, producing 0 keys and 0 values 
2025-02-08 14:50:25.018 [main] WARN  c.a.cloud.nacos.client.NacosPropertySourceBuilder - Ignore the empty nacos configuration and get it based on dataId[visitsTimer] & group[DEFAULT_GROUP]
2025-02-08 14:50:25.045 [main] WARN  c.a.cloud.nacos.client.NacosPropertySourceBuilder - Ignore the empty nacos configuration and get it based on dataId[visitsTimer.properties] & group[DEFAULT_GROUP]
2025-02-08 14:50:25.065 [main] WARN  c.a.cloud.nacos.client.NacosPropertySourceBuilder - Ignore the empty nacos configuration and get it based on dataId[visitsTimer-dev.properties] & group[DEFAULT_GROUP]
2025-02-08 14:50:25.066 [main] INFO  o.s.c.b.c.PropertySourceBootstrapConfiguration - Located property source: [BootstrapPropertySource {name='bootstrapProperties-visitsTimer-dev.properties,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-visitsTimer.properties,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-visitsTimer,DEFAULT_GROUP'}]
2025-02-08 14:50:25.105 [main] INFO  com.doumee.TimerApplication - The following profiles are active: dev
2025-02-08 14:50:26.436 [main] INFO  o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
2025-02-08 14:50:26.438 [main] INFO  o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2025-02-08 14:50:26.528 [main] INFO  o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 77ms. Found 0 Redis repository interfaces.
2025-02-08 14:50:26.901 [main] INFO  o.springframework.cloud.context.scope.GenericScope - BeanFactory id=17c28b07-56b0-3f18-a129-d031fc2f0c75
2025-02-08 14:50:26.910 [main] INFO  o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2025-02-08 14:50:26.918 [main] INFO  o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'taskScheduler' has been explicitly defined. Therefore, a default ThreadPoolTaskScheduler will be created.
2025-02-08 14:50:26.924 [main] INFO  o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2025-02-08 14:50:27.049 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.integration.config.IntegrationManagementConfiguration' of type [org.springframework.integration.config.IntegrationManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2025-02-08 14:50:27.058 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'integrationChannelResolver' of type [org.springframework.integration.support.channel.BeanFactoryChannelResolver] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2025-02-08 14:50:27.060 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'integrationDisposableAutoCreatedBeans' of type [org.springframework.integration.config.annotation.Disposables] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2025-02-08 14:50:27.300 [main] INFO  o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 10037 (http)
2025-02-08 14:50:27.310 [main] INFO  org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-10037"]
2025-02-08 14:50:27.310 [main] INFO  org.apache.catalina.core.StandardService - Starting service [Tomcat]
2025-02-08 14:50:27.310 [main] INFO  org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.46]
2025-02-08 14:50:27.426 [main] INFO  o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
2025-02-08 14:50:27.426 [main] INFO  o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2300 ms
2025-02-08 14:50:28.054 [main] INFO  c.g.y.a.MybatisPlusJoinAutoConfiguration - MPJSqlInjector init
2025-02-08 14:50:29.726 [main] INFO  com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
2025-02-08 14:50:35.479 [main] INFO  org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
2025-02-08 14:50:35.488 [main] INFO  org.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-02-08 14:50:35.488 [main] INFO  org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
2025-02-08 14:50:35.489 [main] INFO  org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
2025-02-08 14:50:35.490 [main] INFO  org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
 
2025-02-08 14:50:35.490 [main] INFO  org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-02-08 14:50:35.490 [main] INFO  org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
2025-02-08 14:50:35.490 [main] INFO  org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@c9cd06e
2025-02-08 14:50:35.871 [main] WARN  com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
2025-02-08 14:50:35.871 [main] INFO  com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2025-02-08 14:50:35.876 [main] WARN  com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
2025-02-08 14:50:35.876 [main] INFO  com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2025-02-08 14:50:35.981 [main] INFO  o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
2025-02-08 14:50:36.471 [main] INFO  o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Initializing ExecutorService 'Nacos-Watch-Task-Scheduler'
2025-02-08 14:50:36.718 [main] WARN  o.s.b.a.freemarker.FreeMarkerAutoConfiguration - Cannot find template location(s): [classpath:/templates/] (please add some templates, check your FreeMarker configuration, or set spring.freemarker.checkTemplateLocation=false)
2025-02-08 14:50:37.246 [main] INFO  o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
2025-02-08 14:50:37.396 [main] INFO  o.s.integration.endpoint.EventDrivenConsumer - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2025-02-08 14:50:37.396 [main] INFO  o.s.integration.channel.PublishSubscribeChannel - Channel 'visitsTimer-1.errorChannel' has 1 subscriber(s).
2025-02-08 14:50:37.396 [main] INFO  o.s.integration.endpoint.EventDrivenConsumer - started bean '_org.springframework.integration.errorLogger'
2025-02-08 14:50:37.399 [main] INFO  com.alibaba.nacos.client.naming - initializer namespace from System Property : null
2025-02-08 14:50:37.400 [main] INFO  com.alibaba.nacos.client.naming - initializer namespace from System Environment :null
2025-02-08 14:50:37.400 [main] INFO  com.alibaba.nacos.client.naming - initializer namespace from System Property :null
2025-02-08 14:50:37.515 [main] INFO  com.alibaba.nacos.common.remote.client - [RpcClientFactory] create a new rpc client of 87001199-6f90-4d1b-87bc-a9d599190008
2025-02-08 14:50:37.515 [main] INFO  com.alibaba.nacos.common.remote.client - [87001199-6f90-4d1b-87bc-a9d599190008]RpcClient init label, labels={module=naming, source=sdk}
2025-02-08 14:50:37.518 [main] INFO  com.alibaba.nacos.common.remote.client - [87001199-6f90-4d1b-87bc-a9d599190008]RpcClient init, ServerListFactory =com.alibaba.nacos.client.naming.core.ServerListManager
2025-02-08 14:50:37.518 [main] INFO  com.alibaba.nacos.common.remote.client - [87001199-6f90-4d1b-87bc-a9d599190008]Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
2025-02-08 14:50:37.519 [main] INFO  com.alibaba.nacos.common.remote.client - [87001199-6f90-4d1b-87bc-a9d599190008]Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
2025-02-08 14:50:37.519 [main] INFO  com.alibaba.nacos.common.remote.client - [87001199-6f90-4d1b-87bc-a9d599190008] Try to connect to server on start up, server: {serverIp='175.27.187.84', server main port=8848}
2025-02-08 14:50:37.670 [main] INFO  com.alibaba.nacos.common.remote.client - [87001199-6f90-4d1b-87bc-a9d599190008] Success to connect to server [175.27.187.84:8848] on start up,connectionId=1738997437649_36.57.98.120_19095
2025-02-08 14:50:37.670 [main] INFO  com.alibaba.nacos.common.remote.client - [87001199-6f90-4d1b-87bc-a9d599190008]Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
2025-02-08 14:50:37.670 [main] INFO  com.alibaba.nacos.common.remote.client - [87001199-6f90-4d1b-87bc-a9d599190008]Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$4
2025-02-08 14:50:37.670 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.common.remote.client - [87001199-6f90-4d1b-87bc-a9d599190008]Notify connected event to listeners.
2025-02-08 14:50:37.671 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.client.naming - Grpc connection connect
2025-02-08 14:50:37.703 [main] INFO  com.alibaba.nacos.client.naming - init new ips(0) service: DEFAULT_GROUP@@visitsTimer@@DEFAULT -> []
2025-02-08 14:50:37.718 [main] INFO  com.alibaba.nacos.client.naming - current ips:(0) service: DEFAULT_GROUP@@visitsTimer@@DEFAULT -> []
2025-02-08 14:50:37.726 [main] INFO  org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-10037"]
2025-02-08 14:50:37.747 [main] INFO  o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 10037 (http) with context path ''
2025-02-08 14:50:37.754 [main] INFO  com.alibaba.nacos.client.naming - [REGISTER-SERVICE] dev_renkang registering service visitsTimer with instance Instance{instanceId='null', ip='192.168.0.133', port=10037, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={preserved.register.source=SPRING_CLOUD}}
2025-02-08 14:50:37.773 [main] INFO  c.a.cloud.nacos.registry.NacosServiceRegistry - nacos registry, DEFAULT_GROUP visitsTimer 192.168.0.133:10037 register finished
2025-02-08 14:50:38.290 [nacos-grpc-client-executor-6] INFO  com.alibaba.nacos.common.remote.client - [87001199-6f90-4d1b-87bc-a9d599190008]receive server push request,request=NotifySubscriberRequest,requestId=4859
2025-02-08 14:50:38.296 [nacos-grpc-client-executor-6] INFO  com.alibaba.nacos.client.naming - new ips(1) service: DEFAULT_GROUP@@visitsTimer@@DEFAULT -> [{"instanceId":"192.168.0.133#10037#DEFAULT#DEFAULT_GROUP@@visitsTimer","ip":"192.168.0.133","port":10037,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@visitsTimer","metadata":{"preserved.register.source":"SPRING_CLOUD"},"ipDeleteTimeout":30000,"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000}]
2025-02-08 14:50:38.296 [nacos-grpc-client-executor-6] INFO  com.alibaba.nacos.client.naming - current ips:(1) service: DEFAULT_GROUP@@visitsTimer@@DEFAULT -> [{"instanceId":"192.168.0.133#10037#DEFAULT#DEFAULT_GROUP@@visitsTimer","ip":"192.168.0.133","port":10037,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@visitsTimer","metadata":{"preserved.register.source":"SPRING_CLOUD"},"ipDeleteTimeout":30000,"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000}]
2025-02-08 14:50:38.297 [nacos-grpc-client-executor-6] INFO  com.alibaba.nacos.common.remote.client - [87001199-6f90-4d1b-87bc-a9d599190008]ack server push request,request=NotifySubscriberRequest,requestId=4859
2025-02-08 14:50:38.578 [main] WARN  s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: Integer, dataTypeClass: class java.lang.Void
2025-02-08 14:50:38.600 [main] WARN  s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: Integer, dataTypeClass: class java.lang.Void
2025-02-08 14:50:38.676 [main] WARN  s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: String, dataTypeClass: class java.lang.Void
2025-02-08 14:50:38.677 [main] WARN  s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: String, dataTypeClass: class java.lang.Void
2025-02-08 14:50:38.692 [main] WARN  s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: String, dataTypeClass: class java.lang.Void
2025-02-08 14:50:38.693 [main] WARN  s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: String, dataTypeClass: class java.lang.Void
2025-02-08 14:50:38.988 [main] INFO  o.s.scheduling.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now
2025-02-08 14:50:38.989 [main] INFO  org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-02-08 14:50:38.996 [main] INFO  com.doumee.TimerApplication - Started TimerApplication in 18.981 seconds (JVM running for 20.149)
2025-02-08 14:50:39.005 [main] INFO  com.alibaba.nacos.client.config.impl.ClientWorker - [config_rpc_client] [subscribe] visitsTimer+DEFAULT_GROUP
2025-02-08 14:50:39.006 [main] INFO  com.alibaba.nacos.client.config.impl.CacheData - [config_rpc_client] [add-listener] ok, tenant=, dataId=visitsTimer, group=DEFAULT_GROUP, cnt=1
2025-02-08 14:50:39.006 [main] INFO  com.alibaba.nacos.client.config.impl.ClientWorker - [config_rpc_client] [subscribe] visitsTimer-dev.properties+DEFAULT_GROUP
2025-02-08 14:50:39.006 [main] INFO  com.alibaba.nacos.client.config.impl.CacheData - [config_rpc_client] [add-listener] ok, tenant=, dataId=visitsTimer-dev.properties, group=DEFAULT_GROUP, cnt=1
2025-02-08 14:50:39.006 [main] INFO  com.alibaba.nacos.client.config.impl.ClientWorker - [config_rpc_client] [subscribe] visitsTimer.properties+DEFAULT_GROUP
2025-02-08 14:50:39.006 [main] INFO  com.alibaba.nacos.client.config.impl.CacheData - [config_rpc_client] [add-listener] ok, tenant=, dataId=visitsTimer.properties, group=DEFAULT_GROUP, cnt=1
2025-02-08 14:51:11.235 [http-nio-10037-exec-1] INFO  o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
2025-02-08 14:51:11.236 [http-nio-10037-exec-1] INFO  org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
2025-02-08 14:51:11.252 [http-nio-10037-exec-1] INFO  org.springframework.web.servlet.DispatcherServlet - Completed initialization in 16 ms
2025-02-08 15:07:44.653 [Thread-14] WARN  com.alibaba.nacos.common.notify.NotifyCenter - [NotifyCenter] Start destroying Publisher
2025-02-08 15:07:44.653 [Thread-5] WARN  com.alibaba.nacos.common.http.HttpClientBeanHolder - [HttpClientBeanHolder] Start destroying common HttpClient
2025-02-08 15:07:44.654 [Thread-14] WARN  com.alibaba.nacos.common.notify.NotifyCenter - [NotifyCenter] Destruction of the end
2025-02-08 15:07:44.656 [Thread-5] WARN  com.alibaba.nacos.common.http.HttpClientBeanHolder - [HttpClientBeanHolder] Destruction of the end
2025-02-08 15:07:44.661 [SpringContextShutdownHook] INFO  org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.