ota.log 210 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397
  1. 2023-08-14 08:50:53.295 INFO 21852 --- [main] com.gyee.alarm.AlarmWeb : Starting AlarmWeb on sltc with PID 21852 (E:\idea_workspace\alarmNew\alarm-web\target\classes started by shilin in E:\idea_workspace\alarmNew)
  2. 2023-08-14 08:50:53.306 INFO 21852 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
  3. 2023-08-14 08:50:54.474 INFO 21852 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  4. 2023-08-14 08:50:54.476 INFO 21852 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  5. 2023-08-14 08:50:54.546 INFO 21852 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 59ms. Found 0 Redis repository interfaces.
  6. 2023-08-14 08:50:54.927 INFO 21852 --- [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-08-14 08:50:54.932 INFO 21852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$9ad809] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  8. 2023-08-14 08:50:54.949 INFO 21852 --- [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-08-14 08:50:55.207 INFO 21852 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
  10. 2023-08-14 08:50:55.217 INFO 21852 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  11. 2023-08-14 08:50:55.218 INFO 21852 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  12. 2023-08-14 08:50:55.328 INFO 21852 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  13. 2023-08-14 08:50:55.328 INFO 21852 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1853 ms
  14. 2023-08-14 08:50:55.582 INFO 21852 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  15. 2023-08-14 08:50:55.584 ERROR 21852 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  16. 2023-08-14 08:50:55.584 INFO 21852 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  17. 2023-08-14 08:50:55.584 INFO 21852 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  18. 2023-08-14 08:50:55.584 INFO 21852 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  19. 2023-08-14 08:50:55.584 INFO 21852 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
  20. 2023-08-14 08:50:56.852 ERROR 21852 --- [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-08-14 08:50:59.435 INFO 21852 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
  22. 2023-08-14 08:50:59.484 INFO 21852 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
  23. 2023-08-14 08:50:59.575 INFO 21852 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  24. 2023-08-14 08:51:00.126 INFO 21852 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
  25. 2023-08-14 08:51:00.136 INFO 21852 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
  26. 2023-08-14 08:51:00.162 INFO 21852 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
  27. 2023-08-14 08:51:00.326 INFO 21852 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6015 (http) with context path ''
  28. 2023-08-14 08:51:00.328 INFO 21852 --- [main] com.gyee.alarm.AlarmWeb : Started AlarmWeb in 7.338 seconds (JVM running for 8.689)
  29. 2023-08-14 08:51:00.332 INFO 21852 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  30. 2023-08-14 08:51:00.332 INFO 21852 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
  31. 2023-08-14 08:51:01.288 INFO 21852 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  32. 2023-08-14 08:51:01.290 INFO 21852 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  33. 2023-08-14 08:51:02.873 INFO 21852 --- [main] com.gyee.alarm.init.CacheContext : 3177
  34. 2023-08-14 08:51:25.029 INFO 21852 --- [main] ConditionEvaluationReportLoggingListener :
  35. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  36. 2023-08-14 08:51:25.036 ERROR 21852 --- [main] o.s.boot.SpringApplication : Application run failed
  37. java.lang.IllegalStateException: Failed to execute CommandLineRunner
  38. at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:787) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  39. at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:768) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  40. at org.springframework.boot.SpringApplication.run(SpringApplication.java:322) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  41. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  42. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  43. at com.gyee.alarm.AlarmWeb.main(AlarmWeb.java:17) [classes/:na]
  44. Caused by: java.lang.NullPointerException: null
  45. at com.gyee.alarm.init.CacheContext.lambda$run$24(CacheContext.java:611) ~[classes/:na]
  46. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174) ~[na:1.8.0_351]
  47. at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384) ~[na:1.8.0_351]
  48. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[na:1.8.0_351]
  49. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[na:1.8.0_351]
  50. at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[na:1.8.0_351]
  51. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:1.8.0_351]
  52. at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499) ~[na:1.8.0_351]
  53. at com.gyee.alarm.init.CacheContext.run(CacheContext.java:611) ~[classes/:na]
  54. at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:784) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  55. ... 5 common frames omitted
  56. 2023-08-14 08:51:25.039 INFO 21852 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  57. 2023-08-14 08:51:25.167 INFO 21852 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  58. 2023-08-14 08:51:25.170 INFO 21852 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  59. 2023-08-14 08:51:25.172 INFO 21852 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  60. 2023-08-14 08:51:25.173 INFO 21852 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  61. 2023-08-14 08:54:08.069 INFO 21688 --- [main] com.gyee.alarm.AlarmWeb : Starting AlarmWeb on sltc with PID 21688 (E:\idea_workspace\alarmNew\alarm-web\target\classes started by shilin in E:\idea_workspace\alarmNew)
  62. 2023-08-14 08:54:08.071 INFO 21688 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
  63. 2023-08-14 08:54:09.147 INFO 21688 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  64. 2023-08-14 08:54:09.149 INFO 21688 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  65. 2023-08-14 08:54:09.214 INFO 21688 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 55ms. Found 0 Redis repository interfaces.
  66. 2023-08-14 08:54:09.525 INFO 21688 --- [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)
  67. 2023-08-14 08:54:09.529 INFO 21688 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$797aca86] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  68. 2023-08-14 08:54:09.543 INFO 21688 --- [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)
  69. 2023-08-14 08:54:09.757 INFO 21688 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
  70. 2023-08-14 08:54:09.766 INFO 21688 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  71. 2023-08-14 08:54:09.767 INFO 21688 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  72. 2023-08-14 08:54:09.870 INFO 21688 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  73. 2023-08-14 08:54:09.871 INFO 21688 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1630 ms
  74. 2023-08-14 08:54:10.095 INFO 21688 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  75. 2023-08-14 08:54:10.096 ERROR 21688 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  76. 2023-08-14 08:54:10.096 INFO 21688 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  77. 2023-08-14 08:54:10.097 INFO 21688 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  78. 2023-08-14 08:54:10.097 INFO 21688 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  79. 2023-08-14 08:54:10.097 INFO 21688 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
  80. 2023-08-14 08:54:11.369 ERROR 21688 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
  81. 2023-08-14 08:54:13.938 INFO 21688 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
  82. 2023-08-14 08:54:13.986 INFO 21688 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
  83. 2023-08-14 08:54:14.073 INFO 21688 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  84. 2023-08-14 08:54:14.585 INFO 21688 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
  85. 2023-08-14 08:54:14.596 INFO 21688 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
  86. 2023-08-14 08:54:14.621 INFO 21688 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
  87. 2023-08-14 08:54:14.785 INFO 21688 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6015 (http) with context path ''
  88. 2023-08-14 08:54:14.788 INFO 21688 --- [main] com.gyee.alarm.AlarmWeb : Started AlarmWeb in 7.067 seconds (JVM running for 8.215)
  89. 2023-08-14 08:54:14.792 INFO 21688 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  90. 2023-08-14 08:54:14.793 INFO 21688 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
  91. 2023-08-14 08:54:15.775 INFO 21688 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  92. 2023-08-14 08:54:15.778 INFO 21688 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  93. 2023-08-14 08:54:17.509 INFO 21688 --- [main] com.gyee.alarm.init.CacheContext : 3177
  94. 2023-08-14 08:54:41.247 INFO 21688 --- [main] ConditionEvaluationReportLoggingListener :
  95. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  96. 2023-08-14 08:54:41.254 ERROR 21688 --- [main] o.s.boot.SpringApplication : Application run failed
  97. java.lang.IllegalStateException: Failed to execute CommandLineRunner
  98. at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:787) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  99. at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:768) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  100. at org.springframework.boot.SpringApplication.run(SpringApplication.java:322) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  101. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  102. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  103. at com.gyee.alarm.AlarmWeb.main(AlarmWeb.java:17) [classes/:na]
  104. Caused by: java.lang.NullPointerException: null
  105. at com.gyee.alarm.init.CacheContext.lambda$run$24(CacheContext.java:615) ~[classes/:na]
  106. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174) ~[na:1.8.0_351]
  107. at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384) ~[na:1.8.0_351]
  108. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[na:1.8.0_351]
  109. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[na:1.8.0_351]
  110. at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[na:1.8.0_351]
  111. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:1.8.0_351]
  112. at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499) ~[na:1.8.0_351]
  113. at com.gyee.alarm.init.CacheContext.run(CacheContext.java:615) ~[classes/:na]
  114. at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:784) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  115. ... 5 common frames omitted
  116. 2023-08-14 08:54:41.257 INFO 21688 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  117. 2023-08-14 08:54:41.389 INFO 21688 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  118. 2023-08-14 08:54:41.392 INFO 21688 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  119. 2023-08-14 08:54:41.393 INFO 21688 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  120. 2023-08-14 08:54:41.393 INFO 21688 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  121. 2023-08-14 08:55:15.966 INFO 21828 --- [main] com.gyee.alarm.AlarmWeb : Starting AlarmWeb on sltc with PID 21828 (E:\idea_workspace\alarmNew\alarm-web\target\classes started by shilin in E:\idea_workspace\alarmNew)
  122. 2023-08-14 08:55:15.968 INFO 21828 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
  123. 2023-08-14 08:55:17.031 INFO 21828 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  124. 2023-08-14 08:55:17.033 INFO 21828 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  125. 2023-08-14 08:55:17.097 INFO 21828 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 54ms. Found 0 Redis repository interfaces.
  126. 2023-08-14 08:55:17.406 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)
  127. 2023-08-14 08:55:17.410 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$$c0be06ea] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  128. 2023-08-14 08:55:17.424 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)
  129. 2023-08-14 08:55:17.631 INFO 21828 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
  130. 2023-08-14 08:55:17.640 INFO 21828 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  131. 2023-08-14 08:55:17.640 INFO 21828 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  132. 2023-08-14 08:55:17.743 INFO 21828 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  133. 2023-08-14 08:55:17.743 INFO 21828 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1618 ms
  134. 2023-08-14 08:55:17.955 INFO 21828 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  135. 2023-08-14 08:55:17.956 ERROR 21828 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  136. 2023-08-14 08:55:17.957 INFO 21828 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  137. 2023-08-14 08:55:17.957 INFO 21828 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  138. 2023-08-14 08:55:17.957 INFO 21828 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  139. 2023-08-14 08:55:17.957 INFO 21828 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
  140. 2023-08-14 08:55:19.188 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
  141. 2023-08-14 08:55:21.768 INFO 21828 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
  142. 2023-08-14 08:55:21.818 INFO 21828 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
  143. 2023-08-14 08:55:21.908 INFO 21828 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  144. 2023-08-14 08:55:22.408 INFO 21828 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
  145. 2023-08-14 08:55:22.418 INFO 21828 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
  146. 2023-08-14 08:55:22.442 INFO 21828 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
  147. 2023-08-14 08:55:22.609 INFO 21828 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6015 (http) with context path ''
  148. 2023-08-14 08:55:22.612 INFO 21828 --- [main] com.gyee.alarm.AlarmWeb : Started AlarmWeb in 6.934 seconds (JVM running for 8.064)
  149. 2023-08-14 08:55:22.616 INFO 21828 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  150. 2023-08-14 08:55:22.616 INFO 21828 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
  151. 2023-08-14 08:55:23.533 INFO 21828 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  152. 2023-08-14 08:55:23.535 INFO 21828 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  153. 2023-08-14 08:55:25.055 INFO 21828 --- [main] com.gyee.alarm.init.CacheContext : 3177
  154. 2023-08-14 09:09:54.362 INFO 21828 --- [main] ConditionEvaluationReportLoggingListener :
  155. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  156. 2023-08-14 09:09:54.370 ERROR 21828 --- [main] o.s.boot.SpringApplication : Application run failed
  157. java.lang.IllegalStateException: Failed to execute CommandLineRunner
  158. at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:787) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  159. at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:768) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  160. at org.springframework.boot.SpringApplication.run(SpringApplication.java:322) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  161. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  162. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  163. at com.gyee.alarm.AlarmWeb.main(AlarmWeb.java:17) [classes/:na]
  164. Caused by: java.lang.NullPointerException: null
  165. at com.gyee.alarm.init.CacheContext.lambda$run$24(CacheContext.java:615) ~[classes/:na]
  166. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174) ~[na:1.8.0_351]
  167. at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384) ~[na:1.8.0_351]
  168. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[na:1.8.0_351]
  169. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[na:1.8.0_351]
  170. at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[na:1.8.0_351]
  171. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:1.8.0_351]
  172. at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499) ~[na:1.8.0_351]
  173. at com.gyee.alarm.init.CacheContext.run(CacheContext.java:615) ~[classes/:na]
  174. at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:784) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  175. ... 5 common frames omitted
  176. 2023-08-14 09:09:54.374 INFO 21828 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  177. 2023-08-14 09:09:54.505 INFO 21828 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  178. 2023-08-14 09:09:54.508 INFO 21828 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  179. 2023-08-14 09:09:54.509 INFO 21828 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  180. 2023-08-14 09:09:54.509 INFO 21828 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  181. 2023-08-14 14:18:39.998 INFO 8344 --- [main] com.gyee.AppTest : Starting AppTest on sltc with PID 8344 (E:\idea_workspace\alarmNew\alarm-stat\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
  182. 2023-08-14 14:18:40.001 INFO 8344 --- [main] com.gyee.AppTest : The following profiles are active: jn
  183. 2023-08-14 14:18:41.477 INFO 8344 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  184. 2023-08-14 14:18:41.481 INFO 8344 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  185. 2023-08-14 14:18:41.574 INFO 8344 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 76ms. Found 0 Redis repository interfaces.
  186. 2023-08-14 14:18:42.148 INFO 8344 --- [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)
  187. 2023-08-14 14:18:42.157 INFO 8344 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$dca60798] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  188. 2023-08-14 14:18:42.185 INFO 8344 --- [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)
  189. 2023-08-14 14:18:42.991 INFO 8344 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6014 (http)
  190. 2023-08-14 14:18:43.001 INFO 8344 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  191. 2023-08-14 14:18:43.002 INFO 8344 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  192. 2023-08-14 14:18:43.127 INFO 8344 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  193. 2023-08-14 14:18:43.127 INFO 8344 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2846 ms
  194. 2023-08-14 14:18:43.491 INFO 8344 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  195. 2023-08-14 14:18:43.493 ERROR 8344 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  196. 2023-08-14 14:18:43.494 INFO 8344 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  197. 2023-08-14 14:18:43.494 INFO 8344 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  198. 2023-08-14 14:18:43.494 INFO 8344 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  199. 2023-08-14 14:18:43.494 INFO 8344 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
  200. 2023-08-14 14:18:45.860 ERROR 8344 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
  201. 2023-08-14 14:18:47.575 INFO 8344 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
  202. 2023-08-14 14:18:47.752 INFO 8344 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  203. 2023-08-14 14:18:48.146 INFO 8344 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
  204. 2023-08-14 14:18:48.211 INFO 8344 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job register jobhandler success, name:alarmStat-findFeatureStatList, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@464d60fb[class com.gyee.alarm.task.SaticScheduleTask#findFeatureStatList]
  205. 2023-08-14 14:18:48.252 WARN 8344 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job accessToken is empty. To ensure system security, please set the accessToken.
  206. 2023-08-14 14:18:48.277 INFO 8344 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
  207. 2023-08-14 14:18:48.279 WARN 8344 --- [main] o.a.c.loader.WebappClassLoaderBase : The web application [ROOT] appears to have started a thread named [Druid-ConnectionPool-Create-635340952] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
  208. sun.misc.Unsafe.park(Native Method)
  209. java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  210. java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  211. com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2443)
  212. 2023-08-14 14:18:48.280 WARN 8344 --- [main] o.a.c.loader.WebappClassLoaderBase : The web application [ROOT] appears to have started a thread named [Druid-ConnectionPool-Destroy-635340952] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
  213. java.lang.Thread.sleep(Native Method)
  214. com.alibaba.druid.pool.DruidDataSource$DestroyConnectionThread.run(DruidDataSource.java:2540)
  215. 2023-08-14 14:18:48.280 WARN 8344 --- [main] o.a.c.loader.WebappClassLoaderBase : The web application [ROOT] appears to have started a thread named [Druid-ConnectionPool-Create-1534265514] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
  216. sun.misc.Unsafe.park(Native Method)
  217. java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  218. java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  219. com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2443)
  220. 2023-08-14 14:18:48.280 WARN 8344 --- [main] o.a.c.loader.WebappClassLoaderBase : The web application [ROOT] appears to have started a thread named [Druid-ConnectionPool-Destroy-1534265514] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
  221. java.lang.Thread.sleep(Native Method)
  222. com.alibaba.druid.pool.DruidDataSource$DestroyConnectionThread.run(DruidDataSource.java:2540)
  223. 2023-08-14 14:18:48.281 WARN 8344 --- [main] o.a.c.loader.WebappClassLoaderBase : The web application [ROOT] appears to have started a thread named [lettuce-eventExecutorLoop-1-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
  224. sun.misc.Unsafe.park(Native Method)
  225. java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  226. java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  227. java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
  228. io.netty.util.concurrent.SingleThreadEventExecutor.takeTask(SingleThreadEventExecutor.java:289)
  229. io.netty.util.concurrent.DefaultEventExecutor.run(DefaultEventExecutor.java:64)
  230. io.netty.util.concurrent.SingleThreadEventExecutor$6.run(SingleThreadEventExecutor.java:1050)
  231. io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
  232. io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  233. java.lang.Thread.run(Thread.java:750)
  234. 2023-08-14 14:18:48.285 INFO 8344 --- [main] ConditionEvaluationReportLoggingListener :
  235. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  236. 2023-08-14 14:18:48.286 ERROR 8344 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
  237. ***************************
  238. APPLICATION FAILED TO START
  239. ***************************
  240. Description:
  241. Web server failed to start. Port 6014 was already in use.
  242. Action:
  243. Identify and stop the process that's listening on port 6014 or configure this application to listen on another port.
  244. 2023-08-14 14:18:48.290 INFO 8344 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  245. 2023-08-14 14:18:48.291 INFO 8344 --- [main] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
  246. 2023-08-14 14:18:48.292 INFO 8344 --- [xxl-job, executor JobLogFileCleanThread] c.x.j.core.thread.JobLogFileCleanThread : >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
  247. 2023-08-14 14:18:48.293 INFO 8344 --- [xxl-job, executor TriggerCallbackThread] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor callback thread destroy.
  248. 2023-08-14 14:18:48.293 INFO 8344 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
  249. 2023-08-14 14:18:48.321 INFO 8344 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  250. 2023-08-14 14:18:48.325 INFO 8344 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  251. 2023-08-14 14:18:48.326 INFO 8344 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  252. 2023-08-14 14:18:48.326 INFO 8344 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  253. 2023-08-14 14:19:09.559 INFO 25684 --- [main] com.gyee.AppTest : Starting AppTest on sltc with PID 25684 (E:\idea_workspace\alarmNew\alarm-stat\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
  254. 2023-08-14 14:19:09.563 INFO 25684 --- [main] com.gyee.AppTest : The following profiles are active: jn
  255. 2023-08-14 14:19:10.986 INFO 25684 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  256. 2023-08-14 14:19:10.988 INFO 25684 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  257. 2023-08-14 14:19:11.072 INFO 25684 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 71ms. Found 0 Redis repository interfaces.
  258. 2023-08-14 14:19:11.592 INFO 25684 --- [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)
  259. 2023-08-14 14:19:11.598 INFO 25684 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$7083c4cb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  260. 2023-08-14 14:19:11.620 INFO 25684 --- [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)
  261. 2023-08-14 14:19:12.434 INFO 25684 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6016 (http)
  262. 2023-08-14 14:19:12.444 INFO 25684 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  263. 2023-08-14 14:19:12.444 INFO 25684 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  264. 2023-08-14 14:19:12.569 INFO 25684 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  265. 2023-08-14 14:19:12.570 INFO 25684 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2726 ms
  266. 2023-08-14 14:19:12.922 INFO 25684 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  267. 2023-08-14 14:19:12.924 ERROR 25684 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  268. 2023-08-14 14:19:12.925 INFO 25684 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  269. 2023-08-14 14:19:12.925 INFO 25684 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  270. 2023-08-14 14:19:12.925 INFO 25684 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  271. 2023-08-14 14:19:12.925 INFO 25684 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
  272. 2023-08-14 14:19:15.206 ERROR 25684 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
  273. 2023-08-14 14:19:16.880 INFO 25684 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
  274. 2023-08-14 14:19:17.049 INFO 25684 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  275. 2023-08-14 14:19:17.430 INFO 25684 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
  276. 2023-08-14 14:19:17.488 INFO 25684 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job register jobhandler success, name:alarmStat-findFeatureStatList, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@74026b18[class com.gyee.alarm.task.SaticScheduleTask#findFeatureStatList]
  277. 2023-08-14 14:19:17.532 WARN 25684 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job accessToken is empty. To ensure system security, please set the accessToken.
  278. 2023-08-14 14:19:17.568 INFO 25684 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6016 (http) with context path ''
  279. 2023-08-14 14:19:17.571 INFO 25684 --- [main] com.gyee.AppTest : Started AppTest in 8.575 seconds (JVM running for 9.079)
  280. 2023-08-14 14:19:17.576 INFO 25684 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  281. 2023-08-14 14:19:17.576 INFO 25684 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
  282. 2023-08-14 14:19:18.782 INFO 25684 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  283. 2023-08-14 14:19:18.786 INFO 25684 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  284. 2023-08-14 14:19:19.006 INFO 25684 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9118
  285. 2023-08-14 14:19:19.605 INFO 25684 --- [main] com.gyee.alarm.init.CacheContext : 3177
  286. 2023-08-14 14:19:38.828 INFO 25684 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  287. 2023-08-14 14:20:20.054 INFO 25684 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  288. 2023-08-14 14:20:20.055 INFO 25684 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
  289. 2023-08-14 14:20:20.058 INFO 25684 --- [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]
  290. 2023-08-14 14:20:20.058 INFO 25684 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job, executor registry thread destroy.
  291. 2023-08-14 14:20:20.058 INFO 25684 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
  292. 2023-08-14 14:20:20.058 INFO 25684 --- [xxl-job, executor JobLogFileCleanThread] c.x.j.core.thread.JobLogFileCleanThread : >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
  293. 2023-08-14 14:20:20.059 INFO 25684 --- [xxl-job, executor TriggerCallbackThread] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor callback thread destroy.
  294. 2023-08-14 14:20:20.059 INFO 25684 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
  295. 2023-08-14 14:20:20.184 INFO 25684 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  296. 2023-08-14 14:20:20.190 INFO 25684 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  297. 2023-08-14 14:20:20.191 INFO 25684 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  298. 2023-08-14 14:20:20.191 INFO 25684 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  299. 2023-08-14 14:20:24.803 INFO 35808 --- [main] com.gyee.AppTest : Starting AppTest on sltc with PID 35808 (E:\idea_workspace\alarmNew\alarm-stat\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
  300. 2023-08-14 14:20:24.806 INFO 35808 --- [main] com.gyee.AppTest : The following profiles are active: jn
  301. 2023-08-14 14:20:26.072 INFO 35808 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  302. 2023-08-14 14:20:26.074 INFO 35808 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  303. 2023-08-14 14:20:26.158 INFO 35808 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 70ms. Found 0 Redis repository interfaces.
  304. 2023-08-14 14:20:26.712 INFO 35808 --- [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)
  305. 2023-08-14 14:20:26.720 INFO 35808 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$c991c92d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  306. 2023-08-14 14:20:26.742 INFO 35808 --- [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)
  307. 2023-08-14 14:20:27.538 INFO 35808 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6016 (http)
  308. 2023-08-14 14:20:27.548 INFO 35808 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  309. 2023-08-14 14:20:27.548 INFO 35808 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  310. 2023-08-14 14:20:27.670 INFO 35808 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  311. 2023-08-14 14:20:27.670 INFO 35808 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2649 ms
  312. 2023-08-14 14:20:28.029 INFO 35808 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  313. 2023-08-14 14:20:28.032 ERROR 35808 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  314. 2023-08-14 14:20:28.032 INFO 35808 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  315. 2023-08-14 14:20:28.032 INFO 35808 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  316. 2023-08-14 14:20:28.032 INFO 35808 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  317. 2023-08-14 14:20:28.032 INFO 35808 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
  318. 2023-08-14 14:20:30.261 ERROR 35808 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
  319. 2023-08-14 14:20:31.980 INFO 35808 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
  320. 2023-08-14 14:20:32.151 INFO 35808 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  321. 2023-08-14 14:20:32.522 INFO 35808 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
  322. 2023-08-14 14:20:32.575 INFO 35808 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job register jobhandler success, name:alarmStat-findFeatureStatList, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@3e5b2630[class com.gyee.alarm.task.SaticScheduleTask#findFeatureStatList]
  323. 2023-08-14 14:20:32.621 WARN 35808 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job accessToken is empty. To ensure system security, please set the accessToken.
  324. 2023-08-14 14:20:32.656 INFO 35808 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6016 (http) with context path ''
  325. 2023-08-14 14:20:32.658 INFO 35808 --- [main] com.gyee.AppTest : Started AppTest in 8.424 seconds (JVM running for 8.955)
  326. 2023-08-14 14:20:32.663 INFO 35808 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  327. 2023-08-14 14:20:32.663 INFO 35808 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
  328. 2023-08-14 14:20:33.852 INFO 35808 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  329. 2023-08-14 14:20:33.854 INFO 35808 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  330. 2023-08-14 14:20:34.008 INFO 35808 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9118
  331. 2023-08-14 14:20:34.619 INFO 35808 --- [main] com.gyee.alarm.init.CacheContext : 3177
  332. 2023-08-14 14:20:55.858 INFO 35808 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  333. 2023-08-14 14:21:26.161 INFO 35808 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  334. 2023-08-14 14:21:26.162 INFO 35808 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
  335. 2023-08-14 14:21:26.165 INFO 35808 --- [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]
  336. 2023-08-14 14:21:26.165 INFO 35808 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job, executor registry thread destroy.
  337. 2023-08-14 14:21:26.166 INFO 35808 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
  338. 2023-08-14 14:21:26.166 INFO 35808 --- [xxl-job, executor JobLogFileCleanThread] c.x.j.core.thread.JobLogFileCleanThread : >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
  339. 2023-08-14 14:21:26.166 INFO 35808 --- [xxl-job, executor TriggerCallbackThread] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor callback thread destroy.
  340. 2023-08-14 14:21:26.167 INFO 35808 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
  341. 2023-08-14 14:21:26.389 INFO 35808 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  342. 2023-08-14 14:21:26.394 INFO 35808 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  343. 2023-08-14 14:21:26.395 INFO 35808 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  344. 2023-08-14 14:21:26.396 INFO 35808 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  345. 2023-08-14 14:21:31.017 INFO 25808 --- [main] com.gyee.AppTest : Starting AppTest on sltc with PID 25808 (E:\idea_workspace\alarmNew\alarm-stat\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
  346. 2023-08-14 14:21:31.027 INFO 25808 --- [main] com.gyee.AppTest : The following profiles are active: jn
  347. 2023-08-14 14:21:32.281 INFO 25808 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  348. 2023-08-14 14:21:32.283 INFO 25808 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  349. 2023-08-14 14:21:32.360 INFO 25808 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 63ms. Found 0 Redis repository interfaces.
  350. 2023-08-14 14:21:32.900 INFO 25808 --- [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)
  351. 2023-08-14 14:21:32.907 INFO 25808 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$fde1ae64] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  352. 2023-08-14 14:21:32.929 INFO 25808 --- [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)
  353. 2023-08-14 14:21:33.728 INFO 25808 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6016 (http)
  354. 2023-08-14 14:21:33.738 INFO 25808 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  355. 2023-08-14 14:21:33.739 INFO 25808 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  356. 2023-08-14 14:21:33.863 INFO 25808 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  357. 2023-08-14 14:21:33.863 INFO 25808 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2630 ms
  358. 2023-08-14 14:21:34.213 INFO 25808 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  359. 2023-08-14 14:21:34.215 ERROR 25808 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  360. 2023-08-14 14:21:34.216 INFO 25808 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  361. 2023-08-14 14:21:34.216 INFO 25808 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  362. 2023-08-14 14:21:34.216 INFO 25808 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  363. 2023-08-14 14:21:34.216 INFO 25808 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
  364. 2023-08-14 14:21:36.408 ERROR 25808 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
  365. 2023-08-14 14:21:38.062 INFO 25808 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
  366. 2023-08-14 14:21:38.226 INFO 25808 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  367. 2023-08-14 14:21:38.616 INFO 25808 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
  368. 2023-08-14 14:21:38.690 INFO 25808 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job register jobhandler success, name:alarmStat-findFeatureStatList, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@1260c85e[class com.gyee.alarm.task.SaticScheduleTask#findFeatureStatList]
  369. 2023-08-14 14:21:38.732 WARN 25808 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job accessToken is empty. To ensure system security, please set the accessToken.
  370. 2023-08-14 14:21:38.771 INFO 25808 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6016 (http) with context path ''
  371. 2023-08-14 14:21:38.774 INFO 25808 --- [main] com.gyee.AppTest : Started AppTest in 8.317 seconds (JVM running for 8.858)
  372. 2023-08-14 14:21:38.780 INFO 25808 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  373. 2023-08-14 14:21:38.780 INFO 25808 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
  374. 2023-08-14 14:21:39.955 INFO 25808 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  375. 2023-08-14 14:21:39.957 INFO 25808 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  376. 2023-08-14 14:21:40.116 INFO 25808 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9118
  377. 2023-08-14 14:21:40.695 INFO 25808 --- [main] com.gyee.alarm.init.CacheContext : 3177
  378. 2023-08-14 14:22:02.377 INFO 25808 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  379. 2023-08-14 15:11:34.496 INFO 27692 --- [main] com.gyee.AppTest : Starting AppTest on sltc with PID 27692 (E:\idea_workspace\alarmNew\alarm-service\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
  380. 2023-08-14 15:11:34.498 INFO 27692 --- [main] com.gyee.AppTest : The following profiles are active: jn
  381. 2023-08-14 15:11:36.044 INFO 27692 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  382. 2023-08-14 15:11:36.047 INFO 27692 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  383. 2023-08-14 15:11:36.135 INFO 27692 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 73ms. Found 0 Redis repository interfaces.
  384. 2023-08-14 15:11:36.645 INFO 27692 --- [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)
  385. 2023-08-14 15:11:36.653 INFO 27692 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$759ef328] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  386. 2023-08-14 15:11:36.673 INFO 27692 --- [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)
  387. 2023-08-14 15:11:37.431 INFO 27692 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6014 (http)
  388. 2023-08-14 15:11:37.440 INFO 27692 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  389. 2023-08-14 15:11:37.440 INFO 27692 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  390. 2023-08-14 15:11:37.559 INFO 27692 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  391. 2023-08-14 15:11:37.559 INFO 27692 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2768 ms
  392. 2023-08-14 15:11:37.869 INFO 27692 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  393. 2023-08-14 15:11:37.872 ERROR 27692 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  394. 2023-08-14 15:11:37.872 INFO 27692 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  395. 2023-08-14 15:11:37.873 INFO 27692 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  396. 2023-08-14 15:11:37.873 INFO 27692 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  397. 2023-08-14 15:11:37.873 INFO 27692 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
  398. 2023-08-14 15:11:59.660 INFO 24148 --- [main] com.gyee.AppTest : Starting AppTest on sltc with PID 24148 (E:\idea_workspace\alarmNew\alarm-service\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
  399. 2023-08-14 15:11:59.663 INFO 24148 --- [main] com.gyee.AppTest : The following profiles are active: jn
  400. 2023-08-14 15:12:00.955 INFO 24148 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  401. 2023-08-14 15:12:00.957 INFO 24148 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  402. 2023-08-14 15:12:01.032 INFO 24148 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 64ms. Found 0 Redis repository interfaces.
  403. 2023-08-14 15:12:01.502 INFO 24148 --- [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)
  404. 2023-08-14 15:12:01.507 INFO 24148 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$6af7768e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  405. 2023-08-14 15:12:01.525 INFO 24148 --- [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)
  406. 2023-08-14 15:12:02.230 INFO 24148 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6014 (http)
  407. 2023-08-14 15:12:02.239 INFO 24148 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  408. 2023-08-14 15:12:02.239 INFO 24148 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  409. 2023-08-14 15:12:02.355 INFO 24148 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  410. 2023-08-14 15:12:02.355 INFO 24148 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2444 ms
  411. 2023-08-14 15:12:02.651 INFO 24148 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  412. 2023-08-14 15:12:02.653 ERROR 24148 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  413. 2023-08-14 15:12:02.654 INFO 24148 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  414. 2023-08-14 15:12:02.654 INFO 24148 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  415. 2023-08-14 15:12:02.654 INFO 24148 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  416. 2023-08-14 15:12:02.654 INFO 24148 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
  417. 2023-08-14 15:12:03.996 ERROR 24148 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
  418. 2023-08-14 15:12:06.386 INFO 24148 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  419. 2023-08-14 15:12:06.719 INFO 24148 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
  420. 2023-08-14 15:12:06.783 INFO 24148 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6014 (http) with context path ''
  421. 2023-08-14 15:12:06.785 INFO 24148 --- [main] com.gyee.AppTest : Started AppTest in 7.596 seconds (JVM running for 8.088)
  422. 2023-08-14 15:12:06.788 INFO 24148 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  423. 2023-08-14 15:12:06.789 INFO 24148 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
  424. 2023-08-14 15:12:07.891 INFO 24148 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  425. 2023-08-14 15:12:07.893 INFO 24148 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  426. 2023-08-14 15:12:09.508 INFO 24148 --- [main] com.gyee.alarm.init.CacheContext : 3177
  427. 2023-08-14 15:12:38.920 INFO 24148 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  428. 2023-08-14 15:15:12.746 INFO 25808 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  429. 2023-08-14 15:15:12.751 INFO 25808 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
  430. 2023-08-14 15:15:12.754 INFO 25808 --- [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]
  431. 2023-08-14 15:15:12.755 INFO 25808 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job, executor registry thread destroy.
  432. 2023-08-14 15:15:12.755 INFO 25808 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
  433. 2023-08-14 15:15:12.756 INFO 25808 --- [xxl-job, executor JobLogFileCleanThread] c.x.j.core.thread.JobLogFileCleanThread : >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
  434. 2023-08-14 15:15:12.757 INFO 25808 --- [xxl-job, executor TriggerCallbackThread] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor callback thread destroy.
  435. 2023-08-14 15:15:12.757 INFO 25808 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
  436. 2023-08-14 15:15:13.011 INFO 25808 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  437. 2023-08-14 15:15:13.020 INFO 25808 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  438. 2023-08-14 15:15:13.021 INFO 25808 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  439. 2023-08-14 15:15:13.021 INFO 25808 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  440. 2023-08-14 15:29:17.954 INFO 24148 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  441. 2023-08-14 15:29:18.172 INFO 24148 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  442. 2023-08-14 15:29:18.176 INFO 24148 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  443. 2023-08-14 15:29:18.176 INFO 24148 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  444. 2023-08-14 15:29:18.177 INFO 24148 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  445. 2023-08-14 15:32:57.904 INFO 3912 --- [main] com.gyee.AppTest : Starting AppTest on sltc with PID 3912 (E:\idea_workspace\alarmNew\alarm-service\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
  446. 2023-08-14 15:32:57.907 INFO 3912 --- [main] com.gyee.AppTest : The following profiles are active: jn
  447. 2023-08-14 15:32:59.208 INFO 3912 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  448. 2023-08-14 15:32:59.211 INFO 3912 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  449. 2023-08-14 15:32:59.292 INFO 3912 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 68ms. Found 0 Redis repository interfaces.
  450. 2023-08-14 15:32:59.766 INFO 3912 --- [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)
  451. 2023-08-14 15:32:59.771 INFO 3912 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$bf2348f0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  452. 2023-08-14 15:32:59.792 INFO 3912 --- [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)
  453. 2023-08-14 15:33:00.513 INFO 3912 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6014 (http)
  454. 2023-08-14 15:33:00.522 INFO 3912 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  455. 2023-08-14 15:33:00.523 INFO 3912 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  456. 2023-08-14 15:33:00.639 INFO 3912 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  457. 2023-08-14 15:33:00.639 INFO 3912 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2473 ms
  458. 2023-08-14 15:33:00.949 INFO 3912 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  459. 2023-08-14 15:33:00.951 ERROR 3912 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  460. 2023-08-14 15:33:00.952 INFO 3912 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  461. 2023-08-14 15:33:00.952 INFO 3912 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  462. 2023-08-14 15:33:00.952 INFO 3912 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  463. 2023-08-14 15:33:00.952 INFO 3912 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
  464. 2023-08-14 15:33:02.301 ERROR 3912 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
  465. 2023-08-14 15:33:04.706 INFO 3912 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  466. 2023-08-14 15:33:05.031 INFO 3912 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
  467. 2023-08-14 15:33:05.101 INFO 3912 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6014 (http) with context path ''
  468. 2023-08-14 15:33:05.103 INFO 3912 --- [main] com.gyee.AppTest : Started AppTest in 7.618 seconds (JVM running for 8.108)
  469. 2023-08-14 15:33:05.106 INFO 3912 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  470. 2023-08-14 15:33:05.106 INFO 3912 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
  471. 2023-08-14 15:33:06.118 INFO 3912 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  472. 2023-08-14 15:33:06.120 INFO 3912 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  473. 2023-08-14 15:33:07.714 INFO 3912 --- [main] com.gyee.alarm.init.CacheContext : 3177
  474. 2023-08-14 15:33:36.182 INFO 3912 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  475. 2023-08-14 15:35:37.825 INFO 3912 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  476. 2023-08-14 15:35:37.944 INFO 3912 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  477. 2023-08-14 15:35:37.947 INFO 3912 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  478. 2023-08-14 15:35:37.948 INFO 3912 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  479. 2023-08-14 15:35:37.948 INFO 3912 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  480. 2023-08-14 15:40:24.673 INFO 20544 --- [main] com.gyee.AppTest : Starting AppTest on sltc with PID 20544 (E:\idea_workspace\alarmNew\alarm-stat\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
  481. 2023-08-14 15:40:24.676 INFO 20544 --- [main] com.gyee.AppTest : The following profiles are active: jn
  482. 2023-08-14 15:40:26.011 INFO 20544 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  483. 2023-08-14 15:40:26.013 INFO 20544 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  484. 2023-08-14 15:40:26.086 INFO 20544 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 60ms. Found 0 Redis repository interfaces.
  485. 2023-08-14 15:40:26.626 INFO 20544 --- [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)
  486. 2023-08-14 15:40:26.633 INFO 20544 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$d96c7d7a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  487. 2023-08-14 15:40:26.654 INFO 20544 --- [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)
  488. 2023-08-14 15:40:27.441 INFO 20544 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6016 (http)
  489. 2023-08-14 15:40:27.451 INFO 20544 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  490. 2023-08-14 15:40:27.451 INFO 20544 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  491. 2023-08-14 15:40:27.575 INFO 20544 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  492. 2023-08-14 15:40:27.575 INFO 20544 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2644 ms
  493. 2023-08-14 15:40:27.930 INFO 20544 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  494. 2023-08-14 15:40:27.932 ERROR 20544 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  495. 2023-08-14 15:40:27.933 INFO 20544 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  496. 2023-08-14 15:40:27.933 INFO 20544 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  497. 2023-08-14 15:40:27.933 INFO 20544 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  498. 2023-08-14 15:40:27.933 INFO 20544 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
  499. 2023-08-14 15:40:30.265 ERROR 20544 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
  500. 2023-08-14 15:40:31.949 INFO 20544 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
  501. 2023-08-14 15:40:32.117 INFO 20544 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  502. 2023-08-14 15:40:32.502 INFO 20544 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
  503. 2023-08-14 15:40:32.556 INFO 20544 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job register jobhandler success, name:alarmStat-findFeatureStatList, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@c0521e5[class com.gyee.alarm.task.SaticScheduleTask#findFeatureStatList]
  504. 2023-08-14 15:40:32.599 WARN 20544 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job accessToken is empty. To ensure system security, please set the accessToken.
  505. 2023-08-14 15:40:32.634 INFO 20544 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6016 (http) with context path ''
  506. 2023-08-14 15:40:32.637 INFO 20544 --- [main] com.gyee.AppTest : Started AppTest in 8.482 seconds (JVM running for 8.979)
  507. 2023-08-14 15:40:32.642 INFO 20544 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  508. 2023-08-14 15:40:32.642 INFO 20544 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
  509. 2023-08-14 15:40:33.794 INFO 20544 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  510. 2023-08-14 15:40:33.797 INFO 20544 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  511. 2023-08-14 15:40:33.997 INFO 20544 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9118
  512. 2023-08-14 15:40:34.682 INFO 20544 --- [main] com.gyee.alarm.init.CacheContext : 3177
  513. 2023-08-14 15:40:56.247 INFO 20544 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  514. 2023-08-14 15:41:34.456 INFO 20544 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  515. 2023-08-14 15:41:34.457 INFO 20544 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
  516. 2023-08-14 15:41:34.461 INFO 20544 --- [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]
  517. 2023-08-14 15:41:34.462 INFO 20544 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job, executor registry thread destroy.
  518. 2023-08-14 15:41:34.462 INFO 20544 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
  519. 2023-08-14 15:41:34.462 INFO 20544 --- [xxl-job, executor JobLogFileCleanThread] c.x.j.core.thread.JobLogFileCleanThread : >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
  520. 2023-08-14 15:41:34.463 INFO 20544 --- [xxl-job, executor TriggerCallbackThread] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor callback thread destroy.
  521. 2023-08-14 15:41:34.463 INFO 20544 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
  522. 2023-08-14 15:41:34.586 INFO 20544 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  523. 2023-08-14 15:41:34.590 INFO 20544 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  524. 2023-08-14 15:41:34.591 INFO 20544 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  525. 2023-08-14 15:41:34.591 INFO 20544 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  526. 2023-08-14 15:41:38.501 INFO 35744 --- [main] com.gyee.AppTest : Starting AppTest on sltc with PID 35744 (E:\idea_workspace\alarmNew\alarm-stat\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
  527. 2023-08-14 15:41:38.504 INFO 35744 --- [main] com.gyee.AppTest : The following profiles are active: jn
  528. 2023-08-14 15:41:39.797 INFO 35744 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  529. 2023-08-14 15:41:39.800 INFO 35744 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  530. 2023-08-14 15:41:39.874 INFO 35744 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 61ms. Found 0 Redis repository interfaces.
  531. 2023-08-14 15:41:40.341 INFO 35744 --- [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)
  532. 2023-08-14 15:41:40.346 INFO 35744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$72b2d211] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  533. 2023-08-14 15:41:40.365 INFO 35744 --- [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)
  534. 2023-08-14 15:41:41.118 INFO 35744 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6016 (http)
  535. 2023-08-14 15:41:41.127 INFO 35744 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  536. 2023-08-14 15:41:41.127 INFO 35744 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  537. 2023-08-14 15:41:41.245 INFO 35744 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  538. 2023-08-14 15:41:41.245 INFO 35744 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2481 ms
  539. 2023-08-14 15:41:41.546 INFO 35744 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  540. 2023-08-14 15:41:41.548 ERROR 35744 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  541. 2023-08-14 15:41:41.549 INFO 35744 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  542. 2023-08-14 15:41:41.549 INFO 35744 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  543. 2023-08-14 15:41:41.549 INFO 35744 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  544. 2023-08-14 15:41:41.549 INFO 35744 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
  545. 2023-08-14 15:41:43.648 ERROR 35744 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
  546. 2023-08-14 15:41:45.138 INFO 35744 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
  547. 2023-08-14 15:41:45.294 INFO 35744 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  548. 2023-08-14 15:41:45.626 INFO 35744 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
  549. 2023-08-14 15:41:45.678 INFO 35744 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job register jobhandler success, name:alarmStat-findFeatureStatList, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@7198ab9a[class com.gyee.alarm.task.SaticScheduleTask#findFeatureStatList]
  550. 2023-08-14 15:41:45.719 WARN 35744 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job accessToken is empty. To ensure system security, please set the accessToken.
  551. 2023-08-14 15:41:45.753 INFO 35744 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6016 (http) with context path ''
  552. 2023-08-14 15:41:45.755 INFO 35744 --- [main] com.gyee.AppTest : Started AppTest in 7.676 seconds (JVM running for 8.17)
  553. 2023-08-14 15:41:45.760 INFO 35744 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  554. 2023-08-14 15:41:45.760 INFO 35744 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
  555. 2023-08-14 15:41:46.805 INFO 35744 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  556. 2023-08-14 15:41:46.808 INFO 35744 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  557. 2023-08-14 15:41:47.083 INFO 35744 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9118
  558. 2023-08-14 15:41:47.667 INFO 35744 --- [main] com.gyee.alarm.init.CacheContext : 3177
  559. 2023-08-14 15:42:10.238 INFO 35744 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  560. 2023-08-14 15:49:55.663 INFO 35744 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  561. 2023-08-14 15:49:55.664 INFO 35744 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
  562. 2023-08-14 15:49:55.666 INFO 35744 --- [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]
  563. 2023-08-14 15:49:55.667 INFO 35744 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job, executor registry thread destroy.
  564. 2023-08-14 15:49:55.667 INFO 35744 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
  565. 2023-08-14 15:49:55.667 INFO 35744 --- [xxl-job, executor JobLogFileCleanThread] c.x.j.core.thread.JobLogFileCleanThread : >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
  566. 2023-08-14 15:49:55.668 INFO 35744 --- [xxl-job, executor TriggerCallbackThread] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor callback thread destroy.
  567. 2023-08-14 15:49:55.668 INFO 35744 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
  568. 2023-08-14 15:49:55.790 INFO 35744 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  569. 2023-08-14 15:49:55.794 INFO 35744 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  570. 2023-08-14 15:49:55.794 INFO 35744 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  571. 2023-08-14 15:49:55.794 INFO 35744 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  572. 2023-08-14 15:49:59.067 INFO 36412 --- [main] com.gyee.AppTest : Starting AppTest on sltc with PID 36412 (E:\idea_workspace\alarmNew\alarm-stat\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
  573. 2023-08-14 15:49:59.071 INFO 36412 --- [main] com.gyee.AppTest : The following profiles are active: jn
  574. 2023-08-14 15:50:00.523 INFO 36412 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  575. 2023-08-14 15:50:00.525 INFO 36412 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  576. 2023-08-14 15:50:00.602 INFO 36412 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 63ms. Found 0 Redis repository interfaces.
  577. 2023-08-14 15:50:01.129 INFO 36412 --- [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)
  578. 2023-08-14 15:50:01.135 INFO 36412 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$67b3ab31] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  579. 2023-08-14 15:50:01.156 INFO 36412 --- [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)
  580. 2023-08-14 15:50:01.943 INFO 36412 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6016 (http)
  581. 2023-08-14 15:50:01.952 INFO 36412 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  582. 2023-08-14 15:50:01.953 INFO 36412 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  583. 2023-08-14 15:50:02.077 INFO 36412 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  584. 2023-08-14 15:50:02.077 INFO 36412 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2738 ms
  585. 2023-08-14 15:50:02.414 INFO 36412 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  586. 2023-08-14 15:50:02.416 ERROR 36412 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  587. 2023-08-14 15:50:02.416 INFO 36412 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  588. 2023-08-14 15:50:02.417 INFO 36412 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  589. 2023-08-14 15:50:02.417 INFO 36412 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  590. 2023-08-14 15:50:02.417 INFO 36412 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
  591. 2023-08-14 15:50:04.660 ERROR 36412 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
  592. 2023-08-14 15:50:06.308 INFO 36412 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
  593. 2023-08-14 15:50:06.477 INFO 36412 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  594. 2023-08-14 15:50:06.881 INFO 36412 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
  595. 2023-08-14 15:50:06.934 INFO 36412 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job register jobhandler success, name:alarmStat-findFeatureStatList, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@65a2e14e[class com.gyee.alarm.task.SaticScheduleTask#findFeatureStatList]
  596. 2023-08-14 15:50:06.976 WARN 36412 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job accessToken is empty. To ensure system security, please set the accessToken.
  597. 2023-08-14 15:50:07.010 INFO 36412 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6016 (http) with context path ''
  598. 2023-08-14 15:50:07.013 INFO 36412 --- [main] com.gyee.AppTest : Started AppTest in 8.517 seconds (JVM running for 9.194)
  599. 2023-08-14 15:50:07.018 INFO 36412 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  600. 2023-08-14 15:50:07.018 INFO 36412 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
  601. 2023-08-14 15:50:08.230 INFO 36412 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  602. 2023-08-14 15:50:08.234 INFO 36412 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  603. 2023-08-14 15:50:08.477 INFO 36412 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9118
  604. 2023-08-14 15:50:09.074 INFO 36412 --- [main] com.gyee.alarm.init.CacheContext : 3177
  605. 2023-08-14 15:50:34.149 INFO 36412 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  606. 2023-08-14 15:50:36.101 INFO 36412 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  607. 2023-08-14 15:50:36.102 INFO 36412 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
  608. 2023-08-14 15:50:36.106 INFO 36412 --- [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]
  609. 2023-08-14 15:50:36.106 INFO 36412 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job, executor registry thread destroy.
  610. 2023-08-14 15:50:36.106 INFO 36412 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
  611. 2023-08-14 15:50:36.107 INFO 36412 --- [xxl-job, executor JobLogFileCleanThread] c.x.j.core.thread.JobLogFileCleanThread : >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
  612. 2023-08-14 15:50:36.107 INFO 36412 --- [xxl-job, executor TriggerCallbackThread] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor callback thread destroy.
  613. 2023-08-14 15:50:36.108 INFO 36412 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
  614. 2023-08-14 15:50:36.247 INFO 36412 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  615. 2023-08-14 15:50:36.251 INFO 36412 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  616. 2023-08-14 15:50:36.253 INFO 36412 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  617. 2023-08-14 15:50:36.253 INFO 36412 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  618. 2023-08-14 15:51:49.192 INFO 32012 --- [main] com.gyee.AppTest : Starting AppTest on sltc with PID 32012 (E:\idea_workspace\alarmNew\alarm-stat\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
  619. 2023-08-14 15:51:49.209 INFO 32012 --- [main] com.gyee.AppTest : The following profiles are active: jn
  620. 2023-08-14 15:51:50.665 INFO 32012 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  621. 2023-08-14 15:51:50.667 INFO 32012 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  622. 2023-08-14 15:51:50.750 INFO 32012 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 68ms. Found 0 Redis repository interfaces.
  623. 2023-08-14 15:51:51.340 INFO 32012 --- [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)
  624. 2023-08-14 15:51:51.347 INFO 32012 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$4fd071de] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  625. 2023-08-14 15:51:51.373 INFO 32012 --- [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)
  626. 2023-08-14 15:52:57.277 INFO 30704 --- [main] com.gyee.AppTest : Starting AppTest on sltc with PID 30704 (E:\idea_workspace\alarmNew\alarm-stat\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
  627. 2023-08-14 15:52:57.287 INFO 30704 --- [main] com.gyee.AppTest : The following profiles are active: jn
  628. 2023-08-14 15:52:58.646 INFO 30704 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  629. 2023-08-14 15:52:58.649 INFO 30704 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  630. 2023-08-14 15:52:58.725 INFO 30704 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 63ms. Found 0 Redis repository interfaces.
  631. 2023-08-14 15:52:59.288 INFO 30704 --- [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)
  632. 2023-08-14 15:52:59.296 INFO 30704 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$5aeff54] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  633. 2023-08-14 15:52:59.323 INFO 30704 --- [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)
  634. 2023-08-14 15:53:00.102 INFO 30704 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6016 (http)
  635. 2023-08-14 15:53:00.112 INFO 30704 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  636. 2023-08-14 15:53:00.112 INFO 30704 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  637. 2023-08-14 15:53:00.237 INFO 30704 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  638. 2023-08-14 15:53:00.237 INFO 30704 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2707 ms
  639. 2023-08-14 15:53:00.586 INFO 30704 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  640. 2023-08-14 15:53:00.589 ERROR 30704 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  641. 2023-08-14 15:53:00.589 INFO 30704 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  642. 2023-08-14 15:53:00.590 INFO 30704 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  643. 2023-08-14 15:53:00.590 INFO 30704 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  644. 2023-08-14 15:53:00.590 INFO 30704 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
  645. 2023-08-14 15:53:02.796 ERROR 30704 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
  646. 2023-08-14 15:53:04.457 INFO 30704 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
  647. 2023-08-14 15:53:04.625 INFO 30704 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  648. 2023-08-14 15:53:05.018 INFO 30704 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
  649. 2023-08-14 15:53:05.074 INFO 30704 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job register jobhandler success, name:alarmStat-findFeatureStatList, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@52ccf197[class com.gyee.alarm.task.SaticScheduleTask#findFeatureStatList]
  650. 2023-08-14 15:53:05.120 WARN 30704 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job accessToken is empty. To ensure system security, please set the accessToken.
  651. 2023-08-14 15:53:05.156 INFO 30704 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6016 (http) with context path ''
  652. 2023-08-14 15:53:05.159 INFO 30704 --- [main] com.gyee.AppTest : Started AppTest in 8.453 seconds (JVM running for 8.987)
  653. 2023-08-14 15:53:05.163 INFO 30704 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  654. 2023-08-14 15:53:05.164 INFO 30704 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
  655. 2023-08-14 15:53:06.512 INFO 30704 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  656. 2023-08-14 15:53:06.516 INFO 30704 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  657. 2023-08-14 15:53:06.666 INFO 30704 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9118
  658. 2023-08-14 15:53:07.270 INFO 30704 --- [main] com.gyee.alarm.init.CacheContext : 3177
  659. 2023-08-14 15:53:33.860 INFO 30704 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  660. 2023-08-14 15:54:26.967 INFO 30704 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  661. 2023-08-14 15:54:26.968 INFO 30704 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
  662. 2023-08-14 15:54:26.972 INFO 30704 --- [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]
  663. 2023-08-14 15:54:26.972 INFO 30704 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job, executor registry thread destroy.
  664. 2023-08-14 15:54:26.972 INFO 30704 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
  665. 2023-08-14 15:54:27.055 INFO 30704 --- [xxl-job, executor JobLogFileCleanThread] c.x.j.core.thread.JobLogFileCleanThread : >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
  666. 2023-08-14 15:54:27.062 INFO 30704 --- [xxl-job, executor TriggerCallbackThread] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor callback thread destroy.
  667. 2023-08-14 15:54:27.063 INFO 30704 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
  668. 2023-08-14 15:54:27.285 INFO 30704 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  669. 2023-08-14 15:54:27.289 INFO 30704 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  670. 2023-08-14 15:54:27.290 INFO 30704 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  671. 2023-08-14 15:54:27.290 INFO 30704 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  672. 2023-08-14 15:54:32.418 INFO 18540 --- [main] com.gyee.AppTest : Starting AppTest on sltc with PID 18540 (E:\idea_workspace\alarmNew\alarm-stat\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
  673. 2023-08-14 15:54:32.420 INFO 18540 --- [main] com.gyee.AppTest : The following profiles are active: jn
  674. 2023-08-14 15:54:33.717 INFO 18540 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  675. 2023-08-14 15:54:33.720 INFO 18540 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  676. 2023-08-14 15:54:33.799 INFO 18540 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 66ms. Found 0 Redis repository interfaces.
  677. 2023-08-14 15:54:34.339 INFO 18540 --- [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)
  678. 2023-08-14 15:54:34.346 INFO 18540 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$9b252690] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  679. 2023-08-14 15:54:34.369 INFO 18540 --- [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)
  680. 2023-08-14 15:54:35.161 INFO 18540 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6016 (http)
  681. 2023-08-14 15:54:35.170 INFO 18540 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  682. 2023-08-14 15:54:35.170 INFO 18540 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  683. 2023-08-14 15:54:35.292 INFO 18540 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  684. 2023-08-14 15:54:35.293 INFO 18540 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2639 ms
  685. 2023-08-14 15:54:35.662 INFO 18540 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  686. 2023-08-14 15:54:35.665 ERROR 18540 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  687. 2023-08-14 15:54:35.665 INFO 18540 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  688. 2023-08-14 15:54:35.666 INFO 18540 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  689. 2023-08-14 15:54:35.666 INFO 18540 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  690. 2023-08-14 15:54:35.666 INFO 18540 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
  691. 2023-08-14 15:54:37.905 ERROR 18540 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
  692. 2023-08-14 15:54:39.584 INFO 18540 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
  693. 2023-08-14 15:54:39.756 INFO 18540 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  694. 2023-08-14 15:54:40.131 INFO 18540 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
  695. 2023-08-14 15:54:40.189 INFO 18540 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job register jobhandler success, name:alarmStat-findFeatureStatList, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@4abdd5e[class com.gyee.alarm.task.SaticScheduleTask#findFeatureStatList]
  696. 2023-08-14 15:54:40.227 WARN 18540 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job accessToken is empty. To ensure system security, please set the accessToken.
  697. 2023-08-14 15:54:40.262 INFO 18540 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6016 (http) with context path ''
  698. 2023-08-14 15:54:40.264 INFO 18540 --- [main] com.gyee.AppTest : Started AppTest in 8.376 seconds (JVM running for 8.948)
  699. 2023-08-14 15:54:40.269 INFO 18540 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  700. 2023-08-14 15:54:40.270 INFO 18540 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
  701. 2023-08-14 15:54:41.447 INFO 18540 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  702. 2023-08-14 15:54:41.449 INFO 18540 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  703. 2023-08-14 15:54:42.199 INFO 18540 --- [main] com.gyee.alarm.init.CacheContext : 3177
  704. 2023-08-14 15:54:44.137 INFO 18540 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  705. 2023-08-14 15:54:44.139 INFO 18540 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
  706. 2023-08-14 15:54:44.140 INFO 18540 --- [xxl-job, executor JobLogFileCleanThread] c.x.j.core.thread.JobLogFileCleanThread : >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
  707. 2023-08-14 15:54:44.140 INFO 18540 --- [xxl-job, executor TriggerCallbackThread] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor callback thread destroy.
  708. 2023-08-14 15:54:44.140 INFO 18540 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
  709. 2023-08-14 15:54:44.161 INFO 18540 --- [main] ConditionEvaluationReportLoggingListener :
  710. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  711. 2023-08-14 15:54:44.165 ERROR 18540 --- [main] o.s.boot.SpringApplication : Application run failed
  712. java.lang.IllegalStateException: Failed to execute CommandLineRunner
  713. at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:787) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  714. at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:768) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  715. at org.springframework.boot.SpringApplication.run(SpringApplication.java:322) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  716. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  717. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  718. at com.gyee.AppTest.main(AppTest.java:17) [test-classes/:na]
  719. Caused by: org.springframework.data.redis.RedisSystemException: Redis exception; nested exception is io.lettuce.core.RedisException: io.lettuce.core.RedisException: Connection closed
  720. at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:74) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
  721. at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:41) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
  722. at org.springframework.data.redis.PassThroughExceptionTranslationStrategy.translate(PassThroughExceptionTranslationStrategy.java:44) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
  723. at org.springframework.data.redis.FallbackExceptionTranslationStrategy.translate(FallbackExceptionTranslationStrategy.java:42) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
  724. at org.springframework.data.redis.connection.lettuce.LettuceConnection.convertLettuceAccessException(LettuceConnection.java:273) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
  725. at org.springframework.data.redis.connection.lettuce.LettuceStringCommands.convertLettuceAccessException(LettuceStringCommands.java:799) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
  726. at org.springframework.data.redis.connection.lettuce.LettuceStringCommands.get(LettuceStringCommands.java:68) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
  727. at org.springframework.data.redis.connection.DefaultedRedisConnection.get(DefaultedRedisConnection.java:266) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
  728. at sun.reflect.GeneratedMethodAccessor98.invoke(Unknown Source) ~[na:na]
  729. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_351]
  730. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_351]
  731. at org.springframework.data.redis.core.CloseSuppressingInvocationHandler.invoke(CloseSuppressingInvocationHandler.java:61) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
  732. at com.sun.proxy.$Proxy231.get(Unknown Source) ~[na:na]
  733. at com.gyee.alarm.init.redis.RedisServiceImpl$2.doInRedis(RedisServiceImpl.java:45) ~[classes/:na]
  734. at com.gyee.alarm.init.redis.RedisServiceImpl$2.doInRedis(RedisServiceImpl.java:41) ~[classes/:na]
  735. at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:228) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
  736. at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:188) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
  737. at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:175) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
  738. at com.gyee.alarm.init.redis.RedisServiceImpl.get(RedisServiceImpl.java:41) ~[classes/:na]
  739. at com.gyee.alarm.init.CacheContext.lambda$run$8(CacheContext.java:379) ~[classes/:na]
  740. at java.util.ArrayList.forEach(ArrayList.java:1259) ~[na:1.8.0_351]
  741. at com.gyee.alarm.init.CacheContext.run(CacheContext.java:366) ~[classes/:na]
  742. at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:784) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  743. ... 5 common frames omitted
  744. Caused by: io.lettuce.core.RedisException: io.lettuce.core.RedisException: Connection closed
  745. at io.lettuce.core.LettuceFutures.awaitOrCancel(LettuceFutures.java:129) ~[lettuce-core-5.2.1.RELEASE.jar:5.2.1.RELEASE]
  746. at io.lettuce.core.FutureSyncInvocationHandler.handleInvocation(FutureSyncInvocationHandler.java:69) ~[lettuce-core-5.2.1.RELEASE.jar:5.2.1.RELEASE]
  747. at io.lettuce.core.internal.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:80) ~[lettuce-core-5.2.1.RELEASE.jar:5.2.1.RELEASE]
  748. at com.sun.proxy.$Proxy228.get(Unknown Source) ~[na:na]
  749. at org.springframework.data.redis.connection.lettuce.LettuceStringCommands.get(LettuceStringCommands.java:66) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
  750. ... 21 common frames omitted
  751. Caused by: io.lettuce.core.RedisException: Connection closed
  752. at io.lettuce.core.protocol.DefaultEndpoint.notifyDrainQueuedCommands(DefaultEndpoint.java:572) ~[lettuce-core-5.2.1.RELEASE.jar:5.2.1.RELEASE]
  753. at io.lettuce.core.protocol.CommandHandler.channelInactive(CommandHandler.java:322) ~[lettuce-core-5.2.1.RELEASE.jar:5.2.1.RELEASE]
  754. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:257) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
  755. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:243) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
  756. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:236) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
  757. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:81) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
  758. at io.lettuce.core.ChannelGroupListener.channelInactive(ChannelGroupListener.java:46) ~[lettuce-core-5.2.1.RELEASE.jar:5.2.1.RELEASE]
  759. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:257) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
  760. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:243) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
  761. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:236) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
  762. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:81) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
  763. at io.lettuce.core.PlainChannelInitializer$1.channelInactive(PlainChannelInitializer.java:85) ~[lettuce-core-5.2.1.RELEASE.jar:5.2.1.RELEASE]
  764. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:257) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
  765. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:243) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
  766. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:236) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
  767. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1417) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
  768. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:257) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
  769. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:243) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
  770. at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:913) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
  771. at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:819) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
  772. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute$$$capture(AbstractEventExecutor.java:163) ~[netty-common-4.1.43.Final.jar:4.1.43.Final]
  773. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java) ~[netty-common-4.1.43.Final.jar:4.1.43.Final]
  774. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:510) ~[netty-common-4.1.43.Final.jar:4.1.43.Final]
  775. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:518) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
  776. at io.netty.util.concurrent.SingleThreadEventExecutor$6.run(SingleThreadEventExecutor.java:1050) ~[netty-common-4.1.43.Final.jar:4.1.43.Final]
  777. at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.43.Final.jar:4.1.43.Final]
  778. at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.43.Final.jar:4.1.43.Final]
  779. at java.lang.Thread.run(Thread.java:750) ~[na:1.8.0_351]
  780. 2023-08-14 15:54:44.264 INFO 18540 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  781. 2023-08-14 15:54:44.267 INFO 18540 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  782. 2023-08-14 15:54:44.269 INFO 18540 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  783. 2023-08-14 15:54:44.269 INFO 18540 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  784. 2023-08-14 15:54:57.937 INFO 29304 --- [main] com.gyee.AppTest : Starting AppTest on sltc with PID 29304 (E:\idea_workspace\alarmNew\alarm-stat\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
  785. 2023-08-14 15:54:57.940 INFO 29304 --- [main] com.gyee.AppTest : The following profiles are active: jn
  786. 2023-08-14 15:54:59.238 INFO 29304 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  787. 2023-08-14 15:54:59.240 INFO 29304 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  788. 2023-08-14 15:54:59.319 INFO 29304 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 65ms. Found 0 Redis repository interfaces.
  789. 2023-08-14 15:54:59.852 INFO 29304 --- [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)
  790. 2023-08-14 15:54:59.859 INFO 29304 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$933a9cb8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  791. 2023-08-14 15:54:59.879 INFO 29304 --- [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)
  792. 2023-08-14 15:55:00.684 INFO 29304 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6016 (http)
  793. 2023-08-14 15:55:00.693 INFO 29304 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  794. 2023-08-14 15:55:00.694 INFO 29304 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  795. 2023-08-14 15:55:00.818 INFO 29304 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  796. 2023-08-14 15:55:00.818 INFO 29304 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2662 ms
  797. 2023-08-14 15:55:01.172 INFO 29304 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  798. 2023-08-14 15:55:01.174 ERROR 29304 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  799. 2023-08-14 15:55:01.175 INFO 29304 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  800. 2023-08-14 15:55:01.175 INFO 29304 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  801. 2023-08-14 15:55:01.175 INFO 29304 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  802. 2023-08-14 15:55:01.175 INFO 29304 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
  803. 2023-08-14 15:55:03.413 ERROR 29304 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
  804. 2023-08-14 15:55:05.094 INFO 29304 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
  805. 2023-08-14 15:55:05.263 INFO 29304 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  806. 2023-08-14 15:55:05.648 INFO 29304 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
  807. 2023-08-14 15:55:05.708 INFO 29304 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job register jobhandler success, name:alarmStat-findFeatureStatList, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@60484429[class com.gyee.alarm.task.SaticScheduleTask#findFeatureStatList]
  808. 2023-08-14 15:55:05.753 WARN 29304 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job accessToken is empty. To ensure system security, please set the accessToken.
  809. 2023-08-14 15:55:05.792 INFO 29304 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6016 (http) with context path ''
  810. 2023-08-14 15:55:05.795 INFO 29304 --- [main] com.gyee.AppTest : Started AppTest in 8.333 seconds (JVM running for 8.91)
  811. 2023-08-14 15:55:05.800 INFO 29304 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  812. 2023-08-14 15:55:05.800 INFO 29304 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
  813. 2023-08-14 15:55:06.942 INFO 29304 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  814. 2023-08-14 15:55:06.945 INFO 29304 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  815. 2023-08-14 15:55:07.206 INFO 29304 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9118
  816. 2023-08-14 15:55:07.778 INFO 29304 --- [main] com.gyee.alarm.init.CacheContext : 3177
  817. 2023-08-14 15:55:31.844 INFO 29304 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  818. 2023-08-14 16:01:07.751 INFO 29304 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  819. 2023-08-14 16:01:07.753 INFO 29304 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
  820. 2023-08-14 16:01:07.758 INFO 29304 --- [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]
  821. 2023-08-14 16:01:07.758 INFO 29304 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job, executor registry thread destroy.
  822. 2023-08-14 16:01:07.758 INFO 29304 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
  823. 2023-08-14 16:01:07.759 INFO 29304 --- [xxl-job, executor JobLogFileCleanThread] c.x.j.core.thread.JobLogFileCleanThread : >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
  824. 2023-08-14 16:01:07.759 INFO 29304 --- [xxl-job, executor TriggerCallbackThread] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor callback thread destroy.
  825. 2023-08-14 16:01:07.760 INFO 29304 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
  826. 2023-08-14 16:01:07.985 INFO 29304 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  827. 2023-08-14 16:01:07.990 INFO 29304 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  828. 2023-08-14 16:01:07.990 INFO 29304 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  829. 2023-08-14 16:01:07.991 INFO 29304 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  830. 2023-08-14 16:01:12.999 INFO 18048 --- [main] com.gyee.AppTest : Starting AppTest on sltc with PID 18048 (E:\idea_workspace\alarmNew\alarm-stat\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
  831. 2023-08-14 16:01:13.003 INFO 18048 --- [main] com.gyee.AppTest : The following profiles are active: jn
  832. 2023-08-14 16:01:14.271 INFO 18048 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  833. 2023-08-14 16:01:14.274 INFO 18048 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  834. 2023-08-14 16:01:14.357 INFO 18048 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 68ms. Found 0 Redis repository interfaces.
  835. 2023-08-14 16:01:14.918 INFO 18048 --- [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)
  836. 2023-08-14 16:01:14.925 INFO 18048 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$c3ba48ba] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  837. 2023-08-14 16:01:14.950 INFO 18048 --- [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)
  838. 2023-08-14 16:01:15.759 INFO 18048 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6016 (http)
  839. 2023-08-14 16:01:15.769 INFO 18048 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  840. 2023-08-14 16:01:15.769 INFO 18048 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  841. 2023-08-14 16:01:15.899 INFO 18048 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  842. 2023-08-14 16:01:15.900 INFO 18048 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2699 ms
  843. 2023-08-14 16:01:16.263 INFO 18048 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  844. 2023-08-14 16:01:16.266 ERROR 18048 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  845. 2023-08-14 16:01:16.267 INFO 18048 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  846. 2023-08-14 16:01:16.267 INFO 18048 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  847. 2023-08-14 16:01:16.268 INFO 18048 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  848. 2023-08-14 16:01:16.268 INFO 18048 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
  849. 2023-08-14 16:01:18.528 ERROR 18048 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
  850. 2023-08-14 16:01:20.169 INFO 18048 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
  851. 2023-08-14 16:01:20.336 INFO 18048 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  852. 2023-08-14 16:01:20.699 INFO 18048 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
  853. 2023-08-14 16:01:20.754 INFO 18048 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job register jobhandler success, name:alarmStat-findFeatureStatList, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@3cae4518[class com.gyee.alarm.task.SaticScheduleTask#findFeatureStatList]
  854. 2023-08-14 16:01:20.799 WARN 18048 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job accessToken is empty. To ensure system security, please set the accessToken.
  855. 2023-08-14 16:01:20.832 INFO 18048 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6016 (http) with context path ''
  856. 2023-08-14 16:01:20.834 INFO 18048 --- [main] com.gyee.AppTest : Started AppTest in 8.284 seconds (JVM running for 8.849)
  857. 2023-08-14 16:01:20.839 INFO 18048 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  858. 2023-08-14 16:01:20.839 INFO 18048 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
  859. 2023-08-14 16:01:22.201 INFO 18048 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  860. 2023-08-14 16:01:22.204 INFO 18048 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  861. 2023-08-14 16:01:22.292 INFO 18048 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9118
  862. 2023-08-14 16:01:22.968 INFO 18048 --- [main] com.gyee.alarm.init.CacheContext : 3177
  863. 2023-08-14 16:01:45.190 INFO 18048 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  864. 2023-08-14 16:20:02.053 INFO 11784 --- [main] com.gyee.AppTest : Starting AppTest on sltc with PID 11784 (E:\idea_workspace\alarmNew\alarm-service\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
  865. 2023-08-14 16:20:02.057 INFO 11784 --- [main] com.gyee.AppTest : The following profiles are active: jn
  866. 2023-08-14 16:20:03.402 INFO 11784 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  867. 2023-08-14 16:20:03.404 INFO 11784 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  868. 2023-08-14 16:20:03.480 INFO 11784 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 64ms. Found 0 Redis repository interfaces.
  869. 2023-08-14 16:20:03.973 INFO 11784 --- [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)
  870. 2023-08-14 16:20:03.979 INFO 11784 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$b4e544bf] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  871. 2023-08-14 16:20:04.003 INFO 11784 --- [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)
  872. 2023-08-14 16:20:04.728 INFO 11784 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6014 (http)
  873. 2023-08-14 16:20:04.737 INFO 11784 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  874. 2023-08-14 16:20:04.738 INFO 11784 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  875. 2023-08-14 16:20:04.857 INFO 11784 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  876. 2023-08-14 16:20:04.857 INFO 11784 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2527 ms
  877. 2023-08-14 16:20:05.165 INFO 11784 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  878. 2023-08-14 16:20:05.167 ERROR 11784 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  879. 2023-08-14 16:20:05.167 INFO 11784 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  880. 2023-08-14 16:20:05.168 INFO 11784 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  881. 2023-08-14 16:20:05.168 INFO 11784 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  882. 2023-08-14 16:20:05.168 INFO 11784 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
  883. 2023-08-14 16:20:06.546 ERROR 11784 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
  884. 2023-08-14 16:20:08.944 INFO 11784 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  885. 2023-08-14 16:20:09.290 INFO 11784 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
  886. 2023-08-14 16:20:09.357 INFO 11784 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6014 (http) with context path ''
  887. 2023-08-14 16:20:09.359 INFO 11784 --- [main] com.gyee.AppTest : Started AppTest in 7.739 seconds (JVM running for 8.257)
  888. 2023-08-14 16:20:09.363 INFO 11784 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  889. 2023-08-14 16:20:09.363 INFO 11784 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
  890. 2023-08-14 16:20:10.596 INFO 11784 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  891. 2023-08-14 16:20:10.599 INFO 11784 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  892. 2023-08-14 16:20:12.326 INFO 11784 --- [main] com.gyee.alarm.init.CacheContext : 3177
  893. 2023-08-14 16:20:37.663 INFO 11784 --- [main] ConditionEvaluationReportLoggingListener :
  894. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  895. 2023-08-14 16:20:37.667 ERROR 11784 --- [main] o.s.boot.SpringApplication : Application run failed
  896. java.lang.IllegalStateException: Failed to execute CommandLineRunner
  897. at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:787) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  898. at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:768) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  899. at org.springframework.boot.SpringApplication.run(SpringApplication.java:322) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  900. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  901. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  902. at com.gyee.AppTest.main(AppTest.java:15) [test-classes/:na]
  903. Caused by: java.lang.NullPointerException: null
  904. at com.gyee.alarm.init.CacheContext.lambda$run$25(CacheContext.java:617) ~[classes/:na]
  905. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174) ~[na:1.8.0_351]
  906. at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384) ~[na:1.8.0_351]
  907. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[na:1.8.0_351]
  908. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[na:1.8.0_351]
  909. at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[na:1.8.0_351]
  910. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:1.8.0_351]
  911. at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499) ~[na:1.8.0_351]
  912. at com.gyee.alarm.init.CacheContext.run(CacheContext.java:617) ~[classes/:na]
  913. at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:784) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  914. ... 5 common frames omitted
  915. 2023-08-14 16:20:37.670 INFO 11784 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  916. 2023-08-14 16:20:37.807 INFO 11784 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  917. 2023-08-14 16:20:37.809 INFO 11784 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  918. 2023-08-14 16:20:37.810 INFO 11784 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  919. 2023-08-14 16:20:37.810 INFO 11784 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  920. 2023-08-14 16:21:27.946 INFO 23984 --- [main] com.gyee.AppTest : Starting AppTest on sltc with PID 23984 (E:\idea_workspace\alarmNew\alarm-service\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
  921. 2023-08-14 16:21:27.948 INFO 23984 --- [main] com.gyee.AppTest : The following profiles are active: jn
  922. 2023-08-14 16:21:29.366 INFO 23984 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  923. 2023-08-14 16:21:29.368 INFO 23984 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  924. 2023-08-14 16:21:29.461 INFO 23984 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 80ms. Found 0 Redis repository interfaces.
  925. 2023-08-14 16:21:29.943 INFO 23984 --- [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)
  926. 2023-08-14 16:21:29.951 INFO 23984 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$8c9adcb5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  927. 2023-08-14 16:21:29.973 INFO 23984 --- [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)
  928. 2023-08-14 16:21:30.763 INFO 23984 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6014 (http)
  929. 2023-08-14 16:21:30.775 INFO 23984 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  930. 2023-08-14 16:21:30.775 INFO 23984 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  931. 2023-08-14 16:21:30.908 INFO 23984 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  932. 2023-08-14 16:21:30.909 INFO 23984 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2686 ms
  933. 2023-08-14 16:21:31.228 INFO 23984 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  934. 2023-08-14 16:21:31.231 ERROR 23984 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  935. 2023-08-14 16:21:31.231 INFO 23984 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  936. 2023-08-14 16:21:31.232 INFO 23984 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  937. 2023-08-14 16:21:31.232 INFO 23984 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  938. 2023-08-14 16:21:31.232 INFO 23984 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
  939. 2023-08-14 16:21:32.642 ERROR 23984 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
  940. 2023-08-14 16:21:35.049 INFO 23984 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  941. 2023-08-14 16:21:35.386 INFO 23984 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
  942. 2023-08-14 16:21:35.451 INFO 23984 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6014 (http) with context path ''
  943. 2023-08-14 16:21:35.453 INFO 23984 --- [main] com.gyee.AppTest : Started AppTest in 7.955 seconds (JVM running for 8.457)
  944. 2023-08-14 16:21:35.457 INFO 23984 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  945. 2023-08-14 16:21:35.457 INFO 23984 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
  946. 2023-08-14 16:21:36.480 INFO 23984 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  947. 2023-08-14 16:21:36.481 INFO 23984 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  948. 2023-08-14 16:21:38.117 INFO 23984 --- [main] com.gyee.alarm.init.CacheContext : 3177
  949. 2023-08-14 16:21:58.426 INFO 23984 --- [main] ConditionEvaluationReportLoggingListener :
  950. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  951. 2023-08-14 16:21:58.430 ERROR 23984 --- [main] o.s.boot.SpringApplication : Application run failed
  952. java.lang.IllegalStateException: Failed to execute CommandLineRunner
  953. at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:787) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  954. at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:768) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  955. at org.springframework.boot.SpringApplication.run(SpringApplication.java:322) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  956. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  957. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  958. at com.gyee.AppTest.main(AppTest.java:15) [test-classes/:na]
  959. Caused by: java.lang.NullPointerException: null
  960. at com.gyee.alarm.init.CacheContext.lambda$run$25(CacheContext.java:617) ~[classes/:na]
  961. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174) ~[na:1.8.0_351]
  962. at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384) ~[na:1.8.0_351]
  963. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[na:1.8.0_351]
  964. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[na:1.8.0_351]
  965. at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[na:1.8.0_351]
  966. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:1.8.0_351]
  967. at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499) ~[na:1.8.0_351]
  968. at com.gyee.alarm.init.CacheContext.run(CacheContext.java:617) ~[classes/:na]
  969. at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:784) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  970. ... 5 common frames omitted
  971. 2023-08-14 16:21:58.434 INFO 23984 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  972. 2023-08-14 16:21:58.561 INFO 23984 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  973. 2023-08-14 16:21:58.564 INFO 23984 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  974. 2023-08-14 16:21:58.565 INFO 23984 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  975. 2023-08-14 16:21:58.565 INFO 23984 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  976. 2023-08-14 16:24:44.231 INFO 26448 --- [main] com.gyee.AppTest : Starting AppTest on sltc with PID 26448 (E:\idea_workspace\alarmNew\alarm-service\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
  977. 2023-08-14 16:24:44.234 INFO 26448 --- [main] com.gyee.AppTest : The following profiles are active: jn
  978. 2023-08-14 16:24:45.548 INFO 26448 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  979. 2023-08-14 16:24:45.550 INFO 26448 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  980. 2023-08-14 16:24:45.633 INFO 26448 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 70ms. Found 0 Redis repository interfaces.
  981. 2023-08-14 16:24:46.108 INFO 26448 --- [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)
  982. 2023-08-14 16:24:46.114 INFO 26448 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$47aebbce] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  983. 2023-08-14 16:24:46.132 INFO 26448 --- [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)
  984. 2023-08-14 16:24:46.852 INFO 26448 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6014 (http)
  985. 2023-08-14 16:24:46.861 INFO 26448 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  986. 2023-08-14 16:24:46.861 INFO 26448 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  987. 2023-08-14 16:24:46.983 INFO 26448 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  988. 2023-08-14 16:24:46.983 INFO 26448 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2503 ms
  989. 2023-08-14 16:24:47.289 INFO 26448 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  990. 2023-08-14 16:24:47.291 ERROR 26448 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  991. 2023-08-14 16:24:47.292 INFO 26448 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  992. 2023-08-14 16:24:47.292 INFO 26448 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  993. 2023-08-14 16:24:47.292 INFO 26448 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  994. 2023-08-14 16:24:47.292 INFO 26448 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
  995. 2023-08-14 16:24:48.652 ERROR 26448 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
  996. 2023-08-14 16:24:51.002 INFO 26448 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  997. 2023-08-14 16:24:51.332 INFO 26448 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
  998. 2023-08-14 16:24:51.395 INFO 26448 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6014 (http) with context path ''
  999. 2023-08-14 16:24:51.397 INFO 26448 --- [main] com.gyee.AppTest : Started AppTest in 7.585 seconds (JVM running for 8.062)
  1000. 2023-08-14 16:24:51.400 INFO 26448 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  1001. 2023-08-14 16:24:51.400 INFO 26448 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
  1002. 2023-08-14 16:24:52.656 INFO 26448 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  1003. 2023-08-14 16:24:52.658 INFO 26448 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  1004. 2023-08-14 16:24:54.243 INFO 26448 --- [main] com.gyee.alarm.init.CacheContext : 3177
  1005. 2023-08-14 16:25:19.634 INFO 26448 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  1006. 2023-08-14 16:43:39.086 INFO 26448 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  1007. 2023-08-14 16:43:39.204 INFO 26448 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  1008. 2023-08-14 16:43:39.208 INFO 26448 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  1009. 2023-08-14 16:43:39.209 INFO 26448 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  1010. 2023-08-14 16:43:39.209 INFO 26448 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  1011. 2023-08-14 16:57:33.040 INFO 18048 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  1012. 2023-08-14 16:57:33.044 INFO 18048 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
  1013. 2023-08-14 16:57:33.048 INFO 18048 --- [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]
  1014. 2023-08-14 16:57:33.049 INFO 18048 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job, executor registry thread destroy.
  1015. 2023-08-14 16:57:33.049 INFO 18048 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
  1016. 2023-08-14 16:57:33.050 INFO 18048 --- [xxl-job, executor JobLogFileCleanThread] c.x.j.core.thread.JobLogFileCleanThread : >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
  1017. 2023-08-14 16:57:33.051 INFO 18048 --- [xxl-job, executor TriggerCallbackThread] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor callback thread destroy.
  1018. 2023-08-14 16:57:33.051 INFO 18048 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
  1019. 2023-08-14 16:57:33.286 INFO 18048 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  1020. 2023-08-14 16:57:33.292 INFO 18048 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  1021. 2023-08-14 16:57:33.293 INFO 18048 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  1022. 2023-08-14 16:57:33.293 INFO 18048 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  1023. 2023-08-14 16:57:49.959 INFO 16316 --- [main] com.gyee.alarm.AlarmWeb : Starting AlarmWeb on sltc with PID 16316 (E:\idea_workspace\alarmNew\alarm-web\target\classes started by shilin in E:\idea_workspace\alarmNew)
  1024. 2023-08-14 16:57:49.961 INFO 16316 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
  1025. 2023-08-14 16:57:51.043 INFO 16316 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  1026. 2023-08-14 16:57:51.045 INFO 16316 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  1027. 2023-08-14 16:57:51.113 INFO 16316 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 59ms. Found 0 Redis repository interfaces.
  1028. 2023-08-14 16:57:51.384 INFO 16316 --- [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)
  1029. 2023-08-14 16:57:51.388 INFO 16316 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$985eb90f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1030. 2023-08-14 16:57:51.400 INFO 16316 --- [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)
  1031. 2023-08-14 16:57:51.586 INFO 16316 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
  1032. 2023-08-14 16:57:51.593 INFO 16316 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  1033. 2023-08-14 16:57:51.593 INFO 16316 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  1034. 2023-08-14 16:57:51.694 INFO 16316 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  1035. 2023-08-14 16:57:51.695 INFO 16316 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1567 ms
  1036. 2023-08-14 16:57:51.895 INFO 16316 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  1037. 2023-08-14 16:57:51.896 ERROR 16316 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  1038. 2023-08-14 16:57:51.896 INFO 16316 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  1039. 2023-08-14 16:57:51.897 INFO 16316 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  1040. 2023-08-14 16:57:51.897 INFO 16316 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  1041. 2023-08-14 16:57:51.897 INFO 16316 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
  1042. 2023-08-14 16:57:53.158 ERROR 16316 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
  1043. 2023-08-14 16:57:55.753 INFO 16316 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
  1044. 2023-08-14 16:57:55.804 INFO 16316 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
  1045. 2023-08-14 16:57:55.894 INFO 16316 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  1046. 2023-08-14 16:57:56.260 INFO 16316 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
  1047. 2023-08-14 16:57:56.270 INFO 16316 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
  1048. 2023-08-14 16:57:56.295 INFO 16316 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
  1049. 2023-08-14 16:57:56.622 INFO 16316 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6015 (http) with context path ''
  1050. 2023-08-14 16:57:56.624 INFO 16316 --- [main] com.gyee.alarm.AlarmWeb : Started AlarmWeb in 7.012 seconds (JVM running for 8.31)
  1051. 2023-08-14 16:57:56.627 INFO 16316 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  1052. 2023-08-14 16:57:56.627 INFO 16316 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
  1053. 2023-08-14 16:57:57.601 INFO 16316 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  1054. 2023-08-14 16:57:57.602 INFO 16316 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  1055. 2023-08-14 16:57:59.151 INFO 16316 --- [main] com.gyee.alarm.init.CacheContext : 3177
  1056. 2023-08-14 16:58:22.156 INFO 16316 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  1057. 2023-08-14 16:58:22.159 INFO 16316 --- [main] com.gyee.alarm.AlarmWeb :
  1058. -------------------------------------------------------------------
  1059. 智能报警系统启动成功,访问路径如下:
  1060. 本地路径: http://localhost:6015/
  1061. 网络地址: http://192.168.56.1:6015/
  1062. API文档: http://192.168.56.1:6015//swagger-ui.html
  1063. -----------------------------------------------------------------------
  1064. 2023-08-14 16:58:23.198 INFO 16316 --- [RMI TCP Connection(3)-192.168.56.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
  1065. 2023-08-14 16:58:23.198 INFO 16316 --- [RMI TCP Connection(3)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
  1066. 2023-08-14 16:58:23.203 INFO 16316 --- [RMI TCP Connection(3)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 5 ms
  1067. 2023-08-14 16:58:29.952 ERROR 16316 --- [http-nio-6015-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:
  1068. ### Error querying database. Cause: com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: Method queryTotal execution error of sql :
  1069. SELECT COUNT(1) FROM pro_econ_alarm_rule a WHERE a.station_id = ? AND a.model_id = ? AND a.rank = ? AND a.enable = ? AND a.related_parts = ?
  1070. ### The error may exist in com/gyee/alarm/mapper/auto/ProEconAlarmRuleMapper.java (best guess)
  1071. ### The error may involve com.gyee.alarm.mapper.auto.ProEconAlarmRuleMapper.pageQueryAll-Inline
  1072. ### The error occurred while setting parameters
  1073. ### Cause: com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: Method queryTotal execution error of sql :
  1074. SELECT COUNT(1) FROM pro_econ_alarm_rule a WHERE a.station_id = ? AND a.model_id = ? AND a.rank = ? AND a.enable = ? AND a.related_parts = ?
  1075. ] with root cause
  1076. org.postgresql.util.PSQLException: 错误: 操作符不存在: integer = character varying
  1077. 建议:没有匹配指定名称和参数类型的操作符. 您也许需要增加明确的类型转换.
  1078. 位置:99
  1079. at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2440) ~[postgresql-42.2.5.jar:42.2.5]
  1080. at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2183) ~[postgresql-42.2.5.jar:42.2.5]
  1081. at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:308) ~[postgresql-42.2.5.jar:42.2.5]
  1082. at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:441) ~[postgresql-42.2.5.jar:42.2.5]
  1083. at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:365) ~[postgresql-42.2.5.jar:42.2.5]
  1084. at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:143) ~[postgresql-42.2.5.jar:42.2.5]
  1085. at org.postgresql.jdbc.PgPreparedStatement.executeQuery(PgPreparedStatement.java:106) ~[postgresql-42.2.5.jar:42.2.5]
  1086. at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3188) ~[druid-1.1.10.jar:1.1.10]
  1087. at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:465) ~[druid-1.1.10.jar:1.1.10]
  1088. at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3185) ~[druid-1.1.10.jar:1.1.10]
  1089. at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:181) ~[druid-1.1.10.jar:1.1.10]
  1090. at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:228) ~[druid-1.1.10.jar:1.1.10]
  1091. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_351]
  1092. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_351]
  1093. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_351]
  1094. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_351]
  1095. at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:56) ~[mybatis-3.5.4.jar:3.5.4]
  1096. at com.sun.proxy.$Proxy282.executeQuery(Unknown Source) ~[na:na]
  1097. at com.baomidou.mybatisplus.extension.plugins.PaginationInterceptor.queryTotal(PaginationInterceptor.java:242) ~[mybatis-plus-extension-3.3.2.jar:3.3.2]
  1098. at com.baomidou.mybatisplus.extension.plugins.PaginationInterceptor.intercept(PaginationInterceptor.java:201) ~[mybatis-plus-extension-3.3.2.jar:3.3.2]
  1099. at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61) ~[mybatis-3.5.4.jar:3.5.4]
  1100. at com.sun.proxy.$Proxy280.prepare(Unknown Source) ~[na:na]
  1101. at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.prepareStatement(MybatisSimpleExecutor.java:92) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
  1102. at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doQuery(MybatisSimpleExecutor.java:66) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
  1103. at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:324) ~[mybatis-3.5.4.jar:3.5.4]
  1104. at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156) ~[mybatis-3.5.4.jar:3.5.4]
  1105. at com.baomidou.mybatisplus.core.executor.MybatisCachingExecutor.query(MybatisCachingExecutor.java:163) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
  1106. at com.baomidou.mybatisplus.core.executor.MybatisCachingExecutor.query(MybatisCachingExecutor.java:90) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
  1107. at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147) ~[mybatis-3.5.4.jar:3.5.4]
  1108. at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140) ~[mybatis-3.5.4.jar:3.5.4]
  1109. at sun.reflect.GeneratedMethodAccessor264.invoke(Unknown Source) ~[na:na]
  1110. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_351]
  1111. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_351]
  1112. at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426) ~[mybatis-spring-2.0.4.jar:2.0.4]
  1113. at com.sun.proxy.$Proxy110.selectList(Unknown Source) ~[na:na]
  1114. at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:223) ~[mybatis-spring-2.0.4.jar:2.0.4]
  1115. at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForIPage(MybatisMapperMethod.java:134) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
  1116. at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:96) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
  1117. at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:96) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
  1118. at com.sun.proxy.$Proxy122.pageQueryAll(Unknown Source) ~[na:na]
  1119. at com.gyee.alarm.service.AlarmRuleService.pageQueryAll(AlarmRuleService.java:117) ~[classes/:na]
  1120. at com.gyee.alarm.controller.AlertRuleController.queryByPage(AlertRuleController.java:319) ~[classes/:na]
  1121. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_351]
  1122. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_351]
  1123. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_351]
  1124. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_351]
  1125. at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
  1126. at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
  1127. at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
  1128. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:888) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
  1129. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:793) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
  1130. at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
  1131. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
  1132. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
  1133. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
  1134. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
  1135. at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
  1136. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
  1137. at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
  1138. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
  1139. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
  1140. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-9.0.29.jar:9.0.29]
  1141. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
  1142. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
  1143. at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123) ~[druid-1.1.10.jar:1.1.10]
  1144. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
  1145. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
  1146. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
  1147. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
  1148. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
  1149. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
  1150. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
  1151. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
  1152. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
  1153. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
  1154. at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:108) ~[spring-boot-actuator-2.2.2.RELEASE.jar:2.2.2.RELEASE]
  1155. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
  1156. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
  1157. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
  1158. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
  1159. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
  1160. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
  1161. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
  1162. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
  1163. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) [tomcat-embed-core-9.0.29.jar:9.0.29]
  1164. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:526) [tomcat-embed-core-9.0.29.jar:9.0.29]
  1165. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) [tomcat-embed-core-9.0.29.jar:9.0.29]
  1166. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.29.jar:9.0.29]
  1167. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) [tomcat-embed-core-9.0.29.jar:9.0.29]
  1168. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.29.jar:9.0.29]
  1169. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:367) [tomcat-embed-core-9.0.29.jar:9.0.29]
  1170. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.29.jar:9.0.29]
  1171. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:860) [tomcat-embed-core-9.0.29.jar:9.0.29]
  1172. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1591) [tomcat-embed-core-9.0.29.jar:9.0.29]
  1173. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.29.jar:9.0.29]
  1174. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_351]
  1175. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_351]
  1176. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.29.jar:9.0.29]
  1177. at java.lang.Thread.run(Thread.java:750) [na:1.8.0_351]
  1178. 2023-08-14 17:00:55.359 INFO 16316 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  1179. 2023-08-14 17:00:55.482 INFO 16316 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  1180. 2023-08-14 17:00:55.484 INFO 16316 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  1181. 2023-08-14 17:00:55.485 INFO 16316 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  1182. 2023-08-14 17:00:55.485 INFO 16316 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  1183. 2023-08-14 17:01:00.272 INFO 23888 --- [main] com.gyee.alarm.AlarmWeb : Starting AlarmWeb on sltc with PID 23888 (E:\idea_workspace\alarmNew\alarm-web\target\classes started by shilin in E:\idea_workspace\alarmNew)
  1184. 2023-08-14 17:01:00.274 INFO 23888 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
  1185. 2023-08-14 17:01:01.293 INFO 23888 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  1186. 2023-08-14 17:01:01.294 INFO 23888 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  1187. 2023-08-14 17:01:01.357 INFO 23888 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 54ms. Found 0 Redis repository interfaces.
  1188. 2023-08-14 17:01:01.614 INFO 23888 --- [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)
  1189. 2023-08-14 17:01:01.617 INFO 23888 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$5d9def4d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1190. 2023-08-14 17:01:01.629 INFO 23888 --- [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)
  1191. 2023-08-14 17:01:01.807 INFO 23888 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
  1192. 2023-08-14 17:01:01.813 INFO 23888 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  1193. 2023-08-14 17:01:01.813 INFO 23888 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  1194. 2023-08-14 17:01:01.914 INFO 23888 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  1195. 2023-08-14 17:01:01.915 INFO 23888 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1491 ms
  1196. 2023-08-14 17:01:02.099 INFO 23888 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  1197. 2023-08-14 17:01:02.100 ERROR 23888 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  1198. 2023-08-14 17:01:02.100 INFO 23888 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  1199. 2023-08-14 17:01:02.100 INFO 23888 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  1200. 2023-08-14 17:01:02.101 INFO 23888 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  1201. 2023-08-14 17:01:02.101 INFO 23888 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
  1202. 2023-08-14 17:01:03.287 ERROR 23888 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
  1203. 2023-08-14 17:01:05.706 INFO 23888 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
  1204. 2023-08-14 17:01:05.757 INFO 23888 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
  1205. 2023-08-14 17:01:05.852 INFO 23888 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  1206. 2023-08-14 17:01:06.163 INFO 23888 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
  1207. 2023-08-14 17:01:06.172 INFO 23888 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
  1208. 2023-08-14 17:01:06.193 INFO 23888 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
  1209. 2023-08-14 17:01:06.486 INFO 23888 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6015 (http) with context path ''
  1210. 2023-08-14 17:01:06.488 INFO 23888 --- [main] com.gyee.alarm.AlarmWeb : Started AlarmWeb in 6.513 seconds (JVM running for 7.596)
  1211. 2023-08-14 17:01:06.491 INFO 23888 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  1212. 2023-08-14 17:01:06.491 INFO 23888 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
  1213. 2023-08-14 17:01:07.360 INFO 23888 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  1214. 2023-08-14 17:01:07.361 INFO 23888 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  1215. 2023-08-14 17:01:08.948 INFO 23888 --- [main] com.gyee.alarm.init.CacheContext : 3177
  1216. 2023-08-14 17:01:31.825 INFO 23888 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  1217. 2023-08-14 17:01:31.827 INFO 23888 --- [main] com.gyee.alarm.AlarmWeb :
  1218. -------------------------------------------------------------------
  1219. 智能报警系统启动成功,访问路径如下:
  1220. 本地路径: http://localhost:6015/
  1221. 网络地址: http://192.168.56.1:6015/
  1222. API文档: http://192.168.56.1:6015//swagger-ui.html
  1223. -----------------------------------------------------------------------
  1224. 2023-08-14 17:01:33.308 INFO 23888 --- [RMI TCP Connection(3)-192.168.56.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
  1225. 2023-08-14 17:01:33.308 INFO 23888 --- [RMI TCP Connection(3)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
  1226. 2023-08-14 17:01:33.316 INFO 23888 --- [RMI TCP Connection(3)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms
  1227. 2023-08-14 17:02:03.363 INFO 23888 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  1228. 2023-08-14 17:02:03.517 INFO 23888 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  1229. 2023-08-14 17:02:03.519 INFO 23888 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  1230. 2023-08-14 17:02:03.521 INFO 23888 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  1231. 2023-08-14 17:02:03.521 INFO 23888 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  1232. 2023-08-14 17:05:19.904 INFO 24048 --- [main] com.gyee.AppTest : Starting AppTest on sltc with PID 24048 (E:\idea_workspace\alarmNew\alarm-stat\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
  1233. 2023-08-14 17:05:19.907 INFO 24048 --- [main] com.gyee.AppTest : The following profiles are active: jn
  1234. 2023-08-14 17:05:21.274 INFO 24048 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  1235. 2023-08-14 17:05:21.277 INFO 24048 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  1236. 2023-08-14 17:05:21.356 INFO 24048 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 66ms. Found 0 Redis repository interfaces.
  1237. 2023-08-14 17:05:21.844 INFO 24048 --- [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)
  1238. 2023-08-14 17:05:21.850 INFO 24048 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$8d19b0ec] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1239. 2023-08-14 17:05:21.868 INFO 24048 --- [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)
  1240. 2023-08-14 17:05:22.642 INFO 24048 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6016 (http)
  1241. 2023-08-14 17:05:22.651 INFO 24048 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  1242. 2023-08-14 17:05:22.651 INFO 24048 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  1243. 2023-08-14 17:05:22.768 INFO 24048 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  1244. 2023-08-14 17:05:22.768 INFO 24048 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2599 ms
  1245. 2023-08-14 17:05:23.060 INFO 24048 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  1246. 2023-08-14 17:05:23.062 ERROR 24048 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  1247. 2023-08-14 17:05:23.063 INFO 24048 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  1248. 2023-08-14 17:05:23.063 INFO 24048 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  1249. 2023-08-14 17:05:23.063 INFO 24048 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  1250. 2023-08-14 17:05:23.063 INFO 24048 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
  1251. 2023-08-14 17:05:25.207 ERROR 24048 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
  1252. 2023-08-14 17:05:26.751 INFO 24048 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
  1253. 2023-08-14 17:05:26.905 INFO 24048 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  1254. 2023-08-14 17:05:27.261 INFO 24048 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
  1255. 2023-08-14 17:05:27.317 INFO 24048 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job register jobhandler success, name:alarmStat-findFeatureStatList, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@118cbded[class com.gyee.alarm.task.SaticScheduleTask#findFeatureStatList]
  1256. 2023-08-14 17:05:27.364 WARN 24048 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job accessToken is empty. To ensure system security, please set the accessToken.
  1257. 2023-08-14 17:05:27.400 INFO 24048 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6016 (http) with context path ''
  1258. 2023-08-14 17:05:27.403 INFO 24048 --- [main] com.gyee.AppTest : Started AppTest in 7.915 seconds (JVM running for 8.373)
  1259. 2023-08-14 17:05:27.408 INFO 24048 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  1260. 2023-08-14 17:05:27.409 INFO 24048 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
  1261. 2023-08-14 17:05:28.374 INFO 24048 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  1262. 2023-08-14 17:05:28.376 INFO 24048 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  1263. 2023-08-14 17:05:28.762 INFO 24048 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9118
  1264. 2023-08-14 17:05:29.335 INFO 24048 --- [main] com.gyee.alarm.init.CacheContext : 3177
  1265. 2023-08-14 17:05:55.297 INFO 24048 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  1266. 2023-08-14 17:06:14.124 INFO 24048 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  1267. 2023-08-14 17:06:14.124 INFO 24048 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
  1268. 2023-08-14 17:06:14.133 INFO 24048 --- [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]
  1269. 2023-08-14 17:06:14.134 INFO 24048 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job, executor registry thread destroy.
  1270. 2023-08-14 17:06:14.134 INFO 24048 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
  1271. 2023-08-14 17:06:14.134 INFO 24048 --- [xxl-job, executor JobLogFileCleanThread] c.x.j.core.thread.JobLogFileCleanThread : >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
  1272. 2023-08-14 17:06:14.134 INFO 24048 --- [xxl-job, executor TriggerCallbackThread] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor callback thread destroy.
  1273. 2023-08-14 17:06:14.135 INFO 24048 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
  1274. 2023-08-14 17:06:14.355 INFO 24048 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  1275. 2023-08-14 17:06:14.359 INFO 24048 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  1276. 2023-08-14 17:06:14.360 INFO 24048 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  1277. 2023-08-14 17:06:14.360 INFO 24048 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  1278. 2023-08-14 17:15:12.508 INFO 28344 --- [main] com.gyee.AppTest : Starting AppTest on sltc with PID 28344 (E:\idea_workspace\alarmNew\alarm-stat\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
  1279. 2023-08-14 17:15:12.520 INFO 28344 --- [main] com.gyee.AppTest : The following profiles are active: jn
  1280. 2023-08-14 17:15:13.846 INFO 28344 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  1281. 2023-08-14 17:15:13.848 INFO 28344 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  1282. 2023-08-14 17:15:13.931 INFO 28344 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 69ms. Found 0 Redis repository interfaces.
  1283. 2023-08-14 17:15:14.485 INFO 28344 --- [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)
  1284. 2023-08-14 17:15:14.493 INFO 28344 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$5ff35b3e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1285. 2023-08-14 17:15:14.516 INFO 28344 --- [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)
  1286. 2023-08-14 17:15:15.284 INFO 28344 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
  1287. 2023-08-14 17:15:15.293 INFO 28344 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  1288. 2023-08-14 17:15:15.293 INFO 28344 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  1289. 2023-08-14 17:15:15.420 INFO 28344 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  1290. 2023-08-14 17:15:15.420 INFO 28344 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2658 ms
  1291. 2023-08-14 17:15:15.776 INFO 28344 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  1292. 2023-08-14 17:15:15.778 ERROR 28344 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  1293. 2023-08-14 17:15:15.779 INFO 28344 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  1294. 2023-08-14 17:15:15.779 INFO 28344 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  1295. 2023-08-14 17:15:15.779 INFO 28344 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  1296. 2023-08-14 17:15:15.779 INFO 28344 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
  1297. 2023-08-14 17:15:17.926 ERROR 28344 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
  1298. 2023-08-14 17:15:19.600 INFO 28344 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
  1299. 2023-08-14 17:15:19.787 INFO 28344 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  1300. 2023-08-14 17:15:20.168 INFO 28344 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
  1301. 2023-08-14 17:15:20.227 INFO 28344 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job register jobhandler success, name:alarmStat-findFeatureStatList, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@4da9da6c[class com.gyee.alarm.task.SaticScheduleTask#findFeatureStatList]
  1302. 2023-08-14 17:15:20.268 WARN 28344 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job accessToken is empty. To ensure system security, please set the accessToken.
  1303. 2023-08-14 17:15:20.305 INFO 28344 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6019 (http) with context path ''
  1304. 2023-08-14 17:15:20.308 INFO 28344 --- [main] com.gyee.AppTest : Started AppTest in 8.303 seconds (JVM running for 8.793)
  1305. 2023-08-14 17:15:20.313 INFO 28344 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  1306. 2023-08-14 17:15:20.314 INFO 28344 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
  1307. 2023-08-14 17:15:21.639 INFO 28344 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9118
  1308. 2023-08-14 17:15:21.736 INFO 28344 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  1309. 2023-08-14 17:15:21.738 INFO 28344 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  1310. 2023-08-14 17:15:22.492 INFO 28344 --- [main] com.gyee.alarm.init.CacheContext : 3177
  1311. 2023-08-14 17:15:47.990 INFO 28344 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  1312. 2023-08-14 17:17:39.624 INFO 28344 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  1313. 2023-08-14 17:17:39.625 INFO 28344 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
  1314. 2023-08-14 17:17:39.629 INFO 28344 --- [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]
  1315. 2023-08-14 17:17:39.629 INFO 28344 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job, executor registry thread destroy.
  1316. 2023-08-14 17:17:39.629 INFO 28344 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
  1317. 2023-08-14 17:17:39.630 INFO 28344 --- [xxl-job, executor JobLogFileCleanThread] c.x.j.core.thread.JobLogFileCleanThread : >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
  1318. 2023-08-14 17:17:39.631 INFO 28344 --- [xxl-job, executor TriggerCallbackThread] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor callback thread destroy.
  1319. 2023-08-14 17:17:39.632 INFO 28344 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
  1320. 2023-08-14 17:17:39.862 INFO 28344 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  1321. 2023-08-14 17:17:39.868 INFO 28344 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  1322. 2023-08-14 17:17:39.869 INFO 28344 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  1323. 2023-08-14 17:17:39.869 INFO 28344 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  1324. 2023-08-14 17:19:49.503 INFO 34336 --- [main] com.gyee.AppTest : Starting AppTest on sltc with PID 34336 (E:\idea_workspace\alarmNew\alarm-stat\target\test-classes started by shilin in E:\idea_workspace\alarmNew)
  1325. 2023-08-14 17:19:49.507 INFO 34336 --- [main] com.gyee.AppTest : The following profiles are active: jn
  1326. 2023-08-14 17:19:50.852 INFO 34336 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  1327. 2023-08-14 17:19:50.854 INFO 34336 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  1328. 2023-08-14 17:19:50.931 INFO 34336 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 64ms. Found 0 Redis repository interfaces.
  1329. 2023-08-14 17:19:51.384 INFO 34336 --- [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)
  1330. 2023-08-14 17:19:51.390 INFO 34336 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$a7f3e65d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  1331. 2023-08-14 17:19:51.409 INFO 34336 --- [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)
  1332. 2023-08-14 17:19:52.148 INFO 34336 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
  1333. 2023-08-14 17:19:52.156 INFO 34336 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  1334. 2023-08-14 17:19:52.157 INFO 34336 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
  1335. 2023-08-14 17:19:52.276 INFO 34336 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  1336. 2023-08-14 17:19:52.277 INFO 34336 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2472 ms
  1337. 2023-08-14 17:19:52.606 INFO 34336 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
  1338. 2023-08-14 17:19:52.608 ERROR 34336 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
  1339. 2023-08-14 17:19:52.609 INFO 34336 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
  1340. 2023-08-14 17:19:52.610 INFO 34336 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
  1341. 2023-08-14 17:19:52.610 INFO 34336 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
  1342. 2023-08-14 17:19:52.610 INFO 34336 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
  1343. 2023-08-14 17:19:54.725 ERROR 34336 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
  1344. 2023-08-14 17:19:56.219 INFO 34336 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
  1345. 2023-08-14 17:19:56.369 INFO 34336 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  1346. 2023-08-14 17:19:56.720 INFO 34336 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
  1347. 2023-08-14 17:19:56.776 INFO 34336 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job register jobhandler success, name:alarmStat-findFeatureStatList, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@6e46891d[class com.gyee.alarm.task.SaticScheduleTask#findFeatureStatList]
  1348. 2023-08-14 17:19:56.822 WARN 34336 --- [main] c.xxl.job.core.executor.XxlJobExecutor : >>>>>>>>>>> xxl-job accessToken is empty. To ensure system security, please set the accessToken.
  1349. 2023-08-14 17:19:56.854 INFO 34336 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6019 (http) with context path ''
  1350. 2023-08-14 17:19:56.857 INFO 34336 --- [main] com.gyee.AppTest : Started AppTest in 7.781 seconds (JVM running for 8.269)
  1351. 2023-08-14 17:19:56.862 INFO 34336 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
  1352. 2023-08-14 17:19:56.862 INFO 34336 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
  1353. 2023-08-14 17:19:57.898 INFO 34336 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
  1354. 2023-08-14 17:19:57.901 INFO 34336 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  1355. 2023-08-14 17:19:58.159 INFO 34336 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9118
  1356. 2023-08-14 17:19:58.837 INFO 34336 --- [main] com.gyee.alarm.init.CacheContext : 3177
  1357. 2023-08-14 17:20:21.439 INFO 34336 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
  1358. 2023-08-14 17:24:28.092 INFO 34336 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  1359. 2023-08-14 17:24:28.093 INFO 34336 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
  1360. 2023-08-14 17:24:28.098 INFO 34336 --- [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]
  1361. 2023-08-14 17:24:28.099 INFO 34336 --- [xxl-job, executor ExecutorRegistryThread] c.x.j.c.thread.ExecutorRegistryThread : >>>>>>>>>>> xxl-job, executor registry thread destroy.
  1362. 2023-08-14 17:24:28.099 INFO 34336 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
  1363. 2023-08-14 17:24:28.099 INFO 34336 --- [xxl-job, executor JobLogFileCleanThread] c.x.j.core.thread.JobLogFileCleanThread : >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
  1364. 2023-08-14 17:24:28.100 INFO 34336 --- [xxl-job, executor TriggerCallbackThread] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor callback thread destroy.
  1365. 2023-08-14 17:24:28.100 INFO 34336 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
  1366. 2023-08-14 17:24:28.317 INFO 34336 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  1367. 2023-08-14 17:24:28.321 INFO 34336 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  1368. 2023-08-14 17:24:28.322 INFO 34336 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  1369. 2023-08-14 17:24:28.322 INFO 34336 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye