org.springframework.web.method.annotation.MethodArgumentTypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'java.lang.Integer'; nested exception is java.lang.NumberFormatException: For input string: "undefined"
at org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.resolveArgument(AbstractNamedValueMethodArgumentResolver.java:131)
at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:124)
at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:161)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:131)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:102)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:891)
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:991)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:925)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:974)
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:866)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:635)
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:851)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
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:52)
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.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:101)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320)
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:66)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270)
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.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
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.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:109)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
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.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
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:107)
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:198)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:800)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:806)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NumberFormatException: For input string: "undefined"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.valueOf(Integer.java:766)
at org.springframework.util.NumberUtils.parseNumber(NumberUtils.java:210)
at org.springframework.beans.propertyeditors.CustomNumberEditor.setAsText(CustomNumberEditor.java:115)
at org.springframework.beans.TypeConverterDelegate.doConvertTextValue(TypeConverterDelegate.java:466)
at org.springframework.beans.TypeConverterDelegate.doConvertValue(TypeConverterDelegate.java:439)
at org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:192)
at org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:99)
at org.springframework.beans.TypeConverterSupport.doConvert(TypeConverterSupport.java:73)
at org.springframework.beans.TypeConverterSupport.convertIfNecessary(TypeConverterSupport.java:52)
at org.springframework.validation.DataBinder.convertIfNecessary(DataBinder.java:692)
at org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.resolveArgument(AbstractNamedValueMethodArgumentResolver.java:123)
... 89 common frames omitted
2021-07-23 12:12:31.419 WARN 37 --- [http-nio-8080-exec-19] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.springframework.web.method.annotation.MethodArgumentTypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'java.lang.Integer'; nested exception is java.lang.NumberFormatException: For input string: "undefined"]
2021-07-23 12:14:11.743 DEBUG 37 --- [http-nio-8080-exec-3] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/2020-B001-专题素养课/2020-B001-3遗传问题详解/)
2021-07-23 12:17:46.990 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务
2021-07-23 12:17:47.372 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 12:17:47.612 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 12:17:47.890 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 12:20:54.432 DEBUG 37 --- [http-nio-8080-exec-7] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/B数学/)
2021-07-23 12:20:57.947 DEBUG 37 --- [http-nio-8080-exec-10] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/B数学/宋超/)
2021-07-23 12:21:02.449 DEBUG 37 --- [http-nio-8080-exec-8] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/B数学/宋超/一轮复习/)
2021-07-23 12:27:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务
2021-07-23 12:27:48.072 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 12:27:48.792 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 12:27:49.695 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 12:30:31.588 DEBUG 37 --- [http-nio-8080-exec-8] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/D物理/王羽(最推荐,ta还有一本书非常好用)/)
2021-07-23 12:30:55.163 DEBUG 37 --- [http-nio-8080-exec-10] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/D物理/王羽(最推荐,ta还有一本书非常好用)/B 实战与拔高班/01 【二轮直播实战类】选择题【实战】法及如何快速排除/)
2021-07-23 12:37:46.990 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务
2021-07-23 12:37:47.781 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 12:37:48.008 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 12:37:48.871 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 12:45:45.369 DEBUG 37 --- [http-nio-8080-exec-1] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/D物理/王羽(最推荐,ta还有一本书非常好用)/B 实战与拔高班/)
2021-07-23 12:47:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务
2021-07-23 12:47:48.001 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 12:47:48.763 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 12:47:49.704 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 12:51:59.424 DEBUG 37 --- [http-nio-8080-exec-1] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/)
2021-07-23 12:52:05.847 DEBUG 37 --- [http-nio-8080-exec-10] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/)
2021-07-23 12:52:09.523 DEBUG 37 --- [http-nio-8080-exec-19] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/)
2021-07-23 12:52:31.790 DEBUG 37 --- [http-nio-8080-exec-3] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/2020-CUEE-SW-C001-必修三选修一选修三突破/)
2021-07-23 12:57:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务
2021-07-23 12:57:47.403 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 12:57:47.729 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 12:57:48.552 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 13:00:06.734 DEBUG 37 --- [http-nio-8080-exec-1] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/B数学/宋超/一轮复习/)
2021-07-23 13:01:30.401 DEBUG 37 --- [http-nio-8080-exec-8] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/李林/A一轮基础课/)
2021-07-23 13:07:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务
2021-07-23 13:07:48.021 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 13:07:48.938 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 13:07:49.857 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 13:17:46.992 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务
2021-07-23 13:17:47.374 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 13:17:47.709 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 13:17:48.646 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 13:22:15.945 DEBUG 37 --- [http-nio-8080-exec-6] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/)
2021-07-23 13:22:58.762 DEBUG 37 --- [http-nio-8080-exec-10] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/A语文/)
2021-07-23 13:23:02.047 DEBUG 37 --- [http-nio-8080-exec-1] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/A语文/杨洋/)
2021-07-23 13:23:12.117 DEBUG 37 --- [http-nio-8080-exec-18] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/)
2021-07-23 13:23:16.092 DEBUG 37 --- [http-nio-8080-exec-16] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/)
2021-07-23 13:23:36.274 DEBUG 37 --- [http-nio-8080-exec-8] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/2020-B001-专题素养课/)
2021-07-23 13:23:49.497 DEBUG 37 --- [http-nio-8080-exec-13] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/2020-CUEE-SW-A高考复习全套/)
2021-07-23 13:27:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务
2021-07-23 13:27:48.062 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 13:27:48.384 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 13:27:49.135 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 13:28:45.638 DEBUG 37 --- [http-nio-8080-exec-16] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/)
2021-07-23 13:28:53.755 DEBUG 37 --- [http-nio-8080-exec-8] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/2020高东辉存档/)
2021-07-23 13:29:08.116 DEBUG 37 --- [http-nio-8080-exec-13] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/高东辉/)
2021-07-23 13:29:14.718 DEBUG 37 --- [http-nio-8080-exec-6] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/高东辉/A暑假班/)
2021-07-23 13:30:30.393 DEBUG 37 --- [http-nio-8080-exec-3] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/高东辉/B秋季班/)
2021-07-23 13:30:43.375 DEBUG 37 --- [http-nio-8080-exec-16] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/高东辉/C寒春班/)
2021-07-23 13:32:28.317 DEBUG 37 --- [http-nio-8080-exec-16] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/高东辉/A暑假班/其他补充资料/)
2021-07-23 13:33:47.002 DEBUG 37 --- [http-nio-8080-exec-19] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/高东辉/B秋季班/选修三/)
2021-07-23 13:36:19.605 DEBUG 37 --- [http-nio-8080-exec-13] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/2020高东辉存档/2020-HX-A一轮复习/)
2021-07-23 13:37:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务
2021-07-23 13:37:47.365 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 13:37:47.688 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 13:37:48.417 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 13:39:14.004 DEBUG 37 --- [http-nio-8080-exec-6] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/D物理/王羽(最推荐,ta还有一本书非常好用)/B 实战与拔高班/01 【二轮直播实战类】选择题【实战】法及如何快速排除/)
2021-07-23 14:07:34.148 INFO 33 --- [main] im.zhaojun.zfile.ZfileApplication : Starting ZfileApplication on eb0130439457 with PID 33 (/root/zfile/WEB-INF/classes started by root in /root/zfile)
2021-07-23 14:07:34.158 DEBUG 33 --- [main] im.zhaojun.zfile.ZfileApplication : Running with Spring Boot v2.0.6.RELEASE, Spring v5.0.10.RELEASE
2021-07-23 14:07:34.159 INFO 33 --- [main] im.zhaojun.zfile.ZfileApplication : The following profiles are active: prod
2021-07-23 14:07:34.398 INFO 33 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@65e98b1c: startup date [Fri Jul 23 14:07:34 GMT+08:00 2021]; root of context hierarchy
2021-07-23 14:07:38.914 INFO 33 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$32417f05] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-07-23 14:07:40.538 INFO 33 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2021-07-23 14:07:40.571 INFO 33 --- [main] o.a.coyote.http11.Http11NioProtocol : Initializing ProtocolHandler ["http-nio-8080"]
2021-07-23 14:07:40.596 INFO 33 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2021-07-23 14:07:40.597 INFO 33 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.34
2021-07-23 14:07:40.623 INFO 33 --- [localhost-startStop-1] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64:/usr/lib/jvm/java-1.8-openjdk/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib]
2021-07-23 14:07:41.088 INFO 33 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2021-07-23 14:07:41.090 INFO 33 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 6691 ms
2021-07-23 14:07:41.357 INFO 33 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/]
2021-07-23 14:07:41.359 INFO 33 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/]
2021-07-23 14:07:41.360 INFO 33 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/]
2021-07-23 14:07:41.360 INFO 33 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/]
2021-07-23 14:07:41.362 INFO 33 --- [localhost-startStop-1] .s.DelegatingFilterProxyRegistrationBean : Mapping filter: 'springSecurityFilterChain' to: [/]
2021-07-23 14:07:41.363 INFO 33 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'corsFilter' to: [/]
2021-07-23 14:07:41.363 INFO 33 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2021-07-23 14:07:41.755 INFO 33 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2021-07-23 14:07:42.115 INFO 33 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2021-07-23 14:07:42.213 INFO 33 --- [main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
2021-07-23 14:07:42.247 INFO 33 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2021-07-23 14:07:42.390 INFO 33 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.17.Final}
2021-07-23 14:07:42.393 INFO 33 --- [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2021-07-23 14:07:42.461 INFO 33 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
2021-07-23 14:07:42.823 INFO 33 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2021-07-23 14:07:44.190 INFO 33 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2021-07-23 14:07:44.346 INFO 33 --- [main] o.s.jdbc.datasource.init.ScriptUtils : Executing SQL script from URL [file:/root/zfile/WEB-INF/classes/db/data.sql]
2021-07-23 14:07:44.371 INFO 33 --- [main] o.s.jdbc.datasource.init.ScriptUtils : Executed SQL script from URL [file:/root/zfile/WEB-INF/classes/db/data.sql] in 13 ms.
2021-07-23 14:07:44.845 INFO 33 --- [main] o.h.h.i.QueryTranslatorFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory
2021-07-23 14:07:46.353 DEBUG 33 --- [main] im.zhaojun.zfile.context.DriveContext : 尝试初始化驱动器, driveId: 1
2021-07-23 14:07:50.002 DEBUG 33 --- [main] im.zhaojun.zfile.context.DriveContext : 初始化驱动器成功, driveId: 1
2021-07-23 14:07:50.049 INFO 33 --- [main] im.zhaojun.zfile.context.DriveContext : 启动时初始化驱动器成功, 驱动器信息: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 14:07:50.086 DEBUG 33 --- [main] im.zhaojun.zfile.context.DriveContext : 尝试初始化驱动器, driveId: 2
2021-07-23 14:07:52.298 DEBUG 33 --- [main] im.zhaojun.zfile.context.DriveContext : 初始化驱动器成功, driveId: 2
2021-07-23 14:07:52.298 INFO 33 --- [main] im.zhaojun.zfile.context.DriveContext : 启动时初始化驱动器成功, 驱动器信息: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 14:07:52.374 DEBUG 33 --- [main] im.zhaojun.zfile.context.DriveContext : 尝试初始化驱动器, driveId: 3
2021-07-23 14:07:55.096 DEBUG 33 --- [main] im.zhaojun.zfile.context.DriveContext : 初始化驱动器成功, driveId: 3
2021-07-23 14:07:55.096 INFO 33 --- [main] im.zhaojun.zfile.context.DriveContext : 启动时初始化驱动器成功, 驱动器信息: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 14:07:56.808 INFO 33 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/', OPTIONS], []
2021-07-23 14:07:57.154 INFO 33 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@69c33ea2, org.springframework.security.web.context.SecurityContextPersistenceFilter@246df37b, org.springframework.security.web.header.HeaderWriterFilter@18b04526, org.springframework.web.filter.CorsFilter@dee95ca, org.springframework.security.web.authentication.logout.LogoutFilter@131c0b6f, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@1be3f8f8, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2c56eba5, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2570b316, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@59e0d521, org.springframework.security.web.session.SessionManagementFilter@31b6fb14, org.springframework.security.web.access.ExceptionTranslationFilter@1f6c4ae, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@54234569]
2021-07-23 14:07:57.357 INFO 33 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [//favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2021-07-23 14:07:57.562 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@65e98b1c: startup date [Fri Jul 23 14:07:34 GMT+08:00 2021]; root of context hierarchy
2021-07-23 14:07:57.660 WARN 33 --- [main] aWebConfiguration$JpaWebMvcConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-07-23 14:07:57.728 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/config],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.AdminController.getConfig()
2021-07-23 14:07:57.731 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/update-pwd],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.AdminController.updatePwd(java.lang.String,java.lang.String)
2021-07-23 14:07:57.732 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/config],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.AdminController.updateConfig(im.zhaojun.zfile.model.dto.SystemConfigDTO)
2021-07-23 14:07:57.739 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/clear],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.clearCache(java.lang.Integer)
2021-07-23 14:07:57.740 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/enable],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.enableCache(java.lang.Integer)
2021-07-23 14:07:57.741 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/disable],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.disableCache(java.lang.Integer)
2021-07-23 14:07:57.742 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/info],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.cacheInfo(java.lang.Integer)
2021-07-23 14:07:57.743 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/refresh],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.refreshCache(java.lang.Integer,java.lang.String) throws java.lang.Exception
2021-07-23 14:07:57.744 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/auto-refresh/start],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.enableAutoRefresh(java.lang.Integer)
2021-07-23 14:07:57.745 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/auto-refresh/stop],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.disableAutoRefresh(java.lang.Integer)
2021-07-23 14:07:57.747 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/debug/resetPwd],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DebugController.resetPwd()
2021-07-23 14:07:57.760 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}/filters],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.getFilters(java.lang.Integer)
2021-07-23 14:07:57.762 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drives],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.driveList()
2021-07-23 14:07:57.762 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.driveItem(java.lang.Integer)
2021-07-23 14:07:57.763 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.saveDriveItem(im.zhaojun.zfile.model.dto.DriveConfigDTO)
2021-07-23 14:07:57.764 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}],methods=[DELETE]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.deleteDriveItem(java.lang.Integer)
2021-07-23 14:07:57.765 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}/filters],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.saveFilters(java.util.List,java.lang.Integer)
2021-07-23 14:07:57.767 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/drag],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.saveDriveDrag(java.util.List)
2021-07-23 14:07:57.768 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/updateId],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.updateDriveId(java.lang.Integer,java.lang.Integer)
2021-07-23 14:07:57.769 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}/enable],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.enable(java.lang.Integer)
2021-07-23 14:07:57.770 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}/disable],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.disable(java.lang.Integer)
2021-07-23 14:07:57.771 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/log],methods=[GET]}" onto public org.springframework.http.ResponseEntity im.zhaojun.zfile.controller.admin.LogController.downloadLog()
2021-07-23 14:07:57.773 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/support-strategy],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.MateDataController.supportStrategy()
2021-07-23 14:07:57.774 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/strategy-form],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.MateDataController.getFormByStorageType(im.zhaojun.zfile.model.enums.StorageTypeEnum)
2021-07-23 14:07:57.776 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/link/delete/{id}],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.ShortLinkManagerController.deleteById(java.lang.Integer)
2021-07-23 14:07:57.777 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/link/list],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.ShortLinkManagerController.list(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.String)
2021-07-23 14:07:57.778 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/directlink/{driveId}/],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.home.DirectLinkController.directlink(java.lang.Integer,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException
2021-07-23 14:07:57.781 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/drive/list],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.FileController.drives()
2021-07-23 14:07:57.782 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/list/{driveId}],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.FileController.list(java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.lang.Exception
2021-07-23 14:07:57.788 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/common/audio-info],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.FileParseController.getAudioInfo(java.lang.String) throws java.lang.Exception
2021-07-23 14:07:57.790 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/common/content],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.FileParseController.getContent(java.lang.String)
2021-07-23 14:07:57.792 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/file/{driveId}/],methods=[GET]}" onto public void im.zhaojun.zfile.controller.home.LocalController.downAttachment(java.lang.Integer,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2021-07-23 14:07:57.794 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/s/{key}],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.home.ShortLinkController.parseShortKey(java.lang.String)
2021-07-23 14:07:57.795 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/api/short-link/key],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.ShortLinkController.updateShortKey(java.lang.Integer,java.lang.String)
2021-07-23 14:07:57.796 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/api/short-link],methods=[DELETE]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.ShortLinkController.batchDelete(java.lang.Integer[])
2021-07-23 14:07:57.796 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/short-link],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.ShortLinkController.shortLink(java.lang.String,java.lang.String)
2021-07-23 14:07:57.797 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/install],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.install.InstallController.install(im.zhaojun.zfile.model.dto.SystemConfigDTO)
2021-07-23 14:07:57.798 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/is-installed],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.install.InstallController.isInstall()
2021-07-23 14:07:57.801 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/onedrive/authorize || /onedirve/authorize],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.onedrive.OneDriveCallbackController.authorize()
2021-07-23 14:07:57.801 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/onedrive/china-callback || /onedirve/china-callback],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.onedrive.OneDriveCallbackController.oneDriveChinaCallback(java.lang.String,org.springframework.ui.Model)
2021-07-23 14:07:57.808 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/onedrive/china-authorize || /onedirve/china-authorize],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.onedrive.OneDriveCallbackController.authorizeChina()
2021-07-23 14:07:57.809 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/onedrive/callback || /onedirve/callback],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.onedrive.OneDriveCallbackController.oneDriveCallback(java.lang.String,org.springframework.ui.Model)
2021-07-23 14:07:57.816 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/sharepoint/getDomainPrefix],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.onedrive.SharePointHelperController.getDomainPrefix(im.zhaojun.zfile.model.dto.SharePointInfoVO)
2021-07-23 14:07:57.818 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/sharepoint/getSiteId],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.onedrive.SharePointHelperController.getSiteId(im.zhaojun.zfile.model.dto.SharePointInfoVO)
2021-07-23 14:07:57.825 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2021-07-23 14:07:57.826 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2021-07-23 14:07:57.892 INFO 33 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2021-07-23 14:07:57.893 INFO 33 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2021-07-23 14:07:57.949 INFO 33 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in globleExceptionHandler
2021-07-23 14:07:58.141 INFO 33 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2021-07-23 14:07:58.598 INFO 33 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2021-07-23 14:07:58.602 INFO 33 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'dataSource' has been autodetected for JMX exposure
2021-07-23 14:07:58.615 INFO 33 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'dataSource': registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource]
2021-07-23 14:07:58.637 INFO 33 --- [main] s.a.ScheduledAnnotationBeanPostProcessor : No TaskScheduler/ScheduledExecutorService bean found for scheduled processing
2021-07-23 14:07:58.650 INFO 33 --- [main] o.a.coyote.http11.Http11NioProtocol : Starting ProtocolHandler ["http-nio-8080"]
2021-07-23 14:07:58.666 INFO 33 --- [main] o.a.tomcat.util.net.NioSelectorPool : Using a shared selector for servlet write/read
2021-07-23 14:07:58.757 INFO 33 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
2021-07-23 14:07:58.768 INFO 33 --- [main] im.zhaojun.zfile.ZfileApplication : Started ZfileApplication in 26.382 seconds (JVM running for 27.309)
2021-07-23 14:07:58.821 INFO 33 --- [main] im.zhaojun.zfile.util.StartupListener : ZFile started at http://172.17.0.2:8080http://127.0.0.1:8080
2021-07-23 14:07:58.822 INFO 33 --- [main] im.zhaojun.zfile.util.StartupListener : ZFile Admin started at http://172.17.0.2:8080/#/adminhttp://127.0.0.1:8080/#/admin
2021-07-23 14:06:21.881 INFO 34 --- [main] im.zhaojun.zfile.ZfileApplication : Starting ZfileApplication on eb0130439457 with PID 34 (/root/zfile/WEB-INF/classes started by root in /root/zfile)
2021-07-23 14:06:21.890 DEBUG 34 --- [main] im.zhaojun.zfile.ZfileApplication : Running with Spring Boot v2.0.6.RELEASE, Spring v5.0.10.RELEASE
2021-07-23 14:06:21.890 INFO 34 --- [main] im.zhaojun.zfile.ZfileApplication : The following profiles are active: prod
2021-07-23 14:06:22.059 INFO 34 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@65e98b1c: startup date [Fri Jul 23 14:06:22 GMT+08:00 2021]; root of context hierarchy
2021-07-23 14:06:25.621 INFO 34 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$5dcf691e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-07-23 14:06:26.820 INFO 34 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2021-07-23 14:06:26.863 INFO 34 --- [main] o.a.coyote.http11.Http11NioProtocol : Initializing ProtocolHandler ["http-nio-8080"]
2021-07-23 14:06:26.891 INFO 34 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2021-07-23 14:06:26.892 INFO 34 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.34
2021-07-23 14:06:26.914 INFO 34 --- [localhost-startStop-1] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64:/usr/lib/jvm/java-1.8-openjdk/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib]
2021-07-23 14:06:27.319 INFO 34 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2021-07-23 14:06:27.320 INFO 34 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 5261 ms
2021-07-23 14:06:27.630 INFO 34 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/]
2021-07-23 14:06:27.632 INFO 34 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/]
2021-07-23 14:06:27.633 INFO 34 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/]
2021-07-23 14:06:27.633 INFO 34 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/]
2021-07-23 14:06:27.635 INFO 34 --- [localhost-startStop-1] .s.DelegatingFilterProxyRegistrationBean : Mapping filter: 'springSecurityFilterChain' to: [/]
2021-07-23 14:06:27.636 INFO 34 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'corsFilter' to: [/]
2021-07-23 14:06:27.637 INFO 34 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2021-07-23 14:06:28.037 INFO 34 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2021-07-23 14:06:28.499 INFO 34 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2021-07-23 14:06:28.650 INFO 34 --- [main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
2021-07-23 14:06:28.698 INFO 34 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2021-07-23 14:06:28.975 INFO 34 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.17.Final}
2021-07-23 14:06:28.985 INFO 34 --- [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2021-07-23 14:06:29.114 INFO 34 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
2021-07-23 14:06:29.556 INFO 34 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2021-07-23 14:06:31.088 INFO 34 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2021-07-23 14:06:31.244 INFO 34 --- [main] o.s.jdbc.datasource.init.ScriptUtils : Executing SQL script from URL [file:/root/zfile/WEB-INF/classes/db/data.sql]
2021-07-23 14:06:31.348 INFO 34 --- [main] o.s.jdbc.datasource.init.ScriptUtils : Executed SQL script from URL [file:/root/zfile/WEB-INF/classes/db/data.sql] in 103 ms.
2021-07-23 14:06:32.095 INFO 34 --- [main] o.h.h.i.QueryTranslatorFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory
2021-07-23 14:06:33.832 DEBUG 34 --- [main] im.zhaojun.zfile.context.DriveContext : 尝试初始化驱动器, driveId: 1
2021-07-23 14:06:39.941 DEBUG 34 --- [main] im.zhaojun.zfile.context.DriveContext : 初始化驱动器成功, driveId: 1
2021-07-23 14:06:39.981 INFO 34 --- [main] im.zhaojun.zfile.context.DriveContext : 启动时初始化驱动器成功, 驱动器信息: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 14:06:40.007 DEBUG 34 --- [main] im.zhaojun.zfile.context.DriveContext : 尝试初始化驱动器, driveId: 2
2021-07-23 14:06:41.205 DEBUG 34 --- [main] im.zhaojun.zfile.context.DriveContext : 初始化驱动器成功, driveId: 2
2021-07-23 14:06:41.205 INFO 34 --- [main] im.zhaojun.zfile.context.DriveContext : 启动时初始化驱动器成功, 驱动器信息: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 14:06:41.241 DEBUG 34 --- [main] im.zhaojun.zfile.context.DriveContext : 尝试初始化驱动器, driveId: 3
2021-07-23 14:06:42.399 DEBUG 34 --- [main] im.zhaojun.zfile.context.DriveContext : 初始化驱动器成功, driveId: 3
2021-07-23 14:06:42.400 INFO 34 --- [main] im.zhaojun.zfile.context.DriveContext : 启动时初始化驱动器成功, 驱动器信息: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 14:06:43.272 INFO 34 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/', OPTIONS], []
2021-07-23 14:06:43.476 INFO 34 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@21ea1d9d, org.springframework.security.web.context.SecurityContextPersistenceFilter@fde487b, org.springframework.security.web.header.HeaderWriterFilter@6b751cb1, org.springframework.web.filter.CorsFilter@20d6cc06, org.springframework.security.web.authentication.logout.LogoutFilter@246df37b, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@11cc9e1e, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3add5e17, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@b808af5, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@19f497aa, org.springframework.security.web.session.SessionManagementFilter@4ec427, org.springframework.security.web.access.ExceptionTranslationFilter@6f112f70, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@79c4f23b]
2021-07-23 14:06:43.757 INFO 34 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [//favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2021-07-23 14:06:44.012 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@65e98b1c: startup date [Fri Jul 23 14:06:22 GMT+08:00 2021]; root of context hierarchy
2021-07-23 14:06:44.107 WARN 34 --- [main] aWebConfiguration$JpaWebMvcConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-07-23 14:06:44.177 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/config],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.AdminController.getConfig()
2021-07-23 14:06:44.180 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/update-pwd],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.AdminController.updatePwd(java.lang.String,java.lang.String)
2021-07-23 14:06:44.181 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/config],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.AdminController.updateConfig(im.zhaojun.zfile.model.dto.SystemConfigDTO)
2021-07-23 14:06:44.187 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/clear],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.clearCache(java.lang.Integer)
2021-07-23 14:06:44.188 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/disable],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.disableCache(java.lang.Integer)
2021-07-23 14:06:44.189 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/info],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.cacheInfo(java.lang.Integer)
2021-07-23 14:06:44.190 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/refresh],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.refreshCache(java.lang.Integer,java.lang.String) throws java.lang.Exception
2021-07-23 14:06:44.191 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/auto-refresh/start],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.enableAutoRefresh(java.lang.Integer)
2021-07-23 14:06:44.192 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/auto-refresh/stop],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.disableAutoRefresh(java.lang.Integer)
2021-07-23 14:06:44.193 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/enable],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.enableCache(java.lang.Integer)
2021-07-23 14:06:44.195 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/debug/resetPwd],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DebugController.resetPwd()
2021-07-23 14:06:44.206 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}/filters],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.getFilters(java.lang.Integer)
2021-07-23 14:06:44.207 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drives],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.driveList()
2021-07-23 14:06:44.208 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.driveItem(java.lang.Integer)
2021-07-23 14:06:44.209 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.saveDriveItem(im.zhaojun.zfile.model.dto.DriveConfigDTO)
2021-07-23 14:06:44.210 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}],methods=[DELETE]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.deleteDriveItem(java.lang.Integer)
2021-07-23 14:06:44.211 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}/filters],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.saveFilters(java.util.List,java.lang.Integer)
2021-07-23 14:06:44.212 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/drag],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.saveDriveDrag(java.util.List)
2021-07-23 14:06:44.213 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/updateId],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.updateDriveId(java.lang.Integer,java.lang.Integer)
2021-07-23 14:06:44.214 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}/enable],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.enable(java.lang.Integer)
2021-07-23 14:06:44.215 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}/disable],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.disable(java.lang.Integer)
2021-07-23 14:06:44.217 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/log],methods=[GET]}" onto public org.springframework.http.ResponseEntity im.zhaojun.zfile.controller.admin.LogController.downloadLog()
2021-07-23 14:06:44.219 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/support-strategy],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.MateDataController.supportStrategy()
2021-07-23 14:06:44.220 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/strategy-form],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.MateDataController.getFormByStorageType(im.zhaojun.zfile.model.enums.StorageTypeEnum)
2021-07-23 14:06:44.221 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/link/delete/{id}],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.ShortLinkManagerController.deleteById(java.lang.Integer)
2021-07-23 14:06:44.222 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/link/list],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.ShortLinkManagerController.list(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.String)
2021-07-23 14:06:44.224 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/directlink/{driveId}/],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.home.DirectLinkController.directlink(java.lang.Integer,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException
2021-07-23 14:06:44.227 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/drive/list],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.FileController.drives()
2021-07-23 14:06:44.229 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/list/{driveId}],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.FileController.list(java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.lang.Exception
2021-07-23 14:06:44.236 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/common/audio-info],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.FileParseController.getAudioInfo(java.lang.String) throws java.lang.Exception
2021-07-23 14:06:44.238 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/common/content],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.FileParseController.getContent(java.lang.String)
2021-07-23 14:06:44.240 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/file/{driveId}/],methods=[GET]}" onto public void im.zhaojun.zfile.controller.home.LocalController.downAttachment(java.lang.Integer,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2021-07-23 14:06:44.242 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/short-link],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.ShortLinkController.shortLink(java.lang.String,java.lang.String)
2021-07-23 14:06:44.243 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/s/{key}],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.home.ShortLinkController.parseShortKey(java.lang.String)
2021-07-23 14:06:44.244 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/api/short-link/key],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.ShortLinkController.updateShortKey(java.lang.Integer,java.lang.String)
2021-07-23 14:06:44.245 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/api/short-link],methods=[DELETE]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.ShortLinkController.batchDelete(java.lang.Integer[])
2021-07-23 14:06:44.247 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/install],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.install.InstallController.install(im.zhaojun.zfile.model.dto.SystemConfigDTO)
2021-07-23 14:06:44.248 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/is-installed],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.install.InstallController.isInstall()
2021-07-23 14:06:44.250 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/onedrive/callback || /onedirve/callback],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.onedrive.OneDriveCallbackController.oneDriveCallback(java.lang.String,org.springframework.ui.Model)
2021-07-23 14:06:44.251 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/onedrive/authorize || /onedirve/authorize],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.onedrive.OneDriveCallbackController.authorize()
2021-07-23 14:06:44.252 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/onedrive/china-callback || /onedirve/china-callback],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.onedrive.OneDriveCallbackController.oneDriveChinaCallback(java.lang.String,org.springframework.ui.Model)
2021-07-23 14:06:44.252 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/onedrive/china-authorize || /onedirve/china-authorize],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.onedrive.OneDriveCallbackController.authorizeChina()
2021-07-23 14:06:44.258 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/sharepoint/getSiteId],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.onedrive.SharePointHelperController.getSiteId(im.zhaojun.zfile.model.dto.SharePointInfoVO)
2021-07-23 14:06:44.259 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/sharepoint/getDomainPrefix],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.onedrive.SharePointHelperController.getDomainPrefix(im.zhaojun.zfile.model.dto.SharePointInfoVO)
2021-07-23 14:06:44.264 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2021-07-23 14:06:44.266 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2021-07-23 14:06:44.344 INFO 34 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2021-07-23 14:06:44.345 INFO 34 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2021-07-23 14:06:44.386 INFO 34 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in globleExceptionHandler
2021-07-23 14:06:44.611 INFO 34 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2021-07-23 14:06:45.038 INFO 34 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2021-07-23 14:06:45.041 INFO 34 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'dataSource' has been autodetected for JMX exposure
2021-07-23 14:06:45.052 INFO 34 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'dataSource': registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource]
2021-07-23 14:06:45.068 INFO 34 --- [main] s.a.ScheduledAnnotationBeanPostProcessor : No TaskScheduler/ScheduledExecutorService bean found for scheduled processing
2021-07-23 14:06:45.082 INFO 34 --- [main] o.a.coyote.http11.Http11NioProtocol : Starting ProtocolHandler ["http-nio-8080"]
2021-07-23 14:06:45.093 INFO 34 --- [main] o.a.tomcat.util.net.NioSelectorPool : Using a shared selector for servlet write/read
2021-07-23 14:06:45.122 INFO 34 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
2021-07-23 14:06:45.130 INFO 34 --- [main] im.zhaojun.zfile.ZfileApplication : Started ZfileApplication in 24.69 seconds (JVM running for 25.604)
2021-07-23 14:06:45.137 INFO 34 --- [main] im.zhaojun.zfile.util.StartupListener : ZFile started at http://172.17.0.2:8080http://127.0.0.1:8080
2021-07-23 14:06:45.138 INFO 34 --- [main] im.zhaojun.zfile.util.StartupListener : ZFile Admin started at http://172.17.0.2:8080/#/adminhttp://127.0.0.1:8080/#/admin
2021-07-23 14:07:15.079 DEBUG 34 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务
2021-07-23 14:07:15.564 INFO 34 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 14:07:15.848 INFO 34 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 14:07:16.274 INFO 34 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 14:10:58.469 INFO 36 --- [main] im.zhaojun.zfile.ZfileApplication : Starting ZfileApplication on 31e2bfabf68d with PID 36 (/root/zfile/WEB-INF/classes started by root in /root/zfile)
2021-07-23 14:10:58.476 DEBUG 36 --- [main] im.zhaojun.zfile.ZfileApplication : Running with Spring Boot v2.0.6.RELEASE, Spring v5.0.10.RELEASE
2021-07-23 14:10:58.477 INFO 36 --- [main] im.zhaojun.zfile.ZfileApplication : The following profiles are active: prod
2021-07-23 14:10:58.582 INFO 36 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7c9d8e2: startup date [Fri Jul 23 14:10:58 GMT+08:00 2021]; root of context hierarchy
2021-07-23 14:11:02.043 INFO 36 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$4fafa9bb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-07-23 14:11:03.576 INFO 36 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2021-07-23 14:11:03.631 INFO 36 --- [main] o.a.coyote.http11.Http11NioProtocol : Initializing ProtocolHandler ["http-nio-8080"]
2021-07-23 14:11:03.662 INFO 36 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2021-07-23 14:11:03.663 INFO 36 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.34
2021-07-23 14:11:03.707 INFO 36 --- [localhost-startStop-1] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64:/usr/lib/jvm/java-1.8-openjdk/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib]
2021-07-23 14:11:04.394 INFO 36 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2021-07-23 14:11:04.395 INFO 36 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 5813 ms
2021-07-23 14:11:04.724 INFO 36 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/]
2021-07-23 14:11:04.725 INFO 36 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/]
2021-07-23 14:11:04.726 INFO 36 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/]
2021-07-23 14:11:04.727 INFO 36 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/]
2021-07-23 14:11:04.729 INFO 36 --- [localhost-startStop-1] .s.DelegatingFilterProxyRegistrationBean : Mapping filter: 'springSecurityFilterChain' to: [/]
2021-07-23 14:11:04.729 INFO 36 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'corsFilter' to: [/]
2021-07-23 14:11:04.731 INFO 36 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2021-07-23 14:11:05.187 INFO 36 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2021-07-23 14:11:05.560 INFO 36 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2021-07-23 14:11:05.677 INFO 36 --- [main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
2021-07-23 14:11:05.708 INFO 36 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2021-07-23 14:11:05.828 INFO 36 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.17.Final}
2021-07-23 14:11:05.832 INFO 36 --- [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2021-07-23 14:11:05.890 INFO 36 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
2021-07-23 14:11:06.133 INFO 36 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2021-07-23 14:11:07.437 INFO 36 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2021-07-23 14:11:07.774 INFO 36 --- [main] o.s.jdbc.datasource.init.ScriptUtils : Executing SQL script from URL [file:/root/zfile/WEB-INF/classes/db/data.sql]
2021-07-23 14:11:07.790 INFO 36 --- [main] o.s.jdbc.datasource.init.ScriptUtils : Executed SQL script from URL [file:/root/zfile/WEB-INF/classes/db/data.sql] in 15 ms.
2021-07-23 14:11:08.284 INFO 36 --- [main] o.h.h.i.QueryTranslatorFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory
2021-07-23 14:11:10.102 DEBUG 36 --- [main] im.zhaojun.zfile.context.DriveContext : 尝试初始化驱动器, driveId: 1
2021-07-23 14:11:12.824 DEBUG 36 --- [main] im.zhaojun.zfile.context.DriveContext : 初始化驱动器成功, driveId: 1
2021-07-23 14:11:12.859 INFO 36 --- [main] im.zhaojun.zfile.context.DriveContext : 启动时初始化驱动器成功, 驱动器信息: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 14:11:12.888 DEBUG 36 --- [main] im.zhaojun.zfile.context.DriveContext : 尝试初始化驱动器, driveId: 2
2021-07-23 14:11:14.199 DEBUG 36 --- [main] im.zhaojun.zfile.context.DriveContext : 初始化驱动器成功, driveId: 2
2021-07-23 14:11:14.200 INFO 36 --- [main] im.zhaojun.zfile.context.DriveContext : 启动时初始化驱动器成功, 驱动器信息: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 14:11:14.228 DEBUG 36 --- [main] im.zhaojun.zfile.context.DriveContext : 尝试初始化驱动器, driveId: 3
2021-07-23 14:11:16.090 DEBUG 36 --- [main] im.zhaojun.zfile.context.DriveContext : 初始化驱动器成功, driveId: 3
2021-07-23 14:11:16.091 INFO 36 --- [main] im.zhaojun.zfile.context.DriveContext : 启动时初始化驱动器成功, 驱动器信息: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 14:11:17.205 INFO 36 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/', OPTIONS], []
2021-07-23 14:11:17.382 INFO 36 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1be3f8f8, org.springframework.security.web.context.SecurityContextPersistenceFilter@18b04526, org.springframework.security.web.header.HeaderWriterFilter@5b490d5e, org.springframework.web.filter.CorsFilter@51641aa4, org.springframework.security.web.authentication.logout.LogoutFilter@56881196, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@2efcc0b3, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@31b6fb14, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@75b363c3, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@78b9155e, org.springframework.security.web.session.SessionManagementFilter@26270b77, org.springframework.security.web.access.ExceptionTranslationFilter@1c58d7be, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5315266]
2021-07-23 14:11:17.530 INFO 36 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [//favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2021-07-23 14:11:17.724 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7c9d8e2: startup date [Fri Jul 23 14:10:58 GMT+08:00 2021]; root of context hierarchy
2021-07-23 14:11:17.832 WARN 36 --- [main] aWebConfiguration$JpaWebMvcConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-07-23 14:11:17.902 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/config],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.AdminController.getConfig()
2021-07-23 14:11:17.904 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/update-pwd],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.AdminController.updatePwd(java.lang.String,java.lang.String)
2021-07-23 14:11:17.905 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/config],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.AdminController.updateConfig(im.zhaojun.zfile.model.dto.SystemConfigDTO)
2021-07-23 14:11:17.911 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/clear],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.clearCache(java.lang.Integer)
2021-07-23 14:11:17.913 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/disable],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.disableCache(java.lang.Integer)
2021-07-23 14:11:17.914 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/info],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.cacheInfo(java.lang.Integer)
2021-07-23 14:11:17.915 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/refresh],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.refreshCache(java.lang.Integer,java.lang.String) throws java.lang.Exception
2021-07-23 14:11:17.916 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/auto-refresh/start],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.enableAutoRefresh(java.lang.Integer)
2021-07-23 14:11:17.918 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/auto-refresh/stop],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.disableAutoRefresh(java.lang.Integer)
2021-07-23 14:11:17.919 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/enable],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.enableCache(java.lang.Integer)
2021-07-23 14:11:17.921 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/debug/resetPwd],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DebugController.resetPwd()
2021-07-23 14:11:17.939 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}/filters],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.getFilters(java.lang.Integer)
2021-07-23 14:11:17.940 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/updateId],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.updateDriveId(java.lang.Integer,java.lang.Integer)
2021-07-23 14:11:17.941 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drives],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.driveList()
2021-07-23 14:11:17.942 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.driveItem(java.lang.Integer)
2021-07-23 14:11:17.943 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.saveDriveItem(im.zhaojun.zfile.model.dto.DriveConfigDTO)
2021-07-23 14:11:17.944 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}],methods=[DELETE]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.deleteDriveItem(java.lang.Integer)
2021-07-23 14:11:17.946 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}/filters],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.saveFilters(java.util.List,java.lang.Integer)
2021-07-23 14:11:17.947 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/drag],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.saveDriveDrag(java.util.List)
2021-07-23 14:11:17.948 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}/enable],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.enable(java.lang.Integer)
2021-07-23 14:11:17.948 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}/disable],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.disable(java.lang.Integer)
2021-07-23 14:11:17.953 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/log],methods=[GET]}" onto public org.springframework.http.ResponseEntity im.zhaojun.zfile.controller.admin.LogController.downloadLog()
2021-07-23 14:11:17.956 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/support-strategy],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.MateDataController.supportStrategy()
2021-07-23 14:11:17.957 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/strategy-form],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.MateDataController.getFormByStorageType(im.zhaojun.zfile.model.enums.StorageTypeEnum)
2021-07-23 14:11:17.966 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/link/delete/{id}],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.ShortLinkManagerController.deleteById(java.lang.Integer)
2021-07-23 14:11:17.967 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/link/list],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.ShortLinkManagerController.list(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.String)
2021-07-23 14:11:17.970 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/directlink/{driveId}/],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.home.DirectLinkController.directlink(java.lang.Integer,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException
2021-07-23 14:11:17.974 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/drive/list],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.FileController.drives()
2021-07-23 14:11:17.975 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/list/{driveId}],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.FileController.list(java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.lang.Exception
2021-07-23 14:11:17.984 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/common/audio-info],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.FileParseController.getAudioInfo(java.lang.String) throws java.lang.Exception
2021-07-23 14:11:17.985 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/common/content],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.FileParseController.getContent(java.lang.String)
2021-07-23 14:11:17.988 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/file/{driveId}/],methods=[GET]}" onto public void im.zhaojun.zfile.controller.home.LocalController.downAttachment(java.lang.Integer,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2021-07-23 14:11:17.992 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/short-link],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.ShortLinkController.shortLink(java.lang.String,java.lang.String)
2021-07-23 14:11:17.993 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/s/{key}],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.home.ShortLinkController.parseShortKey(java.lang.String)
2021-07-23 14:11:17.993 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/api/short-link/key],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.ShortLinkController.updateShortKey(java.lang.Integer,java.lang.String)
2021-07-23 14:11:17.994 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/api/short-link],methods=[DELETE]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.ShortLinkController.batchDelete(java.lang.Integer[])
2021-07-23 14:11:17.996 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/install],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.install.InstallController.install(im.zhaojun.zfile.model.dto.SystemConfigDTO)
2021-07-23 14:11:17.997 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/is-installed],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.install.InstallController.isInstall()
2021-07-23 14:11:18.001 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/onedrive/callback || /onedirve/callback],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.onedrive.OneDriveCallbackController.oneDriveCallback(java.lang.String,org.springframework.ui.Model)
2021-07-23 14:11:18.002 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/onedrive/authorize || /onedirve/authorize],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.onedrive.OneDriveCallbackController.authorize()
2021-07-23 14:11:18.003 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/onedrive/china-callback || /onedirve/china-callback],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.onedrive.OneDriveCallbackController.oneDriveChinaCallback(java.lang.String,org.springframework.ui.Model)
2021-07-23 14:11:18.004 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/onedrive/china-authorize || /onedirve/china-authorize],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.onedrive.OneDriveCallbackController.authorizeChina()
2021-07-23 14:11:18.013 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/sharepoint/getSiteId],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.onedrive.SharePointHelperController.getSiteId(im.zhaojun.zfile.model.dto.SharePointInfoVO)
2021-07-23 14:11:18.015 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/sharepoint/getDomainPrefix],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.onedrive.SharePointHelperController.getDomainPrefix(im.zhaojun.zfile.model.dto.SharePointInfoVO)
2021-07-23 14:11:18.023 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2021-07-23 14:11:18.024 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2021-07-23 14:11:18.087 INFO 36 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2021-07-23 14:11:18.089 INFO 36 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2021-07-23 14:11:18.127 INFO 36 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in globleExceptionHandler
2021-07-23 14:11:18.449 INFO 36 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2021-07-23 14:11:18.929 INFO 36 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2021-07-23 14:11:18.935 INFO 36 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'dataSource' has been autodetected for JMX exposure
2021-07-23 14:11:18.955 INFO 36 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'dataSource': registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource]
2021-07-23 14:11:18.978 INFO 36 --- [main] s.a.ScheduledAnnotationBeanPostProcessor : No TaskScheduler/ScheduledExecutorService bean found for scheduled processing
2021-07-23 14:11:18.995 INFO 36 --- [main] o.a.coyote.http11.Http11NioProtocol : Starting ProtocolHandler ["http-nio-8080"]
2021-07-23 14:11:19.010 INFO 36 --- [main] o.a.tomcat.util.net.NioSelectorPool : Using a shared selector for servlet write/read
2021-07-23 14:11:19.067 INFO 36 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
2021-07-23 14:11:19.089 INFO 36 --- [main] im.zhaojun.zfile.ZfileApplication : Started ZfileApplication in 21.714 seconds (JVM running for 22.307)
2021-07-23 14:11:19.098 INFO 36 --- [main] im.zhaojun.zfile.util.StartupListener : ZFile started at http://172.17.0.2:8080http://127.0.0.1:8080
2021-07-23 14:11:19.098 INFO 36 --- [main] im.zhaojun.zfile.util.StartupListener : ZFile Admin started at http://172.17.0.2:8080/#/adminhttp://127.0.0.1:8080/#/admin
2021-07-23 14:11:27.722 INFO 36 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring FrameworkServlet 'dispatcherServlet'
2021-07-23 14:11:27.725 INFO 36 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization started
2021-07-23 14:11:27.809 INFO 36 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization completed in 82 ms
2021-07-23 14:11:38.628 DEBUG 36 --- [http-nio-8080-exec-7] im.zhaojun.zfile.cache.ZFileCache : 开启缓存自动刷新 driveId: 1
2021-07-23 14:11:48.991 DEBUG 36 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务
2021-07-23 14:11:49.552 INFO 36 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 14:11:49.911 INFO 36 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
2021-07-23 14:11:50.910 INFO 36 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
我的环境
无法登录。CentOS8.4。
错误日志
无法打开网站,日志如下 2021-07-23 00:00:30.217 DEBUG 37 --- [http-nio-8080-exec-16] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/) 2021-07-23 00:00:42.770 DEBUG 37 --- [http-nio-8080-exec-7] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/) 2021-07-23 00:01:22.985 DEBUG 37 --- [http-nio-8080-exec-10] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/2020-CUEE-SW-A高考复习全套/) 2021-07-23 00:01:42.042 DEBUG 37 --- [http-nio-8080-exec-7] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/李林/) 2021-07-23 00:01:49.380 DEBUG 37 --- [http-nio-8080-exec-16] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/李林/A一轮基础课/) 2021-07-23 00:07:08.066 DEBUG 37 --- [http-nio-8080-exec-3] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/B数学/苗金利(旧)/) 2021-07-23 00:07:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 00:07:48.029 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 00:07:48.756 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 00:07:49.487 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 00:07:51.902 DEBUG 37 --- [http-nio-8080-exec-8] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=2, key=/) 2021-07-23 00:11:01.223 DEBUG 37 --- [http-nio-8080-exec-6] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/B数学/苗金利(旧)/D同步课基础/) 2021-07-23 00:17:20.134 DEBUG 37 --- [http-nio-8080-exec-19] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/2020-B001-专题素养课/) 2021-07-23 00:17:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 00:17:47.437 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 00:17:47.743 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 00:17:48.365 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 00:17:55.389 DEBUG 37 --- [http-nio-8080-exec-19] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/2020-B001-专题素养课/2020-B001-1生物实验/) 2021-07-23 00:18:36.101 DEBUG 37 --- [http-nio-8080-exec-18] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/) 2021-07-23 00:18:42.831 DEBUG 37 --- [http-nio-8080-exec-1] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/A语文/) 2021-07-23 00:19:14.514 DEBUG 37 --- [http-nio-8080-exec-8] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/A语文/杨洋/) 2021-07-23 00:19:19.521 DEBUG 37 --- [http-nio-8080-exec-13] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/A语文/杨洋/2021寒假班/) 2021-07-23 00:19:38.412 DEBUG 37 --- [http-nio-8080-exec-18] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/C英语/) 2021-07-23 00:19:45.175 DEBUG 37 --- [http-nio-8080-exec-13] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/C英语/斯琴/) 2021-07-23 00:19:56.898 DEBUG 37 --- [http-nio-8080-exec-3] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/C英语/斯琴/A暑假班/) 2021-07-23 00:21:26.344 DEBUG 37 --- [http-nio-8080-exec-3] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/D物理/坤哥/) 2021-07-23 00:22:33.607 DEBUG 37 --- [http-nio-8080-exec-1] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/B数学/宋超/) 2021-07-23 00:23:15.322 DEBUG 37 --- [Pure-Timer-8] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=3, key=/) 2021-07-23 00:23:33.907 DEBUG 37 --- [http-nio-8080-exec-18] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/D物理/忘了啥名字了,不过不错。旧/) 2021-07-23 00:23:46.129 DEBUG 37 --- [http-nio-8080-exec-10] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/B数学/宋超/一轮复习/) 2021-07-23 00:24:32.860 DEBUG 37 --- [http-nio-8080-exec-16] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/) 2021-07-23 00:24:37.669 DEBUG 37 --- [http-nio-8080-exec-19] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/B数学/王伟/) 2021-07-23 00:24:41.521 DEBUG 37 --- [http-nio-8080-exec-7] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/高东辉/) 2021-07-23 00:24:41.951 DEBUG 37 --- [http-nio-8080-exec-18] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/B数学/王伟/A暑假班/) 2021-07-23 00:24:44.835 DEBUG 37 --- [http-nio-8080-exec-1] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/高东辉/A暑假班/) 2021-07-23 00:27:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 00:27:47.386 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 00:27:47.658 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 00:27:48.373 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 00:37:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 00:37:47.879 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 00:37:48.147 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 00:37:48.883 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 00:47:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 00:47:47.464 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 00:47:47.738 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 00:47:48.491 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 00:57:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 00:57:47.361 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 00:57:47.670 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 00:57:48.447 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 00:59:23.932 DEBUG 37 --- [http-nio-8080-exec-10] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/2020-CUEE-SW-A高考复习全套/) 2021-07-23 01:07:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 01:07:48.034 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 01:07:48.914 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 01:07:49.264 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 01:17:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 01:17:47.364 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 01:17:47.654 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 01:17:48.441 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 01:27:46.990 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 01:27:48.030 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 01:27:48.328 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 01:27:49.057 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 01:28:47.027 DEBUG 37 --- [http-nio-8080-exec-18] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/) 2021-07-23 01:37:46.989 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 01:37:47.952 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 01:37:48.564 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 01:37:49.198 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 01:47:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 01:47:47.749 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 01:47:47.994 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 01:47:48.900 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 01:57:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 01:57:47.373 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 01:57:47.662 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 01:57:48.448 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 02:00:55.321 DEBUG 37 --- [http-nio-8080-exec-6] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/) 2021-07-23 02:07:46.990 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 02:07:47.436 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 02:07:47.711 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 02:07:48.623 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 02:17:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 02:17:47.749 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 02:17:48.011 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 02:17:48.803 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 02:27:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 02:27:47.446 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 02:27:47.733 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 02:27:48.520 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 02:37:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 02:37:48.036 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 02:37:48.991 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 02:37:49.258 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 02:47:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 02:47:47.774 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 02:47:48.394 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 02:47:49.178 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 02:57:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 02:57:47.861 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 02:57:48.120 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 02:57:48.865 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 03:07:46.989 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 03:07:47.474 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 03:07:47.724 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 03:07:48.004 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 03:17:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 03:17:47.405 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 03:17:47.723 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 03:17:48.353 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 03:27:46.989 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 03:27:47.428 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 03:27:47.715 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 03:27:48.504 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 03:37:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 03:37:47.504 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 03:37:48.379 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 03:37:49.272 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 03:47:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 03:47:47.856 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 03:47:48.127 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 03:47:48.854 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 03:57:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 03:57:47.432 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 03:57:47.667 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 03:57:48.284 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 04:07:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 04:07:47.404 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 04:07:48.363 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 04:07:49.273 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 04:17:46.989 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 04:17:47.869 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 04:17:48.199 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 04:17:48.461 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 04:27:46.990 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 04:27:47.398 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 04:27:48.026 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 04:27:48.823 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 04:37:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 04:37:47.410 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 04:37:47.688 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 04:37:47.931 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 04:47:46.989 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 04:47:48.045 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 04:47:48.386 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 04:47:49.590 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 04:57:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 04:57:47.757 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 04:57:48.384 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 04:57:49.186 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 05:07:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 05:07:47.850 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 05:07:48.774 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 05:07:49.518 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 05:17:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 05:17:47.362 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 05:17:47.638 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 05:17:47.904 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 05:27:46.989 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 05:27:47.366 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 05:27:47.998 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 05:27:48.806 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 05:37:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 05:37:47.746 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 05:37:48.543 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 05:37:49.319 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 05:47:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 05:47:47.856 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 05:47:48.772 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 05:47:49.529 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 05:57:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 05:57:47.394 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 05:57:47.677 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 05:57:48.316 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 06:07:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 06:07:47.935 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 06:07:48.184 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 06:07:48.795 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 06:17:46.990 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 06:17:47.386 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 06:17:47.661 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 06:17:48.601 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 06:27:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 06:27:48.009 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 06:27:48.743 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 06:27:49.669 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 06:37:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 06:37:47.436 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 06:37:47.749 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 06:37:48.469 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 06:38:00.416 DEBUG 37 --- [http-nio-8080-exec-13] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/B数学/宋超/一轮复习/06 函数三要素下/) 2021-07-23 06:38:03.318 DEBUG 37 --- [http-nio-8080-exec-3] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/) 2021-07-23 06:38:07.567 DEBUG 37 --- [http-nio-8080-exec-16] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/B数学/) 2021-07-23 06:38:14.838 DEBUG 37 --- [http-nio-8080-exec-7] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/D物理/) 2021-07-23 06:38:27.604 DEBUG 37 --- [http-nio-8080-exec-3] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/D物理/王羽(最推荐,ta还有一本书非常好用)/) 2021-07-23 06:38:33.721 DEBUG 37 --- [http-nio-8080-exec-19] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/D物理/王羽(最推荐,ta还有一本书非常好用)/A 2021物理中的数学办法/) 2021-07-23 06:39:01.297 DEBUG 37 --- [http-nio-8080-exec-10] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/D物理/坤哥/) 2021-07-23 06:39:08.797 DEBUG 37 --- [http-nio-8080-exec-19] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/) 2021-07-23 06:39:12.203 DEBUG 37 --- [http-nio-8080-exec-8] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/李林/) 2021-07-23 06:39:15.355 DEBUG 37 --- [http-nio-8080-exec-18] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/李林/A一轮基础课/) 2021-07-23 06:47:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 06:47:47.360 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 06:47:47.625 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 06:47:48.560 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 06:57:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 06:57:47.863 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 06:57:48.236 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 06:57:48.970 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 07:07:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 07:07:47.989 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 07:07:48.708 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 07:07:49.639 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 07:11:26.684 DEBUG 37 --- [http-nio-8080-exec-7] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/) 2021-07-23 07:11:35.598 DEBUG 37 --- [http-nio-8080-exec-18] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/2020-B001-专题素养课/) 2021-07-23 07:11:47.549 DEBUG 37 --- [http-nio-8080-exec-3] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/2020-CUEE-SW-A高考复习全套/) 2021-07-23 07:14:14.933 DEBUG 37 --- [http-nio-8080-exec-18] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/李林/A一轮基础课/) 2021-07-23 07:14:21.496 DEBUG 37 --- [http-nio-8080-exec-1] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/) 2021-07-23 07:14:25.755 DEBUG 37 --- [http-nio-8080-exec-19] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/B数学/) 2021-07-23 07:14:39.503 DEBUG 37 --- [http-nio-8080-exec-3] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/B数学/宋超/) 2021-07-23 07:14:43.921 DEBUG 37 --- [http-nio-8080-exec-10] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/B数学/宋超/一轮复习/) 2021-07-23 07:14:48.953 DEBUG 37 --- [http-nio-8080-exec-13] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/B数学/宋超/一轮复习/05 函数三要素上/) 2021-07-23 07:14:56.182 DEBUG 37 --- [http-nio-8080-exec-6] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/B数学/宋超/一轮复习/06 函数三要素下/) 2021-07-23 07:17:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 07:17:47.911 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 07:17:48.688 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 07:17:49.576 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 07:27:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 07:27:47.906 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 07:27:48.693 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 07:27:49.455 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 07:37:46.989 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 07:37:48.037 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 07:37:48.752 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 07:37:49.711 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 07:47:46.989 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 07:47:47.374 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 07:47:48.304 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 07:47:49.197 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 07:57:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 07:57:47.845 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 07:57:48.759 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 07:57:49.538 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 08:07:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 08:07:47.846 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 08:07:48.778 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 08:07:49.106 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 08:17:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 08:17:47.395 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 08:17:47.630 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 08:17:47.899 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 08:21:18.386 DEBUG 37 --- [http-nio-8080-exec-7] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/) 2021-07-23 08:21:26.074 DEBUG 37 --- [http-nio-8080-exec-1] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/) 2021-07-23 08:21:33.250 DEBUG 37 --- [http-nio-8080-exec-18] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/2020高东辉存档/) 2021-07-23 08:21:36.987 DEBUG 37 --- [http-nio-8080-exec-16] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/2020高东辉存档/2020-HX-B001-有机化学综合/) 2021-07-23 08:27:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 08:27:47.832 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 08:27:48.562 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 08:27:49.493 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 08:37:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 08:37:47.923 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 08:37:48.156 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 08:37:48.763 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 08:47:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 08:47:47.719 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 08:47:48.519 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 08:47:49.139 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 08:55:57.878 DEBUG 37 --- [http-nio-8080-exec-6] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/C英语/) 2021-07-23 08:56:05.815 DEBUG 37 --- [http-nio-8080-exec-18] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/C英语/斯琴/) 2021-07-23 08:56:12.294 DEBUG 37 --- [http-nio-8080-exec-3] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/C英语/斯琴/A暑假班/) 2021-07-23 08:57:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 08:57:47.439 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 08:57:47.707 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 08:57:48.595 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 09:07:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 09:07:47.414 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 09:07:48.209 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 09:07:49.077 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 09:16:42.284 DEBUG 37 --- [http-nio-8080-exec-13] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/) 2021-07-23 09:17:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 09:17:47.392 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 09:17:47.673 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 09:17:48.415 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 09:23:12.123 DEBUG 37 --- [http-nio-8080-exec-1] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/) 2021-07-23 09:23:15.992 DEBUG 37 --- [http-nio-8080-exec-6] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/) 2021-07-23 09:25:09.553 DEBUG 37 --- [http-nio-8080-exec-8] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/2020-CUEE-SW-A高考复习全套/) 2021-07-23 09:25:51.850 DEBUG 37 --- [http-nio-8080-exec-6] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/2020-B001-专题素养课/) 2021-07-23 09:26:02.447 DEBUG 37 --- [http-nio-8080-exec-7] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/2020-B001-专题素养课/2020-B001-4稳态调节/) 2021-07-23 09:26:32.450 DEBUG 37 --- [http-nio-8080-exec-3] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/2020-B001-专题素养课/2020-B001-1生物实验/) 2021-07-23 09:26:56.835 DEBUG 37 --- [http-nio-8080-exec-1] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/2020-B001-专题素养课/2020-B001-2细胞中的生命体系/) 2021-07-23 09:27:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 09:27:47.413 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 09:27:47.736 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 09:27:48.075 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 09:28:52.550 DEBUG 37 --- [http-nio-8080-exec-7] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/2020-B001-专题素养课/2020-B001-3遗传问题详解/) 2021-07-23 09:29:38.613 DEBUG 37 --- [http-nio-8080-exec-8] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/2020-CUEE-SW-C001-必修三选修一选修三突破/) 2021-07-23 09:30:10.365 DEBUG 37 --- [http-nio-8080-exec-6] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/B数学/) 2021-07-23 09:30:22.202 DEBUG 37 --- [http-nio-8080-exec-16] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/D物理/) 2021-07-23 09:30:39.187 DEBUG 37 --- [http-nio-8080-exec-18] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/) 2021-07-23 09:30:43.968 DEBUG 37 --- [http-nio-8080-exec-3] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/2020高东辉存档/) 2021-07-23 09:31:23.241 DEBUG 37 --- [http-nio-8080-exec-8] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/高东辉/) 2021-07-23 09:31:33.079 DEBUG 37 --- [http-nio-8080-exec-19] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/高东辉/A暑假班/) 2021-07-23 09:32:34.731 DEBUG 37 --- [http-nio-8080-exec-16] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/高东辉/B秋季班/) 2021-07-23 09:32:48.478 DEBUG 37 --- [http-nio-8080-exec-18] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/高东辉/C寒春班/) 2021-07-23 09:37:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 09:37:47.462 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 09:37:47.763 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 09:37:48.677 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 09:47:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 09:47:47.399 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 09:47:47.663 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 09:47:48.332 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 09:49:33.885 DEBUG 37 --- [http-nio-8080-exec-13] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/) 2021-07-23 09:54:53.642 DEBUG 37 --- [http-nio-8080-exec-6] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/) 2021-07-23 09:54:57.758 DEBUG 37 --- [http-nio-8080-exec-16] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/) 2021-07-23 09:55:23.397 DEBUG 37 --- [http-nio-8080-exec-6] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/A语文/) 2021-07-23 09:55:26.329 DEBUG 37 --- [http-nio-8080-exec-10] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/A语文/杨洋/) 2021-07-23 09:55:30.331 DEBUG 37 --- [http-nio-8080-exec-16] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/A语文/杨洋/2021春季班/) 2021-07-23 09:56:03.394 DEBUG 37 --- [http-nio-8080-exec-10] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/A语文/杨洋/2021寒假班/) 2021-07-23 09:56:06.992 DEBUG 37 --- [http-nio-8080-exec-16] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/2020-CUEE-SW-A高考复习全套/) 2021-07-23 09:56:27.423 DEBUG 37 --- [http-nio-8080-exec-8] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/D物理/忘了啥名字了,不过不错。旧/) 2021-07-23 09:57:05.004 DEBUG 37 --- [http-nio-8080-exec-18] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=2, key=/) 2021-07-23 09:57:16.184 DEBUG 37 --- [http-nio-8080-exec-3] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=3, key=/) 2021-07-23 09:57:22.190 DEBUG 37 --- [http-nio-8080-exec-19] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=3, key=/学习资源/) 2021-07-23 09:57:25.089 DEBUG 37 --- [http-nio-8080-exec-8] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/D物理/坤哥/) 2021-07-23 09:57:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 09:57:47.410 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 09:57:48.285 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 09:57:48.903 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 09:58:15.310 DEBUG 37 --- [http-nio-8080-exec-19] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/D物理/王羽(最推荐,ta还有一本书非常好用)/) 2021-07-23 09:58:28.642 DEBUG 37 --- [http-nio-8080-exec-8] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/D物理/王羽(最推荐,ta还有一本书非常好用)/B 实战与拔高班/) 2021-07-23 09:58:36.408 DEBUG 37 --- [http-nio-8080-exec-13] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/D物理/王羽(最推荐,ta还有一本书非常好用)/B 实战与拔高班/01 【二轮直播实战类】选择题【实战】法及如何快速排除/) 2021-07-23 10:02:02.234 DEBUG 37 --- [http-nio-8080-exec-1] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/B数学/) 2021-07-23 10:02:08.323 DEBUG 37 --- [http-nio-8080-exec-7] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/B数学/宋超/) 2021-07-23 10:02:12.868 DEBUG 37 --- [http-nio-8080-exec-19] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/B数学/宋超/二轮复习 经典小技巧/) 2021-07-23 10:02:34.401 DEBUG 37 --- [http-nio-8080-exec-10] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=3, key=/网课分享/) 2021-07-23 10:07:18.546 DEBUG 37 --- [http-nio-8080-exec-18] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/D物理/) 2021-07-23 10:07:33.702 DEBUG 37 --- [http-nio-8080-exec-8] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/D物理/王羽(最推荐,ta还有一本书非常好用)/A 2021物理中的数学办法/) 2021-07-23 10:07:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 10:07:47.393 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 10:07:48.189 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 10:07:48.429 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 10:10:20.154 DEBUG 37 --- [http-nio-8080-exec-16] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/2020-CUEE-SW-C001-必修三选修一选修三突破/) 2021-07-23 10:17:10.167 DEBUG 37 --- [http-nio-8080-exec-7] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/李林/) 2021-07-23 10:17:30.062 DEBUG 37 --- [http-nio-8080-exec-6] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/B数学/王伟/) 2021-07-23 10:17:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 10:17:47.373 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 10:17:47.753 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 10:17:48.069 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 10:18:45.826 DEBUG 37 --- [http-nio-8080-exec-16] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/C英语/) 2021-07-23 10:24:35.880 DEBUG 37 --- [http-nio-8080-exec-1] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/) 2021-07-23 10:24:40.774 DEBUG 37 --- [http-nio-8080-exec-19] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/) 2021-07-23 10:24:48.632 DEBUG 37 --- [http-nio-8080-exec-16] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/2020高东辉存档/) 2021-07-23 10:26:16.951 DEBUG 37 --- [http-nio-8080-exec-13] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/A语文/) 2021-07-23 10:26:20.199 DEBUG 37 --- [http-nio-8080-exec-3] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/A语文/杨洋/) 2021-07-23 10:27:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 10:27:47.352 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 10:27:47.590 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 10:27:48.346 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 10:37:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 10:37:47.395 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 10:37:47.629 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 10:37:47.861 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 10:47:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 10:47:48.003 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 10:47:49.025 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 10:47:49.934 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 10:57:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 10:57:47.778 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 10:57:48.518 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 10:57:49.511 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 11:07:46.989 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 11:07:48.053 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 11:07:48.797 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 11:07:49.507 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 11:09:16.165 DEBUG 37 --- [http-nio-8080-exec-1] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/) 2021-07-23 11:09:20.721 DEBUG 37 --- [http-nio-8080-exec-10] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/) 2021-07-23 11:09:33.633 DEBUG 37 --- [http-nio-8080-exec-8] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/) 2021-07-23 11:10:40.376 DEBUG 37 --- [http-nio-8080-exec-1] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/李林/) 2021-07-23 11:10:46.919 DEBUG 37 --- [http-nio-8080-exec-10] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/李林/C小猿搜题 满分之路小题100道全解析/) 2021-07-23 11:13:15.069 DEBUG 37 --- [http-nio-8080-exec-3] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/李林/A一轮基础课/) 2021-07-23 11:14:17.336 DEBUG 37 --- [http-nio-8080-exec-16] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/A语文/) 2021-07-23 11:14:20.391 DEBUG 37 --- [http-nio-8080-exec-8] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/A语文/杨洋/) 2021-07-23 11:14:33.129 DEBUG 37 --- [http-nio-8080-exec-3] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/B数学/) 2021-07-23 11:14:38.156 DEBUG 37 --- [http-nio-8080-exec-7] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/B数学/苗金利(旧)/) 2021-07-23 11:14:44.862 DEBUG 37 --- [http-nio-8080-exec-19] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/B数学/苗金利(旧)/A一轮复习基础/) 2021-07-23 11:15:03.685 DEBUG 37 --- [http-nio-8080-exec-8] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/B数学/宋超/) 2021-07-23 11:15:08.810 DEBUG 37 --- [http-nio-8080-exec-18] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/B数学/宋超/一轮复习/) 2021-07-23 11:15:31.143 DEBUG 37 --- [http-nio-8080-exec-13] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/B数学/宋超/一轮复习/05 函数三要素上/) 2021-07-23 11:15:49.731 DEBUG 37 --- [http-nio-8080-exec-19] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/D物理/) 2021-07-23 11:15:58.674 DEBUG 37 --- [http-nio-8080-exec-6] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/D物理/王羽(最推荐,ta还有一本书非常好用)/) 2021-07-23 11:16:31.723 DEBUG 37 --- [http-nio-8080-exec-16] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/D物理/王羽(最推荐,ta还有一本书非常好用)/B 实战与拔高班/) 2021-07-23 11:16:40.376 DEBUG 37 --- [http-nio-8080-exec-18] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/D物理/王羽(最推荐,ta还有一本书非常好用)/C 2021高考物理压轴题难题班直播课/) 2021-07-23 11:16:49.088 DEBUG 37 --- [http-nio-8080-exec-7] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/D物理/王羽(最推荐,ta还有一本书非常好用)/D 2021高考物理王虐卷/) 2021-07-23 11:17:09.286 DEBUG 37 --- [http-nio-8080-exec-6] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/) 2021-07-23 11:17:14.373 DEBUG 37 --- [http-nio-8080-exec-16] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/2020高东辉存档/) 2021-07-23 11:17:23.161 DEBUG 37 --- [http-nio-8080-exec-18] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/李政/) 2021-07-23 11:17:27.732 DEBUG 37 --- [http-nio-8080-exec-13] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/李政/01 第一阶段 一轮复习/) 2021-07-23 11:17:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 11:17:47.716 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 11:17:47.992 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 11:17:48.606 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 11:20:36.381 DEBUG 37 --- [http-nio-8080-exec-8] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/A语文/杨洋/2021寒假班/) 2021-07-23 11:20:58.988 DEBUG 37 --- [http-nio-8080-exec-1] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/高东辉/) 2021-07-23 11:21:05.068 DEBUG 37 --- [http-nio-8080-exec-10] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/高东辉/C寒春班/) 2021-07-23 11:21:40.792 DEBUG 37 --- [http-nio-8080-exec-3] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/2020-CUEE-SW-A高考复习全套/) 2021-07-23 11:25:19.912 DEBUG 37 --- [http-nio-8080-exec-8] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/D物理/王羽(最推荐,ta还有一本书非常好用)/B 实战与拔高班/01 【二轮直播实战类】选择题【实战】法及如何快速排除/) 2021-07-23 11:27:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 11:27:47.601 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 11:27:48.384 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 11:27:48.991 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 11:37:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 11:37:48.087 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 11:37:48.983 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 11:37:49.956 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 11:47:46.989 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 11:47:48.142 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 11:47:48.965 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 11:47:49.857 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 11:54:15.294 DEBUG 37 --- [http-nio-8080-exec-16] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/李林/A一轮基础课/) 2021-07-23 11:56:41.035 DEBUG 37 --- [http-nio-8080-exec-8] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/) 2021-07-23 11:56:58.369 DEBUG 37 --- [http-nio-8080-exec-18] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/) 2021-07-23 11:57:02.921 DEBUG 37 --- [http-nio-8080-exec-7] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/李政/) 2021-07-23 11:57:14.970 DEBUG 37 --- [http-nio-8080-exec-13] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/高东辉/) 2021-07-23 11:57:19.911 DEBUG 37 --- [http-nio-8080-exec-3] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/高东辉/A暑假班/) 2021-07-23 11:57:41.018 DEBUG 37 --- [http-nio-8080-exec-1] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/) 2021-07-23 11:57:44.933 DEBUG 37 --- [http-nio-8080-exec-6] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/李林/) 2021-07-23 11:57:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 11:57:47.359 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 11:57:48.243 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 11:57:48.495 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 11:57:51.772 DEBUG 37 --- [http-nio-8080-exec-19] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/李林/C小猿搜题 满分之路小题100道全解析/) 2021-07-23 11:58:16.093 DEBUG 37 --- [http-nio-8080-exec-18] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/李林/B二轮刷题课/) 2021-07-23 11:59:55.455 DEBUG 37 --- [http-nio-8080-exec-1] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/2020高东辉存档/) 2021-07-23 12:00:02.115 DEBUG 37 --- [http-nio-8080-exec-6] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/2020高东辉存档/2020-HX-B001-有机化学综合/) 2021-07-23 12:01:37.991 DEBUG 37 --- [http-nio-8080-exec-13] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/李政/01 第一阶段 一轮复习/) 2021-07-23 12:02:00.436 DEBUG 37 --- [http-nio-8080-exec-19] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/A语文/) 2021-07-23 12:02:03.288 DEBUG 37 --- [http-nio-8080-exec-8] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/A语文/杨洋/) 2021-07-23 12:02:09.321 DEBUG 37 --- [http-nio-8080-exec-18] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/A语文/杨洋/无所不能的语文基础知识课/) 2021-07-23 12:02:30.949 DEBUG 37 --- [http-nio-8080-exec-10] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/C英语/) 2021-07-23 12:02:38.050 DEBUG 37 --- [http-nio-8080-exec-1] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/C英语/斯琴/) 2021-07-23 12:02:50.400 DEBUG 37 --- [http-nio-8080-exec-18] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/) 2021-07-23 12:03:16.071 DEBUG 37 --- [http-nio-8080-exec-7] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/2020-CUEE-SW-A高考复习全套/) 2021-07-23 12:05:46.895 DEBUG 37 --- [http-nio-8080-exec-1] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/2020-CUEE-SW-C001-必修三选修一选修三突破/) 2021-07-23 12:07:31.022 DEBUG 37 --- [http-nio-8080-exec-18] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/2020-B001-专题素养课/) 2021-07-23 12:07:37.425 DEBUG 37 --- [http-nio-8080-exec-7] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/2020-B001-专题素养课/2020-B001-1生物实验/) 2021-07-23 12:07:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 12:07:47.418 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 12:07:47.719 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 12:07:48.642 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 12:12:31.415 ERROR 37 --- [http-nio-8080-exec-19] i.z.z.exception.GlobleExceptionHandler : Failed to convert value of type 'java.lang.String' to required type 'java.lang.Integer'; nested exception is java.lang.NumberFormatException: For input string: "undefined"
org.springframework.web.method.annotation.MethodArgumentTypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'java.lang.Integer'; nested exception is java.lang.NumberFormatException: For input string: "undefined" at org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.resolveArgument(AbstractNamedValueMethodArgumentResolver.java:131) at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:124) at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:161) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:131) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:102) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:891) 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:991) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:925) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:974) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:866) at javax.servlet.http.HttpServlet.service(HttpServlet.java:635) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:851) at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) 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:52) 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.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:101) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127) at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:66) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270) 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.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) 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.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:109) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) 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.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) 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:107) 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:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:800) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:806) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.NumberFormatException: For input string: "undefined" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Integer.parseInt(Integer.java:580) at java.lang.Integer.valueOf(Integer.java:766) at org.springframework.util.NumberUtils.parseNumber(NumberUtils.java:210) at org.springframework.beans.propertyeditors.CustomNumberEditor.setAsText(CustomNumberEditor.java:115) at org.springframework.beans.TypeConverterDelegate.doConvertTextValue(TypeConverterDelegate.java:466) at org.springframework.beans.TypeConverterDelegate.doConvertValue(TypeConverterDelegate.java:439) at org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:192) at org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:99) at org.springframework.beans.TypeConverterSupport.doConvert(TypeConverterSupport.java:73) at org.springframework.beans.TypeConverterSupport.convertIfNecessary(TypeConverterSupport.java:52) at org.springframework.validation.DataBinder.convertIfNecessary(DataBinder.java:692) at org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.resolveArgument(AbstractNamedValueMethodArgumentResolver.java:123) ... 89 common frames omitted
2021-07-23 12:12:31.419 WARN 37 --- [http-nio-8080-exec-19] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.springframework.web.method.annotation.MethodArgumentTypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'java.lang.Integer'; nested exception is java.lang.NumberFormatException: For input string: "undefined"] 2021-07-23 12:14:11.743 DEBUG 37 --- [http-nio-8080-exec-3] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/2020-B001-专题素养课/2020-B001-3遗传问题详解/) 2021-07-23 12:17:46.990 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 12:17:47.372 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 12:17:47.612 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 12:17:47.890 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 12:20:54.432 DEBUG 37 --- [http-nio-8080-exec-7] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/B数学/) 2021-07-23 12:20:57.947 DEBUG 37 --- [http-nio-8080-exec-10] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/B数学/宋超/) 2021-07-23 12:21:02.449 DEBUG 37 --- [http-nio-8080-exec-8] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/B数学/宋超/一轮复习/) 2021-07-23 12:27:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 12:27:48.072 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 12:27:48.792 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 12:27:49.695 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 12:30:31.588 DEBUG 37 --- [http-nio-8080-exec-8] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/D物理/王羽(最推荐,ta还有一本书非常好用)/) 2021-07-23 12:30:55.163 DEBUG 37 --- [http-nio-8080-exec-10] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/D物理/王羽(最推荐,ta还有一本书非常好用)/B 实战与拔高班/01 【二轮直播实战类】选择题【实战】法及如何快速排除/) 2021-07-23 12:37:46.990 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 12:37:47.781 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 12:37:48.008 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 12:37:48.871 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 12:45:45.369 DEBUG 37 --- [http-nio-8080-exec-1] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/D物理/王羽(最推荐,ta还有一本书非常好用)/B 实战与拔高班/) 2021-07-23 12:47:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 12:47:48.001 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 12:47:48.763 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 12:47:49.704 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 12:51:59.424 DEBUG 37 --- [http-nio-8080-exec-1] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/) 2021-07-23 12:52:05.847 DEBUG 37 --- [http-nio-8080-exec-10] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/) 2021-07-23 12:52:09.523 DEBUG 37 --- [http-nio-8080-exec-19] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/) 2021-07-23 12:52:31.790 DEBUG 37 --- [http-nio-8080-exec-3] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/2020-CUEE-SW-C001-必修三选修一选修三突破/) 2021-07-23 12:57:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 12:57:47.403 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 12:57:47.729 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 12:57:48.552 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 13:00:06.734 DEBUG 37 --- [http-nio-8080-exec-1] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/B数学/宋超/一轮复习/) 2021-07-23 13:01:30.401 DEBUG 37 --- [http-nio-8080-exec-8] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/李林/A一轮基础课/) 2021-07-23 13:07:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 13:07:48.021 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 13:07:48.938 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 13:07:49.857 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 13:17:46.992 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 13:17:47.374 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 13:17:47.709 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 13:17:48.646 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 13:22:15.945 DEBUG 37 --- [http-nio-8080-exec-6] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/) 2021-07-23 13:22:58.762 DEBUG 37 --- [http-nio-8080-exec-10] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/A语文/) 2021-07-23 13:23:02.047 DEBUG 37 --- [http-nio-8080-exec-1] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/A语文/杨洋/) 2021-07-23 13:23:12.117 DEBUG 37 --- [http-nio-8080-exec-18] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/) 2021-07-23 13:23:16.092 DEBUG 37 --- [http-nio-8080-exec-16] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/) 2021-07-23 13:23:36.274 DEBUG 37 --- [http-nio-8080-exec-8] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/2020-B001-专题素养课/) 2021-07-23 13:23:49.497 DEBUG 37 --- [http-nio-8080-exec-13] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/F生物/高立新(OLD)/2020-CUEE-SW-A高考复习全套/) 2021-07-23 13:27:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 13:27:48.062 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 13:27:48.384 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 13:27:49.135 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 13:28:45.638 DEBUG 37 --- [http-nio-8080-exec-16] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/) 2021-07-23 13:28:53.755 DEBUG 37 --- [http-nio-8080-exec-8] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/2020高东辉存档/) 2021-07-23 13:29:08.116 DEBUG 37 --- [http-nio-8080-exec-13] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/高东辉/) 2021-07-23 13:29:14.718 DEBUG 37 --- [http-nio-8080-exec-6] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/高东辉/A暑假班/) 2021-07-23 13:30:30.393 DEBUG 37 --- [http-nio-8080-exec-3] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/高东辉/B秋季班/) 2021-07-23 13:30:43.375 DEBUG 37 --- [http-nio-8080-exec-16] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/高东辉/C寒春班/) 2021-07-23 13:32:28.317 DEBUG 37 --- [http-nio-8080-exec-16] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/高东辉/A暑假班/其他补充资料/) 2021-07-23 13:33:47.002 DEBUG 37 --- [http-nio-8080-exec-19] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/高东辉/B秋季班/选修三/) 2021-07-23 13:36:19.605 DEBUG 37 --- [http-nio-8080-exec-13] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/E化学/2020高东辉存档/2020-HX-A一轮复习/) 2021-07-23 13:37:46.988 DEBUG 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 13:37:47.365 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 13:37:47.688 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 13:37:48.417 INFO 37 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 13:39:14.004 DEBUG 37 --- [http-nio-8080-exec-6] im.zhaojun.zfile.cache.MyTimedCache : 尝试刷新缓存: DriveCacheKey(driveId=1, key=/D物理/王羽(最推荐,ta还有一本书非常好用)/B 实战与拔高班/01 【二轮直播实战类】选择题【实战】法及如何快速排除/) 2021-07-23 14:07:34.148 INFO 33 --- [main] im.zhaojun.zfile.ZfileApplication : Starting ZfileApplication on eb0130439457 with PID 33 (/root/zfile/WEB-INF/classes started by root in /root/zfile) 2021-07-23 14:07:34.158 DEBUG 33 --- [main] im.zhaojun.zfile.ZfileApplication : Running with Spring Boot v2.0.6.RELEASE, Spring v5.0.10.RELEASE 2021-07-23 14:07:34.159 INFO 33 --- [main] im.zhaojun.zfile.ZfileApplication : The following profiles are active: prod 2021-07-23 14:07:34.398 INFO 33 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@65e98b1c: startup date [Fri Jul 23 14:07:34 GMT+08:00 2021]; root of context hierarchy 2021-07-23 14:07:38.914 INFO 33 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$32417f05] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-07-23 14:07:40.538 INFO 33 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) 2021-07-23 14:07:40.571 INFO 33 --- [main] o.a.coyote.http11.Http11NioProtocol : Initializing ProtocolHandler ["http-nio-8080"] 2021-07-23 14:07:40.596 INFO 33 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2021-07-23 14:07:40.597 INFO 33 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.34 2021-07-23 14:07:40.623 INFO 33 --- [localhost-startStop-1] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64:/usr/lib/jvm/java-1.8-openjdk/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib] 2021-07-23 14:07:41.088 INFO 33 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2021-07-23 14:07:41.090 INFO 33 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 6691 ms 2021-07-23 14:07:41.357 INFO 33 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/] 2021-07-23 14:07:41.359 INFO 33 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/] 2021-07-23 14:07:41.360 INFO 33 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/] 2021-07-23 14:07:41.360 INFO 33 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/] 2021-07-23 14:07:41.362 INFO 33 --- [localhost-startStop-1] .s.DelegatingFilterProxyRegistrationBean : Mapping filter: 'springSecurityFilterChain' to: [/] 2021-07-23 14:07:41.363 INFO 33 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'corsFilter' to: [/] 2021-07-23 14:07:41.363 INFO 33 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/] 2021-07-23 14:07:41.755 INFO 33 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... 2021-07-23 14:07:42.115 INFO 33 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. 2021-07-23 14:07:42.213 INFO 33 --- [main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default' 2021-07-23 14:07:42.247 INFO 33 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2021-07-23 14:07:42.390 INFO 33 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.17.Final} 2021-07-23 14:07:42.393 INFO 33 --- [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2021-07-23 14:07:42.461 INFO 33 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2021-07-23 14:07:42.823 INFO 33 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect 2021-07-23 14:07:44.190 INFO 33 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2021-07-23 14:07:44.346 INFO 33 --- [main] o.s.jdbc.datasource.init.ScriptUtils : Executing SQL script from URL [file:/root/zfile/WEB-INF/classes/db/data.sql] 2021-07-23 14:07:44.371 INFO 33 --- [main] o.s.jdbc.datasource.init.ScriptUtils : Executed SQL script from URL [file:/root/zfile/WEB-INF/classes/db/data.sql] in 13 ms. 2021-07-23 14:07:44.845 INFO 33 --- [main] o.h.h.i.QueryTranslatorFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory 2021-07-23 14:07:46.353 DEBUG 33 --- [main] im.zhaojun.zfile.context.DriveContext : 尝试初始化驱动器, driveId: 1 2021-07-23 14:07:50.002 DEBUG 33 --- [main] im.zhaojun.zfile.context.DriveContext : 初始化驱动器成功, driveId: 1 2021-07-23 14:07:50.049 INFO 33 --- [main] im.zhaojun.zfile.context.DriveContext : 启动时初始化驱动器成功, 驱动器信息: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 14:07:50.086 DEBUG 33 --- [main] im.zhaojun.zfile.context.DriveContext : 尝试初始化驱动器, driveId: 2 2021-07-23 14:07:52.298 DEBUG 33 --- [main] im.zhaojun.zfile.context.DriveContext : 初始化驱动器成功, driveId: 2 2021-07-23 14:07:52.298 INFO 33 --- [main] im.zhaojun.zfile.context.DriveContext : 启动时初始化驱动器成功, 驱动器信息: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 14:07:52.374 DEBUG 33 --- [main] im.zhaojun.zfile.context.DriveContext : 尝试初始化驱动器, driveId: 3 2021-07-23 14:07:55.096 DEBUG 33 --- [main] im.zhaojun.zfile.context.DriveContext : 初始化驱动器成功, driveId: 3 2021-07-23 14:07:55.096 INFO 33 --- [main] im.zhaojun.zfile.context.DriveContext : 启动时初始化驱动器成功, 驱动器信息: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 14:07:56.808 INFO 33 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/', OPTIONS], [] 2021-07-23 14:07:57.154 INFO 33 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@69c33ea2, org.springframework.security.web.context.SecurityContextPersistenceFilter@246df37b, org.springframework.security.web.header.HeaderWriterFilter@18b04526, org.springframework.web.filter.CorsFilter@dee95ca, org.springframework.security.web.authentication.logout.LogoutFilter@131c0b6f, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@1be3f8f8, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2c56eba5, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2570b316, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@59e0d521, org.springframework.security.web.session.SessionManagementFilter@31b6fb14, org.springframework.security.web.access.ExceptionTranslationFilter@1f6c4ae, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@54234569] 2021-07-23 14:07:57.357 INFO 33 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [//favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2021-07-23 14:07:57.562 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@65e98b1c: startup date [Fri Jul 23 14:07:34 GMT+08:00 2021]; root of context hierarchy 2021-07-23 14:07:57.660 WARN 33 --- [main] aWebConfiguration$JpaWebMvcConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2021-07-23 14:07:57.728 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/config],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.AdminController.getConfig() 2021-07-23 14:07:57.731 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/update-pwd],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.AdminController.updatePwd(java.lang.String,java.lang.String) 2021-07-23 14:07:57.732 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/config],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.AdminController.updateConfig(im.zhaojun.zfile.model.dto.SystemConfigDTO) 2021-07-23 14:07:57.739 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/clear],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.clearCache(java.lang.Integer) 2021-07-23 14:07:57.740 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/enable],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.enableCache(java.lang.Integer) 2021-07-23 14:07:57.741 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/disable],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.disableCache(java.lang.Integer) 2021-07-23 14:07:57.742 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/info],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.cacheInfo(java.lang.Integer) 2021-07-23 14:07:57.743 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/refresh],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.refreshCache(java.lang.Integer,java.lang.String) throws java.lang.Exception 2021-07-23 14:07:57.744 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/auto-refresh/start],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.enableAutoRefresh(java.lang.Integer) 2021-07-23 14:07:57.745 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/auto-refresh/stop],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.disableAutoRefresh(java.lang.Integer) 2021-07-23 14:07:57.747 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/debug/resetPwd],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DebugController.resetPwd() 2021-07-23 14:07:57.760 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}/filters],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.getFilters(java.lang.Integer) 2021-07-23 14:07:57.762 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drives],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.driveList() 2021-07-23 14:07:57.762 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.driveItem(java.lang.Integer) 2021-07-23 14:07:57.763 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.saveDriveItem(im.zhaojun.zfile.model.dto.DriveConfigDTO) 2021-07-23 14:07:57.764 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}],methods=[DELETE]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.deleteDriveItem(java.lang.Integer) 2021-07-23 14:07:57.765 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}/filters],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.saveFilters(java.util.List,java.lang.Integer)
2021-07-23 14:07:57.767 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/drag],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.saveDriveDrag(java.util.List)
2021-07-23 14:07:57.768 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/updateId],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.updateDriveId(java.lang.Integer,java.lang.Integer)
2021-07-23 14:07:57.769 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}/enable],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.enable(java.lang.Integer)
2021-07-23 14:07:57.770 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}/disable],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.disable(java.lang.Integer)
2021-07-23 14:07:57.771 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/log],methods=[GET]}" onto public org.springframework.http.ResponseEntity im.zhaojun.zfile.controller.admin.LogController.downloadLog()
2021-07-23 14:07:57.773 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/support-strategy],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.MateDataController.supportStrategy()
2021-07-23 14:07:57.774 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/strategy-form],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.MateDataController.getFormByStorageType(im.zhaojun.zfile.model.enums.StorageTypeEnum)
2021-07-23 14:07:57.776 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/link/delete/{id}],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.ShortLinkManagerController.deleteById(java.lang.Integer)
2021-07-23 14:07:57.777 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/link/list],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.ShortLinkManagerController.list(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.String)
2021-07-23 14:07:57.778 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/directlink/{driveId}/],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.home.DirectLinkController.directlink(java.lang.Integer,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException
2021-07-23 14:07:57.781 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/drive/list],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.FileController.drives()
2021-07-23 14:07:57.782 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/list/{driveId}],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.FileController.list(java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.lang.Exception
2021-07-23 14:07:57.788 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/common/audio-info],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.FileParseController.getAudioInfo(java.lang.String) throws java.lang.Exception
2021-07-23 14:07:57.790 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/common/content],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.FileParseController.getContent(java.lang.String)
2021-07-23 14:07:57.792 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/file/{driveId}/],methods=[GET]}" onto public void im.zhaojun.zfile.controller.home.LocalController.downAttachment(java.lang.Integer,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2021-07-23 14:07:57.794 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/s/{key}],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.home.ShortLinkController.parseShortKey(java.lang.String)
2021-07-23 14:07:57.795 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/api/short-link/key],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.ShortLinkController.updateShortKey(java.lang.Integer,java.lang.String)
2021-07-23 14:07:57.796 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/api/short-link],methods=[DELETE]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.ShortLinkController.batchDelete(java.lang.Integer[])
2021-07-23 14:07:57.796 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/short-link],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.ShortLinkController.shortLink(java.lang.String,java.lang.String)
2021-07-23 14:07:57.797 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/install],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.install.InstallController.install(im.zhaojun.zfile.model.dto.SystemConfigDTO)
2021-07-23 14:07:57.798 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/is-installed],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.install.InstallController.isInstall()
2021-07-23 14:07:57.801 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/onedrive/authorize || /onedirve/authorize],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.onedrive.OneDriveCallbackController.authorize()
2021-07-23 14:07:57.801 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/onedrive/china-callback || /onedirve/china-callback],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.onedrive.OneDriveCallbackController.oneDriveChinaCallback(java.lang.String,org.springframework.ui.Model)
2021-07-23 14:07:57.808 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/onedrive/china-authorize || /onedirve/china-authorize],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.onedrive.OneDriveCallbackController.authorizeChina()
2021-07-23 14:07:57.809 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/onedrive/callback || /onedirve/callback],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.onedrive.OneDriveCallbackController.oneDriveCallback(java.lang.String,org.springframework.ui.Model)
2021-07-23 14:07:57.816 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/sharepoint/getDomainPrefix],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.onedrive.SharePointHelperController.getDomainPrefix(im.zhaojun.zfile.model.dto.SharePointInfoVO)
2021-07-23 14:07:57.818 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/sharepoint/getSiteId],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.onedrive.SharePointHelperController.getSiteId(im.zhaojun.zfile.model.dto.SharePointInfoVO)
2021-07-23 14:07:57.825 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2021-07-23 14:07:57.826 INFO 33 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2021-07-23 14:07:57.892 INFO 33 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2021-07-23 14:07:57.893 INFO 33 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2021-07-23 14:07:57.949 INFO 33 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in globleExceptionHandler
2021-07-23 14:07:58.141 INFO 33 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2021-07-23 14:07:58.598 INFO 33 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2021-07-23 14:07:58.602 INFO 33 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'dataSource' has been autodetected for JMX exposure
2021-07-23 14:07:58.615 INFO 33 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'dataSource': registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource]
2021-07-23 14:07:58.637 INFO 33 --- [main] s.a.ScheduledAnnotationBeanPostProcessor : No TaskScheduler/ScheduledExecutorService bean found for scheduled processing
2021-07-23 14:07:58.650 INFO 33 --- [main] o.a.coyote.http11.Http11NioProtocol : Starting ProtocolHandler ["http-nio-8080"]
2021-07-23 14:07:58.666 INFO 33 --- [main] o.a.tomcat.util.net.NioSelectorPool : Using a shared selector for servlet write/read
2021-07-23 14:07:58.757 INFO 33 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
2021-07-23 14:07:58.768 INFO 33 --- [main] im.zhaojun.zfile.ZfileApplication : Started ZfileApplication in 26.382 seconds (JVM running for 27.309)
2021-07-23 14:07:58.821 INFO 33 --- [main] im.zhaojun.zfile.util.StartupListener : ZFile started at http://172.17.0.2:8080 http://127.0.0.1:8080,java.lang.Integer)
2021-07-23 14:06:44.212 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/drag],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.saveDriveDrag(java.util.List)
2021-07-23 14:06:44.213 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/updateId],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.updateDriveId(java.lang.Integer,java.lang.Integer)
2021-07-23 14:06:44.214 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}/enable],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.enable(java.lang.Integer)
2021-07-23 14:06:44.215 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}/disable],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.disable(java.lang.Integer)
2021-07-23 14:06:44.217 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/log],methods=[GET]}" onto public org.springframework.http.ResponseEntity im.zhaojun.zfile.controller.admin.LogController.downloadLog()
2021-07-23 14:06:44.219 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/support-strategy],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.MateDataController.supportStrategy()
2021-07-23 14:06:44.220 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/strategy-form],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.MateDataController.getFormByStorageType(im.zhaojun.zfile.model.enums.StorageTypeEnum)
2021-07-23 14:06:44.221 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/link/delete/{id}],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.ShortLinkManagerController.deleteById(java.lang.Integer)
2021-07-23 14:06:44.222 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/link/list],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.ShortLinkManagerController.list(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.String)
2021-07-23 14:06:44.224 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/directlink/{driveId}/],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.home.DirectLinkController.directlink(java.lang.Integer,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException
2021-07-23 14:06:44.227 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/drive/list],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.FileController.drives()
2021-07-23 14:06:44.229 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/list/{driveId}],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.FileController.list(java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.lang.Exception
2021-07-23 14:06:44.236 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/common/audio-info],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.FileParseController.getAudioInfo(java.lang.String) throws java.lang.Exception
2021-07-23 14:06:44.238 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/common/content],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.FileParseController.getContent(java.lang.String)
2021-07-23 14:06:44.240 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/file/{driveId}/],methods=[GET]}" onto public void im.zhaojun.zfile.controller.home.LocalController.downAttachment(java.lang.Integer,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2021-07-23 14:06:44.242 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/short-link],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.ShortLinkController.shortLink(java.lang.String,java.lang.String)
2021-07-23 14:06:44.243 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/s/{key}],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.home.ShortLinkController.parseShortKey(java.lang.String)
2021-07-23 14:06:44.244 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/api/short-link/key],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.ShortLinkController.updateShortKey(java.lang.Integer,java.lang.String)
2021-07-23 14:06:44.245 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/api/short-link],methods=[DELETE]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.ShortLinkController.batchDelete(java.lang.Integer[])
2021-07-23 14:06:44.247 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/install],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.install.InstallController.install(im.zhaojun.zfile.model.dto.SystemConfigDTO)
2021-07-23 14:06:44.248 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/is-installed],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.install.InstallController.isInstall()
2021-07-23 14:06:44.250 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/onedrive/callback || /onedirve/callback],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.onedrive.OneDriveCallbackController.oneDriveCallback(java.lang.String,org.springframework.ui.Model)
2021-07-23 14:06:44.251 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/onedrive/authorize || /onedirve/authorize],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.onedrive.OneDriveCallbackController.authorize()
2021-07-23 14:06:44.252 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/onedrive/china-callback || /onedirve/china-callback],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.onedrive.OneDriveCallbackController.oneDriveChinaCallback(java.lang.String,org.springframework.ui.Model)
2021-07-23 14:06:44.252 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/onedrive/china-authorize || /onedirve/china-authorize],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.onedrive.OneDriveCallbackController.authorizeChina()
2021-07-23 14:06:44.258 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/sharepoint/getSiteId],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.onedrive.SharePointHelperController.getSiteId(im.zhaojun.zfile.model.dto.SharePointInfoVO)
2021-07-23 14:06:44.259 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/sharepoint/getDomainPrefix],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.onedrive.SharePointHelperController.getDomainPrefix(im.zhaojun.zfile.model.dto.SharePointInfoVO)
2021-07-23 14:06:44.264 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2021-07-23 14:06:44.266 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2021-07-23 14:06:44.344 INFO 34 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2021-07-23 14:06:44.345 INFO 34 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2021-07-23 14:06:44.386 INFO 34 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in globleExceptionHandler
2021-07-23 14:06:44.611 INFO 34 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2021-07-23 14:06:45.038 INFO 34 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2021-07-23 14:06:45.041 INFO 34 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'dataSource' has been autodetected for JMX exposure
2021-07-23 14:06:45.052 INFO 34 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'dataSource': registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource]
2021-07-23 14:06:45.068 INFO 34 --- [main] s.a.ScheduledAnnotationBeanPostProcessor : No TaskScheduler/ScheduledExecutorService bean found for scheduled processing
2021-07-23 14:06:45.082 INFO 34 --- [main] o.a.coyote.http11.Http11NioProtocol : Starting ProtocolHandler ["http-nio-8080"]
2021-07-23 14:06:45.093 INFO 34 --- [main] o.a.tomcat.util.net.NioSelectorPool : Using a shared selector for servlet write/read
2021-07-23 14:06:45.122 INFO 34 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
2021-07-23 14:06:45.130 INFO 34 --- [main] im.zhaojun.zfile.ZfileApplication : Started ZfileApplication in 24.69 seconds (JVM running for 25.604)
2021-07-23 14:06:45.137 INFO 34 --- [main] im.zhaojun.zfile.util.StartupListener : ZFile started at http://172.17.0.2:8080 http://127.0.0.1:8080,java.lang.Integer)
2021-07-23 14:11:17.947 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/drag],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.saveDriveDrag(java.util.List)
2021-07-23 14:11:17.948 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}/enable],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.enable(java.lang.Integer)
2021-07-23 14:11:17.948 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}/disable],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.disable(java.lang.Integer)
2021-07-23 14:11:17.953 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/log],methods=[GET]}" onto public org.springframework.http.ResponseEntity im.zhaojun.zfile.controller.admin.LogController.downloadLog()
2021-07-23 14:11:17.956 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/support-strategy],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.MateDataController.supportStrategy()
2021-07-23 14:11:17.957 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/strategy-form],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.MateDataController.getFormByStorageType(im.zhaojun.zfile.model.enums.StorageTypeEnum)
2021-07-23 14:11:17.966 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/link/delete/{id}],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.ShortLinkManagerController.deleteById(java.lang.Integer)
2021-07-23 14:11:17.967 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/link/list],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.ShortLinkManagerController.list(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.String)
2021-07-23 14:11:17.970 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/directlink/{driveId}/],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.home.DirectLinkController.directlink(java.lang.Integer,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException
2021-07-23 14:11:17.974 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/drive/list],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.FileController.drives()
2021-07-23 14:11:17.975 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/list/{driveId}],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.FileController.list(java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.lang.Exception
2021-07-23 14:11:17.984 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/common/audio-info],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.FileParseController.getAudioInfo(java.lang.String) throws java.lang.Exception
2021-07-23 14:11:17.985 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/common/content],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.FileParseController.getContent(java.lang.String)
2021-07-23 14:11:17.988 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/file/{driveId}/],methods=[GET]}" onto public void im.zhaojun.zfile.controller.home.LocalController.downAttachment(java.lang.Integer,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2021-07-23 14:11:17.992 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/short-link],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.ShortLinkController.shortLink(java.lang.String,java.lang.String)
2021-07-23 14:11:17.993 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/s/{key}],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.home.ShortLinkController.parseShortKey(java.lang.String)
2021-07-23 14:11:17.993 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/api/short-link/key],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.ShortLinkController.updateShortKey(java.lang.Integer,java.lang.String)
2021-07-23 14:11:17.994 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/api/short-link],methods=[DELETE]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.home.ShortLinkController.batchDelete(java.lang.Integer[])
2021-07-23 14:11:17.996 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/install],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.install.InstallController.install(im.zhaojun.zfile.model.dto.SystemConfigDTO)
2021-07-23 14:11:17.997 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/is-installed],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.install.InstallController.isInstall()
2021-07-23 14:11:18.001 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/onedrive/callback || /onedirve/callback],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.onedrive.OneDriveCallbackController.oneDriveCallback(java.lang.String,org.springframework.ui.Model)
2021-07-23 14:11:18.002 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/onedrive/authorize || /onedirve/authorize],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.onedrive.OneDriveCallbackController.authorize()
2021-07-23 14:11:18.003 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/onedrive/china-callback || /onedirve/china-callback],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.onedrive.OneDriveCallbackController.oneDriveChinaCallback(java.lang.String,org.springframework.ui.Model)
2021-07-23 14:11:18.004 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/onedrive/china-authorize || /onedirve/china-authorize],methods=[GET]}" onto public java.lang.String im.zhaojun.zfile.controller.onedrive.OneDriveCallbackController.authorizeChina()
2021-07-23 14:11:18.013 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/sharepoint/getSiteId],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.onedrive.SharePointHelperController.getSiteId(im.zhaojun.zfile.model.dto.SharePointInfoVO)
2021-07-23 14:11:18.015 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/sharepoint/getDomainPrefix],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.onedrive.SharePointHelperController.getDomainPrefix(im.zhaojun.zfile.model.dto.SharePointInfoVO)
2021-07-23 14:11:18.023 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2021-07-23 14:11:18.024 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2021-07-23 14:11:18.087 INFO 36 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2021-07-23 14:11:18.089 INFO 36 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2021-07-23 14:11:18.127 INFO 36 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in globleExceptionHandler
2021-07-23 14:11:18.449 INFO 36 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2021-07-23 14:11:18.929 INFO 36 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2021-07-23 14:11:18.935 INFO 36 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'dataSource' has been autodetected for JMX exposure
2021-07-23 14:11:18.955 INFO 36 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'dataSource': registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource]
2021-07-23 14:11:18.978 INFO 36 --- [main] s.a.ScheduledAnnotationBeanPostProcessor : No TaskScheduler/ScheduledExecutorService bean found for scheduled processing
2021-07-23 14:11:18.995 INFO 36 --- [main] o.a.coyote.http11.Http11NioProtocol : Starting ProtocolHandler ["http-nio-8080"]
2021-07-23 14:11:19.010 INFO 36 --- [main] o.a.tomcat.util.net.NioSelectorPool : Using a shared selector for servlet write/read
2021-07-23 14:11:19.067 INFO 36 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
2021-07-23 14:11:19.089 INFO 36 --- [main] im.zhaojun.zfile.ZfileApplication : Started ZfileApplication in 21.714 seconds (JVM running for 22.307)
2021-07-23 14:11:19.098 INFO 36 --- [main] im.zhaojun.zfile.util.StartupListener : ZFile started at http://172.17.0.2:8080 http://127.0.0.1:8080
2021-07-23 14:07:58.822 INFO 33 --- [main] im.zhaojun.zfile.util.StartupListener : ZFile Admin started at http://172.17.0.2:8080/#/admin http://127.0.0.1:8080/#/admin
2021-07-23 14:06:21.881 INFO 34 --- [main] im.zhaojun.zfile.ZfileApplication : Starting ZfileApplication on eb0130439457 with PID 34 (/root/zfile/WEB-INF/classes started by root in /root/zfile) 2021-07-23 14:06:21.890 DEBUG 34 --- [main] im.zhaojun.zfile.ZfileApplication : Running with Spring Boot v2.0.6.RELEASE, Spring v5.0.10.RELEASE 2021-07-23 14:06:21.890 INFO 34 --- [main] im.zhaojun.zfile.ZfileApplication : The following profiles are active: prod 2021-07-23 14:06:22.059 INFO 34 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@65e98b1c: startup date [Fri Jul 23 14:06:22 GMT+08:00 2021]; root of context hierarchy 2021-07-23 14:06:25.621 INFO 34 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$5dcf691e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-07-23 14:06:26.820 INFO 34 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) 2021-07-23 14:06:26.863 INFO 34 --- [main] o.a.coyote.http11.Http11NioProtocol : Initializing ProtocolHandler ["http-nio-8080"] 2021-07-23 14:06:26.891 INFO 34 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2021-07-23 14:06:26.892 INFO 34 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.34 2021-07-23 14:06:26.914 INFO 34 --- [localhost-startStop-1] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64:/usr/lib/jvm/java-1.8-openjdk/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib] 2021-07-23 14:06:27.319 INFO 34 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2021-07-23 14:06:27.320 INFO 34 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 5261 ms 2021-07-23 14:06:27.630 INFO 34 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/] 2021-07-23 14:06:27.632 INFO 34 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/] 2021-07-23 14:06:27.633 INFO 34 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/] 2021-07-23 14:06:27.633 INFO 34 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/] 2021-07-23 14:06:27.635 INFO 34 --- [localhost-startStop-1] .s.DelegatingFilterProxyRegistrationBean : Mapping filter: 'springSecurityFilterChain' to: [/] 2021-07-23 14:06:27.636 INFO 34 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'corsFilter' to: [/] 2021-07-23 14:06:27.637 INFO 34 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/] 2021-07-23 14:06:28.037 INFO 34 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... 2021-07-23 14:06:28.499 INFO 34 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. 2021-07-23 14:06:28.650 INFO 34 --- [main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default' 2021-07-23 14:06:28.698 INFO 34 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2021-07-23 14:06:28.975 INFO 34 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.17.Final} 2021-07-23 14:06:28.985 INFO 34 --- [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2021-07-23 14:06:29.114 INFO 34 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2021-07-23 14:06:29.556 INFO 34 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect 2021-07-23 14:06:31.088 INFO 34 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2021-07-23 14:06:31.244 INFO 34 --- [main] o.s.jdbc.datasource.init.ScriptUtils : Executing SQL script from URL [file:/root/zfile/WEB-INF/classes/db/data.sql] 2021-07-23 14:06:31.348 INFO 34 --- [main] o.s.jdbc.datasource.init.ScriptUtils : Executed SQL script from URL [file:/root/zfile/WEB-INF/classes/db/data.sql] in 103 ms. 2021-07-23 14:06:32.095 INFO 34 --- [main] o.h.h.i.QueryTranslatorFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory 2021-07-23 14:06:33.832 DEBUG 34 --- [main] im.zhaojun.zfile.context.DriveContext : 尝试初始化驱动器, driveId: 1 2021-07-23 14:06:39.941 DEBUG 34 --- [main] im.zhaojun.zfile.context.DriveContext : 初始化驱动器成功, driveId: 1 2021-07-23 14:06:39.981 INFO 34 --- [main] im.zhaojun.zfile.context.DriveContext : 启动时初始化驱动器成功, 驱动器信息: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 14:06:40.007 DEBUG 34 --- [main] im.zhaojun.zfile.context.DriveContext : 尝试初始化驱动器, driveId: 2 2021-07-23 14:06:41.205 DEBUG 34 --- [main] im.zhaojun.zfile.context.DriveContext : 初始化驱动器成功, driveId: 2 2021-07-23 14:06:41.205 INFO 34 --- [main] im.zhaojun.zfile.context.DriveContext : 启动时初始化驱动器成功, 驱动器信息: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 14:06:41.241 DEBUG 34 --- [main] im.zhaojun.zfile.context.DriveContext : 尝试初始化驱动器, driveId: 3 2021-07-23 14:06:42.399 DEBUG 34 --- [main] im.zhaojun.zfile.context.DriveContext : 初始化驱动器成功, driveId: 3 2021-07-23 14:06:42.400 INFO 34 --- [main] im.zhaojun.zfile.context.DriveContext : 启动时初始化驱动器成功, 驱动器信息: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 14:06:43.272 INFO 34 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/', OPTIONS], [] 2021-07-23 14:06:43.476 INFO 34 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@21ea1d9d, org.springframework.security.web.context.SecurityContextPersistenceFilter@fde487b, org.springframework.security.web.header.HeaderWriterFilter@6b751cb1, org.springframework.web.filter.CorsFilter@20d6cc06, org.springframework.security.web.authentication.logout.LogoutFilter@246df37b, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@11cc9e1e, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3add5e17, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@b808af5, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@19f497aa, org.springframework.security.web.session.SessionManagementFilter@4ec427, org.springframework.security.web.access.ExceptionTranslationFilter@6f112f70, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@79c4f23b] 2021-07-23 14:06:43.757 INFO 34 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [//favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2021-07-23 14:06:44.012 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@65e98b1c: startup date [Fri Jul 23 14:06:22 GMT+08:00 2021]; root of context hierarchy 2021-07-23 14:06:44.107 WARN 34 --- [main] aWebConfiguration$JpaWebMvcConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2021-07-23 14:06:44.177 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/config],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.AdminController.getConfig() 2021-07-23 14:06:44.180 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/update-pwd],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.AdminController.updatePwd(java.lang.String,java.lang.String) 2021-07-23 14:06:44.181 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/config],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.AdminController.updateConfig(im.zhaojun.zfile.model.dto.SystemConfigDTO) 2021-07-23 14:06:44.187 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/clear],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.clearCache(java.lang.Integer) 2021-07-23 14:06:44.188 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/disable],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.disableCache(java.lang.Integer) 2021-07-23 14:06:44.189 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/info],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.cacheInfo(java.lang.Integer) 2021-07-23 14:06:44.190 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/refresh],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.refreshCache(java.lang.Integer,java.lang.String) throws java.lang.Exception 2021-07-23 14:06:44.191 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/auto-refresh/start],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.enableAutoRefresh(java.lang.Integer) 2021-07-23 14:06:44.192 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/auto-refresh/stop],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.disableAutoRefresh(java.lang.Integer) 2021-07-23 14:06:44.193 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/enable],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.enableCache(java.lang.Integer) 2021-07-23 14:06:44.195 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/debug/resetPwd],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DebugController.resetPwd() 2021-07-23 14:06:44.206 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}/filters],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.getFilters(java.lang.Integer) 2021-07-23 14:06:44.207 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drives],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.driveList() 2021-07-23 14:06:44.208 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.driveItem(java.lang.Integer) 2021-07-23 14:06:44.209 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.saveDriveItem(im.zhaojun.zfile.model.dto.DriveConfigDTO) 2021-07-23 14:06:44.210 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}],methods=[DELETE]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.deleteDriveItem(java.lang.Integer) 2021-07-23 14:06:44.211 INFO 34 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}/filters],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.saveFilters(java.util.List
2021-07-23 14:06:45.138 INFO 34 --- [main] im.zhaojun.zfile.util.StartupListener : ZFile Admin started at http://172.17.0.2:8080/#/admin http://127.0.0.1:8080/#/admin
2021-07-23 14:07:15.079 DEBUG 34 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 14:07:15.564 INFO 34 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 14:07:15.848 INFO 34 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 14:07:16.274 INFO 34 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 14:10:58.469 INFO 36 --- [main] im.zhaojun.zfile.ZfileApplication : Starting ZfileApplication on 31e2bfabf68d with PID 36 (/root/zfile/WEB-INF/classes started by root in /root/zfile) 2021-07-23 14:10:58.476 DEBUG 36 --- [main] im.zhaojun.zfile.ZfileApplication : Running with Spring Boot v2.0.6.RELEASE, Spring v5.0.10.RELEASE 2021-07-23 14:10:58.477 INFO 36 --- [main] im.zhaojun.zfile.ZfileApplication : The following profiles are active: prod 2021-07-23 14:10:58.582 INFO 36 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7c9d8e2: startup date [Fri Jul 23 14:10:58 GMT+08:00 2021]; root of context hierarchy 2021-07-23 14:11:02.043 INFO 36 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$4fafa9bb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-07-23 14:11:03.576 INFO 36 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) 2021-07-23 14:11:03.631 INFO 36 --- [main] o.a.coyote.http11.Http11NioProtocol : Initializing ProtocolHandler ["http-nio-8080"] 2021-07-23 14:11:03.662 INFO 36 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2021-07-23 14:11:03.663 INFO 36 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.34 2021-07-23 14:11:03.707 INFO 36 --- [localhost-startStop-1] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64:/usr/lib/jvm/java-1.8-openjdk/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib] 2021-07-23 14:11:04.394 INFO 36 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2021-07-23 14:11:04.395 INFO 36 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 5813 ms 2021-07-23 14:11:04.724 INFO 36 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/] 2021-07-23 14:11:04.725 INFO 36 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/] 2021-07-23 14:11:04.726 INFO 36 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/] 2021-07-23 14:11:04.727 INFO 36 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/] 2021-07-23 14:11:04.729 INFO 36 --- [localhost-startStop-1] .s.DelegatingFilterProxyRegistrationBean : Mapping filter: 'springSecurityFilterChain' to: [/] 2021-07-23 14:11:04.729 INFO 36 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'corsFilter' to: [/] 2021-07-23 14:11:04.731 INFO 36 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/] 2021-07-23 14:11:05.187 INFO 36 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... 2021-07-23 14:11:05.560 INFO 36 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. 2021-07-23 14:11:05.677 INFO 36 --- [main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default' 2021-07-23 14:11:05.708 INFO 36 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2021-07-23 14:11:05.828 INFO 36 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.17.Final} 2021-07-23 14:11:05.832 INFO 36 --- [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2021-07-23 14:11:05.890 INFO 36 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2021-07-23 14:11:06.133 INFO 36 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect 2021-07-23 14:11:07.437 INFO 36 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2021-07-23 14:11:07.774 INFO 36 --- [main] o.s.jdbc.datasource.init.ScriptUtils : Executing SQL script from URL [file:/root/zfile/WEB-INF/classes/db/data.sql] 2021-07-23 14:11:07.790 INFO 36 --- [main] o.s.jdbc.datasource.init.ScriptUtils : Executed SQL script from URL [file:/root/zfile/WEB-INF/classes/db/data.sql] in 15 ms. 2021-07-23 14:11:08.284 INFO 36 --- [main] o.h.h.i.QueryTranslatorFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory 2021-07-23 14:11:10.102 DEBUG 36 --- [main] im.zhaojun.zfile.context.DriveContext : 尝试初始化驱动器, driveId: 1 2021-07-23 14:11:12.824 DEBUG 36 --- [main] im.zhaojun.zfile.context.DriveContext : 初始化驱动器成功, driveId: 1 2021-07-23 14:11:12.859 INFO 36 --- [main] im.zhaojun.zfile.context.DriveContext : 启动时初始化驱动器成功, 驱动器信息: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 14:11:12.888 DEBUG 36 --- [main] im.zhaojun.zfile.context.DriveContext : 尝试初始化驱动器, driveId: 2 2021-07-23 14:11:14.199 DEBUG 36 --- [main] im.zhaojun.zfile.context.DriveContext : 初始化驱动器成功, driveId: 2 2021-07-23 14:11:14.200 INFO 36 --- [main] im.zhaojun.zfile.context.DriveContext : 启动时初始化驱动器成功, 驱动器信息: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 14:11:14.228 DEBUG 36 --- [main] im.zhaojun.zfile.context.DriveContext : 尝试初始化驱动器, driveId: 3 2021-07-23 14:11:16.090 DEBUG 36 --- [main] im.zhaojun.zfile.context.DriveContext : 初始化驱动器成功, driveId: 3 2021-07-23 14:11:16.091 INFO 36 --- [main] im.zhaojun.zfile.context.DriveContext : 启动时初始化驱动器成功, 驱动器信息: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 14:11:17.205 INFO 36 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/', OPTIONS], [] 2021-07-23 14:11:17.382 INFO 36 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1be3f8f8, org.springframework.security.web.context.SecurityContextPersistenceFilter@18b04526, org.springframework.security.web.header.HeaderWriterFilter@5b490d5e, org.springframework.web.filter.CorsFilter@51641aa4, org.springframework.security.web.authentication.logout.LogoutFilter@56881196, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@2efcc0b3, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@31b6fb14, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@75b363c3, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@78b9155e, org.springframework.security.web.session.SessionManagementFilter@26270b77, org.springframework.security.web.access.ExceptionTranslationFilter@1c58d7be, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5315266] 2021-07-23 14:11:17.530 INFO 36 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [//favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2021-07-23 14:11:17.724 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7c9d8e2: startup date [Fri Jul 23 14:10:58 GMT+08:00 2021]; root of context hierarchy 2021-07-23 14:11:17.832 WARN 36 --- [main] aWebConfiguration$JpaWebMvcConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2021-07-23 14:11:17.902 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/config],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.AdminController.getConfig() 2021-07-23 14:11:17.904 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/update-pwd],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.AdminController.updatePwd(java.lang.String,java.lang.String) 2021-07-23 14:11:17.905 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/config],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.AdminController.updateConfig(im.zhaojun.zfile.model.dto.SystemConfigDTO) 2021-07-23 14:11:17.911 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/clear],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.clearCache(java.lang.Integer) 2021-07-23 14:11:17.913 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/disable],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.disableCache(java.lang.Integer) 2021-07-23 14:11:17.914 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/info],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.cacheInfo(java.lang.Integer) 2021-07-23 14:11:17.915 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/refresh],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.refreshCache(java.lang.Integer,java.lang.String) throws java.lang.Exception 2021-07-23 14:11:17.916 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/auto-refresh/start],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.enableAutoRefresh(java.lang.Integer) 2021-07-23 14:11:17.918 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/auto-refresh/stop],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.disableAutoRefresh(java.lang.Integer) 2021-07-23 14:11:17.919 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/cache/{driveId}/enable],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.CacheController.enableCache(java.lang.Integer) 2021-07-23 14:11:17.921 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/debug/resetPwd],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DebugController.resetPwd() 2021-07-23 14:11:17.939 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}/filters],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.getFilters(java.lang.Integer) 2021-07-23 14:11:17.940 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/updateId],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.updateDriveId(java.lang.Integer,java.lang.Integer) 2021-07-23 14:11:17.941 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drives],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.driveList() 2021-07-23 14:11:17.942 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}],methods=[GET]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.driveItem(java.lang.Integer) 2021-07-23 14:11:17.943 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.saveDriveItem(im.zhaojun.zfile.model.dto.DriveConfigDTO) 2021-07-23 14:11:17.944 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}],methods=[DELETE]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.deleteDriveItem(java.lang.Integer) 2021-07-23 14:11:17.946 INFO 36 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/drive/{driveId}/filters],methods=[POST]}" onto public im.zhaojun.zfile.model.support.ResultBean im.zhaojun.zfile.controller.admin.DriveController.saveFilters(java.util.List
2021-07-23 14:11:19.098 INFO 36 --- [main] im.zhaojun.zfile.util.StartupListener : ZFile Admin started at http://172.17.0.2:8080/#/admin http://127.0.0.1:8080/#/admin
2021-07-23 14:11:27.722 INFO 36 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring FrameworkServlet 'dispatcherServlet' 2021-07-23 14:11:27.725 INFO 36 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization started 2021-07-23 14:11:27.809 INFO 36 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization completed in 82 ms 2021-07-23 14:11:38.628 DEBUG 36 --- [http-nio-8080-exec-7] im.zhaojun.zfile.cache.ZFileCache : 开启缓存自动刷新 driveId: 1 2021-07-23 14:11:48.991 DEBUG 36 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试调用 OneDrive 自动刷新 AccessToken 定时任务 2021-07-23 14:11:49.552 INFO 36 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":1,"name":"Main Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 14:11:49.911 INFO 36 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":2,"name":"Backup Server","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"} 2021-07-23 14:11:50.910 INFO 36 --- [pool-1-thread-1] i.z.z.s.OneDriveTokenRefreshSchedule : 尝试刷新 OneDrive Token, DriveInfo: {"autoRefreshCache":true,"defaultSwitchToImgMode":false,"enable":true,"enableCache":true,"id":3,"name":"EDU Backup","searchContainEncryptedFile":false,"searchEnable":false,"searchIgnoreCase":false,"type":"ONE_DRIVE"}
当前行为
无论是重启docker、关闭防火墙、到其他vps尝试都同样的错误