|
@@ -1,874 +1,94 @@
|
|
|
-2023-09-28 10:49:43.058 INFO 1852 --- [main] com.gyee.AalarmStatTest : Starting AalarmStatTest on sltc with PID 1852 (E:\idea_workspace\alarmNew\alarm-stat\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
-2023-09-28 10:49:43.065 INFO 1852 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
|
|
|
-2023-09-28 10:49:44.461 INFO 1852 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-09-28 10:49:44.465 INFO 1852 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
-2023-09-28 10:49:44.550 INFO 1852 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 70ms. Found 0 Redis repository interfaces.
|
|
|
-2023-09-28 10:49:45.047 INFO 1852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 10:49:45.055 INFO 1852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$ca11b699] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 10:49:45.081 INFO 1852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 10:49:45.827 INFO 1852 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
|
|
|
-2023-09-28 10:49:45.836 INFO 1852 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-09-28 10:49:45.836 INFO 1852 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
-2023-09-28 10:49:45.954 INFO 1852 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-09-28 10:49:45.955 INFO 1852 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2631 ms
|
|
|
-2023-09-28 10:49:46.294 INFO 1852 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
-2023-09-28 10:49:46.297 ERROR 1852 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
-2023-09-28 10:49:46.298 INFO 1852 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
-2023-09-28 10:49:46.298 INFO 1852 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
-2023-09-28 10:49:46.298 INFO 1852 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
-2023-09-28 10:49:46.298 INFO 1852 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
-2023-09-28 10:49:49.194 ERROR 1852 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
|
|
|
-2023-09-28 10:49:51.152 INFO 1852 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
|
|
|
-2023-09-28 10:49:51.311 INFO 1852 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 10:49:51.657 INFO 1852 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
-2023-09-28 10:49:51.707 INFO 1852 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job register jobhandler success, name:alarmStat_earlyReport, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@a95cb11[class com.gyee.alarm.task.SaticScheduleTask#alarmStat_earlyReport]
|
|
|
-2023-09-28 10:49:51.747 WARN 1852 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job accessToken is empty. To ensure system security, please set the accessToken.
|
|
|
-2023-09-28 10:49:51.777 INFO 1852 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6019 (http) with context path ''
|
|
|
-2023-09-28 10:49:51.779 INFO 1852 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 9.173 seconds (JVM running for 9.667)
|
|
|
-2023-09-28 10:49:51.783 INFO 1852 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
-2023-09-28 10:49:51.783 INFO 1852 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
|
|
|
-2023-09-28 10:49:53.083 INFO 1852 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9118
|
|
|
-2023-09-28 10:49:53.179 INFO 1852 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-09-28 10:49:53.182 INFO 1852 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-09-28 10:49:53.797 INFO 1852 --- [main] com.gyee.alarm.init.CacheContext : 121
|
|
|
-2023-09-28 10:49:55.535 INFO 1852 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
-2023-09-28 10:50:04.284 INFO 1852 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 10:50:04.285 INFO 1852 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
|
|
|
-2023-09-28 10:50:04.288 INFO 1852 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job registry-remove success, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='alarmStat-job-new', registryValue='http://192.168.56.1:9118/'}, registryResult:ReturnT [code=200, msg=null, content=null]
|
|
|
-2023-09-28 10:50:04.289 INFO 1852 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job, executor registry thread destroy.
|
|
|
-2023-09-28 10:50:04.289 INFO 1852 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
|
|
|
-2023-09-28 10:50:04.289 INFO 1852 --- [xxl-job, executor JobLogFileCleanThread] c.x.j.core.thread.JobLogFileCleanThread : >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
|
|
|
-2023-09-28 10:50:04.290 INFO 1852 --- [xxl-job, executor TriggerCallbackThread] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor callback thread destroy.
|
|
|
-2023-09-28 10:50:04.291 INFO 1852 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
|
|
|
-2023-09-28 10:50:04.508 INFO 1852 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
|
-2023-09-28 10:50:04.511 INFO 1852 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
|
|
|
-2023-09-28 10:50:04.511 INFO 1852 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|
|
|
-2023-09-28 10:50:04.511 INFO 1852 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
|
-2023-09-28 10:50:07.953 INFO 12060 --- [main] com.gyee.AalarmStatTest : Starting AalarmStatTest on sltc with PID 12060 (E:\idea_workspace\alarmNew\alarm-stat\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
-2023-09-28 10:50:07.957 INFO 12060 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
|
|
|
-2023-09-28 10:50:09.310 INFO 12060 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-09-28 10:50:09.313 INFO 12060 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
-2023-09-28 10:50:09.396 INFO 12060 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 69ms. Found 0 Redis repository interfaces.
|
|
|
-2023-09-28 10:50:09.965 INFO 12060 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 10:50:09.971 INFO 12060 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$eeb55cb4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 10:50:09.996 INFO 12060 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 10:50:10.769 INFO 12060 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
|
|
|
-2023-09-28 10:50:10.778 INFO 12060 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-09-28 10:50:10.779 INFO 12060 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
-2023-09-28 10:50:10.893 INFO 12060 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-09-28 10:50:10.893 INFO 12060 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2644 ms
|
|
|
-2023-09-28 10:50:11.252 INFO 12060 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
-2023-09-28 10:50:11.254 ERROR 12060 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
-2023-09-28 10:50:11.255 INFO 12060 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
-2023-09-28 10:50:11.256 INFO 12060 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
-2023-09-28 10:50:11.256 INFO 12060 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
-2023-09-28 10:50:11.256 INFO 12060 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
-2023-09-28 10:50:13.509 ERROR 12060 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
|
|
|
-2023-09-28 10:50:15.148 INFO 12060 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
|
|
|
-2023-09-28 10:50:15.309 INFO 12060 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 10:50:15.712 INFO 12060 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
-2023-09-28 10:50:15.777 INFO 12060 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job register jobhandler success, name:alarmStat_earlyReport, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@238280df[class com.gyee.alarm.task.SaticScheduleTask#alarmStat_earlyReport]
|
|
|
-2023-09-28 10:50:15.821 WARN 12060 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job accessToken is empty. To ensure system security, please set the accessToken.
|
|
|
-2023-09-28 10:50:15.861 INFO 12060 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6019 (http) with context path ''
|
|
|
-2023-09-28 10:50:15.863 INFO 12060 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 8.594 seconds (JVM running for 9.468)
|
|
|
-2023-09-28 10:50:15.868 INFO 12060 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
-2023-09-28 10:50:15.868 INFO 12060 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
|
|
|
-2023-09-28 10:50:17.256 INFO 12060 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9118
|
|
|
-2023-09-28 10:50:17.393 INFO 12060 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-09-28 10:50:17.395 INFO 12060 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-09-28 10:50:18.104 INFO 12060 --- [main] com.gyee.alarm.init.CacheContext : 121
|
|
|
-2023-09-28 10:50:19.657 INFO 12060 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
-2023-09-28 10:52:29.128 INFO 12060 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 10:52:29.129 INFO 12060 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
|
|
|
-2023-09-28 10:52:29.133 INFO 12060 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job registry-remove success, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='alarmStat-job-new', registryValue='http://192.168.56.1:9118/'}, registryResult:ReturnT [code=200, msg=null, content=null]
|
|
|
-2023-09-28 10:52:29.134 INFO 12060 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job, executor registry thread destroy.
|
|
|
-2023-09-28 10:52:29.134 INFO 12060 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
|
|
|
-2023-09-28 10:52:29.134 INFO 12060 --- [xxl-job, executor JobLogFileCleanThread] c.x.j.core.thread.JobLogFileCleanThread : >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
|
|
|
-2023-09-28 10:52:29.135 INFO 12060 --- [xxl-job, executor TriggerCallbackThread] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor callback thread destroy.
|
|
|
-2023-09-28 10:52:29.135 INFO 12060 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
|
|
|
-2023-09-28 10:52:29.358 INFO 12060 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
|
-2023-09-28 10:52:29.362 INFO 12060 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
|
|
|
-2023-09-28 10:52:29.363 INFO 12060 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|
|
|
-2023-09-28 10:52:29.363 INFO 12060 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
|
-2023-09-28 10:52:33.275 INFO 2652 --- [main] com.gyee.AalarmStatTest : Starting AalarmStatTest on sltc with PID 2652 (E:\idea_workspace\alarmNew\alarm-stat\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
-2023-09-28 10:52:33.279 INFO 2652 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
|
|
|
-2023-09-28 10:52:34.693 INFO 2652 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-09-28 10:52:34.696 INFO 2652 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
-2023-09-28 10:52:34.781 INFO 2652 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 70ms. Found 0 Redis repository interfaces.
|
|
|
-2023-09-28 10:52:35.363 INFO 2652 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 10:52:35.369 INFO 2652 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$10a48001] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 10:52:35.392 INFO 2652 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 10:52:36.223 INFO 2652 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
|
|
|
-2023-09-28 10:52:36.233 INFO 2652 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-09-28 10:52:36.233 INFO 2652 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
-2023-09-28 10:52:36.362 INFO 2652 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-09-28 10:52:36.362 INFO 2652 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2802 ms
|
|
|
-2023-09-28 10:52:36.787 INFO 2652 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
-2023-09-28 10:52:36.789 ERROR 2652 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
-2023-09-28 10:52:36.790 INFO 2652 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
-2023-09-28 10:52:36.790 INFO 2652 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
-2023-09-28 10:52:36.791 INFO 2652 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
-2023-09-28 10:52:36.791 INFO 2652 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
-2023-09-28 10:52:39.110 ERROR 2652 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
|
|
|
-2023-09-28 10:52:40.941 INFO 2652 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
|
|
|
-2023-09-28 10:52:41.113 INFO 2652 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 10:52:41.585 INFO 2652 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
-2023-09-28 10:52:41.660 INFO 2652 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job register jobhandler success, name:alarmStat_earlyReport, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@34d5eac[class com.gyee.alarm.task.SaticScheduleTask#alarmStat_earlyReport]
|
|
|
-2023-09-28 10:52:41.713 WARN 2652 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job accessToken is empty. To ensure system security, please set the accessToken.
|
|
|
-2023-09-28 10:52:41.768 INFO 2652 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6019 (http) with context path ''
|
|
|
-2023-09-28 10:52:41.771 INFO 2652 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 9.231 seconds (JVM running for 10.14)
|
|
|
-2023-09-28 10:52:41.777 INFO 2652 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
-2023-09-28 10:52:41.777 INFO 2652 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
|
|
|
-2023-09-28 10:52:43.250 INFO 2652 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9118
|
|
|
-2023-09-28 10:52:43.339 INFO 2652 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-09-28 10:52:43.341 INFO 2652 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-09-28 10:52:43.947 INFO 2652 --- [main] com.gyee.alarm.init.CacheContext : 121
|
|
|
-2023-09-28 10:52:45.312 INFO 2652 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
-2023-09-28 10:52:46.697 INFO 2652 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 10:52:46.698 INFO 2652 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
|
|
|
-2023-09-28 10:52:46.703 INFO 2652 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job registry-remove success, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='alarmStat-job-new', registryValue='http://192.168.56.1:9118/'}, registryResult:ReturnT [code=200, msg=null, content=null]
|
|
|
-2023-09-28 10:52:46.704 INFO 2652 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job, executor registry thread destroy.
|
|
|
-2023-09-28 10:52:46.704 INFO 2652 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
|
|
|
-2023-09-28 10:52:46.704 INFO 2652 --- [xxl-job, executor JobLogFileCleanThread] c.x.j.core.thread.JobLogFileCleanThread : >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
|
|
|
-2023-09-28 10:52:46.705 INFO 2652 --- [xxl-job, executor TriggerCallbackThread] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor callback thread destroy.
|
|
|
-2023-09-28 10:52:46.705 INFO 2652 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
|
|
|
-2023-09-28 10:52:46.891 INFO 2652 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
|
-2023-09-28 10:52:46.895 INFO 2652 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
|
|
|
-2023-09-28 10:52:46.897 INFO 2652 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|
|
|
-2023-09-28 10:52:46.897 INFO 2652 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
|
-2023-09-28 10:53:15.291 INFO 7320 --- [main] com.gyee.AalarmStatTest : Starting AalarmStatTest on sltc with PID 7320 (E:\idea_workspace\alarmNew\alarm-stat\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
-2023-09-28 10:53:15.293 INFO 7320 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
|
|
|
-2023-09-28 10:53:16.591 INFO 7320 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-09-28 10:53:16.594 INFO 7320 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
-2023-09-28 10:53:16.672 INFO 7320 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 65ms. Found 0 Redis repository interfaces.
|
|
|
-2023-09-28 10:53:17.248 INFO 7320 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 10:53:17.254 INFO 7320 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$287673a1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 10:53:17.275 INFO 7320 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 10:53:18.054 INFO 7320 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
|
|
|
-2023-09-28 10:53:18.063 INFO 7320 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-09-28 10:53:18.063 INFO 7320 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
-2023-09-28 10:53:18.180 INFO 7320 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-09-28 10:53:18.181 INFO 7320 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2671 ms
|
|
|
-2023-09-28 10:53:18.529 INFO 7320 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
-2023-09-28 10:53:18.532 ERROR 7320 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
-2023-09-28 10:53:18.532 INFO 7320 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
-2023-09-28 10:53:18.533 INFO 7320 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
-2023-09-28 10:53:18.533 INFO 7320 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
-2023-09-28 10:53:18.533 INFO 7320 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
-2023-09-28 10:53:20.856 ERROR 7320 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
|
|
|
-2023-09-28 10:53:22.556 INFO 7320 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
|
|
|
-2023-09-28 10:53:22.719 INFO 7320 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 10:53:23.083 INFO 7320 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
-2023-09-28 10:53:23.138 INFO 7320 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job register jobhandler success, name:alarmStat_earlyReport, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@18ff753c[class com.gyee.alarm.task.SaticScheduleTask#alarmStat_earlyReport]
|
|
|
-2023-09-28 10:53:23.179 WARN 7320 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job accessToken is empty. To ensure system security, please set the accessToken.
|
|
|
-2023-09-28 10:53:23.214 INFO 7320 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6019 (http) with context path ''
|
|
|
-2023-09-28 10:53:23.216 INFO 7320 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 8.462 seconds (JVM running for 8.974)
|
|
|
-2023-09-28 10:53:23.221 INFO 7320 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
-2023-09-28 10:53:23.222 INFO 7320 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
|
|
|
-2023-09-28 10:53:24.573 INFO 7320 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-09-28 10:53:24.577 INFO 7320 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-09-28 10:53:24.692 INFO 7320 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9118
|
|
|
-2023-09-28 10:53:25.327 INFO 7320 --- [main] com.gyee.alarm.init.CacheContext : 121
|
|
|
-2023-09-28 10:53:26.997 INFO 7320 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
-2023-09-28 10:54:26.278 INFO 7320 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 10:54:26.278 INFO 7320 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
|
|
|
-2023-09-28 10:54:26.282 INFO 7320 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job registry-remove success, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='alarmStat-job-new', registryValue='http://192.168.56.1:9118/'}, registryResult:ReturnT [code=200, msg=null, content=null]
|
|
|
-2023-09-28 10:54:26.282 INFO 7320 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job, executor registry thread destroy.
|
|
|
-2023-09-28 10:54:26.282 INFO 7320 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
|
|
|
-2023-09-28 10:54:26.282 INFO 7320 --- [xxl-job, executor JobLogFileCleanThread] c.x.j.core.thread.JobLogFileCleanThread : >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
|
|
|
-2023-09-28 10:54:26.283 INFO 7320 --- [xxl-job, executor TriggerCallbackThread] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor callback thread destroy.
|
|
|
-2023-09-28 10:54:26.283 INFO 7320 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
|
|
|
-2023-09-28 10:54:26.506 INFO 7320 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
|
-2023-09-28 10:54:26.510 INFO 7320 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
|
|
|
-2023-09-28 10:54:26.511 INFO 7320 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|
|
|
-2023-09-28 10:54:26.511 INFO 7320 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
|
-2023-09-28 10:54:31.935 INFO 12364 --- [main] com.gyee.AalarmStatTest : Starting AalarmStatTest on sltc with PID 12364 (E:\idea_workspace\alarmNew\alarm-stat\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
-2023-09-28 10:54:31.945 INFO 12364 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
|
|
|
-2023-09-28 10:54:33.231 INFO 12364 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-09-28 10:54:33.234 INFO 12364 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
-2023-09-28 10:54:33.312 INFO 12364 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 65ms. Found 0 Redis repository interfaces.
|
|
|
-2023-09-28 10:54:33.912 INFO 12364 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 10:54:33.919 INFO 12364 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$2570f8fc] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 10:54:33.941 INFO 12364 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 10:54:34.763 INFO 12364 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
|
|
|
-2023-09-28 10:54:34.773 INFO 12364 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-09-28 10:54:34.773 INFO 12364 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
-2023-09-28 10:54:34.889 INFO 12364 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-09-28 10:54:34.890 INFO 12364 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2735 ms
|
|
|
-2023-09-28 10:54:35.304 INFO 12364 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
-2023-09-28 10:54:35.306 ERROR 12364 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
-2023-09-28 10:54:35.307 INFO 12364 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
-2023-09-28 10:54:35.307 INFO 12364 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
-2023-09-28 10:54:35.307 INFO 12364 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
-2023-09-28 10:54:35.307 INFO 12364 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
-2023-09-28 10:54:37.871 ERROR 12364 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
|
|
|
-2023-09-28 10:54:39.868 INFO 12364 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
|
|
|
-2023-09-28 10:54:40.055 INFO 12364 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 10:54:40.559 INFO 12364 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
-2023-09-28 10:54:40.628 INFO 12364 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job register jobhandler success, name:alarmStat_earlyReport, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@7cdb05aa[class com.gyee.alarm.task.SaticScheduleTask#alarmStat_earlyReport]
|
|
|
-2023-09-28 10:54:40.686 WARN 12364 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job accessToken is empty. To ensure system security, please set the accessToken.
|
|
|
-2023-09-28 10:54:40.739 INFO 12364 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6019 (http) with context path ''
|
|
|
-2023-09-28 10:54:40.743 INFO 12364 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 9.317 seconds (JVM running for 9.852)
|
|
|
-2023-09-28 10:54:40.750 INFO 12364 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
-2023-09-28 10:54:40.751 INFO 12364 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
|
|
|
-2023-09-28 10:54:42.127 INFO 12364 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-09-28 10:54:42.130 INFO 12364 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-09-28 10:54:42.506 INFO 12364 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9118
|
|
|
-2023-09-28 10:54:43.093 INFO 12364 --- [main] com.gyee.alarm.init.CacheContext : 121
|
|
|
-2023-09-28 10:54:44.607 INFO 12364 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
-2023-09-28 11:00:16.295 INFO 12364 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 11:00:16.296 INFO 12364 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
|
|
|
-2023-09-28 11:00:16.299 INFO 12364 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job registry-remove success, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='alarmStat-job-new', registryValue='http://192.168.56.1:9118/'}, registryResult:ReturnT [code=200, msg=null, content=null]
|
|
|
-2023-09-28 11:00:16.299 INFO 12364 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job, executor registry thread destroy.
|
|
|
-2023-09-28 11:00:16.299 INFO 12364 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
|
|
|
-2023-09-28 11:00:16.300 INFO 12364 --- [xxl-job, executor JobLogFileCleanThread] c.x.j.core.thread.JobLogFileCleanThread : >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
|
|
|
-2023-09-28 11:00:16.300 INFO 12364 --- [xxl-job, executor TriggerCallbackThread] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor callback thread destroy.
|
|
|
-2023-09-28 11:00:16.301 INFO 12364 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
|
|
|
-2023-09-28 11:00:16.522 INFO 12364 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
|
-2023-09-28 11:00:16.526 INFO 12364 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
|
|
|
-2023-09-28 11:00:16.526 INFO 12364 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|
|
|
-2023-09-28 11:00:16.527 INFO 12364 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
|
-2023-09-28 11:00:21.535 INFO 2664 --- [main] com.gyee.AalarmStatTest : Starting AalarmStatTest on sltc with PID 2664 (E:\idea_workspace\alarmNew\alarm-stat\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
-2023-09-28 11:00:21.537 INFO 2664 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
|
|
|
-2023-09-28 11:00:22.815 INFO 2664 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-09-28 11:00:22.817 INFO 2664 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
-2023-09-28 11:00:22.892 INFO 2664 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 62ms. Found 0 Redis repository interfaces.
|
|
|
-2023-09-28 11:00:23.426 INFO 2664 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 11:00:23.433 INFO 2664 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$8bf23fc] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 11:00:23.456 INFO 2664 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 11:00:24.253 INFO 2664 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
|
|
|
-2023-09-28 11:00:24.263 INFO 2664 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-09-28 11:00:24.263 INFO 2664 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
-2023-09-28 11:00:24.387 INFO 2664 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-09-28 11:00:24.387 INFO 2664 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2650 ms
|
|
|
-2023-09-28 11:00:24.734 INFO 2664 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
-2023-09-28 11:00:24.736 ERROR 2664 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
-2023-09-28 11:00:24.737 INFO 2664 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
-2023-09-28 11:00:24.737 INFO 2664 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
-2023-09-28 11:00:24.737 INFO 2664 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
-2023-09-28 11:00:24.737 INFO 2664 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
-2023-09-28 11:00:27.040 ERROR 2664 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
|
|
|
-2023-09-28 11:00:28.693 INFO 2664 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
|
|
|
-2023-09-28 11:00:28.860 INFO 2664 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 11:00:29.253 INFO 2664 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
-2023-09-28 11:00:29.316 INFO 2664 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job register jobhandler success, name:alarmStat_earlyReport, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@50f13494[class com.gyee.alarm.task.SaticScheduleTask#alarmStat_earlyReport]
|
|
|
-2023-09-28 11:00:29.354 WARN 2664 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job accessToken is empty. To ensure system security, please set the accessToken.
|
|
|
-2023-09-28 11:00:29.390 INFO 2664 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6019 (http) with context path ''
|
|
|
-2023-09-28 11:00:29.392 INFO 2664 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 8.395 seconds (JVM running for 8.948)
|
|
|
-2023-09-28 11:00:29.397 INFO 2664 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
-2023-09-28 11:00:29.397 INFO 2664 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
|
|
|
-2023-09-28 11:00:30.714 INFO 2664 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-09-28 11:00:30.721 INFO 2664 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-09-28 11:00:30.883 INFO 2664 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9118
|
|
|
-2023-09-28 11:00:31.890 INFO 2664 --- [main] com.gyee.alarm.init.CacheContext : 121
|
|
|
-2023-09-28 11:00:34.087 INFO 2664 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
-2023-09-28 11:01:14.484 INFO 2664 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 11:01:14.485 INFO 2664 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
|
|
|
-2023-09-28 11:01:14.490 INFO 2664 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job registry-remove success, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='alarmStat-job-new', registryValue='http://192.168.56.1:9118/'}, registryResult:ReturnT [code=200, msg=null, content=null]
|
|
|
-2023-09-28 11:01:14.491 INFO 2664 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job, executor registry thread destroy.
|
|
|
-2023-09-28 11:01:14.491 INFO 2664 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
|
|
|
-2023-09-28 11:01:14.492 INFO 2664 --- [xxl-job, executor JobLogFileCleanThread] c.x.j.core.thread.JobLogFileCleanThread : >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
|
|
|
-2023-09-28 11:01:14.492 INFO 2664 --- [xxl-job, executor TriggerCallbackThread] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor callback thread destroy.
|
|
|
-2023-09-28 11:01:14.492 INFO 2664 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
|
|
|
-2023-09-28 11:01:14.713 INFO 2664 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
|
-2023-09-28 11:01:14.717 INFO 2664 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
|
|
|
-2023-09-28 11:01:14.718 INFO 2664 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|
|
|
-2023-09-28 11:01:14.718 INFO 2664 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
|
-2023-09-28 11:01:19.840 INFO 1620 --- [main] com.gyee.AalarmStatTest : Starting AalarmStatTest on sltc with PID 1620 (E:\idea_workspace\alarmNew\alarm-stat\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
-2023-09-28 11:01:19.842 INFO 1620 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
|
|
|
-2023-09-28 11:01:21.194 INFO 1620 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-09-28 11:01:21.199 INFO 1620 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
-2023-09-28 11:01:21.304 INFO 1620 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 79ms. Found 0 Redis repository interfaces.
|
|
|
-2023-09-28 11:01:21.993 INFO 1620 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 11:01:22.002 INFO 1620 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$588f80f5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 11:01:22.030 INFO 1620 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 11:01:22.877 INFO 1620 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
|
|
|
-2023-09-28 11:01:22.886 INFO 1620 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-09-28 11:01:22.887 INFO 1620 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
-2023-09-28 11:01:23.003 INFO 1620 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-09-28 11:01:23.004 INFO 1620 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2933 ms
|
|
|
-2023-09-28 11:01:23.367 INFO 1620 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
-2023-09-28 11:01:23.369 ERROR 1620 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
-2023-09-28 11:01:23.370 INFO 1620 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
-2023-09-28 11:01:23.370 INFO 1620 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
-2023-09-28 11:01:23.370 INFO 1620 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
-2023-09-28 11:01:23.370 INFO 1620 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
-2023-09-28 11:01:25.671 ERROR 1620 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
|
|
|
-2023-09-28 11:01:27.339 INFO 1620 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
|
|
|
-2023-09-28 11:01:27.521 INFO 1620 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 11:01:27.884 INFO 1620 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
-2023-09-28 11:01:27.942 INFO 1620 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job register jobhandler success, name:alarmStat_earlyReport, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@6cd6698b[class com.gyee.alarm.task.SaticScheduleTask#alarmStat_earlyReport]
|
|
|
-2023-09-28 11:01:27.987 WARN 1620 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job accessToken is empty. To ensure system security, please set the accessToken.
|
|
|
-2023-09-28 11:01:28.023 INFO 1620 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6019 (http) with context path ''
|
|
|
-2023-09-28 11:01:28.026 INFO 1620 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 8.673 seconds (JVM running for 9.279)
|
|
|
-2023-09-28 11:01:28.030 INFO 1620 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
-2023-09-28 11:01:28.031 INFO 1620 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
|
|
|
-2023-09-28 11:01:29.519 INFO 1620 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9118
|
|
|
-2023-09-28 11:01:29.649 INFO 1620 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-09-28 11:01:29.651 INFO 1620 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-09-28 11:01:30.307 INFO 1620 --- [main] com.gyee.alarm.init.CacheContext : 121
|
|
|
-2023-09-28 11:01:31.699 INFO 1620 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
-2023-09-28 11:03:52.202 INFO 1620 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 11:03:52.203 INFO 1620 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
|
|
|
-2023-09-28 11:03:52.207 INFO 1620 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job registry-remove success, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='alarmStat-job-new', registryValue='http://192.168.56.1:9118/'}, registryResult:ReturnT [code=200, msg=null, content=null]
|
|
|
-2023-09-28 11:03:52.208 INFO 1620 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job, executor registry thread destroy.
|
|
|
-2023-09-28 11:03:52.208 INFO 1620 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
|
|
|
-2023-09-28 11:03:52.208 INFO 1620 --- [xxl-job, executor JobLogFileCleanThread] c.x.j.core.thread.JobLogFileCleanThread : >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
|
|
|
-2023-09-28 11:03:52.244 INFO 1620 --- [xxl-job, executor TriggerCallbackThread] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor callback thread destroy.
|
|
|
-2023-09-28 11:03:52.252 INFO 1620 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
|
|
|
-2023-09-28 11:03:52.474 INFO 1620 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
|
-2023-09-28 11:03:52.478 INFO 1620 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
|
|
|
-2023-09-28 11:03:52.479 INFO 1620 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|
|
|
-2023-09-28 11:03:52.479 INFO 1620 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
|
-2023-09-28 11:03:57.561 INFO 13084 --- [main] com.gyee.AalarmStatTest : Starting AalarmStatTest on sltc with PID 13084 (E:\idea_workspace\alarmNew\alarm-stat\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
-2023-09-28 11:03:57.564 INFO 13084 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
|
|
|
-2023-09-28 11:03:58.833 INFO 13084 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-09-28 11:03:58.836 INFO 13084 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
-2023-09-28 11:03:58.914 INFO 13084 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 65ms. Found 0 Redis repository interfaces.
|
|
|
-2023-09-28 11:03:59.447 INFO 13084 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 11:03:59.454 INFO 13084 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$6b933d05] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 11:03:59.476 INFO 13084 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 11:04:00.270 INFO 13084 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
|
|
|
-2023-09-28 11:04:00.280 INFO 13084 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-09-28 11:04:00.280 INFO 13084 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
-2023-09-28 11:04:00.405 INFO 13084 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-09-28 11:04:00.405 INFO 13084 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2634 ms
|
|
|
-2023-09-28 11:04:00.749 INFO 13084 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
-2023-09-28 11:04:00.751 ERROR 13084 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
-2023-09-28 11:04:00.752 INFO 13084 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
-2023-09-28 11:04:00.752 INFO 13084 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
-2023-09-28 11:04:00.752 INFO 13084 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
-2023-09-28 11:04:00.753 INFO 13084 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
-2023-09-28 11:04:03.386 ERROR 13084 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
|
|
|
-2023-09-28 11:04:05.052 INFO 13084 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
|
|
|
-2023-09-28 11:04:05.230 INFO 13084 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 11:04:05.632 INFO 13084 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
-2023-09-28 11:04:05.697 INFO 13084 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job register jobhandler success, name:alarmStat_earlyReport, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@2ffcdc9b[class com.gyee.alarm.task.SaticScheduleTask#alarmStat_earlyReport]
|
|
|
-2023-09-28 11:04:05.735 WARN 13084 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job accessToken is empty. To ensure system security, please set the accessToken.
|
|
|
-2023-09-28 11:04:05.774 INFO 13084 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6019 (http) with context path ''
|
|
|
-2023-09-28 11:04:05.777 INFO 13084 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 8.662 seconds (JVM running for 9.207)
|
|
|
-2023-09-28 11:04:05.782 INFO 13084 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
-2023-09-28 11:04:05.782 INFO 13084 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
|
|
|
-2023-09-28 11:04:07.121 INFO 13084 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-09-28 11:04:07.123 INFO 13084 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-09-28 11:04:07.181 INFO 13084 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9118
|
|
|
-2023-09-28 11:04:07.833 INFO 13084 --- [main] com.gyee.alarm.init.CacheContext : 121
|
|
|
-2023-09-28 11:04:09.849 INFO 13084 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
-2023-09-28 11:07:14.642 INFO 13084 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 11:07:14.643 INFO 13084 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
|
|
|
-2023-09-28 11:07:14.647 INFO 13084 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job registry-remove success, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='alarmStat-job-new', registryValue='http://192.168.56.1:9118/'}, registryResult:ReturnT [code=200, msg=null, content=null]
|
|
|
-2023-09-28 11:07:14.648 INFO 13084 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job, executor registry thread destroy.
|
|
|
-2023-09-28 11:07:14.648 INFO 13084 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
|
|
|
-2023-09-28 11:07:14.648 INFO 13084 --- [xxl-job, executor JobLogFileCleanThread] c.x.j.core.thread.JobLogFileCleanThread : >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
|
|
|
-2023-09-28 11:07:14.649 INFO 13084 --- [xxl-job, executor TriggerCallbackThread] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor callback thread destroy.
|
|
|
-2023-09-28 11:07:14.649 INFO 13084 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
|
|
|
-2023-09-28 11:07:14.869 INFO 13084 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
|
-2023-09-28 11:07:14.872 INFO 13084 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
|
|
|
-2023-09-28 11:07:14.873 INFO 13084 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|
|
|
-2023-09-28 11:07:14.873 INFO 13084 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
|
-2023-09-28 11:07:19.821 INFO 4000 --- [main] com.gyee.AalarmStatTest : Starting AalarmStatTest on sltc with PID 4000 (E:\idea_workspace\alarmNew\alarm-stat\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
-2023-09-28 11:07:19.823 INFO 4000 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
|
|
|
-2023-09-28 11:07:21.070 INFO 4000 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-09-28 11:07:21.074 INFO 4000 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
-2023-09-28 11:07:21.164 INFO 4000 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 74ms. Found 0 Redis repository interfaces.
|
|
|
-2023-09-28 11:07:21.759 INFO 4000 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 11:07:21.766 INFO 4000 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$c72c6a2c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 11:07:21.790 INFO 4000 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 11:07:22.602 INFO 4000 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
|
|
|
-2023-09-28 11:07:22.612 INFO 4000 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-09-28 11:07:22.612 INFO 4000 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
-2023-09-28 11:07:22.729 INFO 4000 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-09-28 11:07:22.730 INFO 4000 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2698 ms
|
|
|
-2023-09-28 11:07:23.092 INFO 4000 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
-2023-09-28 11:07:23.095 ERROR 4000 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
-2023-09-28 11:07:23.095 INFO 4000 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
-2023-09-28 11:07:23.096 INFO 4000 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
-2023-09-28 11:07:23.096 INFO 4000 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
-2023-09-28 11:07:23.096 INFO 4000 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
-2023-09-28 11:07:25.347 ERROR 4000 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
|
|
|
-2023-09-28 11:07:26.974 INFO 4000 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
|
|
|
-2023-09-28 11:07:27.139 INFO 4000 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 11:07:27.512 INFO 4000 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
-2023-09-28 11:07:27.567 INFO 4000 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job register jobhandler success, name:alarmStat_earlyReport, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@254cc548[class com.gyee.alarm.task.SaticScheduleTask#alarmStat_earlyReport]
|
|
|
-2023-09-28 11:07:27.616 WARN 4000 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job accessToken is empty. To ensure system security, please set the accessToken.
|
|
|
-2023-09-28 11:07:27.651 INFO 4000 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6019 (http) with context path ''
|
|
|
-2023-09-28 11:07:27.653 INFO 4000 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 8.278 seconds (JVM running for 8.792)
|
|
|
-2023-09-28 11:07:27.658 INFO 4000 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
-2023-09-28 11:07:27.658 INFO 4000 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
|
|
|
-2023-09-28 11:07:28.845 INFO 4000 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-09-28 11:07:28.847 INFO 4000 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-09-28 11:07:29.048 INFO 4000 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9118
|
|
|
-2023-09-28 11:07:29.800 INFO 4000 --- [main] com.gyee.alarm.init.CacheContext : 121
|
|
|
-2023-09-28 11:07:31.238 INFO 4000 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
-2023-09-28 11:37:23.811 INFO 4000 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 11:37:23.811 INFO 4000 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
|
|
|
-2023-09-28 11:37:23.820 INFO 4000 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job registry-remove success, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='alarmStat-job-new', registryValue='http://192.168.56.1:9118/'}, registryResult:ReturnT [code=200, msg=null, content=null]
|
|
|
-2023-09-28 11:37:23.820 INFO 4000 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job, executor registry thread destroy.
|
|
|
-2023-09-28 11:37:23.820 INFO 4000 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
|
|
|
-2023-09-28 11:37:23.821 INFO 4000 --- [xxl-job, executor JobLogFileCleanThread] c.x.j.core.thread.JobLogFileCleanThread : >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
|
|
|
-2023-09-28 11:37:23.821 INFO 4000 --- [xxl-job, executor TriggerCallbackThread] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor callback thread destroy.
|
|
|
-2023-09-28 11:37:23.822 INFO 4000 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
|
|
|
-2023-09-28 11:37:24.043 INFO 4000 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
|
-2023-09-28 11:37:24.047 INFO 4000 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
|
|
|
-2023-09-28 11:37:24.048 INFO 4000 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|
|
|
-2023-09-28 11:37:24.048 INFO 4000 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
|
-2023-09-28 11:37:29.681 INFO 19488 --- [main] com.gyee.AalarmStatTest : Starting AalarmStatTest on sltc with PID 19488 (E:\idea_workspace\alarmNew\alarm-stat\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
-2023-09-28 11:37:29.692 INFO 19488 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
|
|
|
-2023-09-28 11:37:31.182 INFO 19488 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-09-28 11:37:31.185 INFO 19488 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
-2023-09-28 11:37:31.265 INFO 19488 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 66ms. Found 0 Redis repository interfaces.
|
|
|
-2023-09-28 11:37:31.780 INFO 19488 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 11:37:31.786 INFO 19488 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$2b16f27b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 11:37:31.807 INFO 19488 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 11:37:32.591 INFO 19488 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
|
|
|
-2023-09-28 11:37:32.600 INFO 19488 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-09-28 11:37:32.601 INFO 19488 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
-2023-09-28 11:37:32.720 INFO 19488 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-09-28 11:37:32.720 INFO 19488 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2759 ms
|
|
|
-2023-09-28 11:37:33.033 INFO 19488 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
-2023-09-28 11:37:33.035 ERROR 19488 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
-2023-09-28 11:37:33.035 INFO 19488 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
-2023-09-28 11:37:33.036 INFO 19488 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
-2023-09-28 11:37:33.036 INFO 19488 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
-2023-09-28 11:37:33.036 INFO 19488 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
-2023-09-28 11:37:35.314 ERROR 19488 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
|
|
|
-2023-09-28 11:37:36.940 INFO 19488 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
|
|
|
-2023-09-28 11:37:37.122 INFO 19488 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 11:37:37.604 INFO 19488 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
-2023-09-28 11:37:37.668 INFO 19488 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job register jobhandler success, name:alarmStat_earlyReport, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@3c2188f[class com.gyee.alarm.task.SaticScheduleTask#alarmStat_earlyReport]
|
|
|
-2023-09-28 11:37:37.711 WARN 19488 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job accessToken is empty. To ensure system security, please set the accessToken.
|
|
|
-2023-09-28 11:37:37.746 INFO 19488 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6019 (http) with context path ''
|
|
|
-2023-09-28 11:37:37.748 INFO 19488 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 8.624 seconds (JVM running for 9.242)
|
|
|
-2023-09-28 11:37:37.752 INFO 19488 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
-2023-09-28 11:37:37.753 INFO 19488 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
|
|
|
-2023-09-28 11:37:39.250 INFO 19488 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9118
|
|
|
-2023-09-28 11:37:39.419 INFO 19488 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-09-28 11:37:39.421 INFO 19488 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-09-28 11:37:40.211 INFO 19488 --- [main] com.gyee.alarm.init.CacheContext : 121
|
|
|
-2023-09-28 11:37:41.634 INFO 19488 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
-2023-09-28 11:38:21.144 INFO 19488 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 11:38:21.145 INFO 19488 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
|
|
|
-2023-09-28 11:38:21.151 INFO 19488 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job registry-remove success, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='alarmStat-job-new', registryValue='http://192.168.56.1:9118/'}, registryResult:ReturnT [code=200, msg=null, content=null]
|
|
|
-2023-09-28 11:38:21.151 INFO 19488 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job, executor registry thread destroy.
|
|
|
-2023-09-28 11:38:21.151 INFO 19488 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
|
|
|
-2023-09-28 11:38:21.152 INFO 19488 --- [xxl-job, executor JobLogFileCleanThread] c.x.j.core.thread.JobLogFileCleanThread : >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
|
|
|
-2023-09-28 11:38:21.152 INFO 19488 --- [xxl-job, executor TriggerCallbackThread] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor callback thread destroy.
|
|
|
-2023-09-28 11:38:21.153 INFO 19488 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
|
|
|
-2023-09-28 11:38:21.379 INFO 19488 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
|
-2023-09-28 11:38:21.384 INFO 19488 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
|
|
|
-2023-09-28 11:38:21.385 INFO 19488 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|
|
|
-2023-09-28 11:38:21.385 INFO 19488 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
|
-2023-09-28 11:38:24.412 INFO 11492 --- [main] com.gyee.AalarmStatTest : Starting AalarmStatTest on sltc with PID 11492 (E:\idea_workspace\alarmNew\alarm-stat\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
-2023-09-28 11:38:24.423 INFO 11492 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
|
|
|
-2023-09-28 11:38:25.797 INFO 11492 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-09-28 11:38:25.799 INFO 11492 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
-2023-09-28 11:38:25.875 INFO 11492 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 64ms. Found 0 Redis repository interfaces.
|
|
|
-2023-09-28 11:38:26.427 INFO 11492 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 11:38:26.435 INFO 11492 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$2f041090] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 11:38:26.461 INFO 11492 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 11:38:27.249 INFO 11492 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
|
|
|
-2023-09-28 11:38:27.259 INFO 11492 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-09-28 11:38:27.259 INFO 11492 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
-2023-09-28 11:38:27.376 INFO 11492 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-09-28 11:38:27.376 INFO 11492 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2713 ms
|
|
|
-2023-09-28 11:38:27.736 INFO 11492 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
-2023-09-28 11:38:27.739 ERROR 11492 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
-2023-09-28 11:38:27.739 INFO 11492 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
-2023-09-28 11:38:27.740 INFO 11492 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
-2023-09-28 11:38:27.740 INFO 11492 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
-2023-09-28 11:38:27.740 INFO 11492 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
-2023-09-28 11:38:30.040 ERROR 11492 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
|
|
|
-2023-09-28 11:38:31.705 INFO 11492 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
|
|
|
-2023-09-28 11:38:31.876 INFO 11492 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 11:38:32.237 INFO 11492 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
-2023-09-28 11:38:32.293 INFO 11492 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job register jobhandler success, name:alarmStat_earlyReport, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@2d9df336[class com.gyee.alarm.task.SaticScheduleTask#alarmStat_earlyReport]
|
|
|
-2023-09-28 11:38:32.336 WARN 11492 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job accessToken is empty. To ensure system security, please set the accessToken.
|
|
|
-2023-09-28 11:38:32.373 INFO 11492 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6019 (http) with context path ''
|
|
|
-2023-09-28 11:38:32.376 INFO 11492 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 8.48 seconds (JVM running for 9.202)
|
|
|
-2023-09-28 11:38:32.381 INFO 11492 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
-2023-09-28 11:38:32.381 INFO 11492 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
|
|
|
-2023-09-28 11:38:33.805 INFO 11492 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-09-28 11:38:33.807 INFO 11492 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-09-28 11:38:33.909 INFO 11492 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9118
|
|
|
-2023-09-28 11:38:34.714 INFO 11492 --- [main] com.gyee.alarm.init.CacheContext : 121
|
|
|
-2023-09-28 11:38:36.816 INFO 11492 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
-2023-09-28 11:42:34.613 INFO 11492 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 11:42:34.613 INFO 11492 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
|
|
|
-2023-09-28 11:42:34.619 INFO 11492 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job registry-remove success, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='alarmStat-job-new', registryValue='http://192.168.56.1:9118/'}, registryResult:ReturnT [code=200, msg=null, content=null]
|
|
|
-2023-09-28 11:42:34.619 INFO 11492 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job, executor registry thread destroy.
|
|
|
-2023-09-28 11:42:34.619 INFO 11492 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
|
|
|
-2023-09-28 11:42:34.620 INFO 11492 --- [xxl-job, executor JobLogFileCleanThread] c.x.j.core.thread.JobLogFileCleanThread : >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
|
|
|
-2023-09-28 11:42:34.620 INFO 11492 --- [xxl-job, executor TriggerCallbackThread] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor callback thread destroy.
|
|
|
-2023-09-28 11:42:34.621 INFO 11492 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
|
|
|
-2023-09-28 11:42:34.853 INFO 11492 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
|
-2023-09-28 11:42:34.856 INFO 11492 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
|
|
|
-2023-09-28 11:42:34.856 INFO 11492 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|
|
|
-2023-09-28 11:42:34.856 INFO 11492 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
|
-2023-09-28 11:42:39.858 INFO 7128 --- [main] com.gyee.AalarmStatTest : Starting AalarmStatTest on sltc with PID 7128 (E:\idea_workspace\alarmNew\alarm-stat\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
-2023-09-28 11:42:39.871 INFO 7128 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
|
|
|
-2023-09-28 11:42:41.142 INFO 7128 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-09-28 11:42:41.145 INFO 7128 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
-2023-09-28 11:42:41.223 INFO 7128 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 63ms. Found 0 Redis repository interfaces.
|
|
|
-2023-09-28 11:42:41.758 INFO 7128 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 11:42:41.767 INFO 7128 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$bd81e190] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 11:42:41.788 INFO 7128 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 11:42:42.583 INFO 7128 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
|
|
|
-2023-09-28 11:42:42.593 INFO 7128 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-09-28 11:42:42.594 INFO 7128 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
-2023-09-28 11:42:42.715 INFO 7128 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-09-28 11:42:42.715 INFO 7128 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2628 ms
|
|
|
-2023-09-28 11:42:43.052 INFO 7128 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
-2023-09-28 11:42:43.054 ERROR 7128 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
-2023-09-28 11:42:43.055 INFO 7128 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
-2023-09-28 11:42:43.055 INFO 7128 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
-2023-09-28 11:42:43.055 INFO 7128 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
-2023-09-28 11:42:43.055 INFO 7128 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
-2023-09-28 11:42:45.362 ERROR 7128 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
|
|
|
-2023-09-28 11:42:46.976 INFO 7128 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
|
|
|
-2023-09-28 11:42:47.140 INFO 7128 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 11:42:47.509 INFO 7128 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
-2023-09-28 11:42:47.568 INFO 7128 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job register jobhandler success, name:alarmStat_earlyReport, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@5c7a06ec[class com.gyee.alarm.task.SaticScheduleTask#alarmStat_earlyReport]
|
|
|
-2023-09-28 11:42:47.621 WARN 7128 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job accessToken is empty. To ensure system security, please set the accessToken.
|
|
|
-2023-09-28 11:42:47.662 INFO 7128 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6019 (http) with context path ''
|
|
|
-2023-09-28 11:42:47.664 INFO 7128 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 8.342 seconds (JVM running for 8.862)
|
|
|
-2023-09-28 11:42:47.670 INFO 7128 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
-2023-09-28 11:42:47.671 INFO 7128 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
|
|
|
-2023-09-28 11:42:49.054 INFO 7128 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-09-28 11:42:49.059 INFO 7128 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-09-28 11:42:49.232 INFO 7128 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9118
|
|
|
-2023-09-28 11:42:49.815 INFO 7128 --- [main] com.gyee.alarm.init.CacheContext : 121
|
|
|
-2023-09-28 11:42:51.499 INFO 7128 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
-2023-09-28 11:43:44.325 INFO 7128 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 11:43:44.327 INFO 7128 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
|
|
|
-2023-09-28 11:43:44.330 INFO 7128 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job registry-remove success, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='alarmStat-job-new', registryValue='http://192.168.56.1:9118/'}, registryResult:ReturnT [code=200, msg=null, content=null]
|
|
|
-2023-09-28 11:43:44.330 INFO 7128 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job, executor registry thread destroy.
|
|
|
-2023-09-28 11:43:44.330 INFO 7128 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
|
|
|
-2023-09-28 11:43:44.330 INFO 7128 --- [xxl-job, executor JobLogFileCleanThread] c.x.j.core.thread.JobLogFileCleanThread : >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
|
|
|
-2023-09-28 11:43:44.331 INFO 7128 --- [xxl-job, executor TriggerCallbackThread] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor callback thread destroy.
|
|
|
-2023-09-28 11:43:44.331 INFO 7128 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
|
|
|
-2023-09-28 11:43:44.554 INFO 7128 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
|
-2023-09-28 11:43:44.557 INFO 7128 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
|
|
|
-2023-09-28 11:43:44.558 INFO 7128 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|
|
|
-2023-09-28 11:43:44.558 INFO 7128 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
|
-2023-09-28 11:43:49.937 INFO 19920 --- [main] com.gyee.AalarmStatTest : Starting AalarmStatTest on sltc with PID 19920 (E:\idea_workspace\alarmNew\alarm-stat\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
-2023-09-28 11:43:49.940 INFO 19920 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
|
|
|
-2023-09-28 11:43:51.193 INFO 19920 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-09-28 11:43:51.195 INFO 19920 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
-2023-09-28 11:43:51.280 INFO 19920 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 71ms. Found 0 Redis repository interfaces.
|
|
|
-2023-09-28 11:43:51.778 INFO 19920 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 11:43:51.784 INFO 19920 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$2b16f27b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 11:43:51.804 INFO 19920 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 11:43:52.580 INFO 19920 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
|
|
|
-2023-09-28 11:43:52.590 INFO 19920 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-09-28 11:43:52.590 INFO 19920 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
-2023-09-28 11:43:52.713 INFO 19920 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-09-28 11:43:52.713 INFO 19920 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2573 ms
|
|
|
-2023-09-28 11:43:53.050 INFO 19920 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
-2023-09-28 11:43:53.052 ERROR 19920 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
-2023-09-28 11:43:53.053 INFO 19920 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
-2023-09-28 11:43:53.053 INFO 19920 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
-2023-09-28 11:43:53.053 INFO 19920 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
-2023-09-28 11:43:53.054 INFO 19920 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
-2023-09-28 11:43:55.410 ERROR 19920 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
|
|
|
-2023-09-28 11:43:57.071 INFO 19920 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
|
|
|
-2023-09-28 11:43:57.240 INFO 19920 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 11:43:57.607 INFO 19920 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
-2023-09-28 11:43:57.665 INFO 19920 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job register jobhandler success, name:alarmStat_earlyReport, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@41289e88[class com.gyee.alarm.task.SaticScheduleTask#alarmStat_earlyReport]
|
|
|
-2023-09-28 11:43:57.714 WARN 19920 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job accessToken is empty. To ensure system security, please set the accessToken.
|
|
|
-2023-09-28 11:43:57.753 INFO 19920 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6019 (http) with context path ''
|
|
|
-2023-09-28 11:43:57.756 INFO 19920 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 8.349 seconds (JVM running for 8.892)
|
|
|
-2023-09-28 11:43:57.761 INFO 19920 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
-2023-09-28 11:43:57.761 INFO 19920 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
|
|
|
-2023-09-28 11:43:59.226 INFO 19920 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9118
|
|
|
-2023-09-28 11:43:59.402 INFO 19920 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-09-28 11:43:59.405 INFO 19920 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-09-28 11:44:00.136 INFO 19920 --- [main] com.gyee.alarm.init.CacheContext : 121
|
|
|
-2023-09-28 11:44:01.813 INFO 19920 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
-2023-09-28 11:48:59.872 INFO 19920 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 11:48:59.872 INFO 19920 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
|
|
|
-2023-09-28 11:48:59.878 INFO 19920 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job registry-remove success, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='alarmStat-job-new', registryValue='http://192.168.56.1:9118/'}, registryResult:ReturnT [code=200, msg=null, content=null]
|
|
|
-2023-09-28 11:48:59.879 INFO 19920 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job, executor registry thread destroy.
|
|
|
-2023-09-28 11:48:59.879 INFO 19920 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
|
|
|
-2023-09-28 11:48:59.880 INFO 19920 --- [xxl-job, executor JobLogFileCleanThread] c.x.j.core.thread.JobLogFileCleanThread : >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
|
|
|
-2023-09-28 11:48:59.881 INFO 19920 --- [xxl-job, executor TriggerCallbackThread] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor callback thread destroy.
|
|
|
-2023-09-28 11:48:59.881 INFO 19920 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
|
|
|
-2023-09-28 11:49:00.104 INFO 19920 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
|
-2023-09-28 11:49:00.108 INFO 19920 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
|
|
|
-2023-09-28 11:49:00.108 INFO 19920 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|
|
|
-2023-09-28 11:49:00.108 INFO 19920 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
|
-2023-09-28 11:50:41.214 INFO 8332 --- [main] com.gyee.AalarmStatTest : Starting AalarmStatTest on sltc with PID 8332 (E:\idea_workspace\alarmNew\alarm-stat\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
-2023-09-28 11:50:41.228 INFO 8332 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
|
|
|
-2023-09-28 11:50:42.605 INFO 8332 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-09-28 11:50:42.607 INFO 8332 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
-2023-09-28 11:50:42.691 INFO 8332 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 70ms. Found 0 Redis repository interfaces.
|
|
|
-2023-09-28 11:50:43.209 INFO 8332 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 11:50:43.216 INFO 8332 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$7812314e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 11:50:43.237 INFO 8332 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 11:50:44.040 INFO 8332 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
|
|
|
-2023-09-28 11:50:44.050 INFO 8332 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-09-28 11:50:44.050 INFO 8332 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
-2023-09-28 11:50:44.176 INFO 8332 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-09-28 11:50:44.177 INFO 8332 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2695 ms
|
|
|
-2023-09-28 11:50:44.539 INFO 8332 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
-2023-09-28 11:50:44.541 ERROR 8332 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
-2023-09-28 11:50:44.542 INFO 8332 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
-2023-09-28 11:50:44.543 INFO 8332 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
-2023-09-28 11:50:44.543 INFO 8332 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
-2023-09-28 11:50:44.543 INFO 8332 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
-2023-09-28 11:50:46.865 ERROR 8332 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
|
|
|
-2023-09-28 11:50:48.562 INFO 8332 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
|
|
|
-2023-09-28 11:50:48.749 INFO 8332 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 11:50:49.168 INFO 8332 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
-2023-09-28 11:50:49.229 INFO 8332 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job register jobhandler success, name:alarmStat_earlyReport, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@50a1af86[class com.gyee.alarm.task.SaticScheduleTask#alarmStat_earlyReport]
|
|
|
-2023-09-28 11:50:49.279 WARN 8332 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job accessToken is empty. To ensure system security, please set the accessToken.
|
|
|
-2023-09-28 11:50:49.320 INFO 8332 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6019 (http) with context path ''
|
|
|
-2023-09-28 11:50:49.323 INFO 8332 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 8.637 seconds (JVM running for 9.14)
|
|
|
-2023-09-28 11:50:49.328 INFO 8332 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
-2023-09-28 11:50:49.329 INFO 8332 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
|
|
|
-2023-09-28 11:50:50.771 INFO 8332 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9118
|
|
|
-2023-09-28 11:50:50.885 INFO 8332 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-09-28 11:50:50.887 INFO 8332 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-09-28 11:50:51.639 INFO 8332 --- [main] com.gyee.alarm.init.CacheContext : 121
|
|
|
-2023-09-28 11:50:53.770 INFO 8332 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
-2023-09-28 11:57:35.248 INFO 8332 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 11:57:35.248 INFO 8332 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
|
|
|
-2023-09-28 11:57:35.252 INFO 8332 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job registry-remove success, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='alarmStat-job-new', registryValue='http://192.168.56.1:9118/'}, registryResult:ReturnT [code=200, msg=null, content=null]
|
|
|
-2023-09-28 11:57:35.253 INFO 8332 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job, executor registry thread destroy.
|
|
|
-2023-09-28 11:57:35.253 INFO 8332 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
|
|
|
-2023-09-28 11:57:35.253 INFO 8332 --- [xxl-job, executor JobLogFileCleanThread] c.x.j.core.thread.JobLogFileCleanThread : >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
|
|
|
-2023-09-28 11:57:35.254 INFO 8332 --- [xxl-job, executor TriggerCallbackThread] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor callback thread destroy.
|
|
|
-2023-09-28 11:57:35.254 INFO 8332 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
|
|
|
-2023-09-28 11:57:35.477 INFO 8332 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
|
-2023-09-28 11:57:35.481 INFO 8332 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
|
|
|
-2023-09-28 11:57:35.482 INFO 8332 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|
|
|
-2023-09-28 11:57:35.482 INFO 8332 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
|
-2023-09-28 11:57:40.550 INFO 8440 --- [main] com.gyee.AalarmStatTest : Starting AalarmStatTest on sltc with PID 8440 (E:\idea_workspace\alarmNew\alarm-stat\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
-2023-09-28 11:57:40.552 INFO 8440 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
|
|
|
-2023-09-28 11:57:41.863 INFO 8440 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-09-28 11:57:41.865 INFO 8440 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
-2023-09-28 11:57:41.941 INFO 8440 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 63ms. Found 0 Redis repository interfaces.
|
|
|
-2023-09-28 11:57:42.455 INFO 8440 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 11:57:42.461 INFO 8440 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$3f561c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 11:57:42.486 INFO 8440 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 11:57:43.271 INFO 8440 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
|
|
|
-2023-09-28 11:57:43.280 INFO 8440 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-09-28 11:57:43.280 INFO 8440 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
-2023-09-28 11:57:43.396 INFO 8440 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-09-28 11:57:43.396 INFO 8440 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2604 ms
|
|
|
-2023-09-28 11:57:43.754 INFO 8440 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
-2023-09-28 11:57:43.757 ERROR 8440 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
-2023-09-28 11:57:43.758 INFO 8440 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
-2023-09-28 11:57:43.758 INFO 8440 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
-2023-09-28 11:57:43.758 INFO 8440 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
-2023-09-28 11:57:43.758 INFO 8440 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
-2023-09-28 11:57:46.064 ERROR 8440 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
|
|
|
-2023-09-28 11:57:47.680 INFO 8440 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
|
|
|
-2023-09-28 11:57:47.840 INFO 8440 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 11:57:48.214 INFO 8440 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
-2023-09-28 11:57:48.273 INFO 8440 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job register jobhandler success, name:alarmStat_earlyReport, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@3c8dea0b[class com.gyee.alarm.task.SaticScheduleTask#alarmStat_earlyReport]
|
|
|
-2023-09-28 11:57:48.315 WARN 8440 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job accessToken is empty. To ensure system security, please set the accessToken.
|
|
|
-2023-09-28 11:57:48.357 INFO 8440 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6019 (http) with context path ''
|
|
|
-2023-09-28 11:57:48.359 INFO 8440 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 8.331 seconds (JVM running for 8.846)
|
|
|
-2023-09-28 11:57:48.365 INFO 8440 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
-2023-09-28 11:57:48.365 INFO 8440 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
|
|
|
-2023-09-28 11:57:49.785 INFO 8440 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9118
|
|
|
-2023-09-28 11:57:49.893 INFO 8440 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-09-28 11:57:49.896 INFO 8440 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-09-28 11:57:50.651 INFO 8440 --- [main] com.gyee.alarm.init.CacheContext : 121
|
|
|
-2023-09-28 11:57:52.393 INFO 8440 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
-2023-09-28 11:59:13.289 INFO 8440 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 11:59:13.291 INFO 8440 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
|
|
|
-2023-09-28 11:59:13.294 INFO 8440 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job registry-remove success, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='alarmStat-job-new', registryValue='http://192.168.56.1:9118/'}, registryResult:ReturnT [code=200, msg=null, content=null]
|
|
|
-2023-09-28 11:59:13.294 INFO 8440 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job, executor registry thread destroy.
|
|
|
-2023-09-28 11:59:13.294 INFO 8440 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
|
|
|
-2023-09-28 11:59:13.295 INFO 8440 --- [xxl-job, executor JobLogFileCleanThread] c.x.j.core.thread.JobLogFileCleanThread : >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
|
|
|
-2023-09-28 11:59:13.295 INFO 8440 --- [xxl-job, executor TriggerCallbackThread] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor callback thread destroy.
|
|
|
-2023-09-28 11:59:13.295 INFO 8440 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
|
|
|
-2023-09-28 11:59:13.426 INFO 8440 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
|
-2023-09-28 11:59:13.429 INFO 8440 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
|
|
|
-2023-09-28 11:59:13.467 INFO 8440 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|
|
|
-2023-09-28 11:59:13.467 INFO 8440 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
|
-2023-09-28 14:32:47.718 INFO 21828 --- [main] com.gyee.AalarmStatTest : Starting AalarmStatTest on sltc with PID 21828 (E:\idea_workspace\alarmNew\alarm-stat\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
-2023-09-28 14:32:47.721 INFO 21828 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
|
|
|
-2023-09-28 14:32:49.296 INFO 21828 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-09-28 14:32:49.300 INFO 21828 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
-2023-09-28 14:32:49.401 INFO 21828 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 80ms. Found 0 Redis repository interfaces.
|
|
|
-2023-09-28 14:32:49.959 INFO 21828 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 14:32:49.966 INFO 21828 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$28bf98f4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 14:32:49.990 INFO 21828 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 14:32:50.778 INFO 21828 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
|
|
|
-2023-09-28 14:32:50.788 INFO 21828 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-09-28 14:32:50.788 INFO 21828 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
-2023-09-28 14:32:50.915 INFO 21828 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-09-28 14:32:50.915 INFO 21828 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2913 ms
|
|
|
-2023-09-28 14:32:51.287 INFO 21828 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
-2023-09-28 14:32:51.289 ERROR 21828 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
-2023-09-28 14:32:51.290 INFO 21828 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
-2023-09-28 14:32:51.290 INFO 21828 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
-2023-09-28 14:32:51.290 INFO 21828 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
-2023-09-28 14:32:51.290 INFO 21828 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
-2023-09-28 14:32:53.619 ERROR 21828 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
|
|
|
-2023-09-28 14:32:55.232 INFO 21828 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
|
|
|
-2023-09-28 14:32:55.416 INFO 21828 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 14:32:55.811 INFO 21828 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
-2023-09-28 14:32:55.875 INFO 21828 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job register jobhandler success, name:alarmStat_earlyReport, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@2d02a066[class com.gyee.alarm.task.SaticScheduleTask#alarmStat_earlyReport]
|
|
|
-2023-09-28 14:32:55.918 WARN 21828 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job accessToken is empty. To ensure system security, please set the accessToken.
|
|
|
-2023-09-28 14:32:55.956 INFO 21828 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6019 (http) with context path ''
|
|
|
-2023-09-28 14:32:55.959 INFO 21828 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 8.797 seconds (JVM running for 9.375)
|
|
|
-2023-09-28 14:32:55.964 INFO 21828 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
-2023-09-28 14:32:55.964 INFO 21828 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
|
|
|
-2023-09-28 14:32:57.335 INFO 21828 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-09-28 14:32:57.339 INFO 21828 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-09-28 14:32:57.396 INFO 21828 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9118
|
|
|
-2023-09-28 14:32:58.040 INFO 21828 --- [main] com.gyee.alarm.init.CacheContext : 121
|
|
|
-2023-09-28 14:32:59.547 INFO 21828 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
-2023-09-28 14:38:22.605 INFO 21828 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 14:38:22.606 INFO 21828 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
|
|
|
-2023-09-28 14:38:22.608 INFO 21828 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job registry-remove success, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='alarmStat-job-new', registryValue='http://192.168.56.1:9118/'}, registryResult:ReturnT [code=200, msg=null, content=null]
|
|
|
-2023-09-28 14:38:22.609 INFO 21828 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job, executor registry thread destroy.
|
|
|
-2023-09-28 14:38:22.609 INFO 21828 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
|
|
|
-2023-09-28 14:38:22.609 INFO 21828 --- [xxl-job, executor JobLogFileCleanThread] c.x.j.core.thread.JobLogFileCleanThread : >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
|
|
|
-2023-09-28 14:38:22.609 INFO 21828 --- [xxl-job, executor TriggerCallbackThread] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor callback thread destroy.
|
|
|
-2023-09-28 14:38:22.610 INFO 21828 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
|
|
|
-2023-09-28 14:38:22.833 INFO 21828 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
|
-2023-09-28 14:38:22.836 INFO 21828 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
|
|
|
-2023-09-28 14:38:22.848 INFO 21828 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|
|
|
-2023-09-28 14:38:22.848 INFO 21828 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
|
-2023-09-28 14:39:15.242 INFO 14812 --- [main] com.gyee.AalarmStatTest : Starting AalarmStatTest on sltc with PID 14812 (E:\idea_workspace\alarmNew\alarm-stat\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
-2023-09-28 14:39:15.245 INFO 14812 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
|
|
|
-2023-09-28 14:39:16.579 INFO 14812 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-09-28 14:39:16.582 INFO 14812 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
-2023-09-28 14:39:16.668 INFO 14812 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 71ms. Found 0 Redis repository interfaces.
|
|
|
-2023-09-28 14:39:17.225 INFO 14812 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 14:39:17.231 INFO 14812 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$5a028f2c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 14:39:17.253 INFO 14812 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 14:39:18.065 INFO 14812 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
|
|
|
-2023-09-28 14:39:18.075 INFO 14812 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-09-28 14:39:18.075 INFO 14812 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
-2023-09-28 14:39:18.200 INFO 14812 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-09-28 14:39:18.200 INFO 14812 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2718 ms
|
|
|
-2023-09-28 14:39:18.537 INFO 14812 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
-2023-09-28 14:39:18.539 ERROR 14812 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
-2023-09-28 14:39:18.540 INFO 14812 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
-2023-09-28 14:39:18.540 INFO 14812 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
-2023-09-28 14:39:18.541 INFO 14812 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
-2023-09-28 14:39:18.541 INFO 14812 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
-2023-09-28 14:39:20.873 ERROR 14812 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
|
|
|
-2023-09-28 14:39:22.535 INFO 14812 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
|
|
|
-2023-09-28 14:39:22.701 INFO 14812 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 14:39:23.079 INFO 14812 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
-2023-09-28 14:39:23.156 INFO 14812 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job register jobhandler success, name:alarmStat_earlyReport, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@2f498f21[class com.gyee.alarm.task.SaticScheduleTask#alarmStat_earlyReport]
|
|
|
-2023-09-28 14:39:23.193 WARN 14812 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job accessToken is empty. To ensure system security, please set the accessToken.
|
|
|
-2023-09-28 14:39:23.229 INFO 14812 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6019 (http) with context path ''
|
|
|
-2023-09-28 14:39:23.231 INFO 14812 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 8.519 seconds (JVM running for 9.045)
|
|
|
-2023-09-28 14:39:23.236 INFO 14812 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
-2023-09-28 14:39:23.237 INFO 14812 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
|
|
|
-2023-09-28 14:39:24.401 INFO 14812 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-09-28 14:39:24.403 INFO 14812 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-09-28 14:39:24.707 INFO 14812 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9118
|
|
|
-2023-09-28 14:39:25.257 INFO 14812 --- [main] com.gyee.alarm.init.CacheContext : 121
|
|
|
-2023-09-28 14:39:26.842 INFO 14812 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
-2023-09-28 14:57:07.858 INFO 14812 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 14:57:07.859 INFO 14812 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
|
|
|
-2023-09-28 14:57:07.867 INFO 14812 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job registry-remove success, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='alarmStat-job-new', registryValue='http://192.168.56.1:9118/'}, registryResult:ReturnT [code=200, msg=null, content=null]
|
|
|
-2023-09-28 14:57:07.867 INFO 14812 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job, executor registry thread destroy.
|
|
|
-2023-09-28 14:57:07.867 INFO 14812 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
|
|
|
-2023-09-28 14:57:07.868 INFO 14812 --- [xxl-job, executor JobLogFileCleanThread] c.x.j.core.thread.JobLogFileCleanThread : >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
|
|
|
-2023-09-28 14:57:07.868 INFO 14812 --- [xxl-job, executor TriggerCallbackThread] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor callback thread destroy.
|
|
|
-2023-09-28 14:57:07.869 INFO 14812 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
|
|
|
-2023-09-28 14:57:08.088 INFO 14812 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
|
-2023-09-28 14:57:08.094 INFO 14812 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
|
|
|
-2023-09-28 14:57:08.094 INFO 14812 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|
|
|
-2023-09-28 14:57:08.095 INFO 14812 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
|
-2023-09-28 14:57:13.646 INFO 24340 --- [main] com.gyee.AalarmStatTest : Starting AalarmStatTest on sltc with PID 24340 (E:\idea_workspace\alarmNew\alarm-stat\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
-2023-09-28 14:57:13.649 INFO 24340 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
|
|
|
-2023-09-28 14:57:14.962 INFO 24340 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-09-28 14:57:14.965 INFO 24340 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
-2023-09-28 14:57:15.051 INFO 24340 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 72ms. Found 0 Redis repository interfaces.
|
|
|
-2023-09-28 14:57:15.550 INFO 24340 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 14:57:15.557 INFO 24340 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$abefce67] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 14:57:15.581 INFO 24340 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 14:57:16.346 INFO 24340 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
|
|
|
-2023-09-28 14:57:16.356 INFO 24340 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-09-28 14:57:16.356 INFO 24340 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
-2023-09-28 14:57:16.474 INFO 24340 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-09-28 14:57:16.475 INFO 24340 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2596 ms
|
|
|
-2023-09-28 14:57:16.819 INFO 24340 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
-2023-09-28 14:57:16.821 ERROR 24340 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
-2023-09-28 14:57:16.822 INFO 24340 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
-2023-09-28 14:57:16.823 INFO 24340 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
-2023-09-28 14:57:16.823 INFO 24340 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
-2023-09-28 14:57:16.823 INFO 24340 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
-2023-09-28 14:57:19.137 ERROR 24340 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
|
|
|
-2023-09-28 14:57:20.781 INFO 24340 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
|
|
|
-2023-09-28 14:57:20.946 INFO 24340 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 14:57:21.324 INFO 24340 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
-2023-09-28 14:57:21.384 INFO 24340 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job register jobhandler success, name:alarmStat_earlyReport, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@2af3b054[class com.gyee.alarm.task.SaticScheduleTask#alarmStat_earlyReport]
|
|
|
-2023-09-28 14:57:21.431 WARN 24340 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job accessToken is empty. To ensure system security, please set the accessToken.
|
|
|
-2023-09-28 14:57:21.475 INFO 24340 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6019 (http) with context path ''
|
|
|
-2023-09-28 14:57:21.479 INFO 24340 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 8.404 seconds (JVM running for 8.95)
|
|
|
-2023-09-28 14:57:21.487 INFO 24340 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
-2023-09-28 14:57:21.487 INFO 24340 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
|
|
|
-2023-09-28 14:57:22.929 INFO 24340 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-09-28 14:57:22.931 INFO 24340 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-09-28 14:57:23.096 INFO 24340 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9118
|
|
|
-2023-09-28 14:57:23.674 INFO 24340 --- [main] com.gyee.alarm.init.CacheContext : 121
|
|
|
-2023-09-28 14:57:24.982 INFO 24340 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
-2023-09-28 14:59:21.498 INFO 24340 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 14:59:21.499 INFO 24340 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
|
|
|
-2023-09-28 14:59:21.509 INFO 24340 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job registry-remove success, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='alarmStat-job-new', registryValue='http://192.168.56.1:9118/'}, registryResult:ReturnT [code=200, msg=null, content=null]
|
|
|
-2023-09-28 14:59:21.509 INFO 24340 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job, executor registry thread destroy.
|
|
|
-2023-09-28 14:59:21.509 INFO 24340 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
|
|
|
-2023-09-28 14:59:21.510 INFO 24340 --- [xxl-job, executor JobLogFileCleanThread] c.x.j.core.thread.JobLogFileCleanThread : >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
|
|
|
-2023-09-28 14:59:21.510 INFO 24340 --- [xxl-job, executor TriggerCallbackThread] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor callback thread destroy.
|
|
|
-2023-09-28 14:59:21.510 INFO 24340 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
|
|
|
-2023-09-28 14:59:21.631 INFO 24340 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
|
-2023-09-28 14:59:21.635 INFO 24340 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
|
|
|
-2023-09-28 14:59:21.636 INFO 24340 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|
|
|
-2023-09-28 14:59:21.636 INFO 24340 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
|
-2023-09-28 14:59:24.809 INFO 21024 --- [main] com.gyee.AalarmStatTest : Starting AalarmStatTest on sltc with PID 21024 (E:\idea_workspace\alarmNew\alarm-stat\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
-2023-09-28 14:59:24.811 INFO 21024 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
|
|
|
-2023-09-28 14:59:26.130 INFO 21024 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-09-28 14:59:26.132 INFO 21024 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
-2023-09-28 14:59:26.218 INFO 21024 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 71ms. Found 0 Redis repository interfaces.
|
|
|
-2023-09-28 14:59:26.746 INFO 21024 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 14:59:26.752 INFO 21024 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$6699c0a6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 14:59:26.773 INFO 21024 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-28 14:59:27.543 INFO 21024 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
|
|
|
-2023-09-28 14:59:27.552 INFO 21024 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-09-28 14:59:27.553 INFO 21024 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
-2023-09-28 14:59:27.673 INFO 21024 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-09-28 14:59:27.673 INFO 21024 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2638 ms
|
|
|
-2023-09-28 14:59:28.033 INFO 21024 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
-2023-09-28 14:59:28.035 ERROR 21024 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
-2023-09-28 14:59:28.036 INFO 21024 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
-2023-09-28 14:59:28.036 INFO 21024 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
-2023-09-28 14:59:28.036 INFO 21024 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
-2023-09-28 14:59:28.037 INFO 21024 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
-2023-09-28 14:59:30.301 ERROR 21024 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
|
|
|
-2023-09-28 14:59:31.937 INFO 21024 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
|
|
|
-2023-09-28 14:59:32.116 INFO 21024 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 14:59:32.488 INFO 21024 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
-2023-09-28 14:59:32.543 INFO 21024 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job register jobhandler success, name:alarmStat_earlyReport, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@2ff62720[class com.gyee.alarm.task.SaticScheduleTask#alarmStat_earlyReport]
|
|
|
-2023-09-28 14:59:32.585 WARN 21024 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job accessToken is empty. To ensure system security, please set the accessToken.
|
|
|
-2023-09-28 14:59:32.620 INFO 21024 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6019 (http) with context path ''
|
|
|
-2023-09-28 14:59:32.623 INFO 21024 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 8.353 seconds (JVM running for 9.072)
|
|
|
-2023-09-28 14:59:32.628 INFO 21024 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
-2023-09-28 14:59:32.628 INFO 21024 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
|
|
|
-2023-09-28 14:59:33.889 INFO 21024 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-09-28 14:59:33.891 INFO 21024 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-09-28 14:59:34.113 INFO 21024 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9118
|
|
|
-2023-09-28 14:59:34.738 INFO 21024 --- [main] com.gyee.alarm.init.CacheContext : 121
|
|
|
-2023-09-28 14:59:36.425 INFO 21024 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
-2023-09-28 15:49:18.697 INFO 21024 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-28 15:49:18.698 INFO 21024 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
|
|
|
-2023-09-28 15:49:18.704 INFO 21024 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job registry-remove success, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='alarmStat-job-new', registryValue='http://192.168.56.1:9118/'}, registryResult:ReturnT [code=200, msg=null, content=null]
|
|
|
-2023-09-28 15:49:18.704 INFO 21024 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job, executor registry thread destroy.
|
|
|
-2023-09-28 15:49:18.704 INFO 21024 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
|
|
|
-2023-09-28 15:49:18.705 INFO 21024 --- [xxl-job, executor JobLogFileCleanThread] c.x.j.core.thread.JobLogFileCleanThread : >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
|
|
|
-2023-09-28 15:49:18.705 INFO 21024 --- [xxl-job, executor TriggerCallbackThread] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor callback thread destroy.
|
|
|
-2023-09-28 15:49:18.706 INFO 21024 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
|
|
|
-2023-09-28 15:49:18.933 INFO 21024 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
|
-2023-09-28 15:49:18.939 INFO 21024 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
|
|
|
-2023-09-28 15:49:18.940 INFO 21024 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|
|
|
-2023-09-28 15:49:18.941 INFO 21024 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
|
+2023-10-05 10:51:05.072 INFO 20496 --- [main] com.gyee.alarm.AlarmScannerMain : Starting AlarmScannerMain on sltc with PID 20496 (E:\idea_workspace\alarmNew\alarm-scanner\target\classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
+2023-10-05 10:51:05.088 INFO 20496 --- [main] com.gyee.alarm.AlarmScannerMain : The following profiles are active: wt
|
|
|
+2023-10-05 10:51:06.795 INFO 20496 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
+2023-10-05 10:51:06.797 INFO 20496 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
+2023-10-05 10:51:06.891 INFO 20496 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 76ms. Found 0 Redis repository interfaces.
|
|
|
+2023-10-05 10:51:07.280 INFO 20496 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-10-05 10:51:07.288 INFO 20496 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$dc8036c9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-10-05 10:51:07.304 INFO 20496 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-10-05 10:51:07.626 INFO 20496 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6012 (http)
|
|
|
+2023-10-05 10:51:07.637 INFO 20496 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
+2023-10-05 10:51:07.637 INFO 20496 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
+2023-10-05 10:51:07.789 INFO 20496 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
+2023-10-05 10:51:07.790 INFO 20496 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2472 ms
|
|
|
+2023-10-05 10:51:08.171 INFO 20496 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
+2023-10-05 10:51:08.174 ERROR 20496 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
+2023-10-05 10:51:08.174 INFO 20496 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
+2023-10-05 10:51:08.174 INFO 20496 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
+2023-10-05 10:51:08.175 INFO 20496 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
+2023-10-05 10:51:08.175 INFO 20496 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
+2023-10-05 10:51:09.957 ERROR 20496 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
|
|
|
+2023-10-05 10:51:10.132 INFO 20496 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService
|
|
|
+2023-10-05 10:51:10.134 INFO 20496 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'taskExecutor'
|
|
|
+2023-10-05 10:51:14.288 INFO 20496 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
+2023-10-05 10:51:14.299 INFO 20496 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
+2023-10-05 10:51:14.447 INFO 20496 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6012 (http) with context path ''
|
|
|
+2023-10-05 10:51:14.450 INFO 20496 --- [main] com.gyee.alarm.AlarmScannerMain : Started AlarmScannerMain in 9.875 seconds (JVM running for 11.73)
|
|
|
+2023-10-05 10:51:14.455 INFO 20496 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
+2023-10-05 10:51:14.455 INFO 20496 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_YLZ_FDC_STA------------------6
|
|
|
+2023-10-05 10:51:16.077 INFO 20496 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
+2023-10-05 10:51:16.081 INFO 20496 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
+2023-10-05 10:51:18.638 INFO 20496 --- [main] com.gyee.alarm.init.CacheContext : 239
|
|
|
+2023-10-05 10:51:22.413 INFO 20496 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
+2023-10-05 10:51:22.414 WARN 20496 --- [main] com.gyee.alarm.CalculateServer : 警计算服务启动......
|
|
|
+2023-10-05 10:51:22.414 INFO 20496 --- [main] com.gyee.alarm.CalculateServer : 开始加载配置及测点数据......
|
|
|
+2023-10-05 10:51:25.122 INFO 20496 --- [RMI TCP Connection(20)-192.168.56.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
+2023-10-05 10:51:25.123 INFO 20496 --- [RMI TCP Connection(20)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
+2023-10-05 10:51:25.138 INFO 20496 --- [RMI TCP Connection(20)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 14 ms
|
|
|
+2023-10-05 10:51:37.941 INFO 20496 --- [SpringContextShutdownHook] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
+2023-10-05 10:51:37.944 INFO 20496 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'taskExecutor'
|
|
|
+2023-10-05 10:51:38.177 INFO 20496 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
|
+2023-10-05 10:51:38.183 INFO 20496 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
|
|
|
+2023-10-05 10:51:38.186 INFO 20496 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|
|
|
+2023-10-05 10:51:38.186 INFO 20496 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
|
+2023-10-05 10:51:38.201 ERROR 20496 --- [main] com.gyee.alarm.CalculateServer : nested exception is org.apache.ibatis.exceptions.PersistenceException:
|
|
|
+### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is com.alibaba.druid.pool.DataSourceClosedException: dataSource already closed at Thu Oct 05 10:51:38 CST 2023
|
|
|
+### The error may exist in com/gyee/alarm/mapper/auto/AlarmTsMapper.java (best guess)
|
|
|
+### The error may involve com.gyee.alarm.mapper.auto.AlarmTsMapper.selectLastRowByTbname
|
|
|
+### The error occurred while executing a query
|
|
|
+### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is com.alibaba.druid.pool.DataSourceClosedException: dataSource already closed at Thu Oct 05 10:51:38 CST 2023
|
|
|
+2023-10-05 10:51:44.116 INFO 16112 --- [main] com.gyee.alarm.AlarmScannerMain : Starting AlarmScannerMain on sltc with PID 16112 (E:\idea_workspace\alarmNew\alarm-scanner\target\classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
+2023-10-05 10:51:44.120 INFO 16112 --- [main] com.gyee.alarm.AlarmScannerMain : The following profiles are active: wt
|
|
|
+2023-10-05 10:51:45.536 INFO 16112 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
+2023-10-05 10:51:45.539 INFO 16112 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
+2023-10-05 10:51:45.622 INFO 16112 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 69ms. Found 0 Redis repository interfaces.
|
|
|
+2023-10-05 10:51:46.625 INFO 16112 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-10-05 10:51:46.635 INFO 16112 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$4cdcc045] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-10-05 10:51:46.651 INFO 16112 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-10-05 10:51:46.992 INFO 16112 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6012 (http)
|
|
|
+2023-10-05 10:51:47.003 INFO 16112 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
+2023-10-05 10:51:47.003 INFO 16112 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
+2023-10-05 10:51:47.155 INFO 16112 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
+2023-10-05 10:51:47.156 INFO 16112 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2762 ms
|
|
|
+2023-10-05 10:51:47.489 INFO 16112 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
+2023-10-05 10:51:47.491 ERROR 16112 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
+2023-10-05 10:51:47.492 INFO 16112 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
+2023-10-05 10:51:47.492 INFO 16112 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
+2023-10-05 10:51:47.492 INFO 16112 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
+2023-10-05 10:51:47.493 INFO 16112 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
+2023-10-05 10:51:49.294 ERROR 16112 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
|
|
|
+2023-10-05 10:51:49.442 INFO 16112 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService
|
|
|
+2023-10-05 10:51:49.444 INFO 16112 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'taskExecutor'
|
|
|
+2023-10-05 10:51:53.734 INFO 16112 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
+2023-10-05 10:51:53.744 INFO 16112 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
+2023-10-05 10:51:53.873 INFO 16112 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6012 (http) with context path ''
|
|
|
+2023-10-05 10:51:53.876 INFO 16112 --- [main] com.gyee.alarm.AlarmScannerMain : Started AlarmScannerMain in 10.353 seconds (JVM running for 12.715)
|
|
|
+2023-10-05 10:51:53.880 INFO 16112 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
+2023-10-05 10:51:53.880 INFO 16112 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_YLZ_FDC_STA------------------6
|
|
|
+2023-10-05 10:51:55.388 INFO 16112 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
+2023-10-05 10:51:55.391 INFO 16112 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
+2023-10-05 10:51:57.542 INFO 16112 --- [main] com.gyee.alarm.init.CacheContext : 239
|
|
|
+2023-10-05 10:52:00.694 INFO 16112 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
+2023-10-05 10:52:00.695 WARN 16112 --- [main] com.gyee.alarm.CalculateServer : 警计算服务启动......
|
|
|
+2023-10-05 10:52:00.695 INFO 16112 --- [main] com.gyee.alarm.CalculateServer : 开始加载配置及测点数据......
|
|
|
+2023-10-05 10:52:01.563 INFO 16112 --- [RMI TCP Connection(12)-192.168.56.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
+2023-10-05 10:52:01.564 INFO 16112 --- [RMI TCP Connection(12)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
+2023-10-05 10:52:01.580 INFO 16112 --- [RMI TCP Connection(12)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 16 ms
|
|
|
+2023-10-05 10:54:40.293 INFO 16112 --- [main] c.g.alarm.service.AlarmScannerService : 总数:127904,线程数:3,分块大小:50000
|
|
|
+2023-10-05 10:54:40.714 INFO 16112 --- [SpringContextShutdownHook] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
+2023-10-05 10:54:40.717 INFO 16112 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'taskExecutor'
|
|
|
+2023-10-05 10:54:40.953 INFO 16112 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
|
+2023-10-05 10:54:40.959 INFO 16112 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
|
|
|
+2023-10-05 10:54:40.961 INFO 16112 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|
|
|
+2023-10-05 10:54:40.961 INFO 16112 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
|
+2023-10-05 10:54:41.833 INFO 16112 --- [Thread-36] com.gyee.alarm.task.thread.AlarmThread : 创建任务并提交到线程池中:task@ 1
|