12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397 |
- 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)
- 2023-08-14 08:50:53.306 INFO 21852 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
- 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!
- 2023-08-14 08:50:54.476 INFO 21852 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 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)
- 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)
- 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)
- 2023-08-14 08:50:55.207 INFO 21852 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
- 2023-08-14 08:50:55.217 INFO 21852 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-14 08:50:55.218 INFO 21852 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-14 08:50:55.328 INFO 21852 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-14 08:50:55.328 INFO 21852 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1853 ms
- 2023-08-14 08:50:55.582 INFO 21852 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-14 08:50:55.584 ERROR 21852 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-14 08:50:55.584 INFO 21852 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-14 08:50:55.584 INFO 21852 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-14 08:50:55.584 INFO 21852 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 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]
- 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
- 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'
- 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)]
- 2023-08-14 08:50:59.575 INFO 21852 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 2023-08-14 08:51:00.126 INFO 21852 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
- 2023-08-14 08:51:00.136 INFO 21852 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
- 2023-08-14 08:51:00.162 INFO 21852 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
- 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 ''
- 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)
- 2023-08-14 08:51:00.332 INFO 21852 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-14 08:51:00.332 INFO 21852 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 2023-08-14 08:51:01.288 INFO 21852 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-14 08:51:01.290 INFO 21852 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 2023-08-14 08:51:02.873 INFO 21852 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-14 08:51:25.029 INFO 21852 --- [main] ConditionEvaluationReportLoggingListener :
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- 2023-08-14 08:51:25.036 ERROR 21852 --- [main] o.s.boot.SpringApplication : Application run failed
- java.lang.IllegalStateException: Failed to execute CommandLineRunner
- at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:787) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:768) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:322) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at com.gyee.alarm.AlarmWeb.main(AlarmWeb.java:17) [classes/:na]
- Caused by: java.lang.NullPointerException: null
- at com.gyee.alarm.init.CacheContext.lambda$run$24(CacheContext.java:611) ~[classes/:na]
- at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174) ~[na:1.8.0_351]
- at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384) ~[na:1.8.0_351]
- at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[na:1.8.0_351]
- at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[na:1.8.0_351]
- at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[na:1.8.0_351]
- at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:1.8.0_351]
- at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499) ~[na:1.8.0_351]
- at com.gyee.alarm.init.CacheContext.run(CacheContext.java:611) ~[classes/:na]
- at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:784) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- ... 5 common frames omitted
- 2023-08-14 08:51:25.039 INFO 21852 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-14 08:51:25.167 INFO 21852 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-14 08:51:25.170 INFO 21852 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-14 08:51:25.172 INFO 21852 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-14 08:51:25.173 INFO 21852 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 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)
- 2023-08-14 08:54:08.071 INFO 21688 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
- 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!
- 2023-08-14 08:54:09.149 INFO 21688 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 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)
- 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)
- 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)
- 2023-08-14 08:54:09.757 INFO 21688 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
- 2023-08-14 08:54:09.766 INFO 21688 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-14 08:54:09.767 INFO 21688 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-14 08:54:09.870 INFO 21688 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-14 08:54:09.871 INFO 21688 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1630 ms
- 2023-08-14 08:54:10.095 INFO 21688 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-14 08:54:10.096 ERROR 21688 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-14 08:54:10.096 INFO 21688 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-14 08:54:10.097 INFO 21688 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-14 08:54:10.097 INFO 21688 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 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]
- 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
- 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'
- 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)]
- 2023-08-14 08:54:14.073 INFO 21688 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 2023-08-14 08:54:14.585 INFO 21688 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
- 2023-08-14 08:54:14.596 INFO 21688 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
- 2023-08-14 08:54:14.621 INFO 21688 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
- 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 ''
- 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)
- 2023-08-14 08:54:14.792 INFO 21688 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-14 08:54:14.793 INFO 21688 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 2023-08-14 08:54:15.775 INFO 21688 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-14 08:54:15.778 INFO 21688 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 2023-08-14 08:54:17.509 INFO 21688 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-14 08:54:41.247 INFO 21688 --- [main] ConditionEvaluationReportLoggingListener :
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- 2023-08-14 08:54:41.254 ERROR 21688 --- [main] o.s.boot.SpringApplication : Application run failed
- java.lang.IllegalStateException: Failed to execute CommandLineRunner
- at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:787) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:768) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:322) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at com.gyee.alarm.AlarmWeb.main(AlarmWeb.java:17) [classes/:na]
- Caused by: java.lang.NullPointerException: null
- at com.gyee.alarm.init.CacheContext.lambda$run$24(CacheContext.java:615) ~[classes/:na]
- at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174) ~[na:1.8.0_351]
- at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384) ~[na:1.8.0_351]
- at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[na:1.8.0_351]
- at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[na:1.8.0_351]
- at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[na:1.8.0_351]
- at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:1.8.0_351]
- at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499) ~[na:1.8.0_351]
- at com.gyee.alarm.init.CacheContext.run(CacheContext.java:615) ~[classes/:na]
- at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:784) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- ... 5 common frames omitted
- 2023-08-14 08:54:41.257 INFO 21688 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-14 08:54:41.389 INFO 21688 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-14 08:54:41.392 INFO 21688 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-14 08:54:41.393 INFO 21688 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-14 08:54:41.393 INFO 21688 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 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)
- 2023-08-14 08:55:15.968 INFO 21828 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
- 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!
- 2023-08-14 08:55:17.033 INFO 21828 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 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)
- 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)
- 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)
- 2023-08-14 08:55:17.631 INFO 21828 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
- 2023-08-14 08:55:17.640 INFO 21828 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-14 08:55:17.640 INFO 21828 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-14 08:55:17.743 INFO 21828 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-14 08:55:17.743 INFO 21828 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1618 ms
- 2023-08-14 08:55:17.955 INFO 21828 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-14 08:55:17.956 ERROR 21828 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-14 08:55:17.957 INFO 21828 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-14 08:55:17.957 INFO 21828 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-14 08:55:17.957 INFO 21828 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 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]
- 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
- 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'
- 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)]
- 2023-08-14 08:55:21.908 INFO 21828 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 2023-08-14 08:55:22.408 INFO 21828 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
- 2023-08-14 08:55:22.418 INFO 21828 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
- 2023-08-14 08:55:22.442 INFO 21828 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
- 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 ''
- 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)
- 2023-08-14 08:55:22.616 INFO 21828 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-14 08:55:22.616 INFO 21828 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 2023-08-14 08:55:23.533 INFO 21828 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-14 08:55:23.535 INFO 21828 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 2023-08-14 08:55:25.055 INFO 21828 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-14 09:09:54.362 INFO 21828 --- [main] ConditionEvaluationReportLoggingListener :
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- 2023-08-14 09:09:54.370 ERROR 21828 --- [main] o.s.boot.SpringApplication : Application run failed
- java.lang.IllegalStateException: Failed to execute CommandLineRunner
- at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:787) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:768) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:322) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at com.gyee.alarm.AlarmWeb.main(AlarmWeb.java:17) [classes/:na]
- Caused by: java.lang.NullPointerException: null
- at com.gyee.alarm.init.CacheContext.lambda$run$24(CacheContext.java:615) ~[classes/:na]
- at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174) ~[na:1.8.0_351]
- at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384) ~[na:1.8.0_351]
- at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[na:1.8.0_351]
- at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[na:1.8.0_351]
- at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[na:1.8.0_351]
- at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:1.8.0_351]
- at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499) ~[na:1.8.0_351]
- at com.gyee.alarm.init.CacheContext.run(CacheContext.java:615) ~[classes/:na]
- at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:784) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- ... 5 common frames omitted
- 2023-08-14 09:09:54.374 INFO 21828 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-14 09:09:54.505 INFO 21828 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-14 09:09:54.508 INFO 21828 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-14 09:09:54.509 INFO 21828 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-14 09:09:54.509 INFO 21828 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 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)
- 2023-08-14 14:18:40.001 INFO 8344 --- [main] com.gyee.AppTest : The following profiles are active: jn
- 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!
- 2023-08-14 14:18:41.481 INFO 8344 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 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)
- 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)
- 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)
- 2023-08-14 14:18:42.991 INFO 8344 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6014 (http)
- 2023-08-14 14:18:43.001 INFO 8344 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-14 14:18:43.002 INFO 8344 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-14 14:18:43.127 INFO 8344 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-14 14:18:43.127 INFO 8344 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2846 ms
- 2023-08-14 14:18:43.491 INFO 8344 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-14 14:18:43.493 ERROR 8344 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-14 14:18:43.494 INFO 8344 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-14 14:18:43.494 INFO 8344 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-14 14:18:43.494 INFO 8344 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 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]
- 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
- 2023-08-14 14:18:47.575 INFO 8344 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
- 2023-08-14 14:18:47.752 INFO 8344 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 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'
- 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]
- 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.
- 2023-08-14 14:18:48.277 INFO 8344 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
- 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:
- sun.misc.Unsafe.park(Native Method)
- java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
- java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
- com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2443)
- 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:
- java.lang.Thread.sleep(Native Method)
- com.alibaba.druid.pool.DruidDataSource$DestroyConnectionThread.run(DruidDataSource.java:2540)
- 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:
- sun.misc.Unsafe.park(Native Method)
- java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
- java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
- com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2443)
- 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:
- java.lang.Thread.sleep(Native Method)
- com.alibaba.druid.pool.DruidDataSource$DestroyConnectionThread.run(DruidDataSource.java:2540)
- 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:
- sun.misc.Unsafe.park(Native Method)
- java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
- java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
- java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
- io.netty.util.concurrent.SingleThreadEventExecutor.takeTask(SingleThreadEventExecutor.java:289)
- io.netty.util.concurrent.DefaultEventExecutor.run(DefaultEventExecutor.java:64)
- io.netty.util.concurrent.SingleThreadEventExecutor$6.run(SingleThreadEventExecutor.java:1050)
- io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
- io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
- java.lang.Thread.run(Thread.java:750)
- 2023-08-14 14:18:48.285 INFO 8344 --- [main] ConditionEvaluationReportLoggingListener :
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- 2023-08-14 14:18:48.286 ERROR 8344 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
- ***************************
- APPLICATION FAILED TO START
- ***************************
- Description:
- Web server failed to start. Port 6014 was already in use.
- Action:
- Identify and stop the process that's listening on port 6014 or configure this application to listen on another port.
- 2023-08-14 14:18:48.290 INFO 8344 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-14 14:18:48.291 INFO 8344 --- [main] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
- 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.
- 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.
- 2023-08-14 14:18:48.293 INFO 8344 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
- 2023-08-14 14:18:48.321 INFO 8344 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-14 14:18:48.325 INFO 8344 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-14 14:18:48.326 INFO 8344 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-14 14:18:48.326 INFO 8344 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 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)
- 2023-08-14 14:19:09.563 INFO 25684 --- [main] com.gyee.AppTest : The following profiles are active: jn
- 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!
- 2023-08-14 14:19:10.988 INFO 25684 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 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)
- 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)
- 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)
- 2023-08-14 14:19:12.434 INFO 25684 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6016 (http)
- 2023-08-14 14:19:12.444 INFO 25684 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-14 14:19:12.444 INFO 25684 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-14 14:19:12.569 INFO 25684 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-14 14:19:12.570 INFO 25684 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2726 ms
- 2023-08-14 14:19:12.922 INFO 25684 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-14 14:19:12.924 ERROR 25684 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-14 14:19:12.925 INFO 25684 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-14 14:19:12.925 INFO 25684 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-14 14:19:12.925 INFO 25684 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 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]
- 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
- 2023-08-14 14:19:16.880 INFO 25684 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
- 2023-08-14 14:19:17.049 INFO 25684 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 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'
- 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]
- 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.
- 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 ''
- 2023-08-14 14:19:17.571 INFO 25684 --- [main] com.gyee.AppTest : Started AppTest in 8.575 seconds (JVM running for 9.079)
- 2023-08-14 14:19:17.576 INFO 25684 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-14 14:19:17.576 INFO 25684 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 2023-08-14 14:19:18.782 INFO 25684 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-14 14:19:18.786 INFO 25684 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 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
- 2023-08-14 14:19:19.605 INFO 25684 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-14 14:19:38.828 INFO 25684 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
- 2023-08-14 14:20:20.054 INFO 25684 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-14 14:20:20.055 INFO 25684 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
- 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]
- 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.
- 2023-08-14 14:20:20.058 INFO 25684 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
- 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.
- 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.
- 2023-08-14 14:20:20.059 INFO 25684 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
- 2023-08-14 14:20:20.184 INFO 25684 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-14 14:20:20.190 INFO 25684 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-14 14:20:20.191 INFO 25684 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-14 14:20:20.191 INFO 25684 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 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)
- 2023-08-14 14:20:24.806 INFO 35808 --- [main] com.gyee.AppTest : The following profiles are active: jn
- 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!
- 2023-08-14 14:20:26.074 INFO 35808 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 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)
- 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)
- 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)
- 2023-08-14 14:20:27.538 INFO 35808 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6016 (http)
- 2023-08-14 14:20:27.548 INFO 35808 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-14 14:20:27.548 INFO 35808 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-14 14:20:27.670 INFO 35808 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-14 14:20:27.670 INFO 35808 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2649 ms
- 2023-08-14 14:20:28.029 INFO 35808 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-14 14:20:28.032 ERROR 35808 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-14 14:20:28.032 INFO 35808 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-14 14:20:28.032 INFO 35808 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-14 14:20:28.032 INFO 35808 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 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]
- 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
- 2023-08-14 14:20:31.980 INFO 35808 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
- 2023-08-14 14:20:32.151 INFO 35808 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 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'
- 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]
- 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.
- 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 ''
- 2023-08-14 14:20:32.658 INFO 35808 --- [main] com.gyee.AppTest : Started AppTest in 8.424 seconds (JVM running for 8.955)
- 2023-08-14 14:20:32.663 INFO 35808 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-14 14:20:32.663 INFO 35808 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 2023-08-14 14:20:33.852 INFO 35808 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-14 14:20:33.854 INFO 35808 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 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
- 2023-08-14 14:20:34.619 INFO 35808 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-14 14:20:55.858 INFO 35808 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
- 2023-08-14 14:21:26.161 INFO 35808 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-14 14:21:26.162 INFO 35808 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
- 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]
- 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.
- 2023-08-14 14:21:26.166 INFO 35808 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
- 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.
- 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.
- 2023-08-14 14:21:26.167 INFO 35808 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
- 2023-08-14 14:21:26.389 INFO 35808 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-14 14:21:26.394 INFO 35808 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-14 14:21:26.395 INFO 35808 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-14 14:21:26.396 INFO 35808 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 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)
- 2023-08-14 14:21:31.027 INFO 25808 --- [main] com.gyee.AppTest : The following profiles are active: jn
- 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!
- 2023-08-14 14:21:32.283 INFO 25808 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 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)
- 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)
- 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)
- 2023-08-14 14:21:33.728 INFO 25808 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6016 (http)
- 2023-08-14 14:21:33.738 INFO 25808 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-14 14:21:33.739 INFO 25808 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-14 14:21:33.863 INFO 25808 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-14 14:21:33.863 INFO 25808 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2630 ms
- 2023-08-14 14:21:34.213 INFO 25808 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-14 14:21:34.215 ERROR 25808 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-14 14:21:34.216 INFO 25808 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-14 14:21:34.216 INFO 25808 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-14 14:21:34.216 INFO 25808 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 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]
- 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
- 2023-08-14 14:21:38.062 INFO 25808 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
- 2023-08-14 14:21:38.226 INFO 25808 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 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'
- 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]
- 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.
- 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 ''
- 2023-08-14 14:21:38.774 INFO 25808 --- [main] com.gyee.AppTest : Started AppTest in 8.317 seconds (JVM running for 8.858)
- 2023-08-14 14:21:38.780 INFO 25808 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-14 14:21:38.780 INFO 25808 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 2023-08-14 14:21:39.955 INFO 25808 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-14 14:21:39.957 INFO 25808 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 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
- 2023-08-14 14:21:40.695 INFO 25808 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-14 14:22:02.377 INFO 25808 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
- 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)
- 2023-08-14 15:11:34.498 INFO 27692 --- [main] com.gyee.AppTest : The following profiles are active: jn
- 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!
- 2023-08-14 15:11:36.047 INFO 27692 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 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)
- 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)
- 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)
- 2023-08-14 15:11:37.431 INFO 27692 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6014 (http)
- 2023-08-14 15:11:37.440 INFO 27692 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-14 15:11:37.440 INFO 27692 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-14 15:11:37.559 INFO 27692 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-14 15:11:37.559 INFO 27692 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2768 ms
- 2023-08-14 15:11:37.869 INFO 27692 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-14 15:11:37.872 ERROR 27692 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-14 15:11:37.872 INFO 27692 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-14 15:11:37.873 INFO 27692 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-14 15:11:37.873 INFO 27692 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 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]
- 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)
- 2023-08-14 15:11:59.663 INFO 24148 --- [main] com.gyee.AppTest : The following profiles are active: jn
- 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!
- 2023-08-14 15:12:00.957 INFO 24148 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 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)
- 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)
- 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)
- 2023-08-14 15:12:02.230 INFO 24148 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6014 (http)
- 2023-08-14 15:12:02.239 INFO 24148 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-14 15:12:02.239 INFO 24148 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-14 15:12:02.355 INFO 24148 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-14 15:12:02.355 INFO 24148 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2444 ms
- 2023-08-14 15:12:02.651 INFO 24148 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-14 15:12:02.653 ERROR 24148 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-14 15:12:02.654 INFO 24148 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-14 15:12:02.654 INFO 24148 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-14 15:12:02.654 INFO 24148 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 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]
- 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
- 2023-08-14 15:12:06.386 INFO 24148 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 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'
- 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 ''
- 2023-08-14 15:12:06.785 INFO 24148 --- [main] com.gyee.AppTest : Started AppTest in 7.596 seconds (JVM running for 8.088)
- 2023-08-14 15:12:06.788 INFO 24148 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-14 15:12:06.789 INFO 24148 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 2023-08-14 15:12:07.891 INFO 24148 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-14 15:12:07.893 INFO 24148 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 2023-08-14 15:12:09.508 INFO 24148 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-14 15:12:38.920 INFO 24148 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
- 2023-08-14 15:15:12.746 INFO 25808 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-14 15:15:12.751 INFO 25808 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
- 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]
- 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.
- 2023-08-14 15:15:12.755 INFO 25808 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
- 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.
- 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.
- 2023-08-14 15:15:12.757 INFO 25808 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
- 2023-08-14 15:15:13.011 INFO 25808 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-14 15:15:13.020 INFO 25808 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-14 15:15:13.021 INFO 25808 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-14 15:15:13.021 INFO 25808 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 2023-08-14 15:29:17.954 INFO 24148 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-14 15:29:18.172 INFO 24148 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-14 15:29:18.176 INFO 24148 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-14 15:29:18.176 INFO 24148 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-14 15:29:18.177 INFO 24148 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 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)
- 2023-08-14 15:32:57.907 INFO 3912 --- [main] com.gyee.AppTest : The following profiles are active: jn
- 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!
- 2023-08-14 15:32:59.211 INFO 3912 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 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)
- 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)
- 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)
- 2023-08-14 15:33:00.513 INFO 3912 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6014 (http)
- 2023-08-14 15:33:00.522 INFO 3912 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-14 15:33:00.523 INFO 3912 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-14 15:33:00.639 INFO 3912 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-14 15:33:00.639 INFO 3912 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2473 ms
- 2023-08-14 15:33:00.949 INFO 3912 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-14 15:33:00.951 ERROR 3912 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-14 15:33:00.952 INFO 3912 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-14 15:33:00.952 INFO 3912 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-14 15:33:00.952 INFO 3912 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 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]
- 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
- 2023-08-14 15:33:04.706 INFO 3912 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 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'
- 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 ''
- 2023-08-14 15:33:05.103 INFO 3912 --- [main] com.gyee.AppTest : Started AppTest in 7.618 seconds (JVM running for 8.108)
- 2023-08-14 15:33:05.106 INFO 3912 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-14 15:33:05.106 INFO 3912 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 2023-08-14 15:33:06.118 INFO 3912 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-14 15:33:06.120 INFO 3912 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 2023-08-14 15:33:07.714 INFO 3912 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-14 15:33:36.182 INFO 3912 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
- 2023-08-14 15:35:37.825 INFO 3912 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-14 15:35:37.944 INFO 3912 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-14 15:35:37.947 INFO 3912 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-14 15:35:37.948 INFO 3912 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-14 15:35:37.948 INFO 3912 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 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)
- 2023-08-14 15:40:24.676 INFO 20544 --- [main] com.gyee.AppTest : The following profiles are active: jn
- 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!
- 2023-08-14 15:40:26.013 INFO 20544 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 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)
- 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)
- 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)
- 2023-08-14 15:40:27.441 INFO 20544 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6016 (http)
- 2023-08-14 15:40:27.451 INFO 20544 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-14 15:40:27.451 INFO 20544 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-14 15:40:27.575 INFO 20544 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-14 15:40:27.575 INFO 20544 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2644 ms
- 2023-08-14 15:40:27.930 INFO 20544 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-14 15:40:27.932 ERROR 20544 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-14 15:40:27.933 INFO 20544 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-14 15:40:27.933 INFO 20544 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-14 15:40:27.933 INFO 20544 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 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]
- 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
- 2023-08-14 15:40:31.949 INFO 20544 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
- 2023-08-14 15:40:32.117 INFO 20544 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 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'
- 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]
- 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.
- 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 ''
- 2023-08-14 15:40:32.637 INFO 20544 --- [main] com.gyee.AppTest : Started AppTest in 8.482 seconds (JVM running for 8.979)
- 2023-08-14 15:40:32.642 INFO 20544 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-14 15:40:32.642 INFO 20544 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 2023-08-14 15:40:33.794 INFO 20544 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-14 15:40:33.797 INFO 20544 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 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
- 2023-08-14 15:40:34.682 INFO 20544 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-14 15:40:56.247 INFO 20544 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
- 2023-08-14 15:41:34.456 INFO 20544 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-14 15:41:34.457 INFO 20544 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
- 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]
- 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.
- 2023-08-14 15:41:34.462 INFO 20544 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
- 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.
- 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.
- 2023-08-14 15:41:34.463 INFO 20544 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
- 2023-08-14 15:41:34.586 INFO 20544 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-14 15:41:34.590 INFO 20544 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-14 15:41:34.591 INFO 20544 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-14 15:41:34.591 INFO 20544 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 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)
- 2023-08-14 15:41:38.504 INFO 35744 --- [main] com.gyee.AppTest : The following profiles are active: jn
- 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!
- 2023-08-14 15:41:39.800 INFO 35744 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 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)
- 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)
- 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)
- 2023-08-14 15:41:41.118 INFO 35744 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6016 (http)
- 2023-08-14 15:41:41.127 INFO 35744 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-14 15:41:41.127 INFO 35744 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-14 15:41:41.245 INFO 35744 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-14 15:41:41.245 INFO 35744 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2481 ms
- 2023-08-14 15:41:41.546 INFO 35744 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-14 15:41:41.548 ERROR 35744 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-14 15:41:41.549 INFO 35744 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-14 15:41:41.549 INFO 35744 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-14 15:41:41.549 INFO 35744 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 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]
- 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
- 2023-08-14 15:41:45.138 INFO 35744 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
- 2023-08-14 15:41:45.294 INFO 35744 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 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'
- 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]
- 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.
- 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 ''
- 2023-08-14 15:41:45.755 INFO 35744 --- [main] com.gyee.AppTest : Started AppTest in 7.676 seconds (JVM running for 8.17)
- 2023-08-14 15:41:45.760 INFO 35744 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-14 15:41:45.760 INFO 35744 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 2023-08-14 15:41:46.805 INFO 35744 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-14 15:41:46.808 INFO 35744 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 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
- 2023-08-14 15:41:47.667 INFO 35744 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-14 15:42:10.238 INFO 35744 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
- 2023-08-14 15:49:55.663 INFO 35744 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-14 15:49:55.664 INFO 35744 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
- 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]
- 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.
- 2023-08-14 15:49:55.667 INFO 35744 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
- 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.
- 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.
- 2023-08-14 15:49:55.668 INFO 35744 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
- 2023-08-14 15:49:55.790 INFO 35744 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-14 15:49:55.794 INFO 35744 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-14 15:49:55.794 INFO 35744 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-14 15:49:55.794 INFO 35744 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 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)
- 2023-08-14 15:49:59.071 INFO 36412 --- [main] com.gyee.AppTest : The following profiles are active: jn
- 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!
- 2023-08-14 15:50:00.525 INFO 36412 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 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)
- 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)
- 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)
- 2023-08-14 15:50:01.943 INFO 36412 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6016 (http)
- 2023-08-14 15:50:01.952 INFO 36412 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-14 15:50:01.953 INFO 36412 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-14 15:50:02.077 INFO 36412 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-14 15:50:02.077 INFO 36412 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2738 ms
- 2023-08-14 15:50:02.414 INFO 36412 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-14 15:50:02.416 ERROR 36412 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-14 15:50:02.416 INFO 36412 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-14 15:50:02.417 INFO 36412 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-14 15:50:02.417 INFO 36412 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 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]
- 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
- 2023-08-14 15:50:06.308 INFO 36412 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
- 2023-08-14 15:50:06.477 INFO 36412 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 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'
- 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]
- 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.
- 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 ''
- 2023-08-14 15:50:07.013 INFO 36412 --- [main] com.gyee.AppTest : Started AppTest in 8.517 seconds (JVM running for 9.194)
- 2023-08-14 15:50:07.018 INFO 36412 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-14 15:50:07.018 INFO 36412 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 2023-08-14 15:50:08.230 INFO 36412 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-14 15:50:08.234 INFO 36412 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 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
- 2023-08-14 15:50:09.074 INFO 36412 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-14 15:50:34.149 INFO 36412 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
- 2023-08-14 15:50:36.101 INFO 36412 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-14 15:50:36.102 INFO 36412 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
- 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]
- 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.
- 2023-08-14 15:50:36.106 INFO 36412 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
- 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.
- 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.
- 2023-08-14 15:50:36.108 INFO 36412 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
- 2023-08-14 15:50:36.247 INFO 36412 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-14 15:50:36.251 INFO 36412 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-14 15:50:36.253 INFO 36412 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-14 15:50:36.253 INFO 36412 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 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)
- 2023-08-14 15:51:49.209 INFO 32012 --- [main] com.gyee.AppTest : The following profiles are active: jn
- 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!
- 2023-08-14 15:51:50.667 INFO 32012 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 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)
- 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)
- 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)
- 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)
- 2023-08-14 15:52:57.287 INFO 30704 --- [main] com.gyee.AppTest : The following profiles are active: jn
- 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!
- 2023-08-14 15:52:58.649 INFO 30704 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 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)
- 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)
- 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)
- 2023-08-14 15:53:00.102 INFO 30704 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6016 (http)
- 2023-08-14 15:53:00.112 INFO 30704 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-14 15:53:00.112 INFO 30704 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-14 15:53:00.237 INFO 30704 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-14 15:53:00.237 INFO 30704 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2707 ms
- 2023-08-14 15:53:00.586 INFO 30704 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-14 15:53:00.589 ERROR 30704 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-14 15:53:00.589 INFO 30704 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-14 15:53:00.590 INFO 30704 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-14 15:53:00.590 INFO 30704 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 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]
- 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
- 2023-08-14 15:53:04.457 INFO 30704 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
- 2023-08-14 15:53:04.625 INFO 30704 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 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'
- 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]
- 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.
- 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 ''
- 2023-08-14 15:53:05.159 INFO 30704 --- [main] com.gyee.AppTest : Started AppTest in 8.453 seconds (JVM running for 8.987)
- 2023-08-14 15:53:05.163 INFO 30704 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-14 15:53:05.164 INFO 30704 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 2023-08-14 15:53:06.512 INFO 30704 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-14 15:53:06.516 INFO 30704 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 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
- 2023-08-14 15:53:07.270 INFO 30704 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-14 15:53:33.860 INFO 30704 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
- 2023-08-14 15:54:26.967 INFO 30704 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-14 15:54:26.968 INFO 30704 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
- 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]
- 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.
- 2023-08-14 15:54:26.972 INFO 30704 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
- 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.
- 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.
- 2023-08-14 15:54:27.063 INFO 30704 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
- 2023-08-14 15:54:27.285 INFO 30704 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-14 15:54:27.289 INFO 30704 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-14 15:54:27.290 INFO 30704 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-14 15:54:27.290 INFO 30704 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 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)
- 2023-08-14 15:54:32.420 INFO 18540 --- [main] com.gyee.AppTest : The following profiles are active: jn
- 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!
- 2023-08-14 15:54:33.720 INFO 18540 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 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)
- 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)
- 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)
- 2023-08-14 15:54:35.161 INFO 18540 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6016 (http)
- 2023-08-14 15:54:35.170 INFO 18540 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-14 15:54:35.170 INFO 18540 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-14 15:54:35.292 INFO 18540 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-14 15:54:35.293 INFO 18540 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2639 ms
- 2023-08-14 15:54:35.662 INFO 18540 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-14 15:54:35.665 ERROR 18540 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-14 15:54:35.665 INFO 18540 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-14 15:54:35.666 INFO 18540 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-14 15:54:35.666 INFO 18540 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 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]
- 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
- 2023-08-14 15:54:39.584 INFO 18540 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
- 2023-08-14 15:54:39.756 INFO 18540 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 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'
- 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]
- 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.
- 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 ''
- 2023-08-14 15:54:40.264 INFO 18540 --- [main] com.gyee.AppTest : Started AppTest in 8.376 seconds (JVM running for 8.948)
- 2023-08-14 15:54:40.269 INFO 18540 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-14 15:54:40.270 INFO 18540 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 2023-08-14 15:54:41.447 INFO 18540 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-14 15:54:41.449 INFO 18540 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 2023-08-14 15:54:42.199 INFO 18540 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-14 15:54:44.137 INFO 18540 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-14 15:54:44.139 INFO 18540 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
- 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.
- 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.
- 2023-08-14 15:54:44.140 INFO 18540 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
- 2023-08-14 15:54:44.161 INFO 18540 --- [main] ConditionEvaluationReportLoggingListener :
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- 2023-08-14 15:54:44.165 ERROR 18540 --- [main] o.s.boot.SpringApplication : Application run failed
- java.lang.IllegalStateException: Failed to execute CommandLineRunner
- at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:787) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:768) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:322) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at com.gyee.AppTest.main(AppTest.java:17) [test-classes/:na]
- Caused by: org.springframework.data.redis.RedisSystemException: Redis exception; nested exception is io.lettuce.core.RedisException: io.lettuce.core.RedisException: Connection closed
- at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:74) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
- at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:41) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
- at org.springframework.data.redis.PassThroughExceptionTranslationStrategy.translate(PassThroughExceptionTranslationStrategy.java:44) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
- at org.springframework.data.redis.FallbackExceptionTranslationStrategy.translate(FallbackExceptionTranslationStrategy.java:42) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
- at org.springframework.data.redis.connection.lettuce.LettuceConnection.convertLettuceAccessException(LettuceConnection.java:273) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
- at org.springframework.data.redis.connection.lettuce.LettuceStringCommands.convertLettuceAccessException(LettuceStringCommands.java:799) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
- at org.springframework.data.redis.connection.lettuce.LettuceStringCommands.get(LettuceStringCommands.java:68) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
- at org.springframework.data.redis.connection.DefaultedRedisConnection.get(DefaultedRedisConnection.java:266) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
- at sun.reflect.GeneratedMethodAccessor98.invoke(Unknown Source) ~[na:na]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_351]
- at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_351]
- at org.springframework.data.redis.core.CloseSuppressingInvocationHandler.invoke(CloseSuppressingInvocationHandler.java:61) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
- at com.sun.proxy.$Proxy231.get(Unknown Source) ~[na:na]
- at com.gyee.alarm.init.redis.RedisServiceImpl$2.doInRedis(RedisServiceImpl.java:45) ~[classes/:na]
- at com.gyee.alarm.init.redis.RedisServiceImpl$2.doInRedis(RedisServiceImpl.java:41) ~[classes/:na]
- at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:228) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
- at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:188) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
- at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:175) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
- at com.gyee.alarm.init.redis.RedisServiceImpl.get(RedisServiceImpl.java:41) ~[classes/:na]
- at com.gyee.alarm.init.CacheContext.lambda$run$8(CacheContext.java:379) ~[classes/:na]
- at java.util.ArrayList.forEach(ArrayList.java:1259) ~[na:1.8.0_351]
- at com.gyee.alarm.init.CacheContext.run(CacheContext.java:366) ~[classes/:na]
- at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:784) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- ... 5 common frames omitted
- Caused by: io.lettuce.core.RedisException: io.lettuce.core.RedisException: Connection closed
- at io.lettuce.core.LettuceFutures.awaitOrCancel(LettuceFutures.java:129) ~[lettuce-core-5.2.1.RELEASE.jar:5.2.1.RELEASE]
- at io.lettuce.core.FutureSyncInvocationHandler.handleInvocation(FutureSyncInvocationHandler.java:69) ~[lettuce-core-5.2.1.RELEASE.jar:5.2.1.RELEASE]
- at io.lettuce.core.internal.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:80) ~[lettuce-core-5.2.1.RELEASE.jar:5.2.1.RELEASE]
- at com.sun.proxy.$Proxy228.get(Unknown Source) ~[na:na]
- at org.springframework.data.redis.connection.lettuce.LettuceStringCommands.get(LettuceStringCommands.java:66) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
- ... 21 common frames omitted
- Caused by: io.lettuce.core.RedisException: Connection closed
- at io.lettuce.core.protocol.DefaultEndpoint.notifyDrainQueuedCommands(DefaultEndpoint.java:572) ~[lettuce-core-5.2.1.RELEASE.jar:5.2.1.RELEASE]
- at io.lettuce.core.protocol.CommandHandler.channelInactive(CommandHandler.java:322) ~[lettuce-core-5.2.1.RELEASE.jar:5.2.1.RELEASE]
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:257) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:243) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
- at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:236) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
- at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:81) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
- at io.lettuce.core.ChannelGroupListener.channelInactive(ChannelGroupListener.java:46) ~[lettuce-core-5.2.1.RELEASE.jar:5.2.1.RELEASE]
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:257) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:243) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
- at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:236) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
- at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:81) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
- at io.lettuce.core.PlainChannelInitializer$1.channelInactive(PlainChannelInitializer.java:85) ~[lettuce-core-5.2.1.RELEASE.jar:5.2.1.RELEASE]
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:257) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:243) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
- at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:236) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
- at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1417) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:257) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:243) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
- at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:913) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
- at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:819) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
- at io.netty.util.concurrent.AbstractEventExecutor.safeExecute$$$capture(AbstractEventExecutor.java:163) ~[netty-common-4.1.43.Final.jar:4.1.43.Final]
- at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java) ~[netty-common-4.1.43.Final.jar:4.1.43.Final]
- at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:510) ~[netty-common-4.1.43.Final.jar:4.1.43.Final]
- at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:518) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
- at io.netty.util.concurrent.SingleThreadEventExecutor$6.run(SingleThreadEventExecutor.java:1050) ~[netty-common-4.1.43.Final.jar:4.1.43.Final]
- at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.43.Final.jar:4.1.43.Final]
- at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.43.Final.jar:4.1.43.Final]
- at java.lang.Thread.run(Thread.java:750) ~[na:1.8.0_351]
- 2023-08-14 15:54:44.264 INFO 18540 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-14 15:54:44.267 INFO 18540 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-14 15:54:44.269 INFO 18540 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-14 15:54:44.269 INFO 18540 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 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)
- 2023-08-14 15:54:57.940 INFO 29304 --- [main] com.gyee.AppTest : The following profiles are active: jn
- 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!
- 2023-08-14 15:54:59.240 INFO 29304 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 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)
- 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)
- 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)
- 2023-08-14 15:55:00.684 INFO 29304 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6016 (http)
- 2023-08-14 15:55:00.693 INFO 29304 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-14 15:55:00.694 INFO 29304 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-14 15:55:00.818 INFO 29304 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-14 15:55:00.818 INFO 29304 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2662 ms
- 2023-08-14 15:55:01.172 INFO 29304 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-14 15:55:01.174 ERROR 29304 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-14 15:55:01.175 INFO 29304 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-14 15:55:01.175 INFO 29304 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-14 15:55:01.175 INFO 29304 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 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]
- 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
- 2023-08-14 15:55:05.094 INFO 29304 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
- 2023-08-14 15:55:05.263 INFO 29304 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 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'
- 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]
- 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.
- 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 ''
- 2023-08-14 15:55:05.795 INFO 29304 --- [main] com.gyee.AppTest : Started AppTest in 8.333 seconds (JVM running for 8.91)
- 2023-08-14 15:55:05.800 INFO 29304 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-14 15:55:05.800 INFO 29304 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 2023-08-14 15:55:06.942 INFO 29304 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-14 15:55:06.945 INFO 29304 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 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
- 2023-08-14 15:55:07.778 INFO 29304 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-14 15:55:31.844 INFO 29304 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
- 2023-08-14 16:01:07.751 INFO 29304 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-14 16:01:07.753 INFO 29304 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
- 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]
- 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.
- 2023-08-14 16:01:07.758 INFO 29304 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
- 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.
- 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.
- 2023-08-14 16:01:07.760 INFO 29304 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
- 2023-08-14 16:01:07.985 INFO 29304 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-14 16:01:07.990 INFO 29304 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-14 16:01:07.990 INFO 29304 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-14 16:01:07.991 INFO 29304 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 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)
- 2023-08-14 16:01:13.003 INFO 18048 --- [main] com.gyee.AppTest : The following profiles are active: jn
- 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!
- 2023-08-14 16:01:14.274 INFO 18048 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 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)
- 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)
- 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)
- 2023-08-14 16:01:15.759 INFO 18048 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6016 (http)
- 2023-08-14 16:01:15.769 INFO 18048 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-14 16:01:15.769 INFO 18048 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-14 16:01:15.899 INFO 18048 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-14 16:01:15.900 INFO 18048 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2699 ms
- 2023-08-14 16:01:16.263 INFO 18048 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-14 16:01:16.266 ERROR 18048 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-14 16:01:16.267 INFO 18048 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-14 16:01:16.267 INFO 18048 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-14 16:01:16.268 INFO 18048 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 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]
- 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
- 2023-08-14 16:01:20.169 INFO 18048 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
- 2023-08-14 16:01:20.336 INFO 18048 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 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'
- 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]
- 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.
- 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 ''
- 2023-08-14 16:01:20.834 INFO 18048 --- [main] com.gyee.AppTest : Started AppTest in 8.284 seconds (JVM running for 8.849)
- 2023-08-14 16:01:20.839 INFO 18048 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-14 16:01:20.839 INFO 18048 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 2023-08-14 16:01:22.201 INFO 18048 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-14 16:01:22.204 INFO 18048 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 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
- 2023-08-14 16:01:22.968 INFO 18048 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-14 16:01:45.190 INFO 18048 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
- 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)
- 2023-08-14 16:20:02.057 INFO 11784 --- [main] com.gyee.AppTest : The following profiles are active: jn
- 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!
- 2023-08-14 16:20:03.404 INFO 11784 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 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)
- 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)
- 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)
- 2023-08-14 16:20:04.728 INFO 11784 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6014 (http)
- 2023-08-14 16:20:04.737 INFO 11784 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-14 16:20:04.738 INFO 11784 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-14 16:20:04.857 INFO 11784 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-14 16:20:04.857 INFO 11784 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2527 ms
- 2023-08-14 16:20:05.165 INFO 11784 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-14 16:20:05.167 ERROR 11784 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-14 16:20:05.167 INFO 11784 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-14 16:20:05.168 INFO 11784 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-14 16:20:05.168 INFO 11784 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 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]
- 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
- 2023-08-14 16:20:08.944 INFO 11784 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 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'
- 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 ''
- 2023-08-14 16:20:09.359 INFO 11784 --- [main] com.gyee.AppTest : Started AppTest in 7.739 seconds (JVM running for 8.257)
- 2023-08-14 16:20:09.363 INFO 11784 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-14 16:20:09.363 INFO 11784 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 2023-08-14 16:20:10.596 INFO 11784 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-14 16:20:10.599 INFO 11784 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 2023-08-14 16:20:12.326 INFO 11784 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-14 16:20:37.663 INFO 11784 --- [main] ConditionEvaluationReportLoggingListener :
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- 2023-08-14 16:20:37.667 ERROR 11784 --- [main] o.s.boot.SpringApplication : Application run failed
- java.lang.IllegalStateException: Failed to execute CommandLineRunner
- at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:787) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:768) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:322) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at com.gyee.AppTest.main(AppTest.java:15) [test-classes/:na]
- Caused by: java.lang.NullPointerException: null
- at com.gyee.alarm.init.CacheContext.lambda$run$25(CacheContext.java:617) ~[classes/:na]
- at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174) ~[na:1.8.0_351]
- at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384) ~[na:1.8.0_351]
- at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[na:1.8.0_351]
- at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[na:1.8.0_351]
- at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[na:1.8.0_351]
- at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:1.8.0_351]
- at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499) ~[na:1.8.0_351]
- at com.gyee.alarm.init.CacheContext.run(CacheContext.java:617) ~[classes/:na]
- at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:784) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- ... 5 common frames omitted
- 2023-08-14 16:20:37.670 INFO 11784 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-14 16:20:37.807 INFO 11784 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-14 16:20:37.809 INFO 11784 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-14 16:20:37.810 INFO 11784 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-14 16:20:37.810 INFO 11784 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 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)
- 2023-08-14 16:21:27.948 INFO 23984 --- [main] com.gyee.AppTest : The following profiles are active: jn
- 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!
- 2023-08-14 16:21:29.368 INFO 23984 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 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)
- 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)
- 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)
- 2023-08-14 16:21:30.763 INFO 23984 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6014 (http)
- 2023-08-14 16:21:30.775 INFO 23984 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-14 16:21:30.775 INFO 23984 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-14 16:21:30.908 INFO 23984 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-14 16:21:30.909 INFO 23984 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2686 ms
- 2023-08-14 16:21:31.228 INFO 23984 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-14 16:21:31.231 ERROR 23984 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-14 16:21:31.231 INFO 23984 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-14 16:21:31.232 INFO 23984 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-14 16:21:31.232 INFO 23984 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 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]
- 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
- 2023-08-14 16:21:35.049 INFO 23984 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 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'
- 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 ''
- 2023-08-14 16:21:35.453 INFO 23984 --- [main] com.gyee.AppTest : Started AppTest in 7.955 seconds (JVM running for 8.457)
- 2023-08-14 16:21:35.457 INFO 23984 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-14 16:21:35.457 INFO 23984 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 2023-08-14 16:21:36.480 INFO 23984 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-14 16:21:36.481 INFO 23984 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 2023-08-14 16:21:38.117 INFO 23984 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-14 16:21:58.426 INFO 23984 --- [main] ConditionEvaluationReportLoggingListener :
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- 2023-08-14 16:21:58.430 ERROR 23984 --- [main] o.s.boot.SpringApplication : Application run failed
- java.lang.IllegalStateException: Failed to execute CommandLineRunner
- at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:787) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:768) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:322) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at com.gyee.AppTest.main(AppTest.java:15) [test-classes/:na]
- Caused by: java.lang.NullPointerException: null
- at com.gyee.alarm.init.CacheContext.lambda$run$25(CacheContext.java:617) ~[classes/:na]
- at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174) ~[na:1.8.0_351]
- at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384) ~[na:1.8.0_351]
- at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[na:1.8.0_351]
- at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[na:1.8.0_351]
- at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[na:1.8.0_351]
- at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:1.8.0_351]
- at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499) ~[na:1.8.0_351]
- at com.gyee.alarm.init.CacheContext.run(CacheContext.java:617) ~[classes/:na]
- at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:784) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- ... 5 common frames omitted
- 2023-08-14 16:21:58.434 INFO 23984 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-14 16:21:58.561 INFO 23984 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-14 16:21:58.564 INFO 23984 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-14 16:21:58.565 INFO 23984 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-14 16:21:58.565 INFO 23984 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 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)
- 2023-08-14 16:24:44.234 INFO 26448 --- [main] com.gyee.AppTest : The following profiles are active: jn
- 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!
- 2023-08-14 16:24:45.550 INFO 26448 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 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)
- 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)
- 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)
- 2023-08-14 16:24:46.852 INFO 26448 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6014 (http)
- 2023-08-14 16:24:46.861 INFO 26448 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-14 16:24:46.861 INFO 26448 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-14 16:24:46.983 INFO 26448 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-14 16:24:46.983 INFO 26448 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2503 ms
- 2023-08-14 16:24:47.289 INFO 26448 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-14 16:24:47.291 ERROR 26448 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-14 16:24:47.292 INFO 26448 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-14 16:24:47.292 INFO 26448 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-14 16:24:47.292 INFO 26448 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 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]
- 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
- 2023-08-14 16:24:51.002 INFO 26448 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 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'
- 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 ''
- 2023-08-14 16:24:51.397 INFO 26448 --- [main] com.gyee.AppTest : Started AppTest in 7.585 seconds (JVM running for 8.062)
- 2023-08-14 16:24:51.400 INFO 26448 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-14 16:24:51.400 INFO 26448 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 2023-08-14 16:24:52.656 INFO 26448 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-14 16:24:52.658 INFO 26448 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 2023-08-14 16:24:54.243 INFO 26448 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-14 16:25:19.634 INFO 26448 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
- 2023-08-14 16:43:39.086 INFO 26448 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-14 16:43:39.204 INFO 26448 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-14 16:43:39.208 INFO 26448 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-14 16:43:39.209 INFO 26448 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-14 16:43:39.209 INFO 26448 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 2023-08-14 16:57:33.040 INFO 18048 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-14 16:57:33.044 INFO 18048 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
- 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]
- 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.
- 2023-08-14 16:57:33.049 INFO 18048 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
- 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.
- 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.
- 2023-08-14 16:57:33.051 INFO 18048 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
- 2023-08-14 16:57:33.286 INFO 18048 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-14 16:57:33.292 INFO 18048 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-14 16:57:33.293 INFO 18048 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-14 16:57:33.293 INFO 18048 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 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)
- 2023-08-14 16:57:49.961 INFO 16316 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
- 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!
- 2023-08-14 16:57:51.045 INFO 16316 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 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)
- 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)
- 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)
- 2023-08-14 16:57:51.586 INFO 16316 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
- 2023-08-14 16:57:51.593 INFO 16316 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-14 16:57:51.593 INFO 16316 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-14 16:57:51.694 INFO 16316 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-14 16:57:51.695 INFO 16316 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1567 ms
- 2023-08-14 16:57:51.895 INFO 16316 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-14 16:57:51.896 ERROR 16316 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-14 16:57:51.896 INFO 16316 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-14 16:57:51.897 INFO 16316 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-14 16:57:51.897 INFO 16316 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 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]
- 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
- 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'
- 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)]
- 2023-08-14 16:57:55.894 INFO 16316 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 2023-08-14 16:57:56.260 INFO 16316 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
- 2023-08-14 16:57:56.270 INFO 16316 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
- 2023-08-14 16:57:56.295 INFO 16316 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
- 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 ''
- 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)
- 2023-08-14 16:57:56.627 INFO 16316 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-14 16:57:56.627 INFO 16316 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 2023-08-14 16:57:57.601 INFO 16316 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-14 16:57:57.602 INFO 16316 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 2023-08-14 16:57:59.151 INFO 16316 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-14 16:58:22.156 INFO 16316 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
- 2023-08-14 16:58:22.159 INFO 16316 --- [main] com.gyee.alarm.AlarmWeb :
- -------------------------------------------------------------------
- 智能报警系统启动成功,访问路径如下:
- 本地路径: http://localhost:6015/
- 网络地址: http://192.168.56.1:6015/
- API文档: http://192.168.56.1:6015//swagger-ui.html
- -----------------------------------------------------------------------
- 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'
- 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'
- 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
- 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:
- ### Error querying database. Cause: com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: Method queryTotal execution error of sql :
- 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 = ?
- ### The error may exist in com/gyee/alarm/mapper/auto/ProEconAlarmRuleMapper.java (best guess)
- ### The error may involve com.gyee.alarm.mapper.auto.ProEconAlarmRuleMapper.pageQueryAll-Inline
- ### The error occurred while setting parameters
- ### Cause: com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: Method queryTotal execution error of sql :
- 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 = ?
- ] with root cause
- org.postgresql.util.PSQLException: 错误: 操作符不存在: integer = character varying
- 建议:没有匹配指定名称和参数类型的操作符. 您也许需要增加明确的类型转换.
- 位置:99
- at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2440) ~[postgresql-42.2.5.jar:42.2.5]
- at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2183) ~[postgresql-42.2.5.jar:42.2.5]
- at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:308) ~[postgresql-42.2.5.jar:42.2.5]
- at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:441) ~[postgresql-42.2.5.jar:42.2.5]
- at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:365) ~[postgresql-42.2.5.jar:42.2.5]
- at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:143) ~[postgresql-42.2.5.jar:42.2.5]
- at org.postgresql.jdbc.PgPreparedStatement.executeQuery(PgPreparedStatement.java:106) ~[postgresql-42.2.5.jar:42.2.5]
- at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3188) ~[druid-1.1.10.jar:1.1.10]
- at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:465) ~[druid-1.1.10.jar:1.1.10]
- at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3185) ~[druid-1.1.10.jar:1.1.10]
- at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:181) ~[druid-1.1.10.jar:1.1.10]
- at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:228) ~[druid-1.1.10.jar:1.1.10]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_351]
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_351]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_351]
- at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_351]
- at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:56) ~[mybatis-3.5.4.jar:3.5.4]
- at com.sun.proxy.$Proxy282.executeQuery(Unknown Source) ~[na:na]
- at com.baomidou.mybatisplus.extension.plugins.PaginationInterceptor.queryTotal(PaginationInterceptor.java:242) ~[mybatis-plus-extension-3.3.2.jar:3.3.2]
- at com.baomidou.mybatisplus.extension.plugins.PaginationInterceptor.intercept(PaginationInterceptor.java:201) ~[mybatis-plus-extension-3.3.2.jar:3.3.2]
- at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61) ~[mybatis-3.5.4.jar:3.5.4]
- at com.sun.proxy.$Proxy280.prepare(Unknown Source) ~[na:na]
- at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.prepareStatement(MybatisSimpleExecutor.java:92) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
- at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doQuery(MybatisSimpleExecutor.java:66) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
- at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:324) ~[mybatis-3.5.4.jar:3.5.4]
- at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156) ~[mybatis-3.5.4.jar:3.5.4]
- at com.baomidou.mybatisplus.core.executor.MybatisCachingExecutor.query(MybatisCachingExecutor.java:163) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
- at com.baomidou.mybatisplus.core.executor.MybatisCachingExecutor.query(MybatisCachingExecutor.java:90) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
- at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147) ~[mybatis-3.5.4.jar:3.5.4]
- at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140) ~[mybatis-3.5.4.jar:3.5.4]
- at sun.reflect.GeneratedMethodAccessor264.invoke(Unknown Source) ~[na:na]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_351]
- at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_351]
- at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426) ~[mybatis-spring-2.0.4.jar:2.0.4]
- at com.sun.proxy.$Proxy110.selectList(Unknown Source) ~[na:na]
- at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:223) ~[mybatis-spring-2.0.4.jar:2.0.4]
- at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForIPage(MybatisMapperMethod.java:134) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
- at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:96) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
- at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:96) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
- at com.sun.proxy.$Proxy122.pageQueryAll(Unknown Source) ~[na:na]
- at com.gyee.alarm.service.AlarmRuleService.pageQueryAll(AlarmRuleService.java:117) ~[classes/:na]
- at com.gyee.alarm.controller.AlertRuleController.queryByPage(AlertRuleController.java:319) ~[classes/:na]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_351]
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_351]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_351]
- at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_351]
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:888) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:793) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-9.0.29.jar:9.0.29]
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
- at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123) ~[druid-1.1.10.jar:1.1.10]
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
- 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]
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) [tomcat-embed-core-9.0.29.jar:9.0.29]
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:526) [tomcat-embed-core-9.0.29.jar:9.0.29]
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) [tomcat-embed-core-9.0.29.jar:9.0.29]
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.29.jar:9.0.29]
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) [tomcat-embed-core-9.0.29.jar:9.0.29]
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.29.jar:9.0.29]
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:367) [tomcat-embed-core-9.0.29.jar:9.0.29]
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.29.jar:9.0.29]
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:860) [tomcat-embed-core-9.0.29.jar:9.0.29]
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1591) [tomcat-embed-core-9.0.29.jar:9.0.29]
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.29.jar:9.0.29]
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_351]
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_351]
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.29.jar:9.0.29]
- at java.lang.Thread.run(Thread.java:750) [na:1.8.0_351]
- 2023-08-14 17:00:55.359 INFO 16316 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-14 17:00:55.482 INFO 16316 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-14 17:00:55.484 INFO 16316 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-14 17:00:55.485 INFO 16316 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-14 17:00:55.485 INFO 16316 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 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)
- 2023-08-14 17:01:00.274 INFO 23888 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
- 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!
- 2023-08-14 17:01:01.294 INFO 23888 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 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)
- 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)
- 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)
- 2023-08-14 17:01:01.807 INFO 23888 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
- 2023-08-14 17:01:01.813 INFO 23888 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-14 17:01:01.813 INFO 23888 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-14 17:01:01.914 INFO 23888 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-14 17:01:01.915 INFO 23888 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1491 ms
- 2023-08-14 17:01:02.099 INFO 23888 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-14 17:01:02.100 ERROR 23888 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-14 17:01:02.100 INFO 23888 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-14 17:01:02.100 INFO 23888 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-14 17:01:02.101 INFO 23888 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 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]
- 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
- 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'
- 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)]
- 2023-08-14 17:01:05.852 INFO 23888 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 2023-08-14 17:01:06.163 INFO 23888 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
- 2023-08-14 17:01:06.172 INFO 23888 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
- 2023-08-14 17:01:06.193 INFO 23888 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
- 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 ''
- 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)
- 2023-08-14 17:01:06.491 INFO 23888 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-14 17:01:06.491 INFO 23888 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 2023-08-14 17:01:07.360 INFO 23888 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-14 17:01:07.361 INFO 23888 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 2023-08-14 17:01:08.948 INFO 23888 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-14 17:01:31.825 INFO 23888 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
- 2023-08-14 17:01:31.827 INFO 23888 --- [main] com.gyee.alarm.AlarmWeb :
- -------------------------------------------------------------------
- 智能报警系统启动成功,访问路径如下:
- 本地路径: http://localhost:6015/
- 网络地址: http://192.168.56.1:6015/
- API文档: http://192.168.56.1:6015//swagger-ui.html
- -----------------------------------------------------------------------
- 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'
- 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'
- 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
- 2023-08-14 17:02:03.363 INFO 23888 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-14 17:02:03.517 INFO 23888 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-14 17:02:03.519 INFO 23888 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-14 17:02:03.521 INFO 23888 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-14 17:02:03.521 INFO 23888 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 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)
- 2023-08-14 17:05:19.907 INFO 24048 --- [main] com.gyee.AppTest : The following profiles are active: jn
- 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!
- 2023-08-14 17:05:21.277 INFO 24048 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 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)
- 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)
- 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)
- 2023-08-14 17:05:22.642 INFO 24048 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6016 (http)
- 2023-08-14 17:05:22.651 INFO 24048 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-14 17:05:22.651 INFO 24048 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-14 17:05:22.768 INFO 24048 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-14 17:05:22.768 INFO 24048 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2599 ms
- 2023-08-14 17:05:23.060 INFO 24048 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-14 17:05:23.062 ERROR 24048 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-14 17:05:23.063 INFO 24048 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-14 17:05:23.063 INFO 24048 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-14 17:05:23.063 INFO 24048 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 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]
- 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
- 2023-08-14 17:05:26.751 INFO 24048 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
- 2023-08-14 17:05:26.905 INFO 24048 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 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'
- 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]
- 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.
- 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 ''
- 2023-08-14 17:05:27.403 INFO 24048 --- [main] com.gyee.AppTest : Started AppTest in 7.915 seconds (JVM running for 8.373)
- 2023-08-14 17:05:27.408 INFO 24048 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-14 17:05:27.409 INFO 24048 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 2023-08-14 17:05:28.374 INFO 24048 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-14 17:05:28.376 INFO 24048 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 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
- 2023-08-14 17:05:29.335 INFO 24048 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-14 17:05:55.297 INFO 24048 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
- 2023-08-14 17:06:14.124 INFO 24048 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-14 17:06:14.124 INFO 24048 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
- 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]
- 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.
- 2023-08-14 17:06:14.134 INFO 24048 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
- 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.
- 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.
- 2023-08-14 17:06:14.135 INFO 24048 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
- 2023-08-14 17:06:14.355 INFO 24048 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-14 17:06:14.359 INFO 24048 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-14 17:06:14.360 INFO 24048 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-14 17:06:14.360 INFO 24048 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 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)
- 2023-08-14 17:15:12.520 INFO 28344 --- [main] com.gyee.AppTest : The following profiles are active: jn
- 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!
- 2023-08-14 17:15:13.848 INFO 28344 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 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)
- 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)
- 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)
- 2023-08-14 17:15:15.284 INFO 28344 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
- 2023-08-14 17:15:15.293 INFO 28344 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-14 17:15:15.293 INFO 28344 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-14 17:15:15.420 INFO 28344 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-14 17:15:15.420 INFO 28344 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2658 ms
- 2023-08-14 17:15:15.776 INFO 28344 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-14 17:15:15.778 ERROR 28344 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-14 17:15:15.779 INFO 28344 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-14 17:15:15.779 INFO 28344 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-14 17:15:15.779 INFO 28344 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 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]
- 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
- 2023-08-14 17:15:19.600 INFO 28344 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
- 2023-08-14 17:15:19.787 INFO 28344 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 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'
- 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]
- 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.
- 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 ''
- 2023-08-14 17:15:20.308 INFO 28344 --- [main] com.gyee.AppTest : Started AppTest in 8.303 seconds (JVM running for 8.793)
- 2023-08-14 17:15:20.313 INFO 28344 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-14 17:15:20.314 INFO 28344 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 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
- 2023-08-14 17:15:21.736 INFO 28344 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-14 17:15:21.738 INFO 28344 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 2023-08-14 17:15:22.492 INFO 28344 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-14 17:15:47.990 INFO 28344 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
- 2023-08-14 17:17:39.624 INFO 28344 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-14 17:17:39.625 INFO 28344 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
- 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]
- 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.
- 2023-08-14 17:17:39.629 INFO 28344 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
- 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.
- 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.
- 2023-08-14 17:17:39.632 INFO 28344 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
- 2023-08-14 17:17:39.862 INFO 28344 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-14 17:17:39.868 INFO 28344 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-14 17:17:39.869 INFO 28344 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-14 17:17:39.869 INFO 28344 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 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)
- 2023-08-14 17:19:49.507 INFO 34336 --- [main] com.gyee.AppTest : The following profiles are active: jn
- 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!
- 2023-08-14 17:19:50.854 INFO 34336 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 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)
- 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)
- 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)
- 2023-08-14 17:19:52.148 INFO 34336 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6019 (http)
- 2023-08-14 17:19:52.156 INFO 34336 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-14 17:19:52.157 INFO 34336 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-14 17:19:52.276 INFO 34336 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-14 17:19:52.277 INFO 34336 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2472 ms
- 2023-08-14 17:19:52.606 INFO 34336 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-14 17:19:52.608 ERROR 34336 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-14 17:19:52.609 INFO 34336 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-14 17:19:52.610 INFO 34336 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-14 17:19:52.610 INFO 34336 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 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]
- 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
- 2023-08-14 17:19:56.219 INFO 34336 --- [main] com.gyee.alarm.config.XxlJobConfig : >>>>>>>>>>> xxl-job config init.
- 2023-08-14 17:19:56.369 INFO 34336 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 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'
- 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]
- 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.
- 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 ''
- 2023-08-14 17:19:56.857 INFO 34336 --- [main] com.gyee.AppTest : Started AppTest in 7.781 seconds (JVM running for 8.269)
- 2023-08-14 17:19:56.862 INFO 34336 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-14 17:19:56.862 INFO 34336 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 2023-08-14 17:19:57.898 INFO 34336 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-14 17:19:57.901 INFO 34336 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 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
- 2023-08-14 17:19:58.837 INFO 34336 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-14 17:20:21.439 INFO 34336 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
- 2023-08-14 17:24:28.092 INFO 34336 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-14 17:24:28.093 INFO 34336 --- [Thread-5] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server stop.
- 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]
- 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.
- 2023-08-14 17:24:28.099 INFO 34336 --- [SpringContextShutdownHook] com.xxl.job.core.server.EmbedServer : >>>>>>>>>>> xxl-job remoting server destroy success.
- 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.
- 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.
- 2023-08-14 17:24:28.100 INFO 34336 --- [Thread-4] c.x.j.core.thread.TriggerCallbackThread : >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
- 2023-08-14 17:24:28.317 INFO 34336 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-14 17:24:28.321 INFO 34336 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-14 17:24:28.322 INFO 34336 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-14 17:24:28.322 INFO 34336 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|