12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241 |
- 2023-08-16 09:27:12.562 INFO 9928 --- [main] com.gyee.alarm.AlarmWeb : Starting AlarmWeb on sltc with PID 9928 (E:\idea_workspace\alarmNew\alarm-web\target\classes started by shilin in E:\idea_workspace\alarmNew)
- 2023-08-16 09:27:12.573 INFO 9928 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
- 2023-08-16 09:27:13.744 INFO 9928 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
- 2023-08-16 09:27:13.746 INFO 9928 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 2023-08-16 09:27:13.816 INFO 9928 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 57ms. Found 0 Redis repository interfaces.
- 2023-08-16 09:27:14.141 INFO 9928 --- [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-16 09:27:14.145 INFO 9928 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$a83a3384] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2023-08-16 09:27:14.159 INFO 9928 --- [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-16 09:27:14.395 INFO 9928 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
- 2023-08-16 09:27:14.406 INFO 9928 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-16 09:27:14.406 INFO 9928 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-16 09:27:14.511 INFO 9928 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-16 09:27:14.511 INFO 9928 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1760 ms
- 2023-08-16 09:27:14.751 INFO 9928 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-16 09:27:14.752 ERROR 9928 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-16 09:27:14.753 INFO 9928 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-16 09:27:14.753 INFO 9928 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-16 09:27:14.753 INFO 9928 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 2023-08-16 09:27:14.753 INFO 9928 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
- 2023-08-16 09:27:16.151 ERROR 9928 --- [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-16 09:27:18.628 INFO 9928 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
- 2023-08-16 09:27:18.683 INFO 9928 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
- 2023-08-16 09:27:18.799 INFO 9928 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 2023-08-16 09:27:19.317 INFO 9928 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
- 2023-08-16 09:27:19.328 INFO 9928 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
- 2023-08-16 09:27:19.355 INFO 9928 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
- 2023-08-16 09:27:19.481 INFO 9928 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_1
- 2023-08-16 09:27:19.482 INFO 9928 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importExcelUsingPOST_1
- 2023-08-16 09:27:19.483 INFO 9928 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingGET_1
- 2023-08-16 09:27:19.486 INFO 9928 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_1
- 2023-08-16 09:27:19.501 INFO 9928 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_1
- 2023-08-16 09:27:19.556 INFO 9928 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6015 (http) with context path ''
- 2023-08-16 09:27:19.559 INFO 9928 --- [main] com.gyee.alarm.AlarmWeb : Started AlarmWeb in 7.335 seconds (JVM running for 8.778)
- 2023-08-16 09:27:19.564 INFO 9928 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-16 09:27:19.565 INFO 9928 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 2023-08-16 09:27:20.488 INFO 9928 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-16 09:27:20.492 INFO 9928 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 2023-08-16 09:27:22.090 INFO 9928 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-16 09:27:44.799 INFO 9928 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
- 2023-08-16 09:27:44.800 INFO 9928 --- [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-16 09:27:45.140 INFO 9928 --- [RMI TCP Connection(1)-192.168.56.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2023-08-16 09:27:45.140 INFO 9928 --- [RMI TCP Connection(1)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
- 2023-08-16 09:27:45.149 INFO 9928 --- [RMI TCP Connection(1)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms
- 2023-08-16 09:31:55.745 INFO 9928 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-16 09:31:55.935 INFO 9928 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-16 09:31:55.938 INFO 9928 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-16 09:31:55.940 INFO 9928 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-16 09:31:55.941 INFO 9928 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 2023-08-16 09:36:07.331 INFO 7668 --- [main] com.gyee.alarm.AlarmWeb : Starting AlarmWeb on sltc with PID 7668 (E:\idea_workspace\alarmNew\alarm-web\target\classes started by shilin in E:\idea_workspace\alarmNew)
- 2023-08-16 09:36:07.334 INFO 7668 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
- 2023-08-16 09:36:08.520 INFO 7668 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
- 2023-08-16 09:36:08.522 INFO 7668 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 2023-08-16 09:36:08.591 INFO 7668 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 60ms. Found 0 Redis repository interfaces.
- 2023-08-16 09:36:08.962 INFO 7668 --- [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-16 09:36:08.969 INFO 7668 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$cc35558e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2023-08-16 09:36:08.989 INFO 7668 --- [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-16 09:36:09.300 INFO 7668 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
- 2023-08-16 09:36:09.309 INFO 7668 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-16 09:36:09.310 INFO 7668 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-16 09:36:09.427 INFO 7668 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-16 09:36:09.427 INFO 7668 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1934 ms
- 2023-08-16 09:36:09.679 INFO 7668 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-16 09:36:09.681 ERROR 7668 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-16 09:36:09.681 INFO 7668 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-16 09:36:09.681 INFO 7668 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-16 09:36:09.681 INFO 7668 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 2023-08-16 09:36:09.681 INFO 7668 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
- 2023-08-16 09:36:11.142 ERROR 7668 --- [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-16 09:36:13.651 INFO 7668 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
- 2023-08-16 09:36:13.700 INFO 7668 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
- 2023-08-16 09:36:13.786 INFO 7668 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 2023-08-16 09:36:14.263 INFO 7668 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
- 2023-08-16 09:36:14.273 INFO 7668 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
- 2023-08-16 09:36:14.298 INFO 7668 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
- 2023-08-16 09:36:14.419 INFO 7668 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_1
- 2023-08-16 09:36:14.420 INFO 7668 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importExcelUsingPOST_1
- 2023-08-16 09:36:14.421 INFO 7668 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingGET_1
- 2023-08-16 09:36:14.425 INFO 7668 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_1
- 2023-08-16 09:36:14.439 INFO 7668 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_1
- 2023-08-16 09:36:14.488 INFO 7668 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6015 (http) with context path ''
- 2023-08-16 09:36:14.490 INFO 7668 --- [main] com.gyee.alarm.AlarmWeb : Started AlarmWeb in 7.463 seconds (JVM running for 8.509)
- 2023-08-16 09:36:14.495 INFO 7668 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-16 09:36:14.495 INFO 7668 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 2023-08-16 09:36:15.347 INFO 7668 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-16 09:36:15.349 INFO 7668 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 2023-08-16 09:36:16.825 INFO 7668 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-16 09:36:40.464 INFO 7668 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
- 2023-08-16 09:36:40.466 INFO 7668 --- [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-16 09:36:40.974 INFO 7668 --- [RMI TCP Connection(1)-192.168.56.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2023-08-16 09:36:40.974 INFO 7668 --- [RMI TCP Connection(1)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
- 2023-08-16 09:36:40.979 INFO 7668 --- [RMI TCP Connection(1)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 5 ms
- 2023-08-16 09:43:02.431 INFO 7668 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-16 09:43:02.562 INFO 7668 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-16 09:43:02.564 INFO 7668 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-16 09:43:02.565 INFO 7668 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-16 09:43:02.565 INFO 7668 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 2023-08-16 09:43:07.117 INFO 3676 --- [main] com.gyee.alarm.AlarmWeb : Starting AlarmWeb on sltc with PID 3676 (E:\idea_workspace\alarmNew\alarm-web\target\classes started by shilin in E:\idea_workspace\alarmNew)
- 2023-08-16 09:43:07.119 INFO 3676 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
- 2023-08-16 09:43:08.199 INFO 3676 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
- 2023-08-16 09:43:08.201 INFO 3676 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 2023-08-16 09:43:08.267 INFO 3676 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 56ms. Found 0 Redis repository interfaces.
- 2023-08-16 09:43:08.566 INFO 3676 --- [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-16 09:43:08.570 INFO 3676 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$2b0e09f6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2023-08-16 09:43:08.583 INFO 3676 --- [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-16 09:43:08.785 INFO 3676 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
- 2023-08-16 09:43:08.795 INFO 3676 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-16 09:43:08.795 INFO 3676 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-16 09:43:08.900 INFO 3676 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-16 09:43:08.900 INFO 3676 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1621 ms
- 2023-08-16 09:43:09.121 INFO 3676 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-16 09:43:09.122 ERROR 3676 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-16 09:43:09.123 INFO 3676 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-16 09:43:09.123 INFO 3676 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-16 09:43:09.123 INFO 3676 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 2023-08-16 09:43:09.123 INFO 3676 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
- 2023-08-16 09:43:10.555 ERROR 3676 --- [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-16 09:43:13.413 INFO 3676 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
- 2023-08-16 09:43:13.487 INFO 3676 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
- 2023-08-16 09:43:13.590 INFO 3676 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 2023-08-16 09:43:14.169 INFO 3676 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
- 2023-08-16 09:43:14.183 INFO 3676 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
- 2023-08-16 09:43:14.218 INFO 3676 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
- 2023-08-16 09:43:14.364 INFO 3676 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_1
- 2023-08-16 09:43:14.365 INFO 3676 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importExcelUsingPOST_1
- 2023-08-16 09:43:14.366 INFO 3676 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingGET_1
- 2023-08-16 09:43:14.369 INFO 3676 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_1
- 2023-08-16 09:43:14.386 INFO 3676 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_1
- 2023-08-16 09:43:14.444 INFO 3676 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6015 (http) with context path ''
- 2023-08-16 09:43:14.446 INFO 3676 --- [main] com.gyee.alarm.AlarmWeb : Started AlarmWeb in 7.616 seconds (JVM running for 8.659)
- 2023-08-16 09:43:14.450 INFO 3676 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-16 09:43:14.450 INFO 3676 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 2023-08-16 09:43:15.536 INFO 3676 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-16 09:43:15.538 INFO 3676 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 2023-08-16 09:43:17.273 INFO 3676 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-16 09:43:38.785 INFO 3676 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
- 2023-08-16 09:43:38.788 INFO 3676 --- [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-16 09:43:39.069 INFO 3676 --- [RMI TCP Connection(7)-192.168.56.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2023-08-16 09:43:39.070 INFO 3676 --- [RMI TCP Connection(7)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
- 2023-08-16 09:43:39.077 INFO 3676 --- [RMI TCP Connection(7)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 7 ms
- 2023-08-16 09:43:59.773 INFO 3676 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-16 09:43:59.905 INFO 3676 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-16 09:43:59.908 INFO 3676 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-16 09:43:59.909 INFO 3676 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-16 09:43:59.909 INFO 3676 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 2023-08-16 09:44:06.072 INFO 15912 --- [main] com.gyee.alarm.AlarmWeb : Starting AlarmWeb on sltc with PID 15912 (E:\idea_workspace\alarmNew\alarm-web\target\classes started by shilin in E:\idea_workspace\alarmNew)
- 2023-08-16 09:44:06.074 INFO 15912 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
- 2023-08-16 09:44:07.179 INFO 15912 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
- 2023-08-16 09:44:07.181 INFO 15912 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 2023-08-16 09:44:07.250 INFO 15912 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 58ms. Found 0 Redis repository interfaces.
- 2023-08-16 09:44:07.561 INFO 15912 --- [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-16 09:44:07.565 INFO 15912 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$6910008b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2023-08-16 09:44:07.579 INFO 15912 --- [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-16 09:44:07.792 INFO 15912 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
- 2023-08-16 09:44:07.801 INFO 15912 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-16 09:44:07.801 INFO 15912 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-16 09:44:07.903 INFO 15912 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-16 09:44:07.903 INFO 15912 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1669 ms
- 2023-08-16 09:44:08.133 INFO 15912 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-16 09:44:08.134 ERROR 15912 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-16 09:44:08.135 INFO 15912 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-16 09:44:08.135 INFO 15912 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-16 09:44:08.135 INFO 15912 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 2023-08-16 09:44:08.135 INFO 15912 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
- 2023-08-16 09:44:09.516 ERROR 15912 --- [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-16 09:44:12.023 INFO 15912 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
- 2023-08-16 09:44:12.072 INFO 15912 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
- 2023-08-16 09:44:12.159 INFO 15912 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 2023-08-16 09:44:12.649 INFO 15912 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
- 2023-08-16 09:44:12.658 INFO 15912 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
- 2023-08-16 09:44:12.683 INFO 15912 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
- 2023-08-16 09:44:12.801 INFO 15912 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_1
- 2023-08-16 09:44:12.802 INFO 15912 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importExcelUsingPOST_1
- 2023-08-16 09:44:12.803 INFO 15912 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingGET_1
- 2023-08-16 09:44:12.806 INFO 15912 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_1
- 2023-08-16 09:44:12.821 INFO 15912 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_1
- 2023-08-16 09:44:12.870 INFO 15912 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6015 (http) with context path ''
- 2023-08-16 09:44:12.873 INFO 15912 --- [main] com.gyee.alarm.AlarmWeb : Started AlarmWeb in 7.091 seconds (JVM running for 8.106)
- 2023-08-16 09:44:12.878 INFO 15912 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-16 09:44:12.878 INFO 15912 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 2023-08-16 09:44:13.740 INFO 15912 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-16 09:44:13.742 INFO 15912 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 2023-08-16 09:44:15.252 INFO 15912 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-16 09:44:38.523 INFO 15912 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
- 2023-08-16 09:44:38.525 INFO 15912 --- [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-16 09:44:39.520 INFO 15912 --- [RMI TCP Connection(5)-192.168.56.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2023-08-16 09:44:39.521 INFO 15912 --- [RMI TCP Connection(5)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
- 2023-08-16 09:44:39.526 INFO 15912 --- [RMI TCP Connection(5)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 5 ms
- 2023-08-16 09:46:11.304 ERROR 15912 --- [http-nio-6015-exec-4] 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_configuration WHERE 1 = 1 AND station_id = ? AND description LIKE '?'
- ### The error may exist in com/gyee/alarm/mapper/auto/ProEconAlarmConfigurationMapper.java (best guess)
- ### The error may involve com.gyee.alarm.mapper.auto.ProEconAlarmConfigurationMapper.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_configuration WHERE 1 = 1 AND station_id = ? AND description LIKE '?'
- ] with root cause
- org.postgresql.util.PSQLException: 栏位索引超过许可范围:2,栏位数:1。
- at org.postgresql.core.v3.SimpleParameterList.bind(SimpleParameterList.java:65) ~[postgresql-42.2.5.jar:42.2.5]
- at org.postgresql.core.v3.SimpleParameterList.setStringParameter(SimpleParameterList.java:128) ~[postgresql-42.2.5.jar:42.2.5]
- at org.postgresql.jdbc.PgPreparedStatement.bindString(PgPreparedStatement.java:996) ~[postgresql-42.2.5.jar:42.2.5]
- at org.postgresql.jdbc.PgPreparedStatement.setString(PgPreparedStatement.java:326) ~[postgresql-42.2.5.jar:42.2.5]
- at org.postgresql.jdbc.PgPreparedStatement.setString(PgPreparedStatement.java:313) ~[postgresql-42.2.5.jar:42.2.5]
- at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_setString(FilterChainImpl.java:3301) ~[druid-1.1.10.jar:1.1.10]
- at com.alibaba.druid.filter.FilterAdapter.preparedStatement_setString(FilterAdapter.java:1362) ~[druid-1.1.10.jar:1.1.10]
- at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_setString(FilterChainImpl.java:3298) ~[druid-1.1.10.jar:1.1.10]
- at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.setString(PreparedStatementProxyImpl.java:611) ~[druid-1.1.10.jar:1.1.10]
- at com.alibaba.druid.pool.DruidPooledPreparedStatement.setString(DruidPooledPreparedStatement.java:370) ~[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:67) ~[mybatis-3.5.4.jar:3.5.4]
- at com.sun.proxy.$Proxy286.setString(Unknown Source) ~[na:na]
- at org.apache.ibatis.type.StringTypeHandler.setNonNullParameter(StringTypeHandler.java:31) ~[mybatis-3.5.4.jar:3.5.4]
- at org.apache.ibatis.type.StringTypeHandler.setNonNullParameter(StringTypeHandler.java:26) ~[mybatis-3.5.4.jar:3.5.4]
- at org.apache.ibatis.type.BaseTypeHandler.setParameter(BaseTypeHandler.java:69) ~[mybatis-3.5.4.jar:3.5.4]
- at org.apache.ibatis.type.UnknownTypeHandler.setNonNullParameter(UnknownTypeHandler.java:67) ~[mybatis-3.5.4.jar:3.5.4]
- at org.apache.ibatis.type.BaseTypeHandler.setParameter(BaseTypeHandler.java:69) ~[mybatis-3.5.4.jar:3.5.4]
- at com.baomidou.mybatisplus.core.MybatisDefaultParameterHandler.setParameters(MybatisDefaultParameterHandler.java:231) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
- at com.baomidou.mybatisplus.extension.plugins.PaginationInterceptor.queryTotal(PaginationInterceptor.java:240) ~[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.$Proxy284.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.GeneratedMethodAccessor271.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.$Proxy112.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.$Proxy116.pageQueryAll(Unknown Source) ~[na:na]
- at com.gyee.alarm.service.auto.impl.ProEconAlarmConfigurationServiceImpl.pageQueryAll(ProEconAlarmConfigurationServiceImpl.java:33) ~[classes/:na]
- at com.gyee.alarm.service.AlarmConfigurationService.pageQueryAll(AlarmConfigurationService.java:105) ~[classes/:na]
- at com.gyee.alarm.controller.AlarmConfigurationController.queryByPage(AlarmConfigurationController.java:99) ~[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-16 09:47:35.941 INFO 15912 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-16 09:47:36.084 INFO 15912 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-16 09:47:36.087 INFO 15912 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-16 09:47:36.088 INFO 15912 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-16 09:47:36.088 INFO 15912 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 2023-08-16 09:47:40.882 INFO 21144 --- [main] com.gyee.alarm.AlarmWeb : Starting AlarmWeb on sltc with PID 21144 (E:\idea_workspace\alarmNew\alarm-web\target\classes started by shilin in E:\idea_workspace\alarmNew)
- 2023-08-16 09:47:40.884 INFO 21144 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
- 2023-08-16 09:47:41.959 INFO 21144 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
- 2023-08-16 09:47:41.960 INFO 21144 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 2023-08-16 09:47:42.027 INFO 21144 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 57ms. Found 0 Redis repository interfaces.
- 2023-08-16 09:47:42.322 INFO 21144 --- [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-16 09:47:42.326 INFO 21144 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$454c9bf3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2023-08-16 09:47:42.340 INFO 21144 --- [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-16 09:47:42.546 INFO 21144 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
- 2023-08-16 09:47:42.555 INFO 21144 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-16 09:47:42.555 INFO 21144 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-16 09:47:42.657 INFO 21144 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-16 09:47:42.657 INFO 21144 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1616 ms
- 2023-08-16 09:47:42.876 INFO 21144 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-16 09:47:42.877 ERROR 21144 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-16 09:47:42.878 INFO 21144 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-16 09:47:42.878 INFO 21144 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-16 09:47:42.878 INFO 21144 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 2023-08-16 09:47:42.878 INFO 21144 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
- 2023-08-16 09:47:44.242 ERROR 21144 --- [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-16 09:47:46.686 INFO 21144 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
- 2023-08-16 09:47:46.734 INFO 21144 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
- 2023-08-16 09:47:46.823 INFO 21144 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 2023-08-16 09:47:47.320 INFO 21144 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
- 2023-08-16 09:47:47.329 INFO 21144 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
- 2023-08-16 09:47:47.355 INFO 21144 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
- 2023-08-16 09:47:47.474 INFO 21144 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_1
- 2023-08-16 09:47:47.476 INFO 21144 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importExcelUsingPOST_1
- 2023-08-16 09:47:47.477 INFO 21144 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingGET_1
- 2023-08-16 09:47:47.481 INFO 21144 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_1
- 2023-08-16 09:47:47.496 INFO 21144 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_1
- 2023-08-16 09:47:47.545 INFO 21144 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6015 (http) with context path ''
- 2023-08-16 09:47:47.548 INFO 21144 --- [main] com.gyee.alarm.AlarmWeb : Started AlarmWeb in 6.949 seconds (JVM running for 7.973)
- 2023-08-16 09:47:47.553 INFO 21144 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-16 09:47:47.553 INFO 21144 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 2023-08-16 09:47:48.650 INFO 21144 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-16 09:47:48.651 INFO 21144 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 2023-08-16 09:47:50.120 INFO 21144 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-16 09:48:12.027 INFO 21144 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
- 2023-08-16 09:48:12.029 INFO 21144 --- [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-16 09:48:13.213 INFO 21144 --- [RMI TCP Connection(3)-192.168.56.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2023-08-16 09:48:13.213 INFO 21144 --- [RMI TCP Connection(3)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
- 2023-08-16 09:48:13.217 INFO 21144 --- [RMI TCP Connection(3)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 4 ms
- 2023-08-16 09:48:26.019 ERROR 21144 --- [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_configuration WHERE 1 = 1 AND description LIKE '?'
- ### The error may exist in com/gyee/alarm/mapper/auto/ProEconAlarmConfigurationMapper.java (best guess)
- ### The error may involve com.gyee.alarm.mapper.auto.ProEconAlarmConfigurationMapper.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_configuration WHERE 1 = 1 AND description LIKE '?'
- ] with root cause
- org.postgresql.util.PSQLException: 栏位索引超过许可范围:1,栏位数:0。
- at org.postgresql.core.v3.SimpleParameterList.bind(SimpleParameterList.java:65) ~[postgresql-42.2.5.jar:42.2.5]
- at org.postgresql.core.v3.SimpleParameterList.setStringParameter(SimpleParameterList.java:128) ~[postgresql-42.2.5.jar:42.2.5]
- at org.postgresql.jdbc.PgPreparedStatement.bindString(PgPreparedStatement.java:996) ~[postgresql-42.2.5.jar:42.2.5]
- at org.postgresql.jdbc.PgPreparedStatement.setString(PgPreparedStatement.java:326) ~[postgresql-42.2.5.jar:42.2.5]
- at org.postgresql.jdbc.PgPreparedStatement.setString(PgPreparedStatement.java:313) ~[postgresql-42.2.5.jar:42.2.5]
- at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_setString(FilterChainImpl.java:3301) ~[druid-1.1.10.jar:1.1.10]
- at com.alibaba.druid.filter.FilterAdapter.preparedStatement_setString(FilterAdapter.java:1362) ~[druid-1.1.10.jar:1.1.10]
- at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_setString(FilterChainImpl.java:3298) ~[druid-1.1.10.jar:1.1.10]
- at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.setString(PreparedStatementProxyImpl.java:611) ~[druid-1.1.10.jar:1.1.10]
- at com.alibaba.druid.pool.DruidPooledPreparedStatement.setString(DruidPooledPreparedStatement.java:370) ~[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:67) ~[mybatis-3.5.4.jar:3.5.4]
- at com.sun.proxy.$Proxy286.setString(Unknown Source) ~[na:na]
- at org.apache.ibatis.type.StringTypeHandler.setNonNullParameter(StringTypeHandler.java:31) ~[mybatis-3.5.4.jar:3.5.4]
- at org.apache.ibatis.type.StringTypeHandler.setNonNullParameter(StringTypeHandler.java:26) ~[mybatis-3.5.4.jar:3.5.4]
- at org.apache.ibatis.type.BaseTypeHandler.setParameter(BaseTypeHandler.java:69) ~[mybatis-3.5.4.jar:3.5.4]
- at org.apache.ibatis.type.UnknownTypeHandler.setNonNullParameter(UnknownTypeHandler.java:67) ~[mybatis-3.5.4.jar:3.5.4]
- at org.apache.ibatis.type.BaseTypeHandler.setParameter(BaseTypeHandler.java:69) ~[mybatis-3.5.4.jar:3.5.4]
- at com.baomidou.mybatisplus.core.MybatisDefaultParameterHandler.setParameters(MybatisDefaultParameterHandler.java:231) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
- at com.baomidou.mybatisplus.extension.plugins.PaginationInterceptor.queryTotal(PaginationInterceptor.java:240) ~[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.$Proxy284.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.GeneratedMethodAccessor271.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.$Proxy112.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.$Proxy116.pageQueryAll(Unknown Source) ~[na:na]
- at com.gyee.alarm.service.auto.impl.ProEconAlarmConfigurationServiceImpl.pageQueryAll(ProEconAlarmConfigurationServiceImpl.java:33) ~[classes/:na]
- at com.gyee.alarm.service.AlarmConfigurationService.pageQueryAll(AlarmConfigurationService.java:105) ~[classes/:na]
- at com.gyee.alarm.controller.AlarmConfigurationController.queryByPage(AlarmConfigurationController.java:99) ~[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-16 09:51:35.480 INFO 21144 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-16 09:51:35.628 INFO 21144 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-16 09:51:35.631 INFO 21144 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-16 09:51:35.632 INFO 21144 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-16 09:51:35.632 INFO 21144 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 2023-08-16 09:51:40.842 INFO 20568 --- [main] com.gyee.alarm.AlarmWeb : Starting AlarmWeb on sltc with PID 20568 (E:\idea_workspace\alarmNew\alarm-web\target\classes started by shilin in E:\idea_workspace\alarmNew)
- 2023-08-16 09:51:40.844 INFO 20568 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
- 2023-08-16 09:51:41.967 INFO 20568 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
- 2023-08-16 09:51:41.969 INFO 20568 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 2023-08-16 09:51:42.035 INFO 20568 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 57ms. Found 0 Redis repository interfaces.
- 2023-08-16 09:51:42.330 INFO 20568 --- [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-16 09:51:42.335 INFO 20568 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$5636fd88] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2023-08-16 09:51:42.349 INFO 20568 --- [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-16 09:51:42.547 INFO 20568 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
- 2023-08-16 09:51:42.555 INFO 20568 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-16 09:51:42.555 INFO 20568 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-16 09:51:42.659 INFO 20568 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-16 09:51:42.659 INFO 20568 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1650 ms
- 2023-08-16 09:51:42.886 INFO 20568 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-16 09:51:42.887 ERROR 20568 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-16 09:51:42.887 INFO 20568 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-16 09:51:42.887 INFO 20568 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-16 09:51:42.887 INFO 20568 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 2023-08-16 09:51:42.887 INFO 20568 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
- 2023-08-16 09:51:44.303 ERROR 20568 --- [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-16 09:51:46.805 INFO 20568 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
- 2023-08-16 09:51:46.853 INFO 20568 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
- 2023-08-16 09:51:46.947 INFO 20568 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 2023-08-16 09:51:47.490 INFO 20568 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
- 2023-08-16 09:51:47.500 INFO 20568 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
- 2023-08-16 09:51:47.525 INFO 20568 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
- 2023-08-16 09:51:47.643 INFO 20568 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_1
- 2023-08-16 09:51:47.644 INFO 20568 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importExcelUsingPOST_1
- 2023-08-16 09:51:47.645 INFO 20568 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingGET_1
- 2023-08-16 09:51:47.648 INFO 20568 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_1
- 2023-08-16 09:51:47.663 INFO 20568 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_1
- 2023-08-16 09:51:47.710 INFO 20568 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6015 (http) with context path ''
- 2023-08-16 09:51:47.713 INFO 20568 --- [main] com.gyee.alarm.AlarmWeb : Started AlarmWeb in 7.161 seconds (JVM running for 8.44)
- 2023-08-16 09:51:47.717 INFO 20568 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-16 09:51:47.717 INFO 20568 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 2023-08-16 09:51:48.644 INFO 20568 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-16 09:51:48.646 INFO 20568 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 2023-08-16 09:51:50.214 INFO 20568 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-16 09:52:15.406 INFO 20568 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
- 2023-08-16 09:52:15.409 INFO 20568 --- [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-16 09:52:16.752 INFO 20568 --- [RMI TCP Connection(5)-192.168.56.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2023-08-16 09:52:16.752 INFO 20568 --- [RMI TCP Connection(5)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
- 2023-08-16 09:52:16.765 INFO 20568 --- [RMI TCP Connection(5)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 13 ms
- 2023-08-16 09:52:48.468 INFO 20568 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-16 09:52:48.637 INFO 20568 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-16 09:52:48.640 INFO 20568 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-16 09:52:48.642 INFO 20568 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-16 09:52:48.642 INFO 20568 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 2023-08-16 09:52:54.061 INFO 8672 --- [main] com.gyee.alarm.AlarmWeb : Starting AlarmWeb on sltc with PID 8672 (E:\idea_workspace\alarmNew\alarm-web\target\classes started by shilin in E:\idea_workspace\alarmNew)
- 2023-08-16 09:52:54.063 INFO 8672 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
- 2023-08-16 09:52:55.213 INFO 8672 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
- 2023-08-16 09:52:55.215 INFO 8672 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 2023-08-16 09:52:55.284 INFO 8672 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 59ms. Found 0 Redis repository interfaces.
- 2023-08-16 09:52:55.588 INFO 8672 --- [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-16 09:52:55.592 INFO 8672 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$4a025658] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2023-08-16 09:52:55.606 INFO 8672 --- [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-16 09:52:55.829 INFO 8672 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
- 2023-08-16 09:52:55.838 INFO 8672 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-16 09:52:55.839 INFO 8672 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-16 09:52:55.949 INFO 8672 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-16 09:52:55.950 INFO 8672 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1721 ms
- 2023-08-16 09:52:56.216 INFO 8672 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-16 09:52:56.218 ERROR 8672 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-16 09:52:56.218 INFO 8672 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-16 09:52:56.219 INFO 8672 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-16 09:52:56.219 INFO 8672 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 2023-08-16 09:52:56.219 INFO 8672 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
- 2023-08-16 09:52:57.641 ERROR 8672 --- [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-16 09:53:00.520 INFO 8672 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
- 2023-08-16 09:53:00.585 INFO 8672 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
- 2023-08-16 09:53:00.696 INFO 8672 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 2023-08-16 09:53:01.211 INFO 8672 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
- 2023-08-16 09:53:01.222 INFO 8672 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
- 2023-08-16 09:53:01.248 INFO 8672 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
- 2023-08-16 09:53:01.368 INFO 8672 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_1
- 2023-08-16 09:53:01.369 INFO 8672 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importExcelUsingPOST_1
- 2023-08-16 09:53:01.370 INFO 8672 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingGET_1
- 2023-08-16 09:53:01.374 INFO 8672 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_1
- 2023-08-16 09:53:01.389 INFO 8672 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_1
- 2023-08-16 09:53:01.438 INFO 8672 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6015 (http) with context path ''
- 2023-08-16 09:53:01.441 INFO 8672 --- [main] com.gyee.alarm.AlarmWeb : Started AlarmWeb in 7.665 seconds (JVM running for 8.722)
- 2023-08-16 09:53:01.446 INFO 8672 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-16 09:53:01.447 INFO 8672 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 2023-08-16 09:53:02.703 INFO 8672 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-16 09:53:02.705 INFO 8672 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 2023-08-16 09:53:04.395 INFO 8672 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-16 09:53:28.583 INFO 8672 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
- 2023-08-16 09:53:28.585 INFO 8672 --- [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-16 09:53:29.241 INFO 8672 --- [RMI TCP Connection(10)-192.168.56.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2023-08-16 09:53:29.241 INFO 8672 --- [RMI TCP Connection(10)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
- 2023-08-16 09:53:29.249 INFO 8672 --- [RMI TCP Connection(10)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms
- 2023-08-16 09:59:42.461 INFO 8672 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-16 09:59:42.621 INFO 8672 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-16 09:59:42.626 INFO 8672 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-16 09:59:42.628 INFO 8672 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-16 09:59:42.628 INFO 8672 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 2023-08-16 09:59:47.839 INFO 19328 --- [main] com.gyee.alarm.AlarmWeb : Starting AlarmWeb on sltc with PID 19328 (E:\idea_workspace\alarmNew\alarm-web\target\classes started by shilin in E:\idea_workspace\alarmNew)
- 2023-08-16 09:59:47.841 INFO 19328 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
- 2023-08-16 09:59:48.919 INFO 19328 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
- 2023-08-16 09:59:48.921 INFO 19328 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 2023-08-16 09:59:48.987 INFO 19328 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 57ms. Found 0 Redis repository interfaces.
- 2023-08-16 09:59:49.289 INFO 19328 --- [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-16 09:59:49.293 INFO 19328 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$e10ec82] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2023-08-16 09:59:49.307 INFO 19328 --- [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-16 09:59:49.516 INFO 19328 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
- 2023-08-16 09:59:49.525 INFO 19328 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-16 09:59:49.526 INFO 19328 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-16 09:59:49.631 INFO 19328 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-16 09:59:49.631 INFO 19328 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1633 ms
- 2023-08-16 09:59:49.851 INFO 19328 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-16 09:59:49.853 ERROR 19328 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-16 09:59:49.853 INFO 19328 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-16 09:59:49.853 INFO 19328 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-16 09:59:49.853 INFO 19328 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 2023-08-16 09:59:49.853 INFO 19328 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
- 2023-08-16 09:59:51.266 ERROR 19328 --- [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-16 09:59:53.728 INFO 19328 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
- 2023-08-16 09:59:53.776 INFO 19328 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
- 2023-08-16 09:59:53.864 INFO 19328 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 2023-08-16 09:59:54.354 INFO 19328 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
- 2023-08-16 09:59:54.364 INFO 19328 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
- 2023-08-16 09:59:54.389 INFO 19328 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
- 2023-08-16 09:59:54.509 INFO 19328 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_1
- 2023-08-16 09:59:54.511 INFO 19328 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importExcelUsingPOST_1
- 2023-08-16 09:59:54.511 INFO 19328 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingGET_1
- 2023-08-16 09:59:54.515 INFO 19328 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_1
- 2023-08-16 09:59:54.530 INFO 19328 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_1
- 2023-08-16 09:59:54.577 INFO 19328 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6015 (http) with context path ''
- 2023-08-16 09:59:54.580 INFO 19328 --- [main] com.gyee.alarm.AlarmWeb : Started AlarmWeb in 7.021 seconds (JVM running for 8.031)
- 2023-08-16 09:59:54.585 INFO 19328 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-16 09:59:54.585 INFO 19328 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 2023-08-16 09:59:55.444 INFO 19328 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-16 09:59:55.446 INFO 19328 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 2023-08-16 09:59:56.913 INFO 19328 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-16 10:00:21.463 INFO 19328 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
- 2023-08-16 10:00:21.465 INFO 19328 --- [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-16 10:00:22.352 INFO 19328 --- [RMI TCP Connection(2)-192.168.56.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2023-08-16 10:00:22.352 INFO 19328 --- [RMI TCP Connection(2)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
- 2023-08-16 10:00:22.372 INFO 19328 --- [RMI TCP Connection(2)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 20 ms
- 2023-08-16 10:02:08.953 INFO 19328 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-16 10:02:09.096 INFO 19328 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-16 10:02:09.098 INFO 19328 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-16 10:02:09.100 INFO 19328 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-16 10:02:09.100 INFO 19328 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 2023-08-16 10:02:14.685 INFO 1832 --- [main] com.gyee.alarm.AlarmWeb : Starting AlarmWeb on sltc with PID 1832 (E:\idea_workspace\alarmNew\alarm-web\target\classes started by shilin in E:\idea_workspace\alarmNew)
- 2023-08-16 10:02:14.687 INFO 1832 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
- 2023-08-16 10:02:15.770 INFO 1832 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
- 2023-08-16 10:02:15.772 INFO 1832 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 2023-08-16 10:02:15.840 INFO 1832 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 57ms. Found 0 Redis repository interfaces.
- 2023-08-16 10:02:16.188 INFO 1832 --- [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-16 10:02:16.193 INFO 1832 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$213321f1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2023-08-16 10:02:16.208 INFO 1832 --- [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-16 10:02:16.426 INFO 1832 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
- 2023-08-16 10:02:16.439 INFO 1832 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-16 10:02:16.439 INFO 1832 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-16 10:02:16.560 INFO 1832 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-16 10:02:16.561 INFO 1832 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1719 ms
- 2023-08-16 10:02:16.776 INFO 1832 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-16 10:02:16.778 ERROR 1832 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-16 10:02:16.778 INFO 1832 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-16 10:02:16.778 INFO 1832 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-16 10:02:16.778 INFO 1832 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 2023-08-16 10:02:16.778 INFO 1832 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
- 2023-08-16 10:02:18.292 ERROR 1832 --- [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-16 10:02:20.871 INFO 1832 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
- 2023-08-16 10:02:20.924 INFO 1832 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
- 2023-08-16 10:02:21.012 INFO 1832 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 2023-08-16 10:02:21.505 INFO 1832 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
- 2023-08-16 10:02:21.515 INFO 1832 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
- 2023-08-16 10:02:21.543 INFO 1832 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
- 2023-08-16 10:02:21.678 INFO 1832 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_1
- 2023-08-16 10:02:21.679 INFO 1832 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importExcelUsingPOST_1
- 2023-08-16 10:02:21.680 INFO 1832 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingGET_1
- 2023-08-16 10:02:21.684 INFO 1832 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_1
- 2023-08-16 10:02:21.701 INFO 1832 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_1
- 2023-08-16 10:02:21.760 INFO 1832 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6015 (http) with context path ''
- 2023-08-16 10:02:21.763 INFO 1832 --- [main] com.gyee.alarm.AlarmWeb : Started AlarmWeb in 7.37 seconds (JVM running for 8.41)
- 2023-08-16 10:02:21.767 INFO 1832 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-16 10:02:21.768 INFO 1832 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 2023-08-16 10:02:22.829 INFO 1832 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-16 10:02:22.831 INFO 1832 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 2023-08-16 10:02:24.413 INFO 1832 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-16 10:02:50.087 INFO 1832 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
- 2023-08-16 10:02:50.089 INFO 1832 --- [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-16 10:02:50.359 INFO 1832 --- [RMI TCP Connection(3)-192.168.56.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2023-08-16 10:02:50.359 INFO 1832 --- [RMI TCP Connection(3)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
- 2023-08-16 10:02:50.370 INFO 1832 --- [RMI TCP Connection(3)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 11 ms
- 2023-08-16 10:14:57.593 INFO 1832 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-16 10:14:57.734 INFO 1832 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-16 10:14:57.737 INFO 1832 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-16 10:14:57.738 INFO 1832 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-16 10:14:57.738 INFO 1832 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 2023-08-16 10:15:03.505 INFO 2540 --- [main] com.gyee.alarm.AlarmWeb : Starting AlarmWeb on sltc with PID 2540 (E:\idea_workspace\alarmNew\alarm-web\target\classes started by shilin in E:\idea_workspace\alarmNew)
- 2023-08-16 10:15:03.507 INFO 2540 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
- 2023-08-16 10:15:04.617 INFO 2540 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
- 2023-08-16 10:15:04.619 INFO 2540 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 2023-08-16 10:15:04.685 INFO 2540 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 56ms. Found 0 Redis repository interfaces.
- 2023-08-16 10:15:04.998 INFO 2540 --- [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-16 10:15:05.002 INFO 2540 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$213321f1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2023-08-16 10:15:05.019 INFO 2540 --- [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-16 10:15:05.229 INFO 2540 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
- 2023-08-16 10:15:05.238 INFO 2540 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-16 10:15:05.238 INFO 2540 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-16 10:15:05.342 INFO 2540 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-16 10:15:05.342 INFO 2540 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1673 ms
- 2023-08-16 10:15:05.574 INFO 2540 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-16 10:15:05.575 ERROR 2540 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-16 10:15:05.576 INFO 2540 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-16 10:15:05.576 INFO 2540 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-16 10:15:05.576 INFO 2540 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 2023-08-16 10:15:05.576 INFO 2540 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
- 2023-08-16 10:15:07.094 ERROR 2540 --- [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-16 10:15:09.550 INFO 2540 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
- 2023-08-16 10:15:09.598 INFO 2540 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
- 2023-08-16 10:15:09.684 INFO 2540 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 2023-08-16 10:15:10.178 INFO 2540 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
- 2023-08-16 10:15:10.189 INFO 2540 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
- 2023-08-16 10:15:10.216 INFO 2540 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
- 2023-08-16 10:15:10.343 INFO 2540 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_1
- 2023-08-16 10:15:10.344 INFO 2540 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importExcelUsingPOST_1
- 2023-08-16 10:15:10.345 INFO 2540 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingGET_1
- 2023-08-16 10:15:10.349 INFO 2540 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_1
- 2023-08-16 10:15:10.364 INFO 2540 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_1
- 2023-08-16 10:15:10.418 INFO 2540 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6015 (http) with context path ''
- 2023-08-16 10:15:10.420 INFO 2540 --- [main] com.gyee.alarm.AlarmWeb : Started AlarmWeb in 7.214 seconds (JVM running for 8.205)
- 2023-08-16 10:15:10.425 INFO 2540 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-16 10:15:10.425 INFO 2540 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 2023-08-16 10:15:11.472 INFO 2540 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-16 10:15:11.475 INFO 2540 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 2023-08-16 10:15:13.076 INFO 2540 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-16 10:15:37.444 INFO 2540 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
- 2023-08-16 10:15:37.447 INFO 2540 --- [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-16 10:15:38.423 INFO 2540 --- [RMI TCP Connection(6)-192.168.56.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2023-08-16 10:15:38.423 INFO 2540 --- [RMI TCP Connection(6)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
- 2023-08-16 10:15:38.437 INFO 2540 --- [RMI TCP Connection(6)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 14 ms
- 2023-08-16 10:17:09.666 ERROR 2540 --- [http-nio-6015-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.jdbc.BadSqlGrammarException:
- ### Error querying database. Cause: org.postgresql.util.PSQLException: 错误: 字段 "rule_type" 不存在
- 建议:也许您想要引用列"pro_econ_rule_update_event.rule_ype"。
- 位置:22
- ### The error may exist in com/gyee/alarm/mapper/auto/ProEconRuleUpdateEventMapper.java (best guess)
- ### The error may involve defaultParameterMap
- ### The error occurred while setting parameters
- ### SQL: SELECT id,rule_name,rule_type,rule_id,update_time,update_type,update_user,station_id,model_id FROM pro_econ_rule_update_event ORDER BY update_time DESC limit ? offset ?
- ### Cause: org.postgresql.util.PSQLException: 错误: 字段 "rule_type" 不存在
- 建议:也许您想要引用列"pro_econ_rule_update_event.rule_ype"。
- 位置:22
- ; bad SQL grammar []; nested exception is org.postgresql.util.PSQLException: 错误: 字段 "rule_type" 不存在
- 建议:也许您想要引用列"pro_econ_rule_update_event.rule_ype"。
- 位置:22] with root cause
- org.postgresql.util.PSQLException: 错误: 字段 "rule_type" 不存在
- 建议:也许您想要引用列"pro_econ_rule_update_event.rule_ype"。
- 位置:22
- 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.execute(PgPreparedStatement.java:132) ~[postgresql-42.2.5.jar:42.2.5]
- at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3409) ~[druid-1.1.10.jar:1.1.10]
- at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440) ~[druid-1.1.10.jar:1.1.10]
- at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3407) ~[druid-1.1.10.jar:1.1.10]
- at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167) ~[druid-1.1.10.jar:1.1.10]
- at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:498) ~[druid-1.1.10.jar:1.1.10]
- at sun.reflect.GeneratedMethodAccessor281.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.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59) ~[mybatis-3.5.4.jar:3.5.4]
- at com.sun.proxy.$Proxy286.execute(Unknown Source) ~[na:na]
- at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64) ~[mybatis-3.5.4.jar:3.5.4]
- at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79) ~[mybatis-3.5.4.jar:3.5.4]
- at sun.reflect.GeneratedMethodAccessor280.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.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63) ~[mybatis-3.5.4.jar:3.5.4]
- at com.sun.proxy.$Proxy284.query(Unknown Source) ~[na:na]
- at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doQuery(MybatisSimpleExecutor.java:67) ~[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.GeneratedMethodAccessor271.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.$Proxy112.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.$Proxy118.selectPage(Unknown Source) ~[na:na]
- at com.gyee.alarm.service.RuleUpdateEventService.getUpdateEventByPage(RuleUpdateEventService.java:49) ~[classes/:na]
- at com.gyee.alarm.controller.ProEconRuleUpdateEventController.getRuleEventLog(ProEconRuleUpdateEventController.java:61) ~[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-16 10:23:48.538 INFO 2540 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-16 10:23:48.689 INFO 2540 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-16 10:23:48.692 INFO 2540 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-16 10:23:48.694 INFO 2540 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-16 10:23:48.694 INFO 2540 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 2023-08-16 10:23:54.961 INFO 21052 --- [main] com.gyee.alarm.AlarmWeb : Starting AlarmWeb on sltc with PID 21052 (E:\idea_workspace\alarmNew\alarm-web\target\classes started by shilin in E:\idea_workspace\alarmNew)
- 2023-08-16 10:23:54.963 INFO 21052 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
- 2023-08-16 10:23:56.032 INFO 21052 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
- 2023-08-16 10:23:56.034 INFO 21052 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 2023-08-16 10:23:56.100 INFO 21052 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 57ms. Found 0 Redis repository interfaces.
- 2023-08-16 10:23:56.405 INFO 21052 --- [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-16 10:23:56.409 INFO 21052 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$2b0e09f6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2023-08-16 10:23:56.424 INFO 21052 --- [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-16 10:23:56.634 INFO 21052 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
- 2023-08-16 10:23:56.643 INFO 21052 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-16 10:23:56.643 INFO 21052 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-16 10:23:56.744 INFO 21052 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-16 10:23:56.744 INFO 21052 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1624 ms
- 2023-08-16 10:23:56.953 INFO 21052 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-16 10:23:56.955 ERROR 21052 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-16 10:23:56.955 INFO 21052 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-16 10:23:56.955 INFO 21052 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-16 10:23:56.955 INFO 21052 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 2023-08-16 10:23:56.955 INFO 21052 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
- 2023-08-16 10:23:58.419 ERROR 21052 --- [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-16 10:24:00.984 INFO 21052 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
- 2023-08-16 10:24:01.032 INFO 21052 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
- 2023-08-16 10:24:01.123 INFO 21052 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 2023-08-16 10:24:01.626 INFO 21052 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
- 2023-08-16 10:24:01.636 INFO 21052 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
- 2023-08-16 10:24:01.663 INFO 21052 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
- 2023-08-16 10:24:01.785 INFO 21052 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_1
- 2023-08-16 10:24:01.786 INFO 21052 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importExcelUsingPOST_1
- 2023-08-16 10:24:01.787 INFO 21052 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingGET_1
- 2023-08-16 10:24:01.791 INFO 21052 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_1
- 2023-08-16 10:24:01.807 INFO 21052 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_1
- 2023-08-16 10:24:01.859 INFO 21052 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6015 (http) with context path ''
- 2023-08-16 10:24:01.862 INFO 21052 --- [main] com.gyee.alarm.AlarmWeb : Started AlarmWeb in 7.185 seconds (JVM running for 8.366)
- 2023-08-16 10:24:01.866 INFO 21052 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-16 10:24:01.866 INFO 21052 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 2023-08-16 10:24:03.149 INFO 21052 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-16 10:24:03.152 INFO 21052 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 2023-08-16 10:24:04.876 INFO 21052 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-16 10:24:25.827 INFO 21052 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
- 2023-08-16 10:24:25.829 INFO 21052 --- [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-16 10:24:25.963 INFO 21052 --- [RMI TCP Connection(3)-192.168.56.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2023-08-16 10:24:25.964 INFO 21052 --- [RMI TCP Connection(3)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
- 2023-08-16 10:24:25.975 INFO 21052 --- [RMI TCP Connection(3)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 11 ms
- 2023-08-16 10:26:49.742 INFO 21052 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-16 10:26:49.865 INFO 21052 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-16 10:26:49.868 INFO 21052 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-16 10:26:49.869 INFO 21052 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-16 10:26:49.869 INFO 21052 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 2023-08-16 10:26:55.798 INFO 192 --- [main] com.gyee.alarm.AlarmWeb : Starting AlarmWeb on sltc with PID 192 (E:\idea_workspace\alarmNew\alarm-web\target\classes started by shilin in E:\idea_workspace\alarmNew)
- 2023-08-16 10:26:55.800 INFO 192 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
- 2023-08-16 10:26:56.881 INFO 192 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
- 2023-08-16 10:26:56.882 INFO 192 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 2023-08-16 10:26:56.949 INFO 192 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 57ms. Found 0 Redis repository interfaces.
- 2023-08-16 10:26:57.243 INFO 192 --- [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-16 10:26:57.247 INFO 192 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$baedf541] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2023-08-16 10:26:57.261 INFO 192 --- [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-16 10:26:57.461 INFO 192 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
- 2023-08-16 10:26:57.469 INFO 192 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-16 10:26:57.470 INFO 192 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-16 10:26:57.572 INFO 192 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-16 10:26:57.572 INFO 192 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1613 ms
- 2023-08-16 10:26:57.791 INFO 192 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-16 10:26:57.792 ERROR 192 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-16 10:26:57.792 INFO 192 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-16 10:26:57.792 INFO 192 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-16 10:26:57.792 INFO 192 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 2023-08-16 10:26:57.793 INFO 192 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
- 2023-08-16 10:26:59.113 ERROR 192 --- [main] o.m.spring.mapper.MapperFactoryBean : Error while adding the mapper 'interface com.gyee.alarm.mapper.auto.ProEconRuleUpdateEventMapper' to configuration.
- org.apache.ibatis.builder.IncompleteElementException: Could not find result map 'com.gyee.alarm.mapper.auto.ProEconRuleUpdateEventMapper.ruleUpdateEventResult' referenced from 'com.gyee.alarm.mapper.auto.ProEconRuleUpdateEventMapper.selectById'
- at org.apache.ibatis.builder.MapperBuilderAssistant.getStatementResultMaps(MapperBuilderAssistant.java:341) ~[mybatis-3.5.4.jar:3.5.4]
- at org.apache.ibatis.builder.MapperBuilderAssistant.addMappedStatement(MapperBuilderAssistant.java:285) ~[mybatis-3.5.4.jar:3.5.4]
- at com.baomidou.mybatisplus.core.injector.AbstractMethod.addMappedStatement(AbstractMethod.java:331) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
- at com.baomidou.mybatisplus.core.injector.AbstractMethod.addSelectMappedStatementForTable(AbstractMethod.java:270) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
- at com.baomidou.mybatisplus.core.injector.methods.SelectById.injectMappedStatement(SelectById.java:40) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
- at com.baomidou.mybatisplus.core.injector.AbstractMethod.inject(AbstractMethod.java:63) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
- at com.baomidou.mybatisplus.core.injector.AbstractSqlInjector.lambda$inspectInject$0(AbstractSqlInjector.java:55) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
- at java.util.ArrayList.forEach(ArrayList.java:1259) ~[na:1.8.0_351]
- at com.baomidou.mybatisplus.core.injector.AbstractSqlInjector.inspectInject(AbstractSqlInjector.java:55) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
- at com.baomidou.mybatisplus.core.MybatisMapperAnnotationBuilder.parse(MybatisMapperAnnotationBuilder.java:122) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
- at com.baomidou.mybatisplus.core.MybatisMapperRegistry.addMapper(MybatisMapperRegistry.java:82) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
- at com.baomidou.mybatisplus.core.MybatisConfiguration.addMapper(MybatisConfiguration.java:103) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
- at org.mybatis.spring.mapper.MapperFactoryBean.checkDaoConfig(MapperFactoryBean.java:80) ~[mybatis-spring-2.0.4.jar:2.0.4]
- at org.springframework.dao.support.DaoSupport.afterPropertiesSet(DaoSupport.java:44) [spring-tx-5.2.12.RELEASE.jar:5.2.12.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1855) [spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1792) [spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:595) [spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517) [spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323) [spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321) [spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) [spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1287) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1207) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:116) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422) [spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) [spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517) [spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323) [spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321) [spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) [spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1287) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1207) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:537) ~[spring-context-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:513) ~[spring-context-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:653) ~[spring-context-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:224) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:116) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:334) ~[spring-context-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422) [spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) [spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517) [spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323) [spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321) [spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207) [spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeanByName(AbstractAutowireCapableBeanFactory.java:454) [spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:543) ~[spring-context-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:513) ~[spring-context-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:653) ~[spring-context-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:224) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:116) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:334) ~[spring-context-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422) [spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) [spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517) [spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323) [spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321) [spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) [spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1287) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1207) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:116) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422) [spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) [spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517) [spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323) [spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321) [spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) [spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:879) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:878) ~[spring-context-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550) ~[spring-context-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141) ~[spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:747) ~[spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397) ~[spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) ~[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.IllegalArgumentException: Result Maps collection does not contain value for com.gyee.alarm.mapper.auto.ProEconRuleUpdateEventMapper.ruleUpdateEventResult
- at org.apache.ibatis.session.Configuration$StrictMap.get(Configuration.java:964) ~[mybatis-3.5.4.jar:3.5.4]
- at org.apache.ibatis.session.Configuration.getResultMap(Configuration.java:674) ~[mybatis-3.5.4.jar:3.5.4]
- at org.apache.ibatis.builder.MapperBuilderAssistant.getStatementResultMaps(MapperBuilderAssistant.java:339) ~[mybatis-3.5.4.jar:3.5.4]
- ... 87 common frames omitted
- 2023-08-16 10:26:59.115 WARN 192 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'alarmConfigurationController': Unsatisfied dependency expressed through field 'alarmConfigurationService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'alarmConfigurationService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ruleUpdateEventService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'proEconRuleUpdateEventServiceImpl': Unsatisfied dependency expressed through field 'baseMapper'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'proEconRuleUpdateEventMapper' defined in file [E:\idea_workspace\alarmNew\alarm-web\target\classes\com\gyee\alarm\mapper\auto\ProEconRuleUpdateEventMapper.class]: Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: org.apache.ibatis.builder.IncompleteElementException: Could not find result map 'com.gyee.alarm.mapper.auto.ProEconRuleUpdateEventMapper.ruleUpdateEventResult' referenced from 'com.gyee.alarm.mapper.auto.ProEconRuleUpdateEventMapper.selectById'
- 2023-08-16 10:26:59.138 INFO 192 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-16 10:26:59.140 INFO 192 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-16 10:26:59.141 INFO 192 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-16 10:26:59.141 INFO 192 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
- 2023-08-16 10:26:59.143 INFO 192 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
- 2023-08-16 10:26:59.152 INFO 192 --- [main] ConditionEvaluationReportLoggingListener :
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- 2023-08-16 10:26:59.158 ERROR 192 --- [main] o.s.boot.SpringApplication : Application run failed
- org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'alarmConfigurationController': Unsatisfied dependency expressed through field 'alarmConfigurationService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'alarmConfigurationService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ruleUpdateEventService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'proEconRuleUpdateEventServiceImpl': Unsatisfied dependency expressed through field 'baseMapper'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'proEconRuleUpdateEventMapper' defined in file [E:\idea_workspace\alarmNew\alarm-web\target\classes\com\gyee\alarm\mapper\auto\ProEconRuleUpdateEventMapper.class]: Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: org.apache.ibatis.builder.IncompleteElementException: Could not find result map 'com.gyee.alarm.mapper.auto.ProEconRuleUpdateEventMapper.ruleUpdateEventResult' referenced from 'com.gyee.alarm.mapper.auto.ProEconRuleUpdateEventMapper.selectById'
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:643) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:116) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:879) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:878) ~[spring-context-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550) ~[spring-context-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141) ~[spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:747) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) [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: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'alarmConfigurationService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ruleUpdateEventService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'proEconRuleUpdateEventServiceImpl': Unsatisfied dependency expressed through field 'baseMapper'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'proEconRuleUpdateEventMapper' defined in file [E:\idea_workspace\alarmNew\alarm-web\target\classes\com\gyee\alarm\mapper\auto\ProEconRuleUpdateEventMapper.class]: Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: org.apache.ibatis.builder.IncompleteElementException: Could not find result map 'com.gyee.alarm.mapper.auto.ProEconRuleUpdateEventMapper.ruleUpdateEventResult' referenced from 'com.gyee.alarm.mapper.auto.ProEconRuleUpdateEventMapper.selectById'
- at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:337) ~[spring-context-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1287) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1207) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- ... 19 common frames omitted
- Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ruleUpdateEventService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'proEconRuleUpdateEventServiceImpl': Unsatisfied dependency expressed through field 'baseMapper'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'proEconRuleUpdateEventMapper' defined in file [E:\idea_workspace\alarmNew\alarm-web\target\classes\com\gyee\alarm\mapper\auto\ProEconRuleUpdateEventMapper.class]: Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: org.apache.ibatis.builder.IncompleteElementException: Could not find result map 'com.gyee.alarm.mapper.auto.ProEconRuleUpdateEventMapper.ruleUpdateEventResult' referenced from 'com.gyee.alarm.mapper.auto.ProEconRuleUpdateEventMapper.selectById'
- at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:337) ~[spring-context-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeanByName(AbstractAutowireCapableBeanFactory.java:454) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:543) ~[spring-context-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:513) ~[spring-context-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:653) ~[spring-context-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:224) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:116) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:334) ~[spring-context-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- ... 30 common frames omitted
- Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'proEconRuleUpdateEventServiceImpl': Unsatisfied dependency expressed through field 'baseMapper'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'proEconRuleUpdateEventMapper' defined in file [E:\idea_workspace\alarmNew\alarm-web\target\classes\com\gyee\alarm\mapper\auto\ProEconRuleUpdateEventMapper.class]: Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: org.apache.ibatis.builder.IncompleteElementException: Could not find result map 'com.gyee.alarm.mapper.auto.ProEconRuleUpdateEventMapper.ruleUpdateEventResult' referenced from 'com.gyee.alarm.mapper.auto.ProEconRuleUpdateEventMapper.selectById'
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:643) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:116) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1287) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1207) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:537) ~[spring-context-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:513) ~[spring-context-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:653) ~[spring-context-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:224) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:116) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:334) ~[spring-context-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- ... 44 common frames omitted
- Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'proEconRuleUpdateEventMapper' defined in file [E:\idea_workspace\alarmNew\alarm-web\target\classes\com\gyee\alarm\mapper\auto\ProEconRuleUpdateEventMapper.class]: Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: org.apache.ibatis.builder.IncompleteElementException: Could not find result map 'com.gyee.alarm.mapper.auto.ProEconRuleUpdateEventMapper.ruleUpdateEventResult' referenced from 'com.gyee.alarm.mapper.auto.ProEconRuleUpdateEventMapper.selectById'
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1796) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:595) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1287) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1207) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- ... 62 common frames omitted
- Caused by: java.lang.IllegalArgumentException: org.apache.ibatis.builder.IncompleteElementException: Could not find result map 'com.gyee.alarm.mapper.auto.ProEconRuleUpdateEventMapper.ruleUpdateEventResult' referenced from 'com.gyee.alarm.mapper.auto.ProEconRuleUpdateEventMapper.selectById'
- at org.mybatis.spring.mapper.MapperFactoryBean.checkDaoConfig(MapperFactoryBean.java:83) ~[mybatis-spring-2.0.4.jar:2.0.4]
- at org.springframework.dao.support.DaoSupport.afterPropertiesSet(DaoSupport.java:44) ~[spring-tx-5.2.12.RELEASE.jar:5.2.12.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1855) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1792) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
- ... 72 common frames omitted
- Caused by: org.apache.ibatis.builder.IncompleteElementException: Could not find result map 'com.gyee.alarm.mapper.auto.ProEconRuleUpdateEventMapper.ruleUpdateEventResult' referenced from 'com.gyee.alarm.mapper.auto.ProEconRuleUpdateEventMapper.selectById'
- at org.apache.ibatis.builder.MapperBuilderAssistant.getStatementResultMaps(MapperBuilderAssistant.java:341) ~[mybatis-3.5.4.jar:3.5.4]
- at org.apache.ibatis.builder.MapperBuilderAssistant.addMappedStatement(MapperBuilderAssistant.java:285) ~[mybatis-3.5.4.jar:3.5.4]
- at com.baomidou.mybatisplus.core.injector.AbstractMethod.addMappedStatement(AbstractMethod.java:331) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
- at com.baomidou.mybatisplus.core.injector.AbstractMethod.addSelectMappedStatementForTable(AbstractMethod.java:270) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
- at com.baomidou.mybatisplus.core.injector.methods.SelectById.injectMappedStatement(SelectById.java:40) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
- at com.baomidou.mybatisplus.core.injector.AbstractMethod.inject(AbstractMethod.java:63) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
- at com.baomidou.mybatisplus.core.injector.AbstractSqlInjector.lambda$inspectInject$0(AbstractSqlInjector.java:55) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
- at java.util.ArrayList.forEach(ArrayList.java:1259) ~[na:1.8.0_351]
- at com.baomidou.mybatisplus.core.injector.AbstractSqlInjector.inspectInject(AbstractSqlInjector.java:55) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
- at com.baomidou.mybatisplus.core.MybatisMapperAnnotationBuilder.parse(MybatisMapperAnnotationBuilder.java:122) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
- at com.baomidou.mybatisplus.core.MybatisMapperRegistry.addMapper(MybatisMapperRegistry.java:82) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
- at com.baomidou.mybatisplus.core.MybatisConfiguration.addMapper(MybatisConfiguration.java:103) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
- at org.mybatis.spring.mapper.MapperFactoryBean.checkDaoConfig(MapperFactoryBean.java:80) ~[mybatis-spring-2.0.4.jar:2.0.4]
- ... 75 common frames omitted
- Caused by: java.lang.IllegalArgumentException: Result Maps collection does not contain value for com.gyee.alarm.mapper.auto.ProEconRuleUpdateEventMapper.ruleUpdateEventResult
- at org.apache.ibatis.session.Configuration$StrictMap.get(Configuration.java:964) ~[mybatis-3.5.4.jar:3.5.4]
- at org.apache.ibatis.session.Configuration.getResultMap(Configuration.java:674) ~[mybatis-3.5.4.jar:3.5.4]
- at org.apache.ibatis.builder.MapperBuilderAssistant.getStatementResultMaps(MapperBuilderAssistant.java:339) ~[mybatis-3.5.4.jar:3.5.4]
- ... 87 common frames omitted
- 2023-08-16 10:57:42.042 INFO 14356 --- [main] com.gyee.alarm.AlarmWeb : Starting AlarmWeb on sltc with PID 14356 (E:\idea_workspace\alarmNew\alarm-web\target\classes started by shilin in E:\idea_workspace\alarmNew)
- 2023-08-16 10:57:42.044 INFO 14356 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
- 2023-08-16 10:57:43.215 INFO 14356 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
- 2023-08-16 10:57:43.217 INFO 14356 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 2023-08-16 10:57:43.286 INFO 14356 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 59ms. Found 0 Redis repository interfaces.
- 2023-08-16 10:57:43.628 INFO 14356 --- [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-16 10:57:43.633 INFO 14356 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$139eb590] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2023-08-16 10:57:43.650 INFO 14356 --- [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-16 10:57:43.916 INFO 14356 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
- 2023-08-16 10:57:43.926 INFO 14356 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2023-08-16 10:57:43.926 INFO 14356 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
- 2023-08-16 10:57:44.048 INFO 14356 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2023-08-16 10:57:44.048 INFO 14356 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1826 ms
- 2023-08-16 10:57:44.318 INFO 14356 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
- 2023-08-16 10:57:44.319 ERROR 14356 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
- 2023-08-16 10:57:44.320 INFO 14356 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
- 2023-08-16 10:57:44.320 INFO 14356 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
- 2023-08-16 10:57:44.320 INFO 14356 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
- 2023-08-16 10:57:44.320 INFO 14356 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
- 2023-08-16 10:57:45.928 ERROR 14356 --- [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-16 10:57:48.771 INFO 14356 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
- 2023-08-16 10:57:48.831 INFO 14356 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
- 2023-08-16 10:57:48.950 INFO 14356 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 2023-08-16 10:57:49.560 INFO 14356 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
- 2023-08-16 10:57:49.572 INFO 14356 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
- 2023-08-16 10:57:49.599 INFO 14356 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
- 2023-08-16 10:57:49.731 INFO 14356 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_1
- 2023-08-16 10:57:49.732 INFO 14356 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importExcelUsingPOST_1
- 2023-08-16 10:57:49.733 INFO 14356 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingGET_1
- 2023-08-16 10:57:49.736 INFO 14356 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_1
- 2023-08-16 10:57:49.751 INFO 14356 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_1
- 2023-08-16 10:57:49.807 INFO 14356 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6015 (http) with context path ''
- 2023-08-16 10:57:49.810 INFO 14356 --- [main] com.gyee.alarm.AlarmWeb : Started AlarmWeb in 8.123 seconds (JVM running for 9.515)
- 2023-08-16 10:57:49.815 INFO 14356 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
- 2023-08-16 10:57:49.815 INFO 14356 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_NJL_FDC_STA------------------19
- 2023-08-16 10:57:50.820 INFO 14356 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
- 2023-08-16 10:57:50.823 INFO 14356 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
- 2023-08-16 10:57:52.804 INFO 14356 --- [main] com.gyee.alarm.init.CacheContext : 3177
- 2023-08-16 10:58:18.589 INFO 14356 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
- 2023-08-16 10:58:18.591 INFO 14356 --- [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-16 10:58:20.123 INFO 14356 --- [RMI TCP Connection(7)-192.168.56.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2023-08-16 10:58:20.123 INFO 14356 --- [RMI TCP Connection(7)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
- 2023-08-16 10:58:20.130 INFO 14356 --- [RMI TCP Connection(7)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 6 ms
- 2023-08-16 10:58:46.900 INFO 14356 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2023-08-16 10:58:47.030 INFO 14356 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
- 2023-08-16 10:58:47.034 INFO 14356 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 2023-08-16 10:58:47.036 INFO 14356 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 2023-08-16 10:58:47.036 INFO 14356 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|