|
@@ -1,334 +1,229 @@
|
|
|
-2023-09-12 10:01:00.029 INFO 16512 --- [main] com.gyee.alarm.AlarmWeb : Starting AlarmWeb on sltc with PID 16512 (E:\idea_workspace\alarmNew\alarm-web\target\classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
-2023-09-12 10:01:00.041 INFO 16512 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
|
|
|
-2023-09-12 10:01:01.271 INFO 16512 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-09-12 10:01:01.273 INFO 16512 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
-2023-09-12 10:01:01.350 INFO 16512 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 63ms. Found 0 Redis repository interfaces.
|
|
|
-2023-09-12 10:01:01.684 INFO 16512 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-12 10:01:01.688 INFO 16512 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$778e0768] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-12 10:01:01.704 INFO 16512 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-12 10:01:01.933 INFO 16512 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
|
|
|
-2023-09-12 10:01:01.940 INFO 16512 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-09-12 10:01:01.941 INFO 16512 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
-2023-09-12 10:01:02.040 INFO 16512 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-09-12 10:01:02.040 INFO 16512 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1821 ms
|
|
|
-2023-09-12 10:01:02.275 INFO 16512 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
-2023-09-12 10:01:02.276 ERROR 16512 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
-2023-09-12 10:01:02.277 INFO 16512 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
-2023-09-12 10:01:02.277 INFO 16512 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
-2023-09-12 10:01:02.277 INFO 16512 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
-2023-09-12 10:01:02.277 INFO 16512 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
-2023-09-12 10:01:03.737 ERROR 16512 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
|
|
|
-2023-09-12 10:01:06.475 INFO 16512 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
-2023-09-12 10:01:06.528 INFO 16512 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
|
|
|
-2023-09-12 10:01:06.619 INFO 16512 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-12 10:01:07.193 INFO 16512 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
|
|
|
-2023-09-12 10:01:07.203 INFO 16512 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
|
|
|
-2023-09-12 10:01:07.229 INFO 16512 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
|
|
|
-2023-09-12 10:01:07.364 INFO 16512 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_1
|
|
|
-2023-09-12 10:01:07.367 INFO 16512 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_1
|
|
|
-2023-09-12 10:01:07.370 INFO 16512 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_2
|
|
|
-2023-09-12 10:01:07.373 INFO 16512 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importExcelUsingPOST_1
|
|
|
-2023-09-12 10:01:07.374 INFO 16512 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingGET_1
|
|
|
-2023-09-12 10:01:07.378 INFO 16512 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_1
|
|
|
-2023-09-12 10:01:07.391 INFO 16512 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_2
|
|
|
-2023-09-12 10:01:07.440 INFO 16512 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findListUsingGET_1
|
|
|
-2023-09-12 10:01:07.487 INFO 16512 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6015 (http) with context path ''
|
|
|
-2023-09-12 10:01:07.490 INFO 16512 --- [main] com.gyee.alarm.AlarmWeb : Started AlarmWeb in 7.786 seconds (JVM running for 9.315)
|
|
|
-2023-09-12 10:01:07.494 INFO 16512 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
-2023-09-12 10:01:07.829 INFO 16512 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_DJY_FDC_STA------------------20
|
|
|
-2023-09-12 10:01:09.094 INFO 16512 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-09-12 10:01:09.098 INFO 16512 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-09-12 10:01:10.902 INFO 16512 --- [main] com.gyee.alarm.init.CacheContext : 3227
|
|
|
-2023-09-12 10:01:42.443 INFO 16512 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
-2023-09-12 10:01:42.445 INFO 16512 --- [main] com.gyee.alarm.AlarmWeb :
|
|
|
+2023-09-13 09:51:37.900 INFO 28108 --- [main] com.gyee.alarm.AlarmWeb : Starting AlarmWeb on sltc with PID 28108 (E:\idea_workspace\alarmNew\alarm-web\target\classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
+2023-09-13 09:51:37.913 INFO 28108 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
|
|
|
+2023-09-13 09:51:39.237 INFO 28108 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
+2023-09-13 09:51:39.240 INFO 28108 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
+2023-09-13 09:51:39.328 INFO 28108 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 71ms. Found 0 Redis repository interfaces.
|
|
|
+2023-09-13 09:51:39.686 INFO 28108 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-09-13 09:51:39.691 INFO 28108 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$6834b87c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-09-13 09:51:39.707 INFO 28108 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-09-13 09:51:39.949 INFO 28108 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
|
|
|
+2023-09-13 09:51:39.956 INFO 28108 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
+2023-09-13 09:51:39.956 INFO 28108 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
+2023-09-13 09:51:40.067 INFO 28108 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
+2023-09-13 09:51:40.067 INFO 28108 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1950 ms
|
|
|
+2023-09-13 09:51:40.343 INFO 28108 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
+2023-09-13 09:51:40.344 ERROR 28108 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
+2023-09-13 09:51:40.345 INFO 28108 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
+2023-09-13 09:51:40.345 INFO 28108 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
+2023-09-13 09:51:40.345 INFO 28108 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
+2023-09-13 09:51:40.345 INFO 28108 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
+2023-09-13 09:51:41.880 ERROR 28108 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
|
|
|
+2023-09-13 09:51:44.677 INFO 28108 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
+2023-09-13 09:51:44.726 INFO 28108 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
|
|
|
+2023-09-13 09:51:44.819 INFO 28108 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
+2023-09-13 09:51:45.406 INFO 28108 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
|
|
|
+2023-09-13 09:51:45.418 INFO 28108 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
|
|
|
+2023-09-13 09:51:45.450 INFO 28108 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
|
|
|
+2023-09-13 09:51:45.614 INFO 28108 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_1
|
|
|
+2023-09-13 09:51:45.618 INFO 28108 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_1
|
|
|
+2023-09-13 09:51:45.622 INFO 28108 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_2
|
|
|
+2023-09-13 09:51:45.627 INFO 28108 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importExcelUsingPOST_1
|
|
|
+2023-09-13 09:51:45.629 INFO 28108 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingGET_1
|
|
|
+2023-09-13 09:51:45.635 INFO 28108 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_1
|
|
|
+2023-09-13 09:51:45.653 INFO 28108 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_2
|
|
|
+2023-09-13 09:51:45.696 INFO 28108 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findListUsingGET_1
|
|
|
+2023-09-13 09:51:45.737 INFO 28108 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6015 (http) with context path ''
|
|
|
+2023-09-13 09:51:45.740 INFO 28108 --- [main] com.gyee.alarm.AlarmWeb : Started AlarmWeb in 8.218 seconds (JVM running for 9.461)
|
|
|
+2023-09-13 09:51:45.744 INFO 28108 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
+2023-09-13 09:51:45.956 INFO 28108 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_DJY_FDC_STA------------------20
|
|
|
+2023-09-13 09:51:47.098 INFO 28108 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
+2023-09-13 09:51:47.101 INFO 28108 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
+2023-09-13 09:51:48.856 INFO 28108 --- [main] com.gyee.alarm.init.CacheContext : 3227
|
|
|
+2023-09-13 09:52:18.490 INFO 28108 --- [http-nio-6015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
+2023-09-13 09:52:18.490 INFO 28108 --- [http-nio-6015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
+2023-09-13 09:52:18.498 INFO 28108 --- [http-nio-6015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms
|
|
|
+2023-09-13 09:52:21.040 INFO 28108 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
+2023-09-13 09:52:21.043 INFO 28108 --- [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-09-12 10:01:43.794 INFO 16512 --- [RMI TCP Connection(7)-192.168.56.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-09-12 10:01:43.794 INFO 16512 --- [RMI TCP Connection(7)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-09-12 10:01:43.799 INFO 16512 --- [RMI TCP Connection(7)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 5 ms
|
|
|
-2023-09-12 10:02:02.391 WARN 16512 --- [http-nio-6015-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Cannot deserialize instance of `java.lang.Integer` out of VALUE_FALSE token; nested exception is com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of `java.lang.Integer` out of VALUE_FALSE token
|
|
|
- at [Source: (PushbackInputStream); line: 1, column: 36] (through reference chain: com.gyee.alarm.model.auto.ProEconAlarmSwitch["isAlart"])]
|
|
|
-2023-09-12 10:02:02.391 WARN 16512 --- [http-nio-6015-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Cannot deserialize instance of `java.lang.Integer` out of VALUE_FALSE token; nested exception is com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of `java.lang.Integer` out of VALUE_FALSE token
|
|
|
- at [Source: (PushbackInputStream); line: 1, column: 36] (through reference chain: com.gyee.alarm.model.auto.ProEconAlarmSwitch["isAlart"])]
|
|
|
-2023-09-12 10:02:02.703 WARN 16512 --- [http-nio-6015-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Cannot deserialize instance of `java.lang.Integer` out of VALUE_FALSE token; nested exception is com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of `java.lang.Integer` out of VALUE_FALSE token
|
|
|
- at [Source: (PushbackInputStream); line: 1, column: 36] (through reference chain: com.gyee.alarm.model.auto.ProEconAlarmSwitch["isAlart"])]
|
|
|
-2023-09-12 10:02:02.704 WARN 16512 --- [http-nio-6015-exec-8] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Cannot deserialize instance of `java.lang.Integer` out of VALUE_TRUE token; nested exception is com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of `java.lang.Integer` out of VALUE_TRUE token
|
|
|
- at [Source: (PushbackInputStream); line: 1, column: 36] (through reference chain: com.gyee.alarm.model.auto.ProEconAlarmSwitch["isAlart"])]
|
|
|
-2023-09-12 10:02:02.705 WARN 16512 --- [http-nio-6015-exec-9] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Cannot deserialize instance of `java.lang.Integer` out of VALUE_TRUE token; nested exception is com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of `java.lang.Integer` out of VALUE_TRUE token
|
|
|
- at [Source: (PushbackInputStream); line: 1, column: 36] (through reference chain: com.gyee.alarm.model.auto.ProEconAlarmSwitch["isAlart"])]
|
|
|
-2023-09-12 10:10:22.402 INFO 16512 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-12 10:10:22.523 INFO 16512 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
|
-2023-09-12 10:10:22.525 INFO 16512 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
|
|
|
-2023-09-12 10:10:22.527 INFO 16512 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|
|
|
-2023-09-12 10:10:22.527 INFO 16512 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
|
-2023-09-12 10:10:27.398 INFO 5464 --- [main] com.gyee.alarm.AlarmWeb : Starting AlarmWeb on sltc with PID 5464 (E:\idea_workspace\alarmNew\alarm-web\target\classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
-2023-09-12 10:10:27.400 INFO 5464 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
|
|
|
-2023-09-12 10:10:28.515 INFO 5464 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-09-12 10:10:28.516 INFO 5464 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
-2023-09-12 10:10:28.595 INFO 5464 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 67ms. Found 0 Redis repository interfaces.
|
|
|
-2023-09-12 10:10:28.892 INFO 5464 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-12 10:10:28.896 INFO 5464 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$6ef07408] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-12 10:10:28.911 INFO 5464 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-12 10:10:29.118 INFO 5464 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
|
|
|
-2023-09-12 10:10:29.124 INFO 5464 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-09-12 10:10:29.125 INFO 5464 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
-2023-09-12 10:10:29.220 INFO 5464 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-09-12 10:10:29.220 INFO 5464 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1647 ms
|
|
|
-2023-09-12 10:10:29.436 INFO 5464 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
-2023-09-12 10:10:29.437 ERROR 5464 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
-2023-09-12 10:10:29.438 INFO 5464 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
-2023-09-12 10:10:29.438 INFO 5464 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
-2023-09-12 10:10:29.438 INFO 5464 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
-2023-09-12 10:10:29.438 INFO 5464 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
-2023-09-12 10:10:30.881 ERROR 5464 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
|
|
|
-2023-09-12 10:10:33.511 INFO 5464 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
-2023-09-12 10:10:33.562 INFO 5464 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
|
|
|
-2023-09-12 10:10:33.656 INFO 5464 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-12 10:10:34.188 INFO 5464 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
|
|
|
-2023-09-12 10:10:34.198 INFO 5464 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
|
|
|
-2023-09-12 10:10:34.225 INFO 5464 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
|
|
|
-2023-09-12 10:10:34.357 INFO 5464 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_1
|
|
|
-2023-09-12 10:10:34.360 INFO 5464 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_1
|
|
|
-2023-09-12 10:10:34.364 INFO 5464 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_2
|
|
|
-2023-09-12 10:10:34.367 INFO 5464 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importExcelUsingPOST_1
|
|
|
-2023-09-12 10:10:34.368 INFO 5464 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingGET_1
|
|
|
-2023-09-12 10:10:34.373 INFO 5464 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_1
|
|
|
-2023-09-12 10:10:34.388 INFO 5464 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_2
|
|
|
-2023-09-12 10:10:34.440 INFO 5464 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findListUsingGET_1
|
|
|
-2023-09-12 10:10:34.486 INFO 5464 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6015 (http) with context path ''
|
|
|
-2023-09-12 10:10:34.488 INFO 5464 --- [main] com.gyee.alarm.AlarmWeb : Started AlarmWeb in 7.431 seconds (JVM running for 8.556)
|
|
|
-2023-09-12 10:10:34.492 INFO 5464 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
-2023-09-12 10:10:34.781 INFO 5464 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_DJY_FDC_STA------------------20
|
|
|
-2023-09-12 10:10:35.675 INFO 5464 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-09-12 10:10:35.678 INFO 5464 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-09-12 10:10:37.518 INFO 5464 --- [main] com.gyee.alarm.init.CacheContext : 3227
|
|
|
-2023-09-12 10:10:49.022 INFO 5464 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-12 10:10:49.063 INFO 5464 --- [main] ConditionEvaluationReportLoggingListener :
|
|
|
-
|
|
|
-Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
|
|
|
-2023-09-12 10:10:49.072 ERROR 5464 --- [main] o.s.boot.SpringApplication : Application run failed
|
|
|
-
|
|
|
-java.lang.IllegalStateException: Failed to execute CommandLineRunner
|
|
|
- at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:787) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
|
|
|
- at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:768) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:322) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
|
|
|
- at com.gyee.alarm.AlarmWeb.main(AlarmWeb.java:17) [classes/:na]
|
|
|
-Caused by: org.springframework.data.redis.RedisSystemException: Redis exception; nested exception is io.lettuce.core.RedisException: io.lettuce.core.RedisException: Connection closed
|
|
|
- at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:74) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
|
|
|
- at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:41) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
|
|
|
- at org.springframework.data.redis.PassThroughExceptionTranslationStrategy.translate(PassThroughExceptionTranslationStrategy.java:44) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
|
|
|
- at org.springframework.data.redis.FallbackExceptionTranslationStrategy.translate(FallbackExceptionTranslationStrategy.java:42) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
|
|
|
- at org.springframework.data.redis.connection.lettuce.LettuceConnection.convertLettuceAccessException(LettuceConnection.java:273) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
|
|
|
- at org.springframework.data.redis.connection.lettuce.LettuceStringCommands.convertLettuceAccessException(LettuceStringCommands.java:799) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
|
|
|
- at org.springframework.data.redis.connection.lettuce.LettuceStringCommands.get(LettuceStringCommands.java:68) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
|
|
|
- at org.springframework.data.redis.connection.DefaultedRedisConnection.get(DefaultedRedisConnection.java:266) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
|
|
|
- at sun.reflect.GeneratedMethodAccessor174.invoke(Unknown Source) ~[na:na]
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_351]
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_351]
|
|
|
- at org.springframework.data.redis.core.CloseSuppressingInvocationHandler.invoke(CloseSuppressingInvocationHandler.java:61) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
|
|
|
- at com.sun.proxy.$Proxy301.get(Unknown Source) ~[na:na]
|
|
|
- at com.gyee.alarm.init.redis.RedisServiceImpl$2.doInRedis(RedisServiceImpl.java:45) ~[classes/:na]
|
|
|
- at com.gyee.alarm.init.redis.RedisServiceImpl$2.doInRedis(RedisServiceImpl.java:41) ~[classes/:na]
|
|
|
- at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:228) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
|
|
|
- at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:188) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
|
|
|
- at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:175) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
|
|
|
- at com.gyee.alarm.init.redis.RedisServiceImpl.get(RedisServiceImpl.java:41) ~[classes/:na]
|
|
|
- at com.gyee.alarm.init.CacheContext.lambda$run$8(CacheContext.java:387) ~[classes/:na]
|
|
|
- at java.util.ArrayList.forEach(ArrayList.java:1259) ~[na:1.8.0_351]
|
|
|
- at com.gyee.alarm.init.CacheContext.run(CacheContext.java:373) ~[classes/:na]
|
|
|
- at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:784) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE]
|
|
|
- ... 5 common frames omitted
|
|
|
-Caused by: io.lettuce.core.RedisException: io.lettuce.core.RedisException: Connection closed
|
|
|
- at io.lettuce.core.LettuceFutures.awaitOrCancel(LettuceFutures.java:129) ~[lettuce-core-5.2.1.RELEASE.jar:5.2.1.RELEASE]
|
|
|
- at io.lettuce.core.FutureSyncInvocationHandler.handleInvocation(FutureSyncInvocationHandler.java:69) ~[lettuce-core-5.2.1.RELEASE.jar:5.2.1.RELEASE]
|
|
|
- at io.lettuce.core.internal.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:80) ~[lettuce-core-5.2.1.RELEASE.jar:5.2.1.RELEASE]
|
|
|
- at com.sun.proxy.$Proxy298.get(Unknown Source) ~[na:na]
|
|
|
- at org.springframework.data.redis.connection.lettuce.LettuceStringCommands.get(LettuceStringCommands.java:66) ~[spring-data-redis-2.3.6.RELEASE.jar:2.3.6.RELEASE]
|
|
|
- ... 21 common frames omitted
|
|
|
-Caused by: io.lettuce.core.RedisException: Connection closed
|
|
|
- at io.lettuce.core.protocol.DefaultEndpoint.notifyDrainQueuedCommands(DefaultEndpoint.java:572) ~[lettuce-core-5.2.1.RELEASE.jar:5.2.1.RELEASE]
|
|
|
- at io.lettuce.core.protocol.CommandHandler.channelInactive(CommandHandler.java:322) ~[lettuce-core-5.2.1.RELEASE.jar:5.2.1.RELEASE]
|
|
|
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:257) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
|
|
|
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:243) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
|
|
|
- at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:236) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
|
|
|
- at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:81) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
|
|
|
- at io.lettuce.core.ChannelGroupListener.channelInactive(ChannelGroupListener.java:46) ~[lettuce-core-5.2.1.RELEASE.jar:5.2.1.RELEASE]
|
|
|
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:257) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
|
|
|
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:243) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
|
|
|
- at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:236) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
|
|
|
- at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:81) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
|
|
|
- at io.lettuce.core.PlainChannelInitializer$1.channelInactive(PlainChannelInitializer.java:85) ~[lettuce-core-5.2.1.RELEASE.jar:5.2.1.RELEASE]
|
|
|
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:257) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
|
|
|
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:243) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
|
|
|
- at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:236) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
|
|
|
- at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1417) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
|
|
|
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:257) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
|
|
|
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:243) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
|
|
|
- at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:913) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
|
|
|
- at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:819) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
|
|
|
- at io.netty.util.concurrent.AbstractEventExecutor.safeExecute$$$capture(AbstractEventExecutor.java:163) ~[netty-common-4.1.43.Final.jar:4.1.43.Final]
|
|
|
- at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java) ~[netty-common-4.1.43.Final.jar:4.1.43.Final]
|
|
|
- at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:510) ~[netty-common-4.1.43.Final.jar:4.1.43.Final]
|
|
|
- at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:518) ~[netty-transport-4.1.43.Final.jar:4.1.43.Final]
|
|
|
- at io.netty.util.concurrent.SingleThreadEventExecutor$6.run(SingleThreadEventExecutor.java:1050) ~[netty-common-4.1.43.Final.jar:4.1.43.Final]
|
|
|
- at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.43.Final.jar:4.1.43.Final]
|
|
|
- at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.43.Final.jar:4.1.43.Final]
|
|
|
- at java.lang.Thread.run(Thread.java:750) ~[na:1.8.0_351]
|
|
|
-
|
|
|
-2023-09-12 10:10:49.154 INFO 5464 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
|
-2023-09-12 10:10:49.157 INFO 5464 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
|
|
|
-2023-09-12 10:10:49.159 INFO 5464 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|
|
|
-2023-09-12 10:10:49.159 INFO 5464 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
|
-2023-09-12 10:10:53.893 INFO 18672 --- [main] com.gyee.alarm.AlarmWeb : Starting AlarmWeb on sltc with PID 18672 (E:\idea_workspace\alarmNew\alarm-web\target\classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
-2023-09-12 10:10:53.895 INFO 18672 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
|
|
|
-2023-09-12 10:10:55.002 INFO 18672 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-09-12 10:10:55.004 INFO 18672 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
-2023-09-12 10:10:55.075 INFO 18672 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 62ms. Found 0 Redis repository interfaces.
|
|
|
-2023-09-12 10:10:55.393 INFO 18672 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-12 10:10:55.398 INFO 18672 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$edf20019] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-12 10:10:55.413 INFO 18672 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-12 10:10:55.620 INFO 18672 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
|
|
|
-2023-09-12 10:10:55.627 INFO 18672 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-09-12 10:10:55.627 INFO 18672 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
-2023-09-12 10:10:55.725 INFO 18672 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-09-12 10:10:55.725 INFO 18672 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1669 ms
|
|
|
-2023-09-12 10:10:55.953 INFO 18672 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
-2023-09-12 10:10:55.954 ERROR 18672 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
-2023-09-12 10:10:55.954 INFO 18672 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
-2023-09-12 10:10:55.955 INFO 18672 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
-2023-09-12 10:10:55.955 INFO 18672 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
-2023-09-12 10:10:55.955 INFO 18672 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
-2023-09-12 10:10:57.352 ERROR 18672 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
|
|
|
-2023-09-12 10:10:59.964 INFO 18672 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
-2023-09-12 10:11:00.011 INFO 18672 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
|
|
|
-2023-09-12 10:11:00.099 INFO 18672 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-12 10:11:00.626 INFO 18672 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
|
|
|
-2023-09-12 10:11:00.636 INFO 18672 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
|
|
|
-2023-09-12 10:11:00.662 INFO 18672 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
|
|
|
-2023-09-12 10:11:00.790 INFO 18672 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_1
|
|
|
-2023-09-12 10:11:00.793 INFO 18672 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_1
|
|
|
-2023-09-12 10:11:00.796 INFO 18672 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_2
|
|
|
-2023-09-12 10:11:00.799 INFO 18672 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importExcelUsingPOST_1
|
|
|
-2023-09-12 10:11:00.799 INFO 18672 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingGET_1
|
|
|
-2023-09-12 10:11:00.804 INFO 18672 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_1
|
|
|
-2023-09-12 10:11:00.817 INFO 18672 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_2
|
|
|
-2023-09-12 10:11:00.868 INFO 18672 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findListUsingGET_1
|
|
|
-2023-09-12 10:11:00.921 INFO 18672 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6015 (http) with context path ''
|
|
|
-2023-09-12 10:11:00.923 INFO 18672 --- [main] com.gyee.alarm.AlarmWeb : Started AlarmWeb in 7.337 seconds (JVM running for 8.45)
|
|
|
-2023-09-12 10:11:00.928 INFO 18672 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
-2023-09-12 10:11:01.076 INFO 18672 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_DJY_FDC_STA------------------20
|
|
|
-2023-09-12 10:11:01.834 INFO 18672 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-09-12 10:11:01.837 INFO 18672 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-09-12 10:11:03.470 INFO 18672 --- [main] com.gyee.alarm.init.CacheContext : 3227
|
|
|
-2023-09-12 10:11:34.416 INFO 18672 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
-2023-09-12 10:11:34.418 INFO 18672 --- [main] com.gyee.alarm.AlarmWeb :
|
|
|
+2023-09-13 10:54:04.981 INFO 28108 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
+2023-09-13 10:54:05.237 INFO 28108 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
|
+2023-09-13 10:54:05.247 INFO 28108 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
|
|
|
+2023-09-13 10:54:05.254 INFO 28108 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|
|
|
+2023-09-13 10:54:05.254 INFO 28108 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
|
+2023-09-13 10:54:11.307 INFO 19728 --- [main] com.gyee.alarm.AlarmWeb : Starting AlarmWeb on sltc with PID 19728 (E:\idea_workspace\alarmNew\alarm-web\target\classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
+2023-09-13 10:54:11.310 INFO 19728 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
|
|
|
+2023-09-13 10:54:12.721 INFO 19728 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
+2023-09-13 10:54:12.723 INFO 19728 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
+2023-09-13 10:54:12.809 INFO 19728 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 73ms. Found 0 Redis repository interfaces.
|
|
|
+2023-09-13 10:54:13.126 INFO 19728 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-09-13 10:54:13.131 INFO 19728 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$f979c8d8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-09-13 10:54:13.146 INFO 19728 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-09-13 10:54:13.385 INFO 19728 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
|
|
|
+2023-09-13 10:54:13.392 INFO 19728 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
+2023-09-13 10:54:13.392 INFO 19728 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
+2023-09-13 10:54:13.497 INFO 19728 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
+2023-09-13 10:54:13.498 INFO 19728 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2007 ms
|
|
|
+2023-09-13 10:54:13.739 INFO 19728 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
+2023-09-13 10:54:13.741 ERROR 19728 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
+2023-09-13 10:54:13.741 INFO 19728 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
+2023-09-13 10:54:13.741 INFO 19728 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
+2023-09-13 10:54:13.742 INFO 19728 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
+2023-09-13 10:54:13.742 INFO 19728 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
+2023-09-13 10:54:15.244 ERROR 19728 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
|
|
|
+2023-09-13 10:54:18.223 INFO 19728 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
+2023-09-13 10:54:18.286 INFO 19728 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
|
|
|
+2023-09-13 10:54:18.394 INFO 19728 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
+2023-09-13 10:54:18.958 INFO 19728 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
|
|
|
+2023-09-13 10:54:18.970 INFO 19728 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
|
|
|
+2023-09-13 10:54:19.032 INFO 19728 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
|
|
|
+2023-09-13 10:54:19.338 INFO 19728 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_1
|
|
|
+2023-09-13 10:54:19.345 INFO 19728 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_1
|
|
|
+2023-09-13 10:54:19.350 INFO 19728 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_2
|
|
|
+2023-09-13 10:54:19.356 INFO 19728 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importExcelUsingPOST_1
|
|
|
+2023-09-13 10:54:19.357 INFO 19728 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingGET_1
|
|
|
+2023-09-13 10:54:19.365 INFO 19728 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_1
|
|
|
+2023-09-13 10:54:19.392 INFO 19728 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_2
|
|
|
+2023-09-13 10:54:19.463 INFO 19728 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findListUsingGET_1
|
|
|
+2023-09-13 10:54:19.514 INFO 19728 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6015 (http) with context path ''
|
|
|
+2023-09-13 10:54:19.518 INFO 19728 --- [main] com.gyee.alarm.AlarmWeb : Started AlarmWeb in 8.534 seconds (JVM running for 9.692)
|
|
|
+2023-09-13 10:54:19.523 INFO 19728 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
+2023-09-13 10:54:19.736 INFO 19728 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_DJY_FDC_STA------------------20
|
|
|
+2023-09-13 10:54:20.512 INFO 19728 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
+2023-09-13 10:54:20.514 INFO 19728 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
+2023-09-13 10:54:22.235 INFO 19728 --- [main] com.gyee.alarm.init.CacheContext : 3227
|
|
|
+2023-09-13 10:54:52.904 INFO 19728 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
+2023-09-13 10:54:52.906 INFO 19728 --- [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-09-12 10:11:34.508 INFO 18672 --- [RMI TCP Connection(3)-192.168.56.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-09-12 10:11:34.508 INFO 18672 --- [RMI TCP Connection(3)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-09-12 10:11:34.515 INFO 18672 --- [RMI TCP Connection(3)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 7 ms
|
|
|
-2023-09-12 10:33:02.658 ERROR 18672 --- [http-nio-6015-exec-8] 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.dao.DuplicateKeyException: com.gyee.alarm.mapper.auto.ProEconAlarmInfoMapper.insert (batch index #1) failed. Cause: java.sql.BatchUpdateException: Batch entry 21 INSERT INTO pro_econ_alarm_info ( tbname,
|
|
|
-last_update_time,
|
|
|
-val,
|
|
|
-
|
|
|
-trigger_type,
|
|
|
-alarm_id,
|
|
|
-device_id,
|
|
|
-
|
|
|
-rank,
|
|
|
-confirmed,
|
|
|
-uniform_code,
|
|
|
-alarm_type,
|
|
|
-device_type,
|
|
|
-components,
|
|
|
-
|
|
|
-description,
|
|
|
-model_id,
|
|
|
-reset_table,
|
|
|
-enable,
|
|
|
-characteristic,
|
|
|
-station_id,
|
|
|
-project_id,
|
|
|
-line_id,
|
|
|
-station_name,
|
|
|
-projecti_name,
|
|
|
-lineid_name,
|
|
|
-device_name,
|
|
|
-oval,
|
|
|
-is_open ) VALUES ( 'SXJ_KGDL_DJY_F_WT_0012_EQ_10663',
|
|
|
-'2023-09-12 10:33:02.583+08',
|
|
|
-1,
|
|
|
-
|
|
|
-1,
|
|
|
-'10663',
|
|
|
-'SXJ_KGDL_DJY_F_WT_0012_EQ',
|
|
|
+2023-09-13 10:54:54.005 INFO 19728 --- [RMI TCP Connection(9)-192.168.56.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
+2023-09-13 10:54:54.005 INFO 19728 --- [RMI TCP Connection(9)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
+2023-09-13 10:54:54.017 INFO 19728 --- [RMI TCP Connection(9)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 11 ms
|
|
|
+2023-09-13 11:11:53.602 INFO 19728 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
+2023-09-13 11:11:53.792 INFO 19728 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
|
+2023-09-13 11:11:53.795 INFO 19728 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
|
|
|
+2023-09-13 11:11:53.797 INFO 19728 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|
|
|
+2023-09-13 11:11:53.798 INFO 19728 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
|
+2023-09-13 11:12:00.687 INFO 932 --- [main] com.gyee.alarm.AlarmWeb : Starting AlarmWeb on sltc with PID 932 (E:\idea_workspace\alarmNew\alarm-web\target\classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
+2023-09-13 11:12:00.689 INFO 932 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
|
|
|
+2023-09-13 11:12:02.267 INFO 932 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
+2023-09-13 11:12:02.269 INFO 932 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
+2023-09-13 11:12:02.363 INFO 932 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 79ms. Found 0 Redis repository interfaces.
|
|
|
+2023-09-13 11:12:02.707 INFO 932 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-09-13 11:12:02.712 INFO 932 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$b93ddb24] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-09-13 11:12:02.727 INFO 932 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-09-13 11:12:02.939 INFO 932 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
|
|
|
+2023-09-13 11:12:02.946 INFO 932 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
+2023-09-13 11:12:02.947 INFO 932 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
+2023-09-13 11:12:03.046 INFO 932 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
+2023-09-13 11:12:03.046 INFO 932 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2194 ms
|
|
|
+2023-09-13 11:12:03.274 INFO 932 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
+2023-09-13 11:12:03.275 ERROR 932 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
+2023-09-13 11:12:03.276 INFO 932 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
+2023-09-13 11:12:03.276 INFO 932 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
+2023-09-13 11:12:03.276 INFO 932 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
+2023-09-13 11:12:03.276 INFO 932 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
+2023-09-13 11:12:04.707 ERROR 932 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
|
|
|
+2023-09-13 11:12:07.360 INFO 932 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
+2023-09-13 11:12:07.408 INFO 932 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
|
|
|
+2023-09-13 11:12:07.498 INFO 932 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
+2023-09-13 11:12:08.042 INFO 932 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
|
|
|
+2023-09-13 11:12:08.053 INFO 932 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
|
|
|
+2023-09-13 11:12:08.080 INFO 932 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
|
|
|
+2023-09-13 11:12:08.211 INFO 932 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_1
|
|
|
+2023-09-13 11:12:08.214 INFO 932 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_1
|
|
|
+2023-09-13 11:12:08.217 INFO 932 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_2
|
|
|
+2023-09-13 11:12:08.220 INFO 932 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importExcelUsingPOST_1
|
|
|
+2023-09-13 11:12:08.220 INFO 932 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingGET_1
|
|
|
+2023-09-13 11:12:08.224 INFO 932 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_1
|
|
|
+2023-09-13 11:12:08.239 INFO 932 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_2
|
|
|
+2023-09-13 11:12:08.289 INFO 932 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findListUsingGET_1
|
|
|
+2023-09-13 11:12:08.339 INFO 932 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6015 (http) with context path ''
|
|
|
+2023-09-13 11:12:08.341 INFO 932 --- [main] com.gyee.alarm.AlarmWeb : Started AlarmWeb in 7.945 seconds (JVM running for 9.093)
|
|
|
+2023-09-13 11:12:08.345 INFO 932 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
+2023-09-13 11:12:08.512 INFO 932 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_DJY_FDC_STA------------------20
|
|
|
+2023-09-13 11:12:09.496 INFO 932 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
+2023-09-13 11:12:09.498 INFO 932 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
+2023-09-13 11:12:11.202 INFO 932 --- [main] com.gyee.alarm.init.CacheContext : 3227
|
|
|
+2023-09-13 11:12:21.775 INFO 932 --- [http-nio-6015-exec-3] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
+2023-09-13 11:12:21.775 INFO 932 --- [http-nio-6015-exec-3] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
+2023-09-13 11:12:21.780 INFO 932 --- [http-nio-6015-exec-3] o.s.web.servlet.DispatcherServlet : Completed initialization in 5 ms
|
|
|
+2023-09-13 11:12:21.896 ERROR 932 --- [http-nio-6015-exec-7] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause
|
|
|
|
|
|
-3,
|
|
|
-'TRUE',
|
|
|
-'DI579',
|
|
|
-'windturbine',
|
|
|
-'windturbine',
|
|
|
-'PHXT',
|
|
|
-
|
|
|
-'低温停机 DJY',
|
|
|
-'/UP2000/105',
|
|
|
-'FALSE',
|
|
|
-'TRUE',
|
|
|
-'正常停机',
|
|
|
-'SXJ_KGDL_DJY_FDC_STA',
|
|
|
-'SXJ_KGDL_DJYF01_EG',
|
|
|
-'SXJ_KGDL_DJYF02_LN',
|
|
|
-'右玉丁家窑风电场',
|
|
|
-'丁家窑一期项目',
|
|
|
-'丁家窑一期二号风机线',
|
|
|
-'丁家窑12号风机',
|
|
|
-1,
|
|
|
-0 ) was aborted: 错误: 重复键违反唯一约束"pk_pro_econ_alarm_info"
|
|
|
- 详细:键值"(tbname)=(SXJ_KGDL_DJY_F_WT_0012_EQ_10663)" 已经存在 Call getNextException to see other errors in the batch.
|
|
|
-; 错误: 重复键违反唯一约束"pk_pro_econ_alarm_info"
|
|
|
- 详细:键值"(tbname)=(SXJ_KGDL_DJY_F_WT_0012_EQ_10663)" 已经存在; nested exception is org.postgresql.util.PSQLException: 错误: 重复键违反唯一约束"pk_pro_econ_alarm_info"
|
|
|
- 详细:键值"(tbname)=(SXJ_KGDL_DJY_F_WT_0012_EQ_10663)" 已经存在] with root cause
|
|
|
-
|
|
|
-org.postgresql.util.PSQLException: 错误: 重复键违反唯一约束"pk_pro_econ_alarm_info"
|
|
|
- 详细:键值"(tbname)=(SXJ_KGDL_DJY_F_WT_0012_EQ_10663)" 已经存在
|
|
|
- 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:481) ~[postgresql-42.2.5.jar:42.2.5]
|
|
|
- at org.postgresql.jdbc.PgStatement.executeBatch(PgStatement.java:840) ~[postgresql-42.2.5.jar:42.2.5]
|
|
|
- at org.postgresql.jdbc.PgPreparedStatement.executeBatch(PgPreparedStatement.java:1538) ~[postgresql-42.2.5.jar:42.2.5]
|
|
|
- at com.alibaba.druid.filter.FilterChainImpl.statement_executeBatch(FilterChainImpl.java:3066) ~[druid-1.1.10.jar:1.1.10]
|
|
|
- at com.alibaba.druid.filter.FilterAdapter.statement_executeBatch(FilterAdapter.java:2496) ~[druid-1.1.10.jar:1.1.10]
|
|
|
- at com.alibaba.druid.filter.FilterEventAdapter.statement_executeBatch(FilterEventAdapter.java:279) ~[druid-1.1.10.jar:1.1.10]
|
|
|
- at com.alibaba.druid.filter.FilterChainImpl.statement_executeBatch(FilterChainImpl.java:3064) ~[druid-1.1.10.jar:1.1.10]
|
|
|
- at com.alibaba.druid.proxy.jdbc.StatementProxyImpl.executeBatch(StatementProxyImpl.java:202) ~[druid-1.1.10.jar:1.1.10]
|
|
|
- at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeBatch(DruidPooledPreparedStatement.java:566) ~[druid-1.1.10.jar:1.1.10]
|
|
|
- at sun.reflect.GeneratedMethodAccessor447.invoke(Unknown Source) ~[na:na]
|
|
|
+java.lang.NullPointerException: null
|
|
|
+ at com.gyee.alarm.service.TokenService.getSubwpls(TokenService.java:235) ~[classes/:na]
|
|
|
+ at com.gyee.alarm.controller.AlertRuleController.querySublList(AlertRuleController.java:232) ~[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.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:78) ~[mybatis-3.5.4.jar:3.5.4]
|
|
|
- at com.sun.proxy.$Proxy296.executeBatch(Unknown Source) ~[na:na]
|
|
|
- at com.baomidou.mybatisplus.core.executor.MybatisBatchExecutor.doFlushStatements(MybatisBatchExecutor.java:133) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
|
|
|
- at org.apache.ibatis.executor.BaseExecutor.flushStatements(BaseExecutor.java:129) ~[mybatis-3.5.4.jar:3.5.4]
|
|
|
- at org.apache.ibatis.executor.BaseExecutor.flushStatements(BaseExecutor.java:122) ~[mybatis-3.5.4.jar:3.5.4]
|
|
|
- at com.baomidou.mybatisplus.core.executor.MybatisCachingExecutor.flushStatements(MybatisCachingExecutor.java:216) ~[mybatis-plus-core-3.3.2.jar:3.3.2]
|
|
|
- at org.apache.ibatis.session.defaults.DefaultSqlSession.flushStatements(DefaultSqlSession.java:252) ~[mybatis-3.5.4.jar:3.5.4]
|
|
|
- at com.baomidou.mybatisplus.extension.service.impl.ServiceImpl.lambda$executeBatch$3(ServiceImpl.java:258) ~[mybatis-plus-extension-3.3.2.jar:3.3.2]
|
|
|
- at com.baomidou.mybatisplus.extension.service.impl.ServiceImpl.executeBatch(ServiceImpl.java:222) ~[mybatis-plus-extension-3.3.2.jar:3.3.2]
|
|
|
- at com.baomidou.mybatisplus.extension.service.impl.ServiceImpl.executeBatch(ServiceImpl.java:252) ~[mybatis-plus-extension-3.3.2.jar:3.3.2]
|
|
|
- at com.baomidou.mybatisplus.extension.service.impl.ServiceImpl.saveBatch(ServiceImpl.java:127) ~[mybatis-plus-extension-3.3.2.jar:3.3.2]
|
|
|
- at com.baomidou.mybatisplus.extension.service.IService.saveBatch(IService.java:69) ~[mybatis-plus-extension-3.3.2.jar:3.3.2]
|
|
|
- at com.gyee.alarm.service.AlarmHistoryService.updateAlarms(AlarmHistoryService.java:209) ~[classes/:na]
|
|
|
- at com.gyee.alarm.controller.AlarmHistoryController.updateAlarms(AlarmHistoryController.java:47) ~[classes/:na]
|
|
|
+ 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-09-13 11:12:26.546 ERROR 932 --- [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 java.lang.NullPointerException] with root cause
|
|
|
+
|
|
|
+java.lang.NullPointerException: null
|
|
|
+ at com.gyee.alarm.service.TokenService.getSubwpls(TokenService.java:235) ~[classes/:na]
|
|
|
+ at com.gyee.alarm.controller.AlertRuleController.querySublList(AlertRuleController.java:232) ~[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]
|
|
@@ -342,8 +237,8 @@ org.postgresql.util.PSQLException: 错误: 重复键违反唯一约束"pk_pro_ec
|
|
|
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.doPost(FrameworkServlet.java:909) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:660) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
|
|
|
+ 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]
|
|
@@ -387,174 +282,74 @@ org.postgresql.util.PSQLException: 错误: 重复键违反唯一约束"pk_pro_ec
|
|
|
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-09-12 10:45:33.845 INFO 18672 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-12 10:45:34.068 INFO 18672 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
|
-2023-09-12 10:45:34.072 INFO 18672 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
|
|
|
-2023-09-12 10:45:34.073 INFO 18672 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|
|
|
-2023-09-12 10:45:34.073 INFO 18672 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
|
-2023-09-12 10:45:40.991 INFO 21692 --- [main] com.gyee.alarm.AlarmWeb : Starting AlarmWeb on sltc with PID 21692 (E:\idea_workspace\alarmNew\alarm-web\target\classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
-2023-09-12 10:45:40.994 INFO 21692 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
|
|
|
-2023-09-12 10:45:42.513 INFO 21692 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-09-12 10:45:42.515 INFO 21692 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
-2023-09-12 10:45:42.613 INFO 21692 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 81ms. Found 0 Redis repository interfaces.
|
|
|
-2023-09-12 10:45:42.980 INFO 21692 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-12 10:45:42.985 INFO 21692 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$3d5ead1c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-12 10:45:43.001 INFO 21692 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-12 10:45:43.251 INFO 21692 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
|
|
|
-2023-09-12 10:45:43.258 INFO 21692 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-09-12 10:45:43.259 INFO 21692 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
-2023-09-12 10:45:43.365 INFO 21692 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-09-12 10:45:43.365 INFO 21692 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2136 ms
|
|
|
-2023-09-12 10:45:43.606 INFO 21692 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
-2023-09-12 10:45:43.608 ERROR 21692 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
-2023-09-12 10:45:43.608 INFO 21692 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
-2023-09-12 10:45:43.608 INFO 21692 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
-2023-09-12 10:45:43.608 INFO 21692 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
-2023-09-12 10:45:43.609 INFO 21692 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
-2023-09-12 10:45:45.578 ERROR 21692 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
|
|
|
-2023-09-12 10:45:50.073 INFO 21692 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
-2023-09-12 10:45:50.136 INFO 21692 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
|
|
|
-2023-09-12 10:45:50.267 INFO 21692 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-12 10:45:50.918 INFO 21692 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
|
|
|
-2023-09-12 10:45:50.930 INFO 21692 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
|
|
|
-2023-09-12 10:45:50.958 INFO 21692 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
|
|
|
-2023-09-12 10:45:51.116 INFO 21692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_1
|
|
|
-2023-09-12 10:45:51.119 INFO 21692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_1
|
|
|
-2023-09-12 10:45:51.123 INFO 21692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_2
|
|
|
-2023-09-12 10:45:51.126 INFO 21692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importExcelUsingPOST_1
|
|
|
-2023-09-12 10:45:51.128 INFO 21692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingGET_1
|
|
|
-2023-09-12 10:45:51.134 INFO 21692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_1
|
|
|
-2023-09-12 10:45:51.156 INFO 21692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_2
|
|
|
-2023-09-12 10:45:51.210 INFO 21692 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findListUsingGET_1
|
|
|
-2023-09-12 10:45:51.271 INFO 21692 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6015 (http) with context path ''
|
|
|
-2023-09-12 10:45:51.274 INFO 21692 --- [main] com.gyee.alarm.AlarmWeb : Started AlarmWeb in 10.733 seconds (JVM running for 12.709)
|
|
|
-2023-09-12 10:45:51.278 INFO 21692 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
-2023-09-12 10:45:51.531 INFO 21692 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_DJY_FDC_STA------------------20
|
|
|
-2023-09-12 10:45:52.907 INFO 21692 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-09-12 10:45:52.910 INFO 21692 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-09-12 10:45:54.933 INFO 21692 --- [main] com.gyee.alarm.init.CacheContext : 3227
|
|
|
-2023-09-12 10:46:19.885 INFO 21692 --- [http-nio-6015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-09-12 10:46:19.885 INFO 21692 --- [http-nio-6015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-09-12 10:46:19.891 INFO 21692 --- [http-nio-6015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 6 ms
|
|
|
-2023-09-12 10:46:31.666 INFO 21692 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
-2023-09-12 10:46:31.668 INFO 21692 --- [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-09-12 14:56:03.628 INFO 21692 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-12 14:56:03.781 INFO 21692 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
|
-2023-09-12 14:56:03.832 INFO 21692 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
|
|
|
-2023-09-12 14:56:03.834 INFO 21692 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|
|
|
-2023-09-12 14:56:03.834 INFO 21692 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
|
-2023-09-12 14:56:08.143 INFO 19624 --- [main] com.gyee.alarm.AlarmWeb : Starting AlarmWeb on sltc with PID 19624 (E:\idea_workspace\alarmNew\alarm-web\target\classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
-2023-09-12 14:56:08.146 INFO 19624 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
|
|
|
-2023-09-12 14:56:09.422 INFO 19624 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-09-12 14:56:09.423 INFO 19624 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
-2023-09-12 14:56:09.497 INFO 19624 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 63ms. Found 0 Redis repository interfaces.
|
|
|
-2023-09-12 14:56:09.828 INFO 19624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-12 14:56:09.832 INFO 19624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$edf1c730] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-12 14:56:09.846 INFO 19624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-12 14:56:10.068 INFO 19624 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
|
|
|
-2023-09-12 14:56:10.075 INFO 19624 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-09-12 14:56:10.076 INFO 19624 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
-2023-09-12 14:56:10.182 INFO 19624 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-09-12 14:56:10.182 INFO 19624 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1858 ms
|
|
|
-2023-09-12 14:56:10.411 INFO 19624 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
-2023-09-12 14:56:10.412 ERROR 19624 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
-2023-09-12 14:56:10.413 INFO 19624 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
-2023-09-12 14:56:10.413 INFO 19624 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
-2023-09-12 14:56:10.413 INFO 19624 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
-2023-09-12 14:56:10.413 INFO 19624 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
-2023-09-12 14:56:11.852 ERROR 19624 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
|
|
|
-2023-09-12 14:56:14.639 INFO 19624 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
-2023-09-12 14:56:14.693 INFO 19624 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
|
|
|
-2023-09-12 14:56:14.785 INFO 19624 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-12 14:56:15.351 INFO 19624 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
|
|
|
-2023-09-12 14:56:15.361 INFO 19624 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
|
|
|
-2023-09-12 14:56:15.390 INFO 19624 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
|
|
|
-2023-09-12 14:56:15.531 INFO 19624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_1
|
|
|
-2023-09-12 14:56:15.535 INFO 19624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_1
|
|
|
-2023-09-12 14:56:15.538 INFO 19624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_2
|
|
|
-2023-09-12 14:56:15.541 INFO 19624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importExcelUsingPOST_1
|
|
|
-2023-09-12 14:56:15.542 INFO 19624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingGET_1
|
|
|
-2023-09-12 14:56:15.547 INFO 19624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_1
|
|
|
-2023-09-12 14:56:15.563 INFO 19624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_2
|
|
|
-2023-09-12 14:56:15.615 INFO 19624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findListUsingGET_1
|
|
|
-2023-09-12 14:56:15.661 INFO 19624 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6015 (http) with context path ''
|
|
|
-2023-09-12 14:56:15.663 INFO 19624 --- [main] com.gyee.alarm.AlarmWeb : Started AlarmWeb in 7.893 seconds (JVM running for 9.319)
|
|
|
-2023-09-12 14:56:15.667 INFO 19624 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
-2023-09-12 14:56:15.837 INFO 19624 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_DJY_FDC_STA------------------20
|
|
|
-2023-09-12 14:56:16.680 INFO 19624 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-09-12 14:56:16.682 INFO 19624 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-09-12 14:56:18.542 INFO 19624 --- [main] com.gyee.alarm.init.CacheContext : 3227
|
|
|
-2023-09-12 14:56:21.603 INFO 19624 --- [http-nio-6015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-09-12 14:56:21.603 INFO 19624 --- [http-nio-6015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-09-12 14:56:21.610 INFO 19624 --- [http-nio-6015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 7 ms
|
|
|
-2023-09-12 14:56:51.938 INFO 19624 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
-2023-09-12 14:56:51.941 INFO 19624 --- [main] com.gyee.alarm.AlarmWeb :
|
|
|
+2023-09-13 11:12:40.175 INFO 932 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
+2023-09-13 11:12:40.177 INFO 932 --- [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-09-12 15:48:02.565 INFO 19624 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-12 15:48:02.866 INFO 19624 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
|
-2023-09-12 15:48:02.904 INFO 19624 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
|
|
|
-2023-09-12 15:48:02.906 INFO 19624 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|
|
|
-2023-09-12 15:48:02.906 INFO 19624 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
|
-2023-09-12 15:48:17.617 INFO 8448 --- [main] com.gyee.alarm.AlarmWeb : Starting AlarmWeb on sltc with PID 8448 (E:\idea_workspace\alarmNew\alarm-web\target\classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
-2023-09-12 15:48:17.621 INFO 8448 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
|
|
|
-2023-09-12 15:48:23.057 INFO 8448 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-09-12 15:48:23.061 INFO 8448 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
-2023-09-12 15:48:23.375 INFO 8448 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 279ms. Found 0 Redis repository interfaces.
|
|
|
-2023-09-12 15:48:24.436 INFO 8448 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-12 15:48:24.448 INFO 8448 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$d90579e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-12 15:48:24.493 INFO 8448 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-09-12 15:48:25.236 INFO 8448 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
|
|
|
-2023-09-12 15:48:25.252 INFO 8448 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-09-12 15:48:25.252 INFO 8448 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
-2023-09-12 15:48:25.397 INFO 8448 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-09-12 15:48:25.397 INFO 8448 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 7210 ms
|
|
|
-2023-09-12 15:48:25.712 INFO 8448 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
-2023-09-12 15:48:25.713 ERROR 8448 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
-2023-09-12 15:48:25.714 INFO 8448 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
-2023-09-12 15:48:25.714 INFO 8448 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
-2023-09-12 15:48:25.714 INFO 8448 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
-2023-09-12 15:48:25.714 INFO 8448 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
-2023-09-12 15:48:27.745 ERROR 8448 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
|
|
|
-2023-09-12 15:48:31.758 INFO 8448 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
-2023-09-12 15:48:31.824 INFO 8448 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
|
|
|
-2023-09-12 15:48:31.942 INFO 8448 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-09-12 15:48:32.621 INFO 8448 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
|
|
|
-2023-09-12 15:48:32.634 INFO 8448 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
|
|
|
-2023-09-12 15:48:32.674 INFO 8448 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
|
|
|
-2023-09-12 15:48:32.831 INFO 8448 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_1
|
|
|
-2023-09-12 15:48:32.835 INFO 8448 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_1
|
|
|
-2023-09-12 15:48:32.838 INFO 8448 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_2
|
|
|
-2023-09-12 15:48:32.842 INFO 8448 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importExcelUsingPOST_1
|
|
|
-2023-09-12 15:48:32.843 INFO 8448 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingGET_1
|
|
|
-2023-09-12 15:48:32.848 INFO 8448 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_1
|
|
|
-2023-09-12 15:48:32.865 INFO 8448 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_2
|
|
|
-2023-09-12 15:48:32.913 INFO 8448 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findListUsingGET_1
|
|
|
-2023-09-12 15:48:32.962 INFO 8448 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6015 (http) with context path ''
|
|
|
-2023-09-12 15:48:32.964 INFO 8448 --- [main] com.gyee.alarm.AlarmWeb : Started AlarmWeb in 16.168 seconds (JVM running for 17.999)
|
|
|
-2023-09-12 15:48:32.968 INFO 8448 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
-2023-09-12 15:48:33.132 INFO 8448 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_DJY_FDC_STA------------------20
|
|
|
-2023-09-12 15:48:34.017 INFO 8448 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-09-12 15:48:34.020 INFO 8448 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-09-12 15:48:35.913 INFO 8448 --- [main] com.gyee.alarm.init.CacheContext : 3227
|
|
|
-2023-09-12 15:49:09.128 INFO 8448 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
-2023-09-12 15:49:09.130 INFO 8448 --- [main] com.gyee.alarm.AlarmWeb :
|
|
|
+2023-09-13 11:13:02.927 WARN 932 --- [http-nio-6015-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported]
|
|
|
+2023-09-13 11:13:38.257 WARN 932 --- [http-nio-6015-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported]
|
|
|
+2023-09-13 11:19:48.585 INFO 932 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
+2023-09-13 11:19:48.719 INFO 932 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
|
+2023-09-13 11:19:48.722 INFO 932 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
|
|
|
+2023-09-13 11:19:48.725 INFO 932 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|
|
|
+2023-09-13 11:19:48.725 INFO 932 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
|
+2023-09-13 11:19:54.448 INFO 19736 --- [main] com.gyee.alarm.AlarmWeb : Starting AlarmWeb on sltc with PID 19736 (E:\idea_workspace\alarmNew\alarm-web\target\classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
+2023-09-13 11:19:54.450 INFO 19736 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
|
|
|
+2023-09-13 11:19:55.555 INFO 19736 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
+2023-09-13 11:19:55.557 INFO 19736 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
+2023-09-13 11:19:55.627 INFO 19736 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 60ms. Found 0 Redis repository interfaces.
|
|
|
+2023-09-13 11:19:55.927 INFO 19736 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-09-13 11:19:55.932 INFO 19736 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$7a8a2a5d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-09-13 11:19:55.946 INFO 19736 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-09-13 11:19:56.155 INFO 19736 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
|
|
|
+2023-09-13 11:19:56.162 INFO 19736 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
+2023-09-13 11:19:56.162 INFO 19736 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
+2023-09-13 11:19:56.261 INFO 19736 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
+2023-09-13 11:19:56.261 INFO 19736 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1654 ms
|
|
|
+2023-09-13 11:19:56.484 INFO 19736 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
+2023-09-13 11:19:56.485 ERROR 19736 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
+2023-09-13 11:19:56.486 INFO 19736 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
+2023-09-13 11:19:56.486 INFO 19736 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
+2023-09-13 11:19:56.486 INFO 19736 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
+2023-09-13 11:19:56.486 INFO 19736 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
+2023-09-13 11:19:57.894 ERROR 19736 --- [main] c.b.m.core.MybatisConfiguration : mapper[com.gyee.alarm.mapper.auto.AlarmTsMapper.createTable] is ignored, because it exists, maybe from xml file
|
|
|
+2023-09-13 11:20:00.479 INFO 19736 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
+2023-09-13 11:20:00.526 INFO 19736 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
|
|
|
+2023-09-13 11:20:00.612 INFO 19736 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
+2023-09-13 11:20:01.135 INFO 19736 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
|
|
|
+2023-09-13 11:20:01.145 INFO 19736 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
|
|
|
+2023-09-13 11:20:01.170 INFO 19736 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
|
|
|
+2023-09-13 11:20:01.297 INFO 19736 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_1
|
|
|
+2023-09-13 11:20:01.300 INFO 19736 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_1
|
|
|
+2023-09-13 11:20:01.303 INFO 19736 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_2
|
|
|
+2023-09-13 11:20:01.306 INFO 19736 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importExcelUsingPOST_1
|
|
|
+2023-09-13 11:20:01.307 INFO 19736 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingGET_1
|
|
|
+2023-09-13 11:20:01.311 INFO 19736 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_1
|
|
|
+2023-09-13 11:20:01.325 INFO 19736 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_2
|
|
|
+2023-09-13 11:20:01.371 INFO 19736 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findListUsingGET_1
|
|
|
+2023-09-13 11:20:01.420 INFO 19736 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6015 (http) with context path ''
|
|
|
+2023-09-13 11:20:01.423 INFO 19736 --- [main] com.gyee.alarm.AlarmWeb : Started AlarmWeb in 7.26 seconds (JVM running for 8.344)
|
|
|
+2023-09-13 11:20:01.428 INFO 19736 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
+2023-09-13 11:20:01.580 INFO 19736 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_DJY_FDC_STA------------------20
|
|
|
+2023-09-13 11:20:02.358 INFO 19736 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
+2023-09-13 11:20:02.360 INFO 19736 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
+2023-09-13 11:20:03.947 INFO 19736 --- [main] com.gyee.alarm.init.CacheContext : 3227
|
|
|
+2023-09-13 11:20:34.080 INFO 19736 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
+2023-09-13 11:20:34.083 INFO 19736 --- [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-09-12 15:49:09.527 INFO 8448 --- [RMI TCP Connection(12)-192.168.56.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-09-12 15:49:09.528 INFO 8448 --- [RMI TCP Connection(12)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-09-12 15:49:09.540 INFO 8448 --- [RMI TCP Connection(12)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 12 ms
|
|
|
+2023-09-13 11:20:35.106 INFO 19736 --- [RMI TCP Connection(2)-192.168.56.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
+2023-09-13 11:20:35.107 INFO 19736 --- [RMI TCP Connection(2)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
+2023-09-13 11:20:35.116 INFO 19736 --- [RMI TCP Connection(2)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms
|
|
|
+2023-09-13 14:34:26.453 WARN 19736 --- [http-nio-6015-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported]
|
|
|
+2023-09-13 14:35:28.290 WARN 19736 --- [http-nio-6015-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported]
|
|
|
+2023-09-13 14:36:55.001 WARN 19736 --- [http-nio-6015-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported]
|
|
|
+2023-09-13 14:37:06.093 WARN 19736 --- [http-nio-6015-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported]
|