|
@@ -1,355 +1,362 @@
|
|
|
-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 :
|
|
|
+2023-09-19 08:49:42.204 INFO 5680 --- [main] com.gyee.alarm.AlarmWeb : Starting AlarmWeb on sltc with PID 5680 (E:\idea_workspace\alarmNew\alarm-web\target\classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
+2023-09-19 08:49:42.217 INFO 5680 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
|
|
|
+2023-09-19 08:49:43.427 INFO 5680 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
+2023-09-19 08:49:43.429 INFO 5680 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
+2023-09-19 08:49:43.497 INFO 5680 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 57ms. Found 0 Redis repository interfaces.
|
|
|
+2023-09-19 08:49:43.832 INFO 5680 --- [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-19 08:49:43.837 INFO 5680 --- [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-19 08:49:43.855 INFO 5680 --- [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-19 08:49:44.087 INFO 5680 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
|
|
|
+2023-09-19 08:49:44.095 INFO 5680 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
+2023-09-19 08:49:44.095 INFO 5680 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
+2023-09-19 08:49:44.196 INFO 5680 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
+2023-09-19 08:49:44.196 INFO 5680 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1805 ms
|
|
|
+2023-09-19 08:49:44.468 INFO 5680 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
+2023-09-19 08:49:44.469 ERROR 5680 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
+2023-09-19 08:49:44.470 INFO 5680 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
+2023-09-19 08:49:44.470 INFO 5680 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
+2023-09-19 08:49:44.470 INFO 5680 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
+2023-09-19 08:49:44.470 INFO 5680 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
+2023-09-19 08:49:46.204 ERROR 5680 --- [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-19 08:49:49.590 INFO 5680 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
+2023-09-19 08:49:49.655 INFO 5680 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
|
|
|
+2023-09-19 08:49:49.775 INFO 5680 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
+2023-09-19 08:49:50.490 INFO 5680 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
|
|
|
+2023-09-19 08:49:50.503 INFO 5680 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
|
|
|
+2023-09-19 08:49:50.540 INFO 5680 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
|
|
|
+2023-09-19 08:49:50.751 INFO 5680 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_1
|
|
|
+2023-09-19 08:49:50.755 INFO 5680 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_1
|
|
|
+2023-09-19 08:49:50.759 INFO 5680 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_2
|
|
|
+2023-09-19 08:49:50.762 INFO 5680 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importExcelUsingPOST_1
|
|
|
+2023-09-19 08:49:50.764 INFO 5680 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingGET_1
|
|
|
+2023-09-19 08:49:50.770 INFO 5680 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_1
|
|
|
+2023-09-19 08:49:50.788 INFO 5680 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_2
|
|
|
+2023-09-19 08:49:50.865 INFO 5680 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findListUsingGET_1
|
|
|
+2023-09-19 08:49:50.881 INFO 5680 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllDeviceStructureUsingGET_1
|
|
|
+2023-09-19 08:49:50.896 INFO 5680 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getDeviceStructureTreeUsingGET_1
|
|
|
+2023-09-19 08:49:50.899 INFO 5680 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_2
|
|
|
+2023-09-19 08:49:50.902 INFO 5680 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_3
|
|
|
+2023-09-19 08:49:50.932 INFO 5680 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryWtPointlListUsingGET_1
|
|
|
+2023-09-19 08:49:50.981 INFO 5680 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6015 (http) with context path ''
|
|
|
+2023-09-19 08:49:50.984 INFO 5680 --- [main] com.gyee.alarm.AlarmWeb : Started AlarmWeb in 9.103 seconds (JVM running for 10.706)
|
|
|
+2023-09-19 08:49:50.990 INFO 5680 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
+2023-09-19 08:49:51.247 INFO 5680 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_DJY_FDC_STA------------------20
|
|
|
+2023-09-19 08:49:52.116 INFO 5680 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
+2023-09-19 08:49:52.118 INFO 5680 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
+2023-09-19 08:49:53.890 INFO 5680 --- [main] com.gyee.alarm.init.CacheContext : 3227
|
|
|
+2023-09-19 08:50:20.363 INFO 5680 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
+2023-09-19 08:50:20.365 INFO 5680 --- [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-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 :
|
|
|
+2023-09-19 08:50:21.334 INFO 5680 --- [RMI TCP Connection(2)-192.168.56.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
+2023-09-19 08:50:21.335 INFO 5680 --- [RMI TCP Connection(2)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
+2023-09-19 08:50:21.342 INFO 5680 --- [RMI TCP Connection(2)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 7 ms
|
|
|
+2023-09-19 08:59:41.108 INFO 5680 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
+2023-09-19 08:59:41.234 INFO 5680 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
|
+2023-09-19 08:59:41.237 INFO 5680 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
|
|
|
+2023-09-19 08:59:41.238 INFO 5680 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|
|
|
+2023-09-19 08:59:41.238 INFO 5680 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
|
+2023-09-19 08:59:46.545 INFO 23528 --- [main] com.gyee.alarm.AlarmWeb : Starting AlarmWeb on sltc with PID 23528 (E:\idea_workspace\alarmNew\alarm-web\target\classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
+2023-09-19 08:59:46.548 INFO 23528 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
|
|
|
+2023-09-19 08:59:47.733 INFO 23528 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
+2023-09-19 08:59:47.735 INFO 23528 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
+2023-09-19 08:59:47.821 INFO 23528 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 71ms. Found 0 Redis repository interfaces.
|
|
|
+2023-09-19 08:59:48.132 INFO 23528 --- [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-19 08:59:48.136 INFO 23528 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$383cd0c4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-09-19 08:59:48.155 INFO 23528 --- [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-19 08:59:48.391 INFO 23528 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
|
|
|
+2023-09-19 08:59:48.398 INFO 23528 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
+2023-09-19 08:59:48.399 INFO 23528 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
+2023-09-19 08:59:48.512 INFO 23528 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
+2023-09-19 08:59:48.512 INFO 23528 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1786 ms
|
|
|
+2023-09-19 08:59:48.753 INFO 23528 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
+2023-09-19 08:59:48.755 ERROR 23528 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
+2023-09-19 08:59:48.755 INFO 23528 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
+2023-09-19 08:59:48.755 INFO 23528 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
+2023-09-19 08:59:48.755 INFO 23528 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
+2023-09-19 08:59:48.756 INFO 23528 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
+2023-09-19 08:59:50.201 ERROR 23528 --- [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-19 08:59:52.911 INFO 23528 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
+2023-09-19 08:59:52.965 INFO 23528 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
|
|
|
+2023-09-19 08:59:53.055 INFO 23528 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
+2023-09-19 08:59:53.608 INFO 23528 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
|
|
|
+2023-09-19 08:59:53.618 INFO 23528 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
|
|
|
+2023-09-19 08:59:53.644 INFO 23528 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
|
|
|
+2023-09-19 08:59:53.775 INFO 23528 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_1
|
|
|
+2023-09-19 08:59:53.778 INFO 23528 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_1
|
|
|
+2023-09-19 08:59:53.781 INFO 23528 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_2
|
|
|
+2023-09-19 08:59:53.784 INFO 23528 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importExcelUsingPOST_1
|
|
|
+2023-09-19 08:59:53.784 INFO 23528 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingGET_1
|
|
|
+2023-09-19 08:59:53.789 INFO 23528 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_1
|
|
|
+2023-09-19 08:59:53.802 INFO 23528 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_2
|
|
|
+2023-09-19 08:59:53.879 INFO 23528 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findListUsingGET_1
|
|
|
+2023-09-19 08:59:53.893 INFO 23528 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllDeviceStructureUsingGET_1
|
|
|
+2023-09-19 08:59:53.908 INFO 23528 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getDeviceStructureTreeUsingGET_1
|
|
|
+2023-09-19 08:59:53.911 INFO 23528 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_2
|
|
|
+2023-09-19 08:59:53.913 INFO 23528 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_3
|
|
|
+2023-09-19 08:59:53.971 INFO 23528 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6015 (http) with context path ''
|
|
|
+2023-09-19 08:59:53.973 INFO 23528 --- [main] com.gyee.alarm.AlarmWeb : Started AlarmWeb in 7.839 seconds (JVM running for 8.988)
|
|
|
+2023-09-19 08:59:53.977 INFO 23528 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
+2023-09-19 08:59:54.151 INFO 23528 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_DJY_FDC_STA------------------20
|
|
|
+2023-09-19 08:59:54.996 INFO 23528 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
+2023-09-19 08:59:54.999 INFO 23528 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
+2023-09-19 08:59:56.813 INFO 23528 --- [main] com.gyee.alarm.init.CacheContext : 3227
|
|
|
+2023-09-19 09:00:25.680 INFO 23528 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
+2023-09-19 09:00:25.682 INFO 23528 --- [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-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
|
|
|
-
|
|
|
-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.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]
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_351]
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:888) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:793) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
|
|
|
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
|
|
|
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-9.0.29.jar:9.0.29]
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
|
|
|
- at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123) ~[druid-1.1.10.jar:1.1.10]
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
|
|
|
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
|
|
|
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
|
|
|
- at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:108) ~[spring-boot-actuator-2.2.2.RELEASE.jar:2.2.2.RELEASE]
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
|
|
|
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
|
|
|
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) ~[tomcat-embed-core-9.0.29.jar:9.0.29]
|
|
|
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) [tomcat-embed-core-9.0.29.jar:9.0.29]
|
|
|
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:526) [tomcat-embed-core-9.0.29.jar:9.0.29]
|
|
|
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) [tomcat-embed-core-9.0.29.jar:9.0.29]
|
|
|
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.29.jar:9.0.29]
|
|
|
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) [tomcat-embed-core-9.0.29.jar:9.0.29]
|
|
|
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.29.jar:9.0.29]
|
|
|
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:367) [tomcat-embed-core-9.0.29.jar:9.0.29]
|
|
|
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.29.jar:9.0.29]
|
|
|
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:860) [tomcat-embed-core-9.0.29.jar:9.0.29]
|
|
|
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1591) [tomcat-embed-core-9.0.29.jar:9.0.29]
|
|
|
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.29.jar:9.0.29]
|
|
|
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_351]
|
|
|
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_351]
|
|
|
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.29.jar:9.0.29]
|
|
|
- at java.lang.Thread.run(Thread.java:750) [na:1.8.0_351]
|
|
|
-
|
|
|
-2023-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 :
|
|
|
+2023-09-19 09:00:25.908 INFO 23528 --- [RMI TCP Connection(5)-192.168.56.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
+2023-09-19 09:00:25.908 INFO 23528 --- [RMI TCP Connection(5)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
+2023-09-19 09:00:25.915 INFO 23528 --- [RMI TCP Connection(5)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 7 ms
|
|
|
+2023-09-19 09:02:52.813 INFO 23528 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
+2023-09-19 09:02:53.049 INFO 23528 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
|
+2023-09-19 09:02:53.051 INFO 23528 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
|
|
|
+2023-09-19 09:02:53.053 INFO 23528 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|
|
|
+2023-09-19 09:02:53.053 INFO 23528 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
|
+2023-09-19 09:02:56.492 INFO 20588 --- [main] com.gyee.alarm.AlarmWeb : Starting AlarmWeb on sltc with PID 20588 (E:\idea_workspace\alarmNew\alarm-web\target\classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
+2023-09-19 09:02:56.494 INFO 20588 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
|
|
|
+2023-09-19 09:02:57.642 INFO 20588 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
+2023-09-19 09:02:57.643 INFO 20588 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
+2023-09-19 09:02:57.724 INFO 20588 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 68ms. Found 0 Redis repository interfaces.
|
|
|
+2023-09-19 09:02:58.017 INFO 20588 --- [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-19 09:02:58.022 INFO 20588 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$5636fd88] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-09-19 09:02:58.035 INFO 20588 --- [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-19 09:02:58.240 INFO 20588 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
|
|
|
+2023-09-19 09:02:58.249 INFO 20588 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
+2023-09-19 09:02:58.249 INFO 20588 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
+2023-09-19 09:02:58.349 INFO 20588 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
+2023-09-19 09:02:58.349 INFO 20588 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1689 ms
|
|
|
+2023-09-19 09:02:58.573 INFO 20588 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
+2023-09-19 09:02:58.575 ERROR 20588 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
+2023-09-19 09:02:58.575 INFO 20588 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
+2023-09-19 09:02:58.575 INFO 20588 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
+2023-09-19 09:02:58.575 INFO 20588 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
+2023-09-19 09:02:58.575 INFO 20588 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
+2023-09-19 09:02:59.961 ERROR 20588 --- [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-19 09:03:02.735 INFO 20588 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
+2023-09-19 09:03:02.785 INFO 20588 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
|
|
|
+2023-09-19 09:03:02.884 INFO 20588 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
+2023-09-19 09:03:03.426 INFO 20588 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
|
|
|
+2023-09-19 09:03:03.436 INFO 20588 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
|
|
|
+2023-09-19 09:03:03.462 INFO 20588 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
|
|
|
+2023-09-19 09:03:03.633 INFO 20588 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_1
|
|
|
+2023-09-19 09:03:03.638 INFO 20588 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_1
|
|
|
+2023-09-19 09:03:03.643 INFO 20588 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_2
|
|
|
+2023-09-19 09:03:03.647 INFO 20588 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importExcelUsingPOST_1
|
|
|
+2023-09-19 09:03:03.649 INFO 20588 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingGET_1
|
|
|
+2023-09-19 09:03:03.655 INFO 20588 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_1
|
|
|
+2023-09-19 09:03:03.671 INFO 20588 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_2
|
|
|
+2023-09-19 09:03:03.755 INFO 20588 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findListUsingGET_1
|
|
|
+2023-09-19 09:03:03.774 INFO 20588 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllDeviceStructureUsingGET_1
|
|
|
+2023-09-19 09:03:03.797 INFO 20588 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getDeviceStructureTreeUsingGET_1
|
|
|
+2023-09-19 09:03:03.802 INFO 20588 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_2
|
|
|
+2023-09-19 09:03:03.804 INFO 20588 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_3
|
|
|
+2023-09-19 09:03:03.881 INFO 20588 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6015 (http) with context path ''
|
|
|
+2023-09-19 09:03:03.883 INFO 20588 --- [main] com.gyee.alarm.AlarmWeb : Started AlarmWeb in 7.707 seconds (JVM running for 8.864)
|
|
|
+2023-09-19 09:03:03.888 INFO 20588 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
+2023-09-19 09:03:04.073 INFO 20588 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_DJY_FDC_STA------------------20
|
|
|
+2023-09-19 09:03:04.910 INFO 20588 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
+2023-09-19 09:03:04.912 INFO 20588 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
+2023-09-19 09:03:06.629 INFO 20588 --- [main] com.gyee.alarm.init.CacheContext : 3227
|
|
|
+2023-09-19 09:03:38.617 INFO 20588 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
+2023-09-19 09:03:38.620 INFO 20588 --- [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-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 :
|
|
|
+2023-09-19 09:03:39.438 INFO 20588 --- [RMI TCP Connection(3)-192.168.56.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
+2023-09-19 09:03:39.438 INFO 20588 --- [RMI TCP Connection(3)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
+2023-09-19 09:03:39.446 INFO 20588 --- [RMI TCP Connection(3)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms
|
|
|
+2023-09-19 09:04:00.145 INFO 20588 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
+2023-09-19 09:04:00.287 INFO 20588 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
|
+2023-09-19 09:04:00.289 INFO 20588 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
|
|
|
+2023-09-19 09:04:00.291 INFO 20588 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|
|
|
+2023-09-19 09:04:00.291 INFO 20588 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
|
+2023-09-19 09:04:05.228 INFO 12560 --- [main] com.gyee.alarm.AlarmWeb : Starting AlarmWeb on sltc with PID 12560 (E:\idea_workspace\alarmNew\alarm-web\target\classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
+2023-09-19 09:04:05.230 INFO 12560 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
|
|
|
+2023-09-19 09:04:06.397 INFO 12560 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
+2023-09-19 09:04:06.399 INFO 12560 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
+2023-09-19 09:04:06.479 INFO 12560 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 66ms. Found 0 Redis repository interfaces.
|
|
|
+2023-09-19 09:04:06.776 INFO 12560 --- [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-19 09:04:06.781 INFO 12560 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$788ba1b8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-09-19 09:04:06.794 INFO 12560 --- [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-19 09:04:06.996 INFO 12560 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
|
|
|
+2023-09-19 09:04:07.005 INFO 12560 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
+2023-09-19 09:04:07.005 INFO 12560 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
+2023-09-19 09:04:07.100 INFO 12560 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
+2023-09-19 09:04:07.100 INFO 12560 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1694 ms
|
|
|
+2023-09-19 09:04:07.322 INFO 12560 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
+2023-09-19 09:04:07.323 ERROR 12560 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
+2023-09-19 09:04:07.323 INFO 12560 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
+2023-09-19 09:04:07.324 INFO 12560 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
+2023-09-19 09:04:07.324 INFO 12560 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
+2023-09-19 09:04:07.324 INFO 12560 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
+2023-09-19 09:04:08.692 ERROR 12560 --- [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-19 09:04:11.404 INFO 12560 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
+2023-09-19 09:04:11.454 INFO 12560 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
|
|
|
+2023-09-19 09:04:11.543 INFO 12560 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
+2023-09-19 09:04:12.072 INFO 12560 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
|
|
|
+2023-09-19 09:04:12.082 INFO 12560 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
|
|
|
+2023-09-19 09:04:12.108 INFO 12560 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
|
|
|
+2023-09-19 09:04:12.239 INFO 12560 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_1
|
|
|
+2023-09-19 09:04:12.242 INFO 12560 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_1
|
|
|
+2023-09-19 09:04:12.246 INFO 12560 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_2
|
|
|
+2023-09-19 09:04:12.248 INFO 12560 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importExcelUsingPOST_1
|
|
|
+2023-09-19 09:04:12.249 INFO 12560 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingGET_1
|
|
|
+2023-09-19 09:04:12.253 INFO 12560 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_1
|
|
|
+2023-09-19 09:04:12.267 INFO 12560 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_2
|
|
|
+2023-09-19 09:04:12.344 INFO 12560 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findListUsingGET_1
|
|
|
+2023-09-19 09:04:12.356 INFO 12560 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllDeviceStructureUsingGET_1
|
|
|
+2023-09-19 09:04:12.370 INFO 12560 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getDeviceStructureTreeUsingGET_1
|
|
|
+2023-09-19 09:04:12.373 INFO 12560 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_2
|
|
|
+2023-09-19 09:04:12.375 INFO 12560 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_3
|
|
|
+2023-09-19 09:04:12.432 INFO 12560 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6015 (http) with context path ''
|
|
|
+2023-09-19 09:04:12.435 INFO 12560 --- [main] com.gyee.alarm.AlarmWeb : Started AlarmWeb in 7.549 seconds (JVM running for 8.678)
|
|
|
+2023-09-19 09:04:12.439 INFO 12560 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
+2023-09-19 09:04:12.619 INFO 12560 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_DJY_FDC_STA------------------20
|
|
|
+2023-09-19 09:04:13.393 INFO 12560 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
+2023-09-19 09:04:13.395 INFO 12560 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
+2023-09-19 09:04:15.049 INFO 12560 --- [main] com.gyee.alarm.init.CacheContext : 3227
|
|
|
+2023-09-19 09:04:43.253 INFO 12560 --- [http-nio-6015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
+2023-09-19 09:04:43.253 INFO 12560 --- [http-nio-6015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
+2023-09-19 09:04:43.262 INFO 12560 --- [http-nio-6015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms
|
|
|
+2023-09-19 09:04:43.782 INFO 12560 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
+2023-09-19 09:04:43.786 INFO 12560 --- [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-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]
|
|
|
+2023-09-19 09:15:34.862 INFO 12560 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
+2023-09-19 09:15:35.017 INFO 12560 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
|
+2023-09-19 09:15:35.020 INFO 12560 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
|
|
|
+2023-09-19 09:15:35.022 INFO 12560 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|
|
|
+2023-09-19 09:15:35.022 INFO 12560 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
|
+2023-09-19 09:15:57.140 INFO 4316 --- [main] com.gyee.alarm.AlarmWeb : Starting AlarmWeb on sltc with PID 4316 (E:\idea_workspace\alarmNew\alarm-web\target\classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
+2023-09-19 09:15:57.143 INFO 4316 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
|
|
|
+2023-09-19 09:15:58.264 INFO 4316 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
+2023-09-19 09:15:58.266 INFO 4316 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
+2023-09-19 09:15:58.345 INFO 4316 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 65ms. Found 0 Redis repository interfaces.
|
|
|
+2023-09-19 09:15:58.646 INFO 4316 --- [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-19 09:15:58.650 INFO 4316 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$5f26ad75] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-09-19 09:15:58.665 INFO 4316 --- [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-19 09:15:58.872 INFO 4316 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
|
|
|
+2023-09-19 09:15:58.881 INFO 4316 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
+2023-09-19 09:15:58.882 INFO 4316 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
+2023-09-19 09:15:58.981 INFO 4316 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
+2023-09-19 09:15:58.981 INFO 4316 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1677 ms
|
|
|
+2023-09-19 09:15:59.211 INFO 4316 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
+2023-09-19 09:15:59.213 ERROR 4316 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
+2023-09-19 09:15:59.213 INFO 4316 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
+2023-09-19 09:15:59.213 INFO 4316 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
+2023-09-19 09:15:59.213 INFO 4316 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
+2023-09-19 09:15:59.213 INFO 4316 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
+2023-09-19 09:16:00.603 ERROR 4316 --- [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-19 09:16:03.297 INFO 4316 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
+2023-09-19 09:16:03.347 INFO 4316 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
|
|
|
+2023-09-19 09:16:03.435 INFO 4316 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
+2023-09-19 09:16:03.969 INFO 4316 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
|
|
|
+2023-09-19 09:16:03.979 INFO 4316 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
|
|
|
+2023-09-19 09:16:04.005 INFO 4316 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
|
|
|
+2023-09-19 09:16:04.133 INFO 4316 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_1
|
|
|
+2023-09-19 09:16:04.136 INFO 4316 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_1
|
|
|
+2023-09-19 09:16:04.139 INFO 4316 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_2
|
|
|
+2023-09-19 09:16:04.141 INFO 4316 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importExcelUsingPOST_1
|
|
|
+2023-09-19 09:16:04.142 INFO 4316 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingGET_1
|
|
|
+2023-09-19 09:16:04.146 INFO 4316 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_1
|
|
|
+2023-09-19 09:16:04.159 INFO 4316 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_2
|
|
|
+2023-09-19 09:16:04.231 INFO 4316 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findListUsingGET_1
|
|
|
+2023-09-19 09:16:04.243 INFO 4316 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllDeviceStructureUsingGET_1
|
|
|
+2023-09-19 09:16:04.257 INFO 4316 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getDeviceStructureTreeUsingGET_1
|
|
|
+2023-09-19 09:16:04.261 INFO 4316 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_2
|
|
|
+2023-09-19 09:16:04.262 INFO 4316 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_3
|
|
|
+2023-09-19 09:16:04.319 INFO 4316 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6015 (http) with context path ''
|
|
|
+2023-09-19 09:16:04.321 INFO 4316 --- [main] com.gyee.alarm.AlarmWeb : Started AlarmWeb in 7.521 seconds (JVM running for 8.686)
|
|
|
+2023-09-19 09:16:04.324 INFO 4316 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
+2023-09-19 09:16:04.534 INFO 4316 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_DJY_FDC_STA------------------20
|
|
|
+2023-09-19 09:16:05.766 INFO 4316 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
+2023-09-19 09:16:05.769 INFO 4316 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
+2023-09-19 09:16:07.770 INFO 4316 --- [main] com.gyee.alarm.init.CacheContext : 3227
|
|
|
+2023-09-19 09:16:43.922 INFO 4316 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
+2023-09-19 09:16:43.924 INFO 4316 --- [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-19 09:16:45.022 INFO 4316 --- [RMI TCP Connection(5)-192.168.56.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
+2023-09-19 09:16:45.023 INFO 4316 --- [RMI TCP Connection(5)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
+2023-09-19 09:16:45.033 INFO 4316 --- [RMI TCP Connection(5)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms
|
|
|
+2023-09-19 09:19:34.296 INFO 4316 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
+2023-09-19 09:19:34.434 INFO 4316 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
|
+2023-09-19 09:19:34.437 INFO 4316 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
|
|
|
+2023-09-19 09:19:34.438 INFO 4316 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|
|
|
+2023-09-19 09:19:34.438 INFO 4316 --- [SpringContextShutdownHook] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
|
+2023-09-19 09:19:58.322 INFO 4476 --- [main] com.gyee.alarm.AlarmWeb : Starting AlarmWeb on sltc with PID 4476 (E:\idea_workspace\alarmNew\alarm-web\target\classes started by shilin in E:\idea_workspace\alarmNew)
|
|
|
+2023-09-19 09:19:58.324 INFO 4476 --- [main] com.gyee.alarm.AlarmWeb : The following profiles are active: jn
|
|
|
+2023-09-19 09:19:59.448 INFO 4476 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
+2023-09-19 09:19:59.450 INFO 4476 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
+2023-09-19 09:19:59.529 INFO 4476 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 67ms. Found 0 Redis repository interfaces.
|
|
|
+2023-09-19 09:19:59.823 INFO 4476 --- [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-19 09:19:59.827 INFO 4476 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$f377f60b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-09-19 09:19:59.841 INFO 4476 --- [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-19 09:20:00.046 INFO 4476 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6015 (http)
|
|
|
+2023-09-19 09:20:00.054 INFO 4476 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
+2023-09-19 09:20:00.055 INFO 4476 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
+2023-09-19 09:20:00.150 INFO 4476 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
+2023-09-19 09:20:00.150 INFO 4476 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1666 ms
|
|
|
+2023-09-19 09:20:00.372 INFO 4476 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1,master} inited
|
|
|
+2023-09-19 09:20:00.373 ERROR 4476 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set
|
|
|
+2023-09-19 09:20:00.373 INFO 4476 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-2,slave} inited
|
|
|
+2023-09-19 09:20:00.374 INFO 4476 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
|
+2023-09-19 09:20:00.374 INFO 4476 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
|
+2023-09-19 09:20:00.374 INFO 4476 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
|
+2023-09-19 09:20:01.748 ERROR 4476 --- [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-19 09:20:04.472 INFO 4476 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
|
|
|
+2023-09-19 09:20:04.521 INFO 4476 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
|
|
|
+2023-09-19 09:20:04.611 INFO 4476 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
+2023-09-19 09:20:05.133 INFO 4476 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
|
|
|
+2023-09-19 09:20:05.143 INFO 4476 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
|
|
|
+2023-09-19 09:20:05.170 INFO 4476 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
|
|
|
+2023-09-19 09:20:05.301 INFO 4476 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_1
|
|
|
+2023-09-19 09:20:05.304 INFO 4476 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_1
|
|
|
+2023-09-19 09:20:05.307 INFO 4476 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAlertruleUsingDELETE_2
|
|
|
+2023-09-19 09:20:05.310 INFO 4476 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importExcelUsingPOST_1
|
|
|
+2023-09-19 09:20:05.310 INFO 4476 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingGET_1
|
|
|
+2023-09-19 09:20:05.314 INFO 4476 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_1
|
|
|
+2023-09-19 09:20:05.328 INFO 4476 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAndUpdateAlertruleUsingPOST_2
|
|
|
+2023-09-19 09:20:05.399 INFO 4476 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findListUsingGET_1
|
|
|
+2023-09-19 09:20:05.411 INFO 4476 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllDeviceStructureUsingGET_1
|
|
|
+2023-09-19 09:20:05.427 INFO 4476 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getDeviceStructureTreeUsingGET_1
|
|
|
+2023-09-19 09:20:05.431 INFO 4476 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_2
|
|
|
+2023-09-19 09:20:05.433 INFO 4476 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryByPageUsingGET_3
|
|
|
+2023-09-19 09:20:05.491 INFO 4476 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6015 (http) with context path ''
|
|
|
+2023-09-19 09:20:05.493 INFO 4476 --- [main] com.gyee.alarm.AlarmWeb : Started AlarmWeb in 7.478 seconds (JVM running for 8.618)
|
|
|
+2023-09-19 09:20:05.496 INFO 4476 --- [main] com.gyee.alarm.init.CacheContext : 缓存开始------------------------------------------------------------
|
|
|
+2023-09-19 09:20:05.776 INFO 4476 --- [main] com.gyee.alarm.init.CacheContext : SXJ_KGDL_DJY_FDC_STA------------------20
|
|
|
+2023-09-19 09:20:06.704 INFO 4476 --- [main] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
+2023-09-19 09:20:06.706 INFO 4476 --- [main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
+2023-09-19 09:20:08.324 INFO 4476 --- [main] com.gyee.alarm.init.CacheContext : 3227
|
|
|
+2023-09-19 09:20:38.305 INFO 4476 --- [main] com.gyee.alarm.init.CacheContext : 缓存结束------------------------------------------------------------
|
|
|
+2023-09-19 09:20:38.308 INFO 4476 --- [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-19 09:20:38.549 INFO 4476 --- [RMI TCP Connection(1)-192.168.56.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
+2023-09-19 09:20:38.550 INFO 4476 --- [RMI TCP Connection(1)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
+2023-09-19 09:20:38.561 INFO 4476 --- [RMI TCP Connection(1)-192.168.56.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 11 ms
|