ota.log 149 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874
  1. 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)
  2. 2023-09-28 10:49:43.065 INFO 1852 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
  3. 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!
  4. 2023-09-28 10:49:44.465 INFO 1852 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  5. 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.
  6. 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)
  7. 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)
  8. 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)
  9. 2023-09-28 10:49:45.827 INFO 1852 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
  10. 2023-09-28 10:49:45.836 INFO 1852 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  11. 2023-09-28 10:49:45.836 INFO 1852 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  12. 2023-09-28 10:49:45.954 INFO 1852 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  13. 2023-09-28 10:49:45.955 INFO 1852 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2631 ms
  14. 2023-09-28 10:49:46.294 INFO 1852 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  15. 2023-09-28 10:49:46.297 ERROR 1852 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  16. 2023-09-28 10:49:46.298 INFO 1852 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  17. 2023-09-28 10:49:46.298 INFO 1852 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  18. 2023-09-28 10:49:46.298 INFO 1852 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  19. 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]
  20. 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
  21. 2023-09-28 10:49:51.152 INFO 1852 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
  22. 2023-09-28 10:49:51.311 INFO 1852 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  23. 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'
  24. 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]
  25. 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.
  26. 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 ''
  27. 2023-09-28 10:49:51.779 INFO 1852 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 9.173 seconds (JVM running for 9.667)
  28. 2023-09-28 10:49:51.783 INFO 1852 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  29. 2023-09-28 10:49:51.783 INFO 1852 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
  30. 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
  31. 2023-09-28 10:49:53.179 INFO 1852 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  32. 2023-09-28 10:49:53.182 INFO 1852 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  33. 2023-09-28 10:49:53.797 INFO 1852 --- [main] com.gyee.alarm.init.CacheContext : 121
  34. 2023-09-28 10:49:55.535 INFO 1852 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  35. 2023-09-28 10:50:04.284 INFO 1852 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  36. 2023-09-28 10:50:04.285 INFO 1852 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
  37. 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]
  38. 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.
  39. 2023-09-28 10:50:04.289 INFO 1852 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
  40. 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.
  41. 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.
  42. 2023-09-28 10:50:04.291 INFO 1852 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
  43. 2023-09-28 10:50:04.508 INFO 1852 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  44. 2023-09-28 10:50:04.511 INFO 1852 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  45. 2023-09-28 10:50:04.511 INFO 1852 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  46. 2023-09-28 10:50:04.511 INFO 1852 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  47. 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)
  48. 2023-09-28 10:50:07.957 INFO 12060 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
  49. 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!
  50. 2023-09-28 10:50:09.313 INFO 12060 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  51. 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.
  52. 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)
  53. 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)
  54. 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)
  55. 2023-09-28 10:50:10.769 INFO 12060 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
  56. 2023-09-28 10:50:10.778 INFO 12060 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  57. 2023-09-28 10:50:10.779 INFO 12060 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  58. 2023-09-28 10:50:10.893 INFO 12060 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  59. 2023-09-28 10:50:10.893 INFO 12060 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2644 ms
  60. 2023-09-28 10:50:11.252 INFO 12060 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  61. 2023-09-28 10:50:11.254 ERROR 12060 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  62. 2023-09-28 10:50:11.255 INFO 12060 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  63. 2023-09-28 10:50:11.256 INFO 12060 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  64. 2023-09-28 10:50:11.256 INFO 12060 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  65. 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]
  66. 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
  67. 2023-09-28 10:50:15.148 INFO 12060 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
  68. 2023-09-28 10:50:15.309 INFO 12060 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  69. 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'
  70. 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]
  71. 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.
  72. 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 ''
  73. 2023-09-28 10:50:15.863 INFO 12060 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 8.594 seconds (JVM running for 9.468)
  74. 2023-09-28 10:50:15.868 INFO 12060 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  75. 2023-09-28 10:50:15.868 INFO 12060 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
  76. 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
  77. 2023-09-28 10:50:17.393 INFO 12060 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  78. 2023-09-28 10:50:17.395 INFO 12060 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  79. 2023-09-28 10:50:18.104 INFO 12060 --- [main] com.gyee.alarm.init.CacheContext : 121
  80. 2023-09-28 10:50:19.657 INFO 12060 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  81. 2023-09-28 10:52:29.128 INFO 12060 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  82. 2023-09-28 10:52:29.129 INFO 12060 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
  83. 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]
  84. 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.
  85. 2023-09-28 10:52:29.134 INFO 12060 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
  86. 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.
  87. 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.
  88. 2023-09-28 10:52:29.135 INFO 12060 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
  89. 2023-09-28 10:52:29.358 INFO 12060 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  90. 2023-09-28 10:52:29.362 INFO 12060 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  91. 2023-09-28 10:52:29.363 INFO 12060 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  92. 2023-09-28 10:52:29.363 INFO 12060 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  93. 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)
  94. 2023-09-28 10:52:33.279 INFO 2652 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
  95. 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!
  96. 2023-09-28 10:52:34.696 INFO 2652 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  97. 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.
  98. 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)
  99. 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)
  100. 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)
  101. 2023-09-28 10:52:36.223 INFO 2652 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
  102. 2023-09-28 10:52:36.233 INFO 2652 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  103. 2023-09-28 10:52:36.233 INFO 2652 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  104. 2023-09-28 10:52:36.362 INFO 2652 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  105. 2023-09-28 10:52:36.362 INFO 2652 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2802 ms
  106. 2023-09-28 10:52:36.787 INFO 2652 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  107. 2023-09-28 10:52:36.789 ERROR 2652 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  108. 2023-09-28 10:52:36.790 INFO 2652 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  109. 2023-09-28 10:52:36.790 INFO 2652 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  110. 2023-09-28 10:52:36.791 INFO 2652 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  111. 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]
  112. 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
  113. 2023-09-28 10:52:40.941 INFO 2652 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
  114. 2023-09-28 10:52:41.113 INFO 2652 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  115. 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'
  116. 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]
  117. 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.
  118. 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 ''
  119. 2023-09-28 10:52:41.771 INFO 2652 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 9.231 seconds (JVM running for 10.14)
  120. 2023-09-28 10:52:41.777 INFO 2652 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  121. 2023-09-28 10:52:41.777 INFO 2652 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
  122. 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
  123. 2023-09-28 10:52:43.339 INFO 2652 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  124. 2023-09-28 10:52:43.341 INFO 2652 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  125. 2023-09-28 10:52:43.947 INFO 2652 --- [main] com.gyee.alarm.init.CacheContext : 121
  126. 2023-09-28 10:52:45.312 INFO 2652 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  127. 2023-09-28 10:52:46.697 INFO 2652 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  128. 2023-09-28 10:52:46.698 INFO 2652 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
  129. 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]
  130. 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.
  131. 2023-09-28 10:52:46.704 INFO 2652 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
  132. 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.
  133. 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.
  134. 2023-09-28 10:52:46.705 INFO 2652 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
  135. 2023-09-28 10:52:46.891 INFO 2652 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  136. 2023-09-28 10:52:46.895 INFO 2652 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  137. 2023-09-28 10:52:46.897 INFO 2652 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  138. 2023-09-28 10:52:46.897 INFO 2652 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  139. 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)
  140. 2023-09-28 10:53:15.293 INFO 7320 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
  141. 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!
  142. 2023-09-28 10:53:16.594 INFO 7320 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  143. 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.
  144. 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)
  145. 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)
  146. 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)
  147. 2023-09-28 10:53:18.054 INFO 7320 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
  148. 2023-09-28 10:53:18.063 INFO 7320 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  149. 2023-09-28 10:53:18.063 INFO 7320 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  150. 2023-09-28 10:53:18.180 INFO 7320 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  151. 2023-09-28 10:53:18.181 INFO 7320 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2671 ms
  152. 2023-09-28 10:53:18.529 INFO 7320 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  153. 2023-09-28 10:53:18.532 ERROR 7320 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  154. 2023-09-28 10:53:18.532 INFO 7320 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  155. 2023-09-28 10:53:18.533 INFO 7320 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  156. 2023-09-28 10:53:18.533 INFO 7320 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  157. 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]
  158. 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
  159. 2023-09-28 10:53:22.556 INFO 7320 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
  160. 2023-09-28 10:53:22.719 INFO 7320 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  161. 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'
  162. 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]
  163. 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.
  164. 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 ''
  165. 2023-09-28 10:53:23.216 INFO 7320 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 8.462 seconds (JVM running for 8.974)
  166. 2023-09-28 10:53:23.221 INFO 7320 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  167. 2023-09-28 10:53:23.222 INFO 7320 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
  168. 2023-09-28 10:53:24.573 INFO 7320 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  169. 2023-09-28 10:53:24.577 INFO 7320 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  170. 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
  171. 2023-09-28 10:53:25.327 INFO 7320 --- [main] com.gyee.alarm.init.CacheContext : 121
  172. 2023-09-28 10:53:26.997 INFO 7320 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  173. 2023-09-28 10:54:26.278 INFO 7320 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  174. 2023-09-28 10:54:26.278 INFO 7320 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
  175. 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]
  176. 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.
  177. 2023-09-28 10:54:26.282 INFO 7320 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
  178. 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.
  179. 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.
  180. 2023-09-28 10:54:26.283 INFO 7320 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
  181. 2023-09-28 10:54:26.506 INFO 7320 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  182. 2023-09-28 10:54:26.510 INFO 7320 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  183. 2023-09-28 10:54:26.511 INFO 7320 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  184. 2023-09-28 10:54:26.511 INFO 7320 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  185. 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)
  186. 2023-09-28 10:54:31.945 INFO 12364 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
  187. 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!
  188. 2023-09-28 10:54:33.234 INFO 12364 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  189. 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.
  190. 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)
  191. 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)
  192. 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)
  193. 2023-09-28 10:54:34.763 INFO 12364 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
  194. 2023-09-28 10:54:34.773 INFO 12364 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  195. 2023-09-28 10:54:34.773 INFO 12364 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  196. 2023-09-28 10:54:34.889 INFO 12364 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  197. 2023-09-28 10:54:34.890 INFO 12364 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2735 ms
  198. 2023-09-28 10:54:35.304 INFO 12364 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  199. 2023-09-28 10:54:35.306 ERROR 12364 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  200. 2023-09-28 10:54:35.307 INFO 12364 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  201. 2023-09-28 10:54:35.307 INFO 12364 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  202. 2023-09-28 10:54:35.307 INFO 12364 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  203. 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]
  204. 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
  205. 2023-09-28 10:54:39.868 INFO 12364 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
  206. 2023-09-28 10:54:40.055 INFO 12364 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  207. 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'
  208. 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]
  209. 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.
  210. 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 ''
  211. 2023-09-28 10:54:40.743 INFO 12364 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 9.317 seconds (JVM running for 9.852)
  212. 2023-09-28 10:54:40.750 INFO 12364 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  213. 2023-09-28 10:54:40.751 INFO 12364 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
  214. 2023-09-28 10:54:42.127 INFO 12364 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  215. 2023-09-28 10:54:42.130 INFO 12364 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  216. 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
  217. 2023-09-28 10:54:43.093 INFO 12364 --- [main] com.gyee.alarm.init.CacheContext : 121
  218. 2023-09-28 10:54:44.607 INFO 12364 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  219. 2023-09-28 11:00:16.295 INFO 12364 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  220. 2023-09-28 11:00:16.296 INFO 12364 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
  221. 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]
  222. 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.
  223. 2023-09-28 11:00:16.299 INFO 12364 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
  224. 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.
  225. 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.
  226. 2023-09-28 11:00:16.301 INFO 12364 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
  227. 2023-09-28 11:00:16.522 INFO 12364 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  228. 2023-09-28 11:00:16.526 INFO 12364 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  229. 2023-09-28 11:00:16.526 INFO 12364 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  230. 2023-09-28 11:00:16.527 INFO 12364 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  231. 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)
  232. 2023-09-28 11:00:21.537 INFO 2664 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
  233. 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!
  234. 2023-09-28 11:00:22.817 INFO 2664 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  235. 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.
  236. 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)
  237. 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)
  238. 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)
  239. 2023-09-28 11:00:24.253 INFO 2664 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
  240. 2023-09-28 11:00:24.263 INFO 2664 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  241. 2023-09-28 11:00:24.263 INFO 2664 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  242. 2023-09-28 11:00:24.387 INFO 2664 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  243. 2023-09-28 11:00:24.387 INFO 2664 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2650 ms
  244. 2023-09-28 11:00:24.734 INFO 2664 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  245. 2023-09-28 11:00:24.736 ERROR 2664 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  246. 2023-09-28 11:00:24.737 INFO 2664 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  247. 2023-09-28 11:00:24.737 INFO 2664 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  248. 2023-09-28 11:00:24.737 INFO 2664 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  249. 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]
  250. 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
  251. 2023-09-28 11:00:28.693 INFO 2664 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
  252. 2023-09-28 11:00:28.860 INFO 2664 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  253. 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'
  254. 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]
  255. 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.
  256. 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 ''
  257. 2023-09-28 11:00:29.392 INFO 2664 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 8.395 seconds (JVM running for 8.948)
  258. 2023-09-28 11:00:29.397 INFO 2664 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  259. 2023-09-28 11:00:29.397 INFO 2664 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
  260. 2023-09-28 11:00:30.714 INFO 2664 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  261. 2023-09-28 11:00:30.721 INFO 2664 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  262. 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
  263. 2023-09-28 11:00:31.890 INFO 2664 --- [main] com.gyee.alarm.init.CacheContext : 121
  264. 2023-09-28 11:00:34.087 INFO 2664 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  265. 2023-09-28 11:01:14.484 INFO 2664 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  266. 2023-09-28 11:01:14.485 INFO 2664 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
  267. 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]
  268. 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.
  269. 2023-09-28 11:01:14.491 INFO 2664 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
  270. 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.
  271. 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.
  272. 2023-09-28 11:01:14.492 INFO 2664 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
  273. 2023-09-28 11:01:14.713 INFO 2664 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  274. 2023-09-28 11:01:14.717 INFO 2664 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  275. 2023-09-28 11:01:14.718 INFO 2664 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  276. 2023-09-28 11:01:14.718 INFO 2664 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  277. 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)
  278. 2023-09-28 11:01:19.842 INFO 1620 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
  279. 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!
  280. 2023-09-28 11:01:21.199 INFO 1620 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  281. 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.
  282. 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)
  283. 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)
  284. 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)
  285. 2023-09-28 11:01:22.877 INFO 1620 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
  286. 2023-09-28 11:01:22.886 INFO 1620 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  287. 2023-09-28 11:01:22.887 INFO 1620 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  288. 2023-09-28 11:01:23.003 INFO 1620 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  289. 2023-09-28 11:01:23.004 INFO 1620 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2933 ms
  290. 2023-09-28 11:01:23.367 INFO 1620 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  291. 2023-09-28 11:01:23.369 ERROR 1620 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  292. 2023-09-28 11:01:23.370 INFO 1620 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  293. 2023-09-28 11:01:23.370 INFO 1620 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  294. 2023-09-28 11:01:23.370 INFO 1620 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  295. 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]
  296. 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
  297. 2023-09-28 11:01:27.339 INFO 1620 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
  298. 2023-09-28 11:01:27.521 INFO 1620 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  299. 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'
  300. 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]
  301. 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.
  302. 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 ''
  303. 2023-09-28 11:01:28.026 INFO 1620 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 8.673 seconds (JVM running for 9.279)
  304. 2023-09-28 11:01:28.030 INFO 1620 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  305. 2023-09-28 11:01:28.031 INFO 1620 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
  306. 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
  307. 2023-09-28 11:01:29.649 INFO 1620 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  308. 2023-09-28 11:01:29.651 INFO 1620 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  309. 2023-09-28 11:01:30.307 INFO 1620 --- [main] com.gyee.alarm.init.CacheContext : 121
  310. 2023-09-28 11:01:31.699 INFO 1620 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  311. 2023-09-28 11:03:52.202 INFO 1620 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  312. 2023-09-28 11:03:52.203 INFO 1620 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
  313. 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]
  314. 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.
  315. 2023-09-28 11:03:52.208 INFO 1620 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
  316. 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.
  317. 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.
  318. 2023-09-28 11:03:52.252 INFO 1620 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
  319. 2023-09-28 11:03:52.474 INFO 1620 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  320. 2023-09-28 11:03:52.478 INFO 1620 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  321. 2023-09-28 11:03:52.479 INFO 1620 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  322. 2023-09-28 11:03:52.479 INFO 1620 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  323. 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)
  324. 2023-09-28 11:03:57.564 INFO 13084 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
  325. 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!
  326. 2023-09-28 11:03:58.836 INFO 13084 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  327. 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.
  328. 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)
  329. 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)
  330. 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)
  331. 2023-09-28 11:04:00.270 INFO 13084 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
  332. 2023-09-28 11:04:00.280 INFO 13084 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  333. 2023-09-28 11:04:00.280 INFO 13084 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  334. 2023-09-28 11:04:00.405 INFO 13084 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  335. 2023-09-28 11:04:00.405 INFO 13084 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2634 ms
  336. 2023-09-28 11:04:00.749 INFO 13084 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  337. 2023-09-28 11:04:00.751 ERROR 13084 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  338. 2023-09-28 11:04:00.752 INFO 13084 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  339. 2023-09-28 11:04:00.752 INFO 13084 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  340. 2023-09-28 11:04:00.752 INFO 13084 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  341. 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]
  342. 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
  343. 2023-09-28 11:04:05.052 INFO 13084 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
  344. 2023-09-28 11:04:05.230 INFO 13084 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  345. 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'
  346. 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]
  347. 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.
  348. 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 ''
  349. 2023-09-28 11:04:05.777 INFO 13084 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 8.662 seconds (JVM running for 9.207)
  350. 2023-09-28 11:04:05.782 INFO 13084 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  351. 2023-09-28 11:04:05.782 INFO 13084 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
  352. 2023-09-28 11:04:07.121 INFO 13084 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  353. 2023-09-28 11:04:07.123 INFO 13084 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  354. 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
  355. 2023-09-28 11:04:07.833 INFO 13084 --- [main] com.gyee.alarm.init.CacheContext : 121
  356. 2023-09-28 11:04:09.849 INFO 13084 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  357. 2023-09-28 11:07:14.642 INFO 13084 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  358. 2023-09-28 11:07:14.643 INFO 13084 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
  359. 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]
  360. 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.
  361. 2023-09-28 11:07:14.648 INFO 13084 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
  362. 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.
  363. 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.
  364. 2023-09-28 11:07:14.649 INFO 13084 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
  365. 2023-09-28 11:07:14.869 INFO 13084 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  366. 2023-09-28 11:07:14.872 INFO 13084 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  367. 2023-09-28 11:07:14.873 INFO 13084 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  368. 2023-09-28 11:07:14.873 INFO 13084 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  369. 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)
  370. 2023-09-28 11:07:19.823 INFO 4000 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
  371. 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!
  372. 2023-09-28 11:07:21.074 INFO 4000 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  373. 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.
  374. 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)
  375. 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)
  376. 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)
  377. 2023-09-28 11:07:22.602 INFO 4000 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
  378. 2023-09-28 11:07:22.612 INFO 4000 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  379. 2023-09-28 11:07:22.612 INFO 4000 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  380. 2023-09-28 11:07:22.729 INFO 4000 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  381. 2023-09-28 11:07:22.730 INFO 4000 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2698 ms
  382. 2023-09-28 11:07:23.092 INFO 4000 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  383. 2023-09-28 11:07:23.095 ERROR 4000 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  384. 2023-09-28 11:07:23.095 INFO 4000 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  385. 2023-09-28 11:07:23.096 INFO 4000 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  386. 2023-09-28 11:07:23.096 INFO 4000 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  387. 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]
  388. 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
  389. 2023-09-28 11:07:26.974 INFO 4000 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
  390. 2023-09-28 11:07:27.139 INFO 4000 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  391. 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'
  392. 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]
  393. 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.
  394. 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 ''
  395. 2023-09-28 11:07:27.653 INFO 4000 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 8.278 seconds (JVM running for 8.792)
  396. 2023-09-28 11:07:27.658 INFO 4000 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  397. 2023-09-28 11:07:27.658 INFO 4000 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
  398. 2023-09-28 11:07:28.845 INFO 4000 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  399. 2023-09-28 11:07:28.847 INFO 4000 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  400. 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
  401. 2023-09-28 11:07:29.800 INFO 4000 --- [main] com.gyee.alarm.init.CacheContext : 121
  402. 2023-09-28 11:07:31.238 INFO 4000 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  403. 2023-09-28 11:37:23.811 INFO 4000 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  404. 2023-09-28 11:37:23.811 INFO 4000 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
  405. 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]
  406. 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.
  407. 2023-09-28 11:37:23.820 INFO 4000 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
  408. 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.
  409. 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.
  410. 2023-09-28 11:37:23.822 INFO 4000 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
  411. 2023-09-28 11:37:24.043 INFO 4000 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  412. 2023-09-28 11:37:24.047 INFO 4000 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  413. 2023-09-28 11:37:24.048 INFO 4000 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  414. 2023-09-28 11:37:24.048 INFO 4000 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  415. 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)
  416. 2023-09-28 11:37:29.692 INFO 19488 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
  417. 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!
  418. 2023-09-28 11:37:31.185 INFO 19488 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  419. 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.
  420. 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)
  421. 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)
  422. 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)
  423. 2023-09-28 11:37:32.591 INFO 19488 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
  424. 2023-09-28 11:37:32.600 INFO 19488 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  425. 2023-09-28 11:37:32.601 INFO 19488 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  426. 2023-09-28 11:37:32.720 INFO 19488 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  427. 2023-09-28 11:37:32.720 INFO 19488 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2759 ms
  428. 2023-09-28 11:37:33.033 INFO 19488 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  429. 2023-09-28 11:37:33.035 ERROR 19488 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  430. 2023-09-28 11:37:33.035 INFO 19488 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  431. 2023-09-28 11:37:33.036 INFO 19488 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  432. 2023-09-28 11:37:33.036 INFO 19488 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  433. 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]
  434. 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
  435. 2023-09-28 11:37:36.940 INFO 19488 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
  436. 2023-09-28 11:37:37.122 INFO 19488 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  437. 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'
  438. 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]
  439. 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.
  440. 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 ''
  441. 2023-09-28 11:37:37.748 INFO 19488 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 8.624 seconds (JVM running for 9.242)
  442. 2023-09-28 11:37:37.752 INFO 19488 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  443. 2023-09-28 11:37:37.753 INFO 19488 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
  444. 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
  445. 2023-09-28 11:37:39.419 INFO 19488 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  446. 2023-09-28 11:37:39.421 INFO 19488 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  447. 2023-09-28 11:37:40.211 INFO 19488 --- [main] com.gyee.alarm.init.CacheContext : 121
  448. 2023-09-28 11:37:41.634 INFO 19488 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  449. 2023-09-28 11:38:21.144 INFO 19488 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  450. 2023-09-28 11:38:21.145 INFO 19488 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
  451. 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]
  452. 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.
  453. 2023-09-28 11:38:21.151 INFO 19488 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
  454. 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.
  455. 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.
  456. 2023-09-28 11:38:21.153 INFO 19488 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
  457. 2023-09-28 11:38:21.379 INFO 19488 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  458. 2023-09-28 11:38:21.384 INFO 19488 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  459. 2023-09-28 11:38:21.385 INFO 19488 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  460. 2023-09-28 11:38:21.385 INFO 19488 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  461. 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)
  462. 2023-09-28 11:38:24.423 INFO 11492 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
  463. 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!
  464. 2023-09-28 11:38:25.799 INFO 11492 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  465. 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.
  466. 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)
  467. 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)
  468. 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)
  469. 2023-09-28 11:38:27.249 INFO 11492 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
  470. 2023-09-28 11:38:27.259 INFO 11492 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  471. 2023-09-28 11:38:27.259 INFO 11492 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  472. 2023-09-28 11:38:27.376 INFO 11492 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  473. 2023-09-28 11:38:27.376 INFO 11492 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2713 ms
  474. 2023-09-28 11:38:27.736 INFO 11492 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  475. 2023-09-28 11:38:27.739 ERROR 11492 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  476. 2023-09-28 11:38:27.739 INFO 11492 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  477. 2023-09-28 11:38:27.740 INFO 11492 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  478. 2023-09-28 11:38:27.740 INFO 11492 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  479. 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]
  480. 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
  481. 2023-09-28 11:38:31.705 INFO 11492 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
  482. 2023-09-28 11:38:31.876 INFO 11492 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  483. 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'
  484. 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]
  485. 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.
  486. 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 ''
  487. 2023-09-28 11:38:32.376 INFO 11492 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 8.48 seconds (JVM running for 9.202)
  488. 2023-09-28 11:38:32.381 INFO 11492 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  489. 2023-09-28 11:38:32.381 INFO 11492 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
  490. 2023-09-28 11:38:33.805 INFO 11492 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  491. 2023-09-28 11:38:33.807 INFO 11492 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  492. 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
  493. 2023-09-28 11:38:34.714 INFO 11492 --- [main] com.gyee.alarm.init.CacheContext : 121
  494. 2023-09-28 11:38:36.816 INFO 11492 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  495. 2023-09-28 11:42:34.613 INFO 11492 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  496. 2023-09-28 11:42:34.613 INFO 11492 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
  497. 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]
  498. 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.
  499. 2023-09-28 11:42:34.619 INFO 11492 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
  500. 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.
  501. 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.
  502. 2023-09-28 11:42:34.621 INFO 11492 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
  503. 2023-09-28 11:42:34.853 INFO 11492 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  504. 2023-09-28 11:42:34.856 INFO 11492 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  505. 2023-09-28 11:42:34.856 INFO 11492 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  506. 2023-09-28 11:42:34.856 INFO 11492 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  507. 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)
  508. 2023-09-28 11:42:39.871 INFO 7128 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
  509. 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!
  510. 2023-09-28 11:42:41.145 INFO 7128 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  511. 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.
  512. 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)
  513. 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)
  514. 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)
  515. 2023-09-28 11:42:42.583 INFO 7128 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
  516. 2023-09-28 11:42:42.593 INFO 7128 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  517. 2023-09-28 11:42:42.594 INFO 7128 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  518. 2023-09-28 11:42:42.715 INFO 7128 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  519. 2023-09-28 11:42:42.715 INFO 7128 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2628 ms
  520. 2023-09-28 11:42:43.052 INFO 7128 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  521. 2023-09-28 11:42:43.054 ERROR 7128 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  522. 2023-09-28 11:42:43.055 INFO 7128 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  523. 2023-09-28 11:42:43.055 INFO 7128 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  524. 2023-09-28 11:42:43.055 INFO 7128 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  525. 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]
  526. 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
  527. 2023-09-28 11:42:46.976 INFO 7128 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
  528. 2023-09-28 11:42:47.140 INFO 7128 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  529. 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'
  530. 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]
  531. 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.
  532. 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 ''
  533. 2023-09-28 11:42:47.664 INFO 7128 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 8.342 seconds (JVM running for 8.862)
  534. 2023-09-28 11:42:47.670 INFO 7128 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  535. 2023-09-28 11:42:47.671 INFO 7128 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
  536. 2023-09-28 11:42:49.054 INFO 7128 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  537. 2023-09-28 11:42:49.059 INFO 7128 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  538. 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
  539. 2023-09-28 11:42:49.815 INFO 7128 --- [main] com.gyee.alarm.init.CacheContext : 121
  540. 2023-09-28 11:42:51.499 INFO 7128 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  541. 2023-09-28 11:43:44.325 INFO 7128 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  542. 2023-09-28 11:43:44.327 INFO 7128 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
  543. 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]
  544. 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.
  545. 2023-09-28 11:43:44.330 INFO 7128 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
  546. 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.
  547. 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.
  548. 2023-09-28 11:43:44.331 INFO 7128 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
  549. 2023-09-28 11:43:44.554 INFO 7128 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  550. 2023-09-28 11:43:44.557 INFO 7128 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  551. 2023-09-28 11:43:44.558 INFO 7128 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  552. 2023-09-28 11:43:44.558 INFO 7128 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  553. 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)
  554. 2023-09-28 11:43:49.940 INFO 19920 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
  555. 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!
  556. 2023-09-28 11:43:51.195 INFO 19920 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  557. 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.
  558. 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)
  559. 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)
  560. 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)
  561. 2023-09-28 11:43:52.580 INFO 19920 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
  562. 2023-09-28 11:43:52.590 INFO 19920 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  563. 2023-09-28 11:43:52.590 INFO 19920 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  564. 2023-09-28 11:43:52.713 INFO 19920 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  565. 2023-09-28 11:43:52.713 INFO 19920 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2573 ms
  566. 2023-09-28 11:43:53.050 INFO 19920 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  567. 2023-09-28 11:43:53.052 ERROR 19920 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  568. 2023-09-28 11:43:53.053 INFO 19920 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  569. 2023-09-28 11:43:53.053 INFO 19920 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  570. 2023-09-28 11:43:53.053 INFO 19920 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  571. 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]
  572. 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
  573. 2023-09-28 11:43:57.071 INFO 19920 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
  574. 2023-09-28 11:43:57.240 INFO 19920 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  575. 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'
  576. 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]
  577. 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.
  578. 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 ''
  579. 2023-09-28 11:43:57.756 INFO 19920 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 8.349 seconds (JVM running for 8.892)
  580. 2023-09-28 11:43:57.761 INFO 19920 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  581. 2023-09-28 11:43:57.761 INFO 19920 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
  582. 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
  583. 2023-09-28 11:43:59.402 INFO 19920 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  584. 2023-09-28 11:43:59.405 INFO 19920 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  585. 2023-09-28 11:44:00.136 INFO 19920 --- [main] com.gyee.alarm.init.CacheContext : 121
  586. 2023-09-28 11:44:01.813 INFO 19920 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  587. 2023-09-28 11:48:59.872 INFO 19920 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  588. 2023-09-28 11:48:59.872 INFO 19920 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
  589. 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]
  590. 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.
  591. 2023-09-28 11:48:59.879 INFO 19920 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
  592. 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.
  593. 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.
  594. 2023-09-28 11:48:59.881 INFO 19920 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
  595. 2023-09-28 11:49:00.104 INFO 19920 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  596. 2023-09-28 11:49:00.108 INFO 19920 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  597. 2023-09-28 11:49:00.108 INFO 19920 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  598. 2023-09-28 11:49:00.108 INFO 19920 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  599. 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)
  600. 2023-09-28 11:50:41.228 INFO 8332 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
  601. 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!
  602. 2023-09-28 11:50:42.607 INFO 8332 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  603. 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.
  604. 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)
  605. 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)
  606. 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)
  607. 2023-09-28 11:50:44.040 INFO 8332 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
  608. 2023-09-28 11:50:44.050 INFO 8332 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  609. 2023-09-28 11:50:44.050 INFO 8332 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  610. 2023-09-28 11:50:44.176 INFO 8332 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  611. 2023-09-28 11:50:44.177 INFO 8332 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2695 ms
  612. 2023-09-28 11:50:44.539 INFO 8332 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  613. 2023-09-28 11:50:44.541 ERROR 8332 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  614. 2023-09-28 11:50:44.542 INFO 8332 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  615. 2023-09-28 11:50:44.543 INFO 8332 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  616. 2023-09-28 11:50:44.543 INFO 8332 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  617. 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]
  618. 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
  619. 2023-09-28 11:50:48.562 INFO 8332 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
  620. 2023-09-28 11:50:48.749 INFO 8332 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  621. 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'
  622. 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]
  623. 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.
  624. 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 ''
  625. 2023-09-28 11:50:49.323 INFO 8332 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 8.637 seconds (JVM running for 9.14)
  626. 2023-09-28 11:50:49.328 INFO 8332 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  627. 2023-09-28 11:50:49.329 INFO 8332 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
  628. 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
  629. 2023-09-28 11:50:50.885 INFO 8332 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  630. 2023-09-28 11:50:50.887 INFO 8332 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  631. 2023-09-28 11:50:51.639 INFO 8332 --- [main] com.gyee.alarm.init.CacheContext : 121
  632. 2023-09-28 11:50:53.770 INFO 8332 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  633. 2023-09-28 11:57:35.248 INFO 8332 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  634. 2023-09-28 11:57:35.248 INFO 8332 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
  635. 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]
  636. 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.
  637. 2023-09-28 11:57:35.253 INFO 8332 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
  638. 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.
  639. 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.
  640. 2023-09-28 11:57:35.254 INFO 8332 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
  641. 2023-09-28 11:57:35.477 INFO 8332 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  642. 2023-09-28 11:57:35.481 INFO 8332 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  643. 2023-09-28 11:57:35.482 INFO 8332 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  644. 2023-09-28 11:57:35.482 INFO 8332 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  645. 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)
  646. 2023-09-28 11:57:40.552 INFO 8440 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
  647. 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!
  648. 2023-09-28 11:57:41.865 INFO 8440 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  649. 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.
  650. 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)
  651. 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)
  652. 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)
  653. 2023-09-28 11:57:43.271 INFO 8440 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
  654. 2023-09-28 11:57:43.280 INFO 8440 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  655. 2023-09-28 11:57:43.280 INFO 8440 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  656. 2023-09-28 11:57:43.396 INFO 8440 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  657. 2023-09-28 11:57:43.396 INFO 8440 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2604 ms
  658. 2023-09-28 11:57:43.754 INFO 8440 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  659. 2023-09-28 11:57:43.757 ERROR 8440 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  660. 2023-09-28 11:57:43.758 INFO 8440 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  661. 2023-09-28 11:57:43.758 INFO 8440 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  662. 2023-09-28 11:57:43.758 INFO 8440 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  663. 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]
  664. 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
  665. 2023-09-28 11:57:47.680 INFO 8440 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
  666. 2023-09-28 11:57:47.840 INFO 8440 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  667. 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'
  668. 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]
  669. 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.
  670. 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 ''
  671. 2023-09-28 11:57:48.359 INFO 8440 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 8.331 seconds (JVM running for 8.846)
  672. 2023-09-28 11:57:48.365 INFO 8440 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  673. 2023-09-28 11:57:48.365 INFO 8440 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
  674. 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
  675. 2023-09-28 11:57:49.893 INFO 8440 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  676. 2023-09-28 11:57:49.896 INFO 8440 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  677. 2023-09-28 11:57:50.651 INFO 8440 --- [main] com.gyee.alarm.init.CacheContext : 121
  678. 2023-09-28 11:57:52.393 INFO 8440 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  679. 2023-09-28 11:59:13.289 INFO 8440 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  680. 2023-09-28 11:59:13.291 INFO 8440 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
  681. 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]
  682. 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.
  683. 2023-09-28 11:59:13.294 INFO 8440 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
  684. 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.
  685. 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.
  686. 2023-09-28 11:59:13.295 INFO 8440 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
  687. 2023-09-28 11:59:13.426 INFO 8440 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  688. 2023-09-28 11:59:13.429 INFO 8440 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  689. 2023-09-28 11:59:13.467 INFO 8440 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  690. 2023-09-28 11:59:13.467 INFO 8440 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  691. 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)
  692. 2023-09-28 14:32:47.721 INFO 21828 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
  693. 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!
  694. 2023-09-28 14:32:49.300 INFO 21828 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  695. 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.
  696. 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)
  697. 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)
  698. 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)
  699. 2023-09-28 14:32:50.778 INFO 21828 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
  700. 2023-09-28 14:32:50.788 INFO 21828 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  701. 2023-09-28 14:32:50.788 INFO 21828 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  702. 2023-09-28 14:32:50.915 INFO 21828 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  703. 2023-09-28 14:32:50.915 INFO 21828 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2913 ms
  704. 2023-09-28 14:32:51.287 INFO 21828 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  705. 2023-09-28 14:32:51.289 ERROR 21828 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  706. 2023-09-28 14:32:51.290 INFO 21828 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  707. 2023-09-28 14:32:51.290 INFO 21828 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  708. 2023-09-28 14:32:51.290 INFO 21828 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  709. 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]
  710. 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
  711. 2023-09-28 14:32:55.232 INFO 21828 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
  712. 2023-09-28 14:32:55.416 INFO 21828 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  713. 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'
  714. 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]
  715. 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.
  716. 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 ''
  717. 2023-09-28 14:32:55.959 INFO 21828 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 8.797 seconds (JVM running for 9.375)
  718. 2023-09-28 14:32:55.964 INFO 21828 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  719. 2023-09-28 14:32:55.964 INFO 21828 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
  720. 2023-09-28 14:32:57.335 INFO 21828 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  721. 2023-09-28 14:32:57.339 INFO 21828 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  722. 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
  723. 2023-09-28 14:32:58.040 INFO 21828 --- [main] com.gyee.alarm.init.CacheContext : 121
  724. 2023-09-28 14:32:59.547 INFO 21828 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  725. 2023-09-28 14:38:22.605 INFO 21828 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  726. 2023-09-28 14:38:22.606 INFO 21828 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
  727. 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]
  728. 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.
  729. 2023-09-28 14:38:22.609 INFO 21828 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
  730. 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.
  731. 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.
  732. 2023-09-28 14:38:22.610 INFO 21828 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
  733. 2023-09-28 14:38:22.833 INFO 21828 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  734. 2023-09-28 14:38:22.836 INFO 21828 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  735. 2023-09-28 14:38:22.848 INFO 21828 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  736. 2023-09-28 14:38:22.848 INFO 21828 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  737. 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)
  738. 2023-09-28 14:39:15.245 INFO 14812 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
  739. 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!
  740. 2023-09-28 14:39:16.582 INFO 14812 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  741. 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.
  742. 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)
  743. 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)
  744. 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)
  745. 2023-09-28 14:39:18.065 INFO 14812 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
  746. 2023-09-28 14:39:18.075 INFO 14812 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  747. 2023-09-28 14:39:18.075 INFO 14812 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  748. 2023-09-28 14:39:18.200 INFO 14812 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  749. 2023-09-28 14:39:18.200 INFO 14812 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2718 ms
  750. 2023-09-28 14:39:18.537 INFO 14812 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  751. 2023-09-28 14:39:18.539 ERROR 14812 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  752. 2023-09-28 14:39:18.540 INFO 14812 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  753. 2023-09-28 14:39:18.540 INFO 14812 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  754. 2023-09-28 14:39:18.541 INFO 14812 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  755. 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]
  756. 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
  757. 2023-09-28 14:39:22.535 INFO 14812 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
  758. 2023-09-28 14:39:22.701 INFO 14812 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  759. 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'
  760. 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]
  761. 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.
  762. 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 ''
  763. 2023-09-28 14:39:23.231 INFO 14812 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 8.519 seconds (JVM running for 9.045)
  764. 2023-09-28 14:39:23.236 INFO 14812 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  765. 2023-09-28 14:39:23.237 INFO 14812 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
  766. 2023-09-28 14:39:24.401 INFO 14812 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  767. 2023-09-28 14:39:24.403 INFO 14812 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  768. 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
  769. 2023-09-28 14:39:25.257 INFO 14812 --- [main] com.gyee.alarm.init.CacheContext : 121
  770. 2023-09-28 14:39:26.842 INFO 14812 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  771. 2023-09-28 14:57:07.858 INFO 14812 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  772. 2023-09-28 14:57:07.859 INFO 14812 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
  773. 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]
  774. 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.
  775. 2023-09-28 14:57:07.867 INFO 14812 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
  776. 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.
  777. 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.
  778. 2023-09-28 14:57:07.869 INFO 14812 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
  779. 2023-09-28 14:57:08.088 INFO 14812 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  780. 2023-09-28 14:57:08.094 INFO 14812 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  781. 2023-09-28 14:57:08.094 INFO 14812 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  782. 2023-09-28 14:57:08.095 INFO 14812 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  783. 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)
  784. 2023-09-28 14:57:13.649 INFO 24340 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
  785. 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!
  786. 2023-09-28 14:57:14.965 INFO 24340 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  787. 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.
  788. 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)
  789. 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)
  790. 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)
  791. 2023-09-28 14:57:16.346 INFO 24340 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
  792. 2023-09-28 14:57:16.356 INFO 24340 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  793. 2023-09-28 14:57:16.356 INFO 24340 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  794. 2023-09-28 14:57:16.474 INFO 24340 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  795. 2023-09-28 14:57:16.475 INFO 24340 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2596 ms
  796. 2023-09-28 14:57:16.819 INFO 24340 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  797. 2023-09-28 14:57:16.821 ERROR 24340 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  798. 2023-09-28 14:57:16.822 INFO 24340 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  799. 2023-09-28 14:57:16.823 INFO 24340 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  800. 2023-09-28 14:57:16.823 INFO 24340 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  801. 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]
  802. 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
  803. 2023-09-28 14:57:20.781 INFO 24340 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
  804. 2023-09-28 14:57:20.946 INFO 24340 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  805. 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'
  806. 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]
  807. 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.
  808. 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 ''
  809. 2023-09-28 14:57:21.479 INFO 24340 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 8.404 seconds (JVM running for 8.95)
  810. 2023-09-28 14:57:21.487 INFO 24340 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  811. 2023-09-28 14:57:21.487 INFO 24340 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
  812. 2023-09-28 14:57:22.929 INFO 24340 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  813. 2023-09-28 14:57:22.931 INFO 24340 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  814. 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
  815. 2023-09-28 14:57:23.674 INFO 24340 --- [main] com.gyee.alarm.init.CacheContext : 121
  816. 2023-09-28 14:57:24.982 INFO 24340 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  817. 2023-09-28 14:59:21.498 INFO 24340 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  818. 2023-09-28 14:59:21.499 INFO 24340 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
  819. 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]
  820. 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.
  821. 2023-09-28 14:59:21.509 INFO 24340 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
  822. 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.
  823. 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.
  824. 2023-09-28 14:59:21.510 INFO 24340 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
  825. 2023-09-28 14:59:21.631 INFO 24340 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  826. 2023-09-28 14:59:21.635 INFO 24340 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  827. 2023-09-28 14:59:21.636 INFO 24340 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  828. 2023-09-28 14:59:21.636 INFO 24340 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  829. 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)
  830. 2023-09-28 14:59:24.811 INFO 21024 --- [main] com.gyee.AalarmStatTest : The following profiles are active: jn
  831. 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!
  832. 2023-09-28 14:59:26.132 INFO 21024 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  833. 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.
  834. 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)
  835. 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)
  836. 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)
  837. 2023-09-28 14:59:27.543 INFO 21024 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
  838. 2023-09-28 14:59:27.552 INFO 21024 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  839. 2023-09-28 14:59:27.553 INFO 21024 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  840. 2023-09-28 14:59:27.673 INFO 21024 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  841. 2023-09-28 14:59:27.673 INFO 21024 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2638 ms
  842. 2023-09-28 14:59:28.033 INFO 21024 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  843. 2023-09-28 14:59:28.035 ERROR 21024 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  844. 2023-09-28 14:59:28.036 INFO 21024 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  845. 2023-09-28 14:59:28.036 INFO 21024 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  846. 2023-09-28 14:59:28.036 INFO 21024 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  847. 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]
  848. 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
  849. 2023-09-28 14:59:31.937 INFO 21024 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
  850. 2023-09-28 14:59:32.116 INFO 21024 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  851. 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'
  852. 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]
  853. 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.
  854. 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 ''
  855. 2023-09-28 14:59:32.623 INFO 21024 --- [main] com.gyee.AalarmStatTest : Started AalarmStatTest in 8.353 seconds (JVM running for 9.072)
  856. 2023-09-28 14:59:32.628 INFO 21024 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  857. 2023-09-28 14:59:32.628 INFO 21024 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_GJY_FDC_STA------------------1
  858. 2023-09-28 14:59:33.889 INFO 21024 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  859. 2023-09-28 14:59:33.891 INFO 21024 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  860. 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
  861. 2023-09-28 14:59:34.738 INFO 21024 --- [main] com.gyee.alarm.init.CacheContext : 121
  862. 2023-09-28 14:59:36.425 INFO 21024 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  863. 2023-09-28 15:49:18.697 INFO 21024 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  864. 2023-09-28 15:49:18.698 INFO 21024 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
  865. 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]
  866. 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.
  867. 2023-09-28 15:49:18.704 INFO 21024 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
  868. 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.
  869. 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.
  870. 2023-09-28 15:49:18.706 INFO 21024 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
  871. 2023-09-28 15:49:18.933 INFO 21024 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  872. 2023-09-28 15:49:18.939 INFO 21024 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  873. 2023-09-28 15:49:18.940 INFO 21024 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  874. 2023-09-28 15:49:18.941 INFO 21024 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye