You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
340 lines
47 KiB
340 lines
47 KiB
2021-12-24 15:35:07.815 [ main ] - [ INFO ] [ com.example.ShaoXingToiletPlatApplication : 50 ] - Starting ShaoXingToiletPlatApplication on LAPTOP-09L9R35L with PID 506476 (D:\idea_toilet\shaoxing_project\shaoxingtoiletplat\target\classes started by h'd'p in D:\idea_toilet\shaoxing_project\shaoxingtoiletplat)
|
|
2021-12-24 15:35:07.868 [ main ] - [ INFO ] [ com.example.ShaoXingToiletPlatApplication : 646 ] - No active profile set, falling back to default profiles: default
|
|
2021-12-24 15:35:08.899 [ main ] - [ WARN ] [ org.mybatis.spring.mapper.ClassPathMapperScanner : 44 ] - No MyBatis mapper was found in '[com.example.modular.*.mapper.mapping]' package. Please check your configuration.
|
|
2021-12-24 15:35:09.997 [ main ] - [ INFO ] [ org.apache.coyote.http11.Http11NioProtocol : 173 ] - Initializing ProtocolHandler ["http-nio-8006"]
|
|
2021-12-24 15:35:10.008 [ main ] - [ INFO ] [ org.apache.catalina.core.StandardService : 173 ] - Starting service [Tomcat]
|
|
2021-12-24 15:35:10.009 [ main ] - [ INFO ] [ org.apache.catalina.core.StandardEngine : 173 ] - Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
2021-12-24 15:35:10.147 [ main ] - [ INFO ] [ o.a.c.c.C.[Tomcat].[localhost].[/shaoxing-plat] : 173 ] - Initializing Spring embedded WebApplicationContext
|
|
2021-12-24 15:35:10.407 [ main ] - [ INFO ] [ com.alibaba.druid.pool.DruidDataSource : 930 ] - {dataSource-1,db1} inited
|
|
2021-12-24 15:35:10.412 [ main ] - [ INFO ] [ com.alibaba.druid.pool.DruidDataSource : 930 ] - {dataSource-2,db2} inited
|
|
2021-12-24 15:35:10.412 [ main ] - [ INFO ] [ c.b.dynamic.datasource.DynamicRoutingDataSource : 144 ] - dynamic-datasource - load a datasource named [db2] success
|
|
2021-12-24 15:35:10.414 [ main ] - [ INFO ] [ c.b.dynamic.datasource.DynamicRoutingDataSource : 144 ] - dynamic-datasource - load a datasource named [db1] success
|
|
2021-12-24 15:35:10.414 [ main ] - [ INFO ] [ c.b.dynamic.datasource.DynamicRoutingDataSource : 216 ] - dynamic-datasource initial loaded [2] datasource,primary datasource named [db1]
|
|
2021-12-24 15:35:12.200 [ main ] - [ INFO ] [ com.example.filter.GatewayFilter : 39 ] - ================网关过滤器初始化=====================
|
|
2021-12-24 15:35:13.335 [ main ] - [ INFO ] [ org.apache.coyote.http11.Http11NioProtocol : 173 ] - Starting ProtocolHandler ["http-nio-8006"]
|
|
2021-12-24 15:35:13.368 [ main ] - [ INFO ] [ com.example.ShaoXingToiletPlatApplication : 59 ] - Started ShaoXingToiletPlatApplication in 6.131 seconds (JVM running for 8.133)
|
|
2021-12-24 15:37:00.010 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1406 ] - 【为天地图坐标赋值定时任务】开始:1640331420010
|
|
2021-12-24 15:38:00.006 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1444 ] - 【从小程序定位获取高德地图经纬度定时任务】开始:1640331480006
|
|
2021-12-24 15:38:00.464 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1470 ] - 【从小程序定位获取高德地图经纬度定时任务】结束:1640331480464
|
|
2021-12-24 15:40:02.777 [ http-nio-8006-exec-1 ] - [ INFO ] [ o.a.c.c.C.[Tomcat].[localhost].[/shaoxing-plat] : 173 ] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
2021-12-24 15:40:02.844 [ http-nio-8006-exec-2 ] - [ ERROR ] [ o.a.c.c.C.[.[.[/shaoxing-plat].[dispatcherServlet] : 175 ] - Servlet.service() for servlet [dispatcherServlet] in context with path [/shaoxing-plat] threw exception
|
|
java.io.IOException: 系统找不到指定的路径。
|
|
at java.io.WinNTFileSystem.createFileExclusively(Native Method)
|
|
at java.io.File.createNewFile(File.java:1012)
|
|
at com.example.util.VerifyCodeUtils.outputImage(VerifyCodeUtils.java:105)
|
|
at com.example.modular.user.service.impl.UserLoginLogServiceImpl.getVerifyCode(UserLoginLogServiceImpl.java:119)
|
|
at com.example.modular.user.service.impl.UserLoginLogServiceImpl$$FastClassBySpringCGLIB$$61353de8.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684)
|
|
at com.example.modular.user.service.impl.UserLoginLogServiceImpl$$EnhancerBySpringCGLIB$$6af8cc67.getVerifyCode(<generated>)
|
|
at com.example.modular.user.controller.UserLoginLogController.getVerifyCode(UserLoginLogController.java:56)
|
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
at com.example.filter.TokenAuthorFilter.doFilter(TokenAuthorFilter.java:85)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
|
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
at java.lang.Thread.run(Thread.java:745)
|
|
2021-12-24 15:40:10.452 [ http-nio-8006-exec-3 ] - [ ERROR ] [ o.a.c.c.C.[.[.[/shaoxing-plat].[dispatcherServlet] : 175 ] - Servlet.service() for servlet [dispatcherServlet] in context with path [/shaoxing-plat] threw exception
|
|
java.io.IOException: 系统找不到指定的路径。
|
|
at java.io.WinNTFileSystem.createFileExclusively(Native Method)
|
|
at java.io.File.createNewFile(File.java:1012)
|
|
at com.example.util.VerifyCodeUtils.outputImage(VerifyCodeUtils.java:105)
|
|
at com.example.modular.user.service.impl.UserLoginLogServiceImpl.getVerifyCode(UserLoginLogServiceImpl.java:119)
|
|
at com.example.modular.user.service.impl.UserLoginLogServiceImpl$$FastClassBySpringCGLIB$$61353de8.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684)
|
|
at com.example.modular.user.service.impl.UserLoginLogServiceImpl$$EnhancerBySpringCGLIB$$6af8cc67.getVerifyCode(<generated>)
|
|
at com.example.modular.user.controller.UserLoginLogController.getVerifyCode(UserLoginLogController.java:56)
|
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
at com.example.filter.TokenAuthorFilter.doFilter(TokenAuthorFilter.java:85)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:123)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
|
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
at java.lang.Thread.run(Thread.java:745)
|
|
2021-12-24 15:41:17.849 [ Thread-3 ] - [ INFO ] [ c.b.dynamic.datasource.DynamicRoutingDataSource : 184 ] - dynamic-datasource start closing ....
|
|
2021-12-24 15:41:17.852 [ Thread-3 ] - [ INFO ] [ com.alibaba.druid.pool.DruidDataSource : 1825 ] - {dataSource-2} closed
|
|
2021-12-24 15:41:17.854 [ Thread-3 ] - [ INFO ] [ com.alibaba.druid.pool.DruidDataSource : 1825 ] - {dataSource-1} closed
|
|
2021-12-24 15:41:17.854 [ Thread-3 ] - [ INFO ] [ c.b.dynamic.datasource.DynamicRoutingDataSource : 200 ] - dynamic-datasource all closed success,bye
|
|
2021-12-24 15:41:21.452 [ main ] - [ INFO ] [ com.example.ShaoXingToiletPlatApplication : 50 ] - Starting ShaoXingToiletPlatApplication on LAPTOP-09L9R35L with PID 504468 (D:\idea_toilet\shaoxing_project\shaoxingtoiletplat\target\classes started by h'd'p in D:\idea_toilet\shaoxing_project\shaoxingtoiletplat)
|
|
2021-12-24 15:41:21.454 [ main ] - [ INFO ] [ com.example.ShaoXingToiletPlatApplication : 646 ] - No active profile set, falling back to default profiles: default
|
|
2021-12-24 15:41:22.148 [ main ] - [ WARN ] [ org.mybatis.spring.mapper.ClassPathMapperScanner : 44 ] - No MyBatis mapper was found in '[com.example.modular.*.mapper.mapping]' package. Please check your configuration.
|
|
2021-12-24 15:41:22.940 [ main ] - [ INFO ] [ org.apache.coyote.http11.Http11NioProtocol : 173 ] - Initializing ProtocolHandler ["http-nio-8006"]
|
|
2021-12-24 15:41:22.947 [ main ] - [ INFO ] [ org.apache.catalina.core.StandardService : 173 ] - Starting service [Tomcat]
|
|
2021-12-24 15:41:22.947 [ main ] - [ INFO ] [ org.apache.catalina.core.StandardEngine : 173 ] - Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
2021-12-24 15:41:23.053 [ main ] - [ INFO ] [ o.a.c.c.C.[Tomcat].[localhost].[/shaoxing-plat] : 173 ] - Initializing Spring embedded WebApplicationContext
|
|
2021-12-24 15:41:23.224 [ main ] - [ INFO ] [ com.alibaba.druid.pool.DruidDataSource : 930 ] - {dataSource-1,db1} inited
|
|
2021-12-24 15:41:23.228 [ main ] - [ INFO ] [ com.alibaba.druid.pool.DruidDataSource : 930 ] - {dataSource-2,db2} inited
|
|
2021-12-24 15:41:23.228 [ main ] - [ INFO ] [ c.b.dynamic.datasource.DynamicRoutingDataSource : 144 ] - dynamic-datasource - load a datasource named [db2] success
|
|
2021-12-24 15:41:23.229 [ main ] - [ INFO ] [ c.b.dynamic.datasource.DynamicRoutingDataSource : 144 ] - dynamic-datasource - load a datasource named [db1] success
|
|
2021-12-24 15:41:23.229 [ main ] - [ INFO ] [ c.b.dynamic.datasource.DynamicRoutingDataSource : 216 ] - dynamic-datasource initial loaded [2] datasource,primary datasource named [db1]
|
|
2021-12-24 15:41:24.590 [ main ] - [ INFO ] [ com.example.filter.GatewayFilter : 39 ] - ================网关过滤器初始化=====================
|
|
2021-12-24 15:41:25.666 [ main ] - [ INFO ] [ org.apache.coyote.http11.Http11NioProtocol : 173 ] - Starting ProtocolHandler ["http-nio-8006"]
|
|
2021-12-24 15:41:25.685 [ main ] - [ INFO ] [ com.example.ShaoXingToiletPlatApplication : 59 ] - Started ShaoXingToiletPlatApplication in 4.644 seconds (JVM running for 5.291)
|
|
2021-12-24 15:41:32.211 [ http-nio-8006-exec-1 ] - [ INFO ] [ o.a.c.c.C.[Tomcat].[localhost].[/shaoxing-plat] : 173 ] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
2021-12-24 15:41:32.695 [ http-nio-8006-exec-1 ] - [ INFO ] [ io.lettuce.core.EpollProvider : 68 ] - Starting without optional epoll library
|
|
2021-12-24 15:41:32.697 [ http-nio-8006-exec-1 ] - [ INFO ] [ io.lettuce.core.KqueueProvider : 70 ] - Starting without optional kqueue library
|
|
2021-12-24 15:41:52.330 [ http-nio-8006-exec-9 ] - [ INFO ] [ com.example.filter.TokenAuthorFilter : 105 ] - token filter过滤ok!
|
|
2021-12-24 15:41:52.329 [ http-nio-8006-exec-2 ] - [ INFO ] [ com.example.filter.TokenAuthorFilter : 105 ] - token filter过滤ok!
|
|
2021-12-24 15:41:52.330 [ http-nio-8006-exec-1 ] - [ INFO ] [ com.example.filter.TokenAuthorFilter : 105 ] - token filter过滤ok!
|
|
2021-12-24 15:41:52.329 [ http-nio-8006-exec-8 ] - [ INFO ] [ com.example.filter.TokenAuthorFilter : 105 ] - token filter过滤ok!
|
|
2021-12-24 15:41:52.331 [ http-nio-8006-exec-10 ] - [ INFO ] [ com.example.filter.TokenAuthorFilter : 105 ] - token filter过滤ok!
|
|
2021-12-24 15:41:52.863 [ http-nio-8006-exec-3 ] - [ INFO ] [ com.example.filter.TokenAuthorFilter : 105 ] - token filter过滤ok!
|
|
2021-12-24 15:41:54.752 [ http-nio-8006-exec-5 ] - [ INFO ] [ com.example.filter.TokenAuthorFilter : 105 ] - token filter过滤ok!
|
|
2021-12-24 15:41:54.802 [ http-nio-8006-exec-5 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 575 ] - 【一图管理查询接口】入参:OnePictureParamVO{regionParamVOList=[RegionParamVO{regionType=3, regionIds='330602,330603,330604,330681,330683,330624'}], toiletLevel=null, toiletName=''}
|
|
2021-12-24 15:41:57.262 [ http-nio-8006-exec-7 ] - [ INFO ] [ com.example.filter.TokenAuthorFilter : 105 ] - token filter过滤ok!
|
|
2021-12-24 15:42:02.539 [ http-nio-8006-exec-2 ] - [ INFO ] [ com.example.filter.TokenAuthorFilter : 105 ] - token filter过滤ok!
|
|
2021-12-24 15:42:18.833 [ http-nio-8006-exec-10 ] - [ INFO ] [ com.example.filter.TokenAuthorFilter : 105 ] - token filter过滤ok!
|
|
2021-12-24 15:42:30.755 [ http-nio-8006-exec-8 ] - [ INFO ] [ com.example.filter.TokenAuthorFilter : 105 ] - token filter过滤ok!
|
|
2021-12-24 15:42:33.508 [ http-nio-8006-exec-4 ] - [ INFO ] [ com.example.filter.TokenAuthorFilter : 105 ] - token filter过滤ok!
|
|
2021-12-24 15:43:00.013 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1444 ] - 【从小程序定位获取高德地图经纬度定时任务】开始:1640331780013
|
|
2021-12-24 15:43:00.378 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1470 ] - 【从小程序定位获取高德地图经纬度定时任务】结束:1640331780378
|
|
2021-12-24 15:43:00.379 [ scheduling-1 ] - [ INFO ] [ c.e.m.t.s.i.ToiletTransformMonthDetailInfoServiceImpl : 176 ] - 开始执行改造提升公厕经纬度赋值定时任务:1640331780379
|
|
2021-12-24 15:46:00.004 [ scheduling-1 ] - [ INFO ] [ c.e.m.toiletdataupload.ToiletDataUploadProvince : 66 ] - 【数据上报省里定时任务】开始执行:1640331960004
|
|
2021-12-24 15:46:08.276 [ http-nio-8006-exec-8 ] - [ INFO ] [ com.example.filter.TokenAuthorFilter : 105 ] - token filter过滤ok!
|
|
2021-12-24 15:46:10.492 [ http-nio-8006-exec-3 ] - [ INFO ] [ com.example.filter.TokenAuthorFilter : 105 ] - token filter过滤ok!
|
|
2021-12-24 15:46:12.876 [ http-nio-8006-exec-2 ] - [ INFO ] [ com.example.filter.TokenAuthorFilter : 105 ] - token filter过滤ok!
|
|
2021-12-24 15:46:21.176 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 439 ] - I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect
|
|
2021-12-24 15:46:21.177 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 445 ] - Retrying request
|
|
2021-12-24 15:46:42.194 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 439 ] - I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect
|
|
2021-12-24 15:46:42.195 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 445 ] - Retrying request
|
|
2021-12-24 15:47:03.233 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 439 ] - I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect
|
|
2021-12-24 15:47:03.234 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 445 ] - Retrying request
|
|
2021-12-24 15:47:24.256 [ scheduling-1 ] - [ ERROR ] [ c.e.m.toiletdataupload.ToiletDataUploadProvince : 259 ] - 【数据上报定时任务】获取省级公厕编码失败:java.net.ConnectException: Connection timed out: connect
|
|
2021-12-24 15:48:00.010 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1444 ] - 【从小程序定位获取高德地图经纬度定时任务】开始:1640332080010
|
|
2021-12-24 15:48:00.315 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1470 ] - 【从小程序定位获取高德地图经纬度定时任务】结束:1640332080315
|
|
2021-12-24 15:50:05.383 [ Thread-3 ] - [ INFO ] [ c.b.dynamic.datasource.DynamicRoutingDataSource : 184 ] - dynamic-datasource start closing ....
|
|
2021-12-24 15:50:05.385 [ Thread-3 ] - [ INFO ] [ com.alibaba.druid.pool.DruidDataSource : 1825 ] - {dataSource-2} closed
|
|
2021-12-24 15:50:05.388 [ Thread-3 ] - [ INFO ] [ com.alibaba.druid.pool.DruidDataSource : 1825 ] - {dataSource-1} closed
|
|
2021-12-24 15:50:05.388 [ Thread-3 ] - [ INFO ] [ c.b.dynamic.datasource.DynamicRoutingDataSource : 200 ] - dynamic-datasource all closed success,bye
|
|
2021-12-24 15:50:14.647 [ main ] - [ INFO ] [ com.example.ShaoXingToiletPlatApplication : 50 ] - Starting ShaoXingToiletPlatApplication on LAPTOP-09L9R35L with PID 365300 (D:\idea_toilet\shaoxing_project\shaoxingtoiletplat\target\classes started by h'd'p in D:\idea_toilet\shaoxing_project\shaoxingtoiletplat)
|
|
2021-12-24 15:50:14.650 [ main ] - [ INFO ] [ com.example.ShaoXingToiletPlatApplication : 646 ] - No active profile set, falling back to default profiles: default
|
|
2021-12-24 15:50:15.611 [ main ] - [ WARN ] [ org.mybatis.spring.mapper.ClassPathMapperScanner : 44 ] - No MyBatis mapper was found in '[com.example.modular.*.mapper.mapping]' package. Please check your configuration.
|
|
2021-12-24 15:50:16.734 [ main ] - [ INFO ] [ org.apache.coyote.http11.Http11NioProtocol : 173 ] - Initializing ProtocolHandler ["http-nio-8006"]
|
|
2021-12-24 15:50:16.745 [ main ] - [ INFO ] [ org.apache.catalina.core.StandardService : 173 ] - Starting service [Tomcat]
|
|
2021-12-24 15:50:16.745 [ main ] - [ INFO ] [ org.apache.catalina.core.StandardEngine : 173 ] - Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
2021-12-24 15:50:16.919 [ main ] - [ INFO ] [ o.a.c.c.C.[Tomcat].[localhost].[/shaoxing-plat] : 173 ] - Initializing Spring embedded WebApplicationContext
|
|
2021-12-24 15:50:17.214 [ main ] - [ INFO ] [ com.alibaba.druid.pool.DruidDataSource : 930 ] - {dataSource-1,db1} inited
|
|
2021-12-24 15:50:17.220 [ main ] - [ INFO ] [ com.alibaba.druid.pool.DruidDataSource : 930 ] - {dataSource-2,db2} inited
|
|
2021-12-24 15:50:17.221 [ main ] - [ INFO ] [ c.b.dynamic.datasource.DynamicRoutingDataSource : 144 ] - dynamic-datasource - load a datasource named [db2] success
|
|
2021-12-24 15:50:17.223 [ main ] - [ INFO ] [ c.b.dynamic.datasource.DynamicRoutingDataSource : 144 ] - dynamic-datasource - load a datasource named [db1] success
|
|
2021-12-24 15:50:17.223 [ main ] - [ INFO ] [ c.b.dynamic.datasource.DynamicRoutingDataSource : 216 ] - dynamic-datasource initial loaded [2] datasource,primary datasource named [db1]
|
|
2021-12-24 15:50:18.901 [ main ] - [ INFO ] [ com.example.filter.GatewayFilter : 39 ] - ================网关过滤器初始化=====================
|
|
2021-12-24 15:50:20.087 [ main ] - [ INFO ] [ org.apache.coyote.http11.Http11NioProtocol : 173 ] - Starting ProtocolHandler ["http-nio-8006"]
|
|
2021-12-24 15:50:20.133 [ main ] - [ INFO ] [ com.example.ShaoXingToiletPlatApplication : 59 ] - Started ShaoXingToiletPlatApplication in 6.271 seconds (JVM running for 7.828)
|
|
2021-12-24 15:50:29.353 [ http-nio-8006-exec-1 ] - [ INFO ] [ o.a.c.c.C.[Tomcat].[localhost].[/shaoxing-plat] : 173 ] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
2021-12-24 15:50:29.571 [ http-nio-8006-exec-1 ] - [ INFO ] [ io.lettuce.core.EpollProvider : 68 ] - Starting without optional epoll library
|
|
2021-12-24 15:50:29.577 [ http-nio-8006-exec-1 ] - [ INFO ] [ io.lettuce.core.KqueueProvider : 70 ] - Starting without optional kqueue library
|
|
2021-12-24 15:50:30.384 [ http-nio-8006-exec-1 ] - [ INFO ] [ com.example.filter.TokenAuthorFilter : 105 ] - token filter过滤ok!
|
|
2021-12-24 15:50:32.338 [ http-nio-8006-exec-3 ] - [ INFO ] [ com.example.filter.TokenAuthorFilter : 105 ] - token filter过滤ok!
|
|
2021-12-24 15:50:34.859 [ http-nio-8006-exec-2 ] - [ INFO ] [ com.example.filter.TokenAuthorFilter : 105 ] - token filter过滤ok!
|
|
2021-12-24 15:51:36.338 [ http-nio-8006-exec-5 ] - [ INFO ] [ com.example.filter.TokenAuthorFilter : 105 ] - token filter过滤ok!
|
|
2021-12-24 15:53:00.015 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1444 ] - 【从小程序定位获取高德地图经纬度定时任务】开始:1640332380015
|
|
2021-12-24 15:53:00.347 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1470 ] - 【从小程序定位获取高德地图经纬度定时任务】结束:1640332380347
|
|
2021-12-24 15:58:00.009 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1444 ] - 【从小程序定位获取高德地图经纬度定时任务】开始:1640332680009
|
|
2021-12-24 15:58:00.213 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1470 ] - 【从小程序定位获取高德地图经纬度定时任务】结束:1640332680213
|
|
2021-12-24 16:03:00.012 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1444 ] - 【从小程序定位获取高德地图经纬度定时任务】开始:1640332980012
|
|
2021-12-24 16:03:00.201 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1470 ] - 【从小程序定位获取高德地图经纬度定时任务】结束:1640332980201
|
|
2021-12-24 16:06:00.013 [ scheduling-1 ] - [ INFO ] [ c.e.m.toiletdataupload.ToiletDataUploadProvince : 66 ] - 【数据上报省里定时任务】开始执行:1640333160013
|
|
2021-12-24 16:06:21.251 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 439 ] - I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect
|
|
2021-12-24 16:06:21.251 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 445 ] - Retrying request
|
|
2021-12-24 16:06:42.277 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 439 ] - I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect
|
|
2021-12-24 16:06:42.277 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 445 ] - Retrying request
|
|
2021-12-24 16:07:03.314 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 439 ] - I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect
|
|
2021-12-24 16:07:03.314 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 445 ] - Retrying request
|
|
2021-12-24 16:07:24.345 [ scheduling-1 ] - [ ERROR ] [ c.e.m.toiletdataupload.ToiletDataUploadProvince : 259 ] - 【数据上报定时任务】获取省级公厕编码失败:java.net.ConnectException: Connection timed out: connect
|
|
2021-12-24 16:07:24.350 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1406 ] - 【为天地图坐标赋值定时任务】开始:1640333244350
|
|
2021-12-24 16:08:00.004 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1444 ] - 【从小程序定位获取高德地图经纬度定时任务】开始:1640333280004
|
|
2021-12-24 16:08:00.168 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1470 ] - 【从小程序定位获取高德地图经纬度定时任务】结束:1640333280168
|
|
2021-12-24 16:13:00.016 [ scheduling-1 ] - [ INFO ] [ c.e.m.t.s.i.ToiletTransformMonthDetailInfoServiceImpl : 176 ] - 开始执行改造提升公厕经纬度赋值定时任务:1640333580016
|
|
2021-12-24 16:13:00.324 [ scheduling-1 ] - [ INFO ] [ c.e.m.t.s.i.ToiletTransformMonthDetailInfoServiceImpl : 221 ] - 结束执行改造提升公厕经纬度赋值定时任务:1640333580324
|
|
2021-12-24 16:13:00.325 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1444 ] - 【从小程序定位获取高德地图经纬度定时任务】开始:1640333580325
|
|
2021-12-24 16:13:00.487 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1470 ] - 【从小程序定位获取高德地图经纬度定时任务】结束:1640333580487
|
|
2021-12-24 16:18:00.002 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1444 ] - 【从小程序定位获取高德地图经纬度定时任务】开始:1640333880002
|
|
2021-12-24 16:18:00.158 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1470 ] - 【从小程序定位获取高德地图经纬度定时任务】结束:1640333880158
|
|
2021-12-24 16:23:00.014 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1444 ] - 【从小程序定位获取高德地图经纬度定时任务】开始:1640334180014
|
|
2021-12-24 16:23:00.262 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1470 ] - 【从小程序定位获取高德地图经纬度定时任务】结束:1640334180262
|
|
2021-12-24 16:26:00.011 [ scheduling-1 ] - [ INFO ] [ c.e.m.toiletdataupload.ToiletDataUploadProvince : 66 ] - 【数据上报省里定时任务】开始执行:1640334360011
|
|
2021-12-24 16:26:21.114 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 439 ] - I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect
|
|
2021-12-24 16:26:21.115 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 445 ] - Retrying request
|
|
2021-12-24 16:26:42.153 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 439 ] - I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect
|
|
2021-12-24 16:26:42.154 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 445 ] - Retrying request
|
|
2021-12-24 16:27:03.180 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 439 ] - I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect
|
|
2021-12-24 16:27:03.181 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 445 ] - Retrying request
|
|
2021-12-24 16:27:24.226 [ scheduling-1 ] - [ ERROR ] [ c.e.m.toiletdataupload.ToiletDataUploadProvince : 259 ] - 【数据上报定时任务】获取省级公厕编码失败:java.net.ConnectException: Connection timed out: connect
|
|
2021-12-24 16:28:00.003 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1444 ] - 【从小程序定位获取高德地图经纬度定时任务】开始:1640334480003
|
|
2021-12-24 16:28:00.195 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1470 ] - 【从小程序定位获取高德地图经纬度定时任务】结束:1640334480195
|
|
2021-12-24 16:33:00.010 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1444 ] - 【从小程序定位获取高德地图经纬度定时任务】开始:1640334780010
|
|
2021-12-24 16:33:00.242 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1470 ] - 【从小程序定位获取高德地图经纬度定时任务】结束:1640334780242
|
|
2021-12-24 16:37:00.015 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1406 ] - 【为天地图坐标赋值定时任务】开始:1640335020015
|
|
2021-12-24 16:38:00.005 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1444 ] - 【从小程序定位获取高德地图经纬度定时任务】开始:1640335080005
|
|
2021-12-24 16:38:00.181 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1470 ] - 【从小程序定位获取高德地图经纬度定时任务】结束:1640335080181
|
|
2021-12-24 16:43:00.007 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1444 ] - 【从小程序定位获取高德地图经纬度定时任务】开始:1640335380007
|
|
2021-12-24 16:43:00.185 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1470 ] - 【从小程序定位获取高德地图经纬度定时任务】结束:1640335380185
|
|
2021-12-24 16:43:00.186 [ scheduling-1 ] - [ INFO ] [ c.e.m.t.s.i.ToiletTransformMonthDetailInfoServiceImpl : 176 ] - 开始执行改造提升公厕经纬度赋值定时任务:1640335380186
|
|
2021-12-24 16:46:00.002 [ scheduling-1 ] - [ INFO ] [ c.e.m.toiletdataupload.ToiletDataUploadProvince : 66 ] - 【数据上报省里定时任务】开始执行:1640335560002
|
|
2021-12-24 16:46:21.116 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 439 ] - I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect
|
|
2021-12-24 16:46:21.117 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 445 ] - Retrying request
|
|
2021-12-24 16:46:42.137 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 439 ] - I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect
|
|
2021-12-24 16:46:42.138 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 445 ] - Retrying request
|
|
2021-12-24 16:47:03.190 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 439 ] - I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect
|
|
2021-12-24 16:47:03.190 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 445 ] - Retrying request
|
|
2021-12-24 16:47:24.227 [ scheduling-1 ] - [ ERROR ] [ c.e.m.toiletdataupload.ToiletDataUploadProvince : 259 ] - 【数据上报定时任务】获取省级公厕编码失败:java.net.ConnectException: Connection timed out: connect
|
|
2021-12-24 16:48:00.004 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1444 ] - 【从小程序定位获取高德地图经纬度定时任务】开始:1640335680004
|
|
2021-12-24 16:48:00.183 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1470 ] - 【从小程序定位获取高德地图经纬度定时任务】结束:1640335680183
|
|
2021-12-24 16:53:00.002 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1444 ] - 【从小程序定位获取高德地图经纬度定时任务】开始:1640335980002
|
|
2021-12-24 16:53:00.208 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1470 ] - 【从小程序定位获取高德地图经纬度定时任务】结束:1640335980208
|
|
2021-12-24 16:58:00.015 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1444 ] - 【从小程序定位获取高德地图经纬度定时任务】开始:1640336280015
|
|
2021-12-24 16:58:00.222 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1470 ] - 【从小程序定位获取高德地图经纬度定时任务】结束:1640336280222
|
|
2021-12-24 17:03:00.003 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1444 ] - 【从小程序定位获取高德地图经纬度定时任务】开始:1640336580003
|
|
2021-12-24 17:03:00.179 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1470 ] - 【从小程序定位获取高德地图经纬度定时任务】结束:1640336580179
|
|
2021-12-24 17:06:00.011 [ scheduling-1 ] - [ INFO ] [ c.e.m.toiletdataupload.ToiletDataUploadProvince : 66 ] - 【数据上报省里定时任务】开始执行:1640336760011
|
|
2021-12-24 17:06:21.151 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 439 ] - I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect
|
|
2021-12-24 17:06:21.152 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 445 ] - Retrying request
|
|
2021-12-24 17:06:42.198 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 439 ] - I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect
|
|
2021-12-24 17:06:42.199 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 445 ] - Retrying request
|
|
2021-12-24 17:07:03.220 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 439 ] - I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect
|
|
2021-12-24 17:07:03.220 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 445 ] - Retrying request
|
|
2021-12-24 17:07:24.260 [ scheduling-1 ] - [ ERROR ] [ c.e.m.toiletdataupload.ToiletDataUploadProvince : 259 ] - 【数据上报定时任务】获取省级公厕编码失败:java.net.ConnectException: Connection timed out: connect
|
|
2021-12-24 17:07:24.261 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1406 ] - 【为天地图坐标赋值定时任务】开始:1640336844261
|
|
2021-12-24 17:08:00.017 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1444 ] - 【从小程序定位获取高德地图经纬度定时任务】开始:1640336880017
|
|
2021-12-24 17:08:00.166 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1470 ] - 【从小程序定位获取高德地图经纬度定时任务】结束:1640336880166
|
|
2021-12-24 17:13:00.005 [ scheduling-1 ] - [ INFO ] [ c.e.m.t.s.i.ToiletTransformMonthDetailInfoServiceImpl : 176 ] - 开始执行改造提升公厕经纬度赋值定时任务:1640337180005
|
|
2021-12-24 17:13:00.051 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1444 ] - 【从小程序定位获取高德地图经纬度定时任务】开始:1640337180050
|
|
2021-12-24 17:13:00.235 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1470 ] - 【从小程序定位获取高德地图经纬度定时任务】结束:1640337180235
|
|
2021-12-24 17:18:00.001 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1444 ] - 【从小程序定位获取高德地图经纬度定时任务】开始:1640337480001
|
|
2021-12-24 17:18:00.179 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1470 ] - 【从小程序定位获取高德地图经纬度定时任务】结束:1640337480179
|
|
2021-12-24 17:23:00.014 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1444 ] - 【从小程序定位获取高德地图经纬度定时任务】开始:1640337780014
|
|
2021-12-24 17:23:00.231 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1470 ] - 【从小程序定位获取高德地图经纬度定时任务】结束:1640337780231
|
|
2021-12-24 17:26:00.003 [ scheduling-1 ] - [ INFO ] [ c.e.m.toiletdataupload.ToiletDataUploadProvince : 66 ] - 【数据上报省里定时任务】开始执行:1640337960003
|
|
2021-12-24 17:26:21.127 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 439 ] - I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect
|
|
2021-12-24 17:26:21.128 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 445 ] - Retrying request
|
|
2021-12-24 17:26:42.161 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 439 ] - I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect
|
|
2021-12-24 17:26:42.161 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 445 ] - Retrying request
|
|
2021-12-24 17:27:03.196 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 439 ] - I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect
|
|
2021-12-24 17:27:03.197 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 445 ] - Retrying request
|
|
2021-12-24 17:27:24.217 [ scheduling-1 ] - [ ERROR ] [ c.e.m.toiletdataupload.ToiletDataUploadProvince : 259 ] - 【数据上报定时任务】获取省级公厕编码失败:java.net.ConnectException: Connection timed out: connect
|
|
2021-12-24 17:28:00.005 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1444 ] - 【从小程序定位获取高德地图经纬度定时任务】开始:1640338080005
|
|
2021-12-24 17:28:00.175 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1470 ] - 【从小程序定位获取高德地图经纬度定时任务】结束:1640338080175
|
|
2021-12-24 17:33:00.009 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1444 ] - 【从小程序定位获取高德地图经纬度定时任务】开始:1640338380009
|
|
2021-12-24 17:33:00.196 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1470 ] - 【从小程序定位获取高德地图经纬度定时任务】结束:1640338380196
|
|
2021-12-24 17:37:00.014 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1406 ] - 【为天地图坐标赋值定时任务】开始:1640338620014
|
|
2021-12-24 17:38:00.014 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1444 ] - 【从小程序定位获取高德地图经纬度定时任务】开始:1640338680014
|
|
2021-12-24 17:38:00.164 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1470 ] - 【从小程序定位获取高德地图经纬度定时任务】结束:1640338680164
|
|
2021-12-24 17:43:00.002 [ scheduling-1 ] - [ INFO ] [ c.e.m.t.s.i.ToiletTransformMonthDetailInfoServiceImpl : 176 ] - 开始执行改造提升公厕经纬度赋值定时任务:1640338980002
|
|
2021-12-24 17:43:00.081 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1444 ] - 【从小程序定位获取高德地图经纬度定时任务】开始:1640338980081
|
|
2021-12-24 17:43:00.256 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1470 ] - 【从小程序定位获取高德地图经纬度定时任务】结束:1640338980256
|
|
2021-12-24 17:46:00.003 [ scheduling-1 ] - [ INFO ] [ c.e.m.toiletdataupload.ToiletDataUploadProvince : 66 ] - 【数据上报省里定时任务】开始执行:1640339160003
|
|
2021-12-24 17:46:21.129 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 439 ] - I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect
|
|
2021-12-24 17:46:21.130 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 445 ] - Retrying request
|
|
2021-12-24 17:46:42.182 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 439 ] - I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect
|
|
2021-12-24 17:46:42.183 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 445 ] - Retrying request
|
|
2021-12-24 17:47:03.220 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 439 ] - I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect
|
|
2021-12-24 17:47:03.220 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 445 ] - Retrying request
|
|
2021-12-24 17:47:24.263 [ scheduling-1 ] - [ ERROR ] [ c.e.m.toiletdataupload.ToiletDataUploadProvince : 259 ] - 【数据上报定时任务】获取省级公厕编码失败:java.net.ConnectException: Connection timed out: connect
|
|
2021-12-24 17:48:00.002 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1444 ] - 【从小程序定位获取高德地图经纬度定时任务】开始:1640339280002
|
|
2021-12-24 17:48:00.195 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1470 ] - 【从小程序定位获取高德地图经纬度定时任务】结束:1640339280195
|
|
2021-12-24 17:53:00.009 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1444 ] - 【从小程序定位获取高德地图经纬度定时任务】开始:1640339580009
|
|
2021-12-24 17:53:00.190 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1470 ] - 【从小程序定位获取高德地图经纬度定时任务】结束:1640339580190
|
|
2021-12-24 17:58:00.001 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1444 ] - 【从小程序定位获取高德地图经纬度定时任务】开始:1640339880001
|
|
2021-12-24 17:58:00.176 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1470 ] - 【从小程序定位获取高德地图经纬度定时任务】结束:1640339880176
|
|
2021-12-24 18:03:00.005 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1444 ] - 【从小程序定位获取高德地图经纬度定时任务】开始:1640340180005
|
|
2021-12-24 18:03:00.172 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1470 ] - 【从小程序定位获取高德地图经纬度定时任务】结束:1640340180172
|
|
2021-12-24 18:06:00.012 [ scheduling-1 ] - [ INFO ] [ c.e.m.toiletdataupload.ToiletDataUploadProvince : 66 ] - 【数据上报省里定时任务】开始执行:1640340360012
|
|
2021-12-24 18:06:21.124 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 439 ] - I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect
|
|
2021-12-24 18:06:21.125 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 445 ] - Retrying request
|
|
2021-12-24 18:06:42.170 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 439 ] - I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect
|
|
2021-12-24 18:06:42.171 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 445 ] - Retrying request
|
|
2021-12-24 18:07:03.199 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 439 ] - I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect
|
|
2021-12-24 18:07:03.199 [ scheduling-1 ] - [ INFO ] [ org.apache.commons.httpclient.HttpMethodDirector : 445 ] - Retrying request
|
|
2021-12-24 18:07:24.257 [ scheduling-1 ] - [ ERROR ] [ c.e.m.toiletdataupload.ToiletDataUploadProvince : 259 ] - 【数据上报定时任务】获取省级公厕编码失败:java.net.ConnectException: Connection timed out: connect
|
|
2021-12-24 18:07:24.258 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1406 ] - 【为天地图坐标赋值定时任务】开始:1640340444258
|
|
2021-12-24 18:08:00.000 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1444 ] - 【从小程序定位获取高德地图经纬度定时任务】开始:1640340480000
|
|
2021-12-24 18:08:00.176 [ scheduling-1 ] - [ INFO ] [ c.e.modular.toilet.service.impl.ToiletServiceImpl : 1470 ] - 【从小程序定位获取高德地图经纬度定时任务】结束:1640340480176
|
|
2021-12-24 18:08:14.160 [ Thread-3 ] - [ INFO ] [ c.b.dynamic.datasource.DynamicRoutingDataSource : 184 ] - dynamic-datasource start closing ....
|
|
2021-12-24 18:08:14.164 [ Thread-3 ] - [ INFO ] [ com.alibaba.druid.pool.DruidDataSource : 1825 ] - {dataSource-2} closed
|
|
2021-12-24 18:08:14.170 [ Thread-3 ] - [ INFO ] [ com.alibaba.druid.pool.DruidDataSource : 1825 ] - {dataSource-1} closed
|
|
2021-12-24 18:08:14.170 [ Thread-3 ] - [ INFO ] [ c.b.dynamic.datasource.DynamicRoutingDataSource : 200 ] - dynamic-datasource all closed success,bye
|