2023-06-28 09:17:24.577 WARN 3980 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3aa6765b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:17:24.580 WARN 3980 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@36e18766 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:17:24.581 WARN 3980 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4e7fd5cf (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:17:24.583 WARN 3980 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@47e266f5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:17:24.585 WARN 3980 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@976eff0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:17:24.587 WARN 3980 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5776e25a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:17:24.589 WARN 3980 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@69418e2b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:17:24.591 WARN 3980 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6e48e6e7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:17:24.592 WARN 3980 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@524b55b0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:17:24.594 WARN 3980 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@32cf1991 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:21:23.500 ERROR 3980 --- [http-nio-10015-exec-10] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.StringIndexOutOfBoundsException: String index out of range: -1] with root cause java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java.lang.String.substring(String.java:1967) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.synthesis(TemplateServiceImpl.java:264) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$40a6b5d7.synthesis() at com.xmnk.springbootfunction.controller.TemplateController.synthesis(TemplateController.java:72) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908) at javax.servlet.http.HttpServlet.service(HttpServlet.java:660) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) 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:109) 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.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java: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) 2023-06-28 09:21:56.894 ERROR 3980 --- [http-nio-10015-exec-3] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.StringIndexOutOfBoundsException: String index out of range: -1] with root cause java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java.lang.String.substring(String.java:1967) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.synthesis(TemplateServiceImpl.java:264) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$40a6b5d7.synthesis() at com.xmnk.springbootfunction.controller.TemplateController.synthesis(TemplateController.java:72) at sun.reflect.GeneratedMethodAccessor264.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908) at javax.servlet.http.HttpServlet.service(HttpServlet.java:660) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) 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:109) 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.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java: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) 2023-06-28 09:24:19.024 WARN 3980 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@64f5f9a3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:36:27.412 WARN 3980 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7e4c52ff (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:36:27.415 WARN 3980 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4394b68f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:36:27.416 WARN 3980 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5cfaac65 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:36:27.417 WARN 3980 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2fc9734f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:36:27.418 WARN 3980 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@546e4b5a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:36:27.419 WARN 3980 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@32a8bf96 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:36:27.421 WARN 3980 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3b38a422 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:36:27.422 WARN 3980 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5f8ffb01 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:36:27.424 WARN 3980 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@791d4f31 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:36:27.425 WARN 3980 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@e3e1b8b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:42:08.833 WARN 3980 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@502e0d33 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:42:08.835 WARN 3980 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@26c27fc9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:42:08.836 WARN 3980 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7ec3ab02 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:42:08.838 WARN 3980 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1bf2f238 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:42:08.839 WARN 3980 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@50847daf (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:42:08.841 WARN 3980 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@658d7c41 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:42:08.842 WARN 3980 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6f55049 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:42:08.843 WARN 3980 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@a9a119d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:42:08.844 WARN 3980 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@79806c64 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:42:08.845 WARN 3980 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@77e16861 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:47:18.474 WARN 3980 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1f6eddf (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:47:18.482 WARN 3980 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3f709bc1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:47:18.486 WARN 3980 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7e57ef6f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:47:18.490 WARN 3980 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@79d97453 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:47:18.491 WARN 3980 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@214e31b8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:47:18.493 WARN 3980 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1adb08c3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:47:18.494 WARN 3980 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5bb6b060 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:47:18.496 WARN 3980 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@697f2ca9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:47:18.497 WARN 3980 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@39ec03cf (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:47:18.498 WARN 3980 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7bb39921 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:51:16.431 WARN 3980 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5627fe7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:51:16.432 WARN 3980 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1fa3ff33 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:51:16.434 WARN 3980 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@74906377 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:51:16.435 WARN 3980 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@36c18ac2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:51:16.437 WARN 3980 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@338ca941 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:51:16.438 WARN 3980 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@33568264 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:51:16.440 WARN 3980 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@442ad4a2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:51:16.441 WARN 3980 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7e07c17f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:51:16.442 WARN 3980 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2817a95f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:51:16.443 WARN 3980 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2fd55b9b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:59:40.008 WARN 3980 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7d8437f8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:59:40.011 WARN 3980 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5e36954b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:59:40.013 WARN 3980 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@467746c6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:59:40.014 WARN 3980 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@53bbe13d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:59:40.016 WARN 3980 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@396ebcbb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:59:40.017 WARN 3980 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5398ea10 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:59:40.018 WARN 3980 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2fa5d7d3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:59:40.019 WARN 3980 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@239b6913 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:59:40.020 WARN 3980 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6f5c92bf (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 09:59:40.021 WARN 3980 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7b002d2e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 10:06:58.546 WARN 3980 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2b15b73 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 10:06:58.549 WARN 3980 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6fffb189 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 10:06:58.551 WARN 3980 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@410de966 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 10:06:58.553 WARN 3980 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4b99f113 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 10:06:58.554 WARN 3980 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@22da909b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 10:06:58.555 WARN 3980 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@30bb1eb0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 10:06:58.556 WARN 3980 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1e538718 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 10:06:58.557 WARN 3980 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1ac6eca8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 10:06:58.558 WARN 3980 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6c6ef923 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 10:06:58.559 WARN 3980 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4c83480 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 10:19:59.390 WARN 3980 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2b2f1796 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 10:19:59.394 WARN 3980 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1902ee78 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 10:19:59.396 WARN 3980 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@65f93eb3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 10:19:59.398 WARN 3980 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@419b02d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 10:19:59.399 WARN 3980 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@e77bead (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 10:19:59.401 WARN 3980 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@88e035 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 10:19:59.402 WARN 3980 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2c285a31 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 10:19:59.403 WARN 3980 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@65791f41 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 10:19:59.404 WARN 3980 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@56485795 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 10:19:59.405 WARN 3980 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@11069c21 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 10:27:22.766 WARN 3980 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@523f2e46 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 10:27:22.768 WARN 3980 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4518fa1c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 10:27:22.770 WARN 3980 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6116ad96 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 10:27:22.772 WARN 3980 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@49fc5357 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 10:27:22.774 WARN 3980 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3a27b52f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 10:27:22.776 WARN 3980 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@386d706d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 10:27:22.777 WARN 3980 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6cc310eb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 10:27:22.779 WARN 3980 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@478e80cf (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 10:27:22.780 WARN 3980 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4087dbdc (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 10:27:22.781 WARN 3980 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@133a25b9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 10:50:30.030 WARN 3980 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7a0d0369 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 10:57:15.868 WARN 3980 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5a38951b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 10:57:15.870 WARN 3980 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@553fbf36 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:06:32.702 WARN 3980 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@549be9c0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:10:30.665 WARN 3980 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@666fa77 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:10:30.686 WARN 3980 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6d3a8e97 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:10:30.696 WARN 3980 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@22490217 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:10:30.709 WARN 3980 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@14b232e9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:10:30.713 WARN 3980 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7611bd1e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:10:30.717 WARN 3980 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4f66cb7d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:10:30.719 WARN 3980 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2555213c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:10:30.726 WARN 3980 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@20757a05 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:10:30.729 WARN 3980 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5b77ca58 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:10:30.732 WARN 3980 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2233cf68 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:37:53.495 WARN 3980 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@25cdb458 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:37:53.507 WARN 3980 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4e6fd858 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:37:53.514 WARN 3980 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@247d758c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:37:53.519 WARN 3980 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1d68b1fe (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:37:53.523 WARN 3980 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3fae57cb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:37:53.526 WARN 3980 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@fb3f57e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:37:53.529 WARN 3980 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@40ad3011 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:37:53.531 WARN 3980 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@18928ebb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:37:53.533 WARN 3980 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@554f926d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:37:53.535 WARN 3980 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@45c795bf (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:41:23.977 WARN 3980 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@767639e5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:53:05.617 WARN 3980 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6028a4cb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:53:05.620 WARN 3980 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7e11fc96 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:53:05.621 WARN 3980 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@231da0b3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:53:05.623 WARN 3980 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@696afad (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:53:05.624 WARN 3980 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@e6b31de (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:53:05.625 WARN 3980 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7fef89c9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:53:05.626 WARN 3980 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@31b9a6bf (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:53:05.628 WARN 3980 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2618ce2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:53:05.629 WARN 3980 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@55d3a8b1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:53:05.630 WARN 3980 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5671c203 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:53:32.974 INFO 3980 --- [http-nio-10015-exec-4] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-28 11:53:32.976 INFO 3980 --- [http-nio-10015-exec-4] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-28 11:58:46.966 WARN 3980 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@24099512 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:58:46.968 WARN 3980 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1aa49b55 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:58:46.970 WARN 3980 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2bcb72ee (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:58:46.971 WARN 3980 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3a555dd9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:58:46.973 WARN 3980 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@623c4fa2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:58:46.974 WARN 3980 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5c7c0e83 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:58:46.976 WARN 3980 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2c505be0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:58:46.977 WARN 3980 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3c7b7026 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:58:46.979 WARN 3980 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3cba7954 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 11:58:46.981 WARN 3980 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@e6056 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 12:02:05.600 WARN 3980 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@49b21b4f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 12:02:05.601 WARN 3980 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@55efe397 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 12:02:05.604 WARN 3980 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6408e40 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 12:02:05.607 WARN 3980 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@39c6aceb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 12:02:05.610 WARN 3980 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@69df1931 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 12:02:05.612 WARN 3980 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4306bcc6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 12:02:05.614 WARN 3980 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@41360868 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 12:02:05.617 WARN 3980 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4d9b5551 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 12:02:05.620 WARN 3980 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6c5bbd9a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 12:02:05.620 WARN 3980 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5c1cdb42 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 12:05:11.669 WARN 3980 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5b0e84fa (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 12:10:31.227 WARN 3980 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@19da1a8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 12:10:31.229 WARN 3980 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@a012d32 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 12:10:31.231 WARN 3980 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@f9f085e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 12:10:31.232 WARN 3980 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3ffcfa9f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 12:10:31.234 WARN 3980 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@55ec3af8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 12:10:31.235 WARN 3980 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5607f5ca (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 12:10:31.237 WARN 3980 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@212ddaac (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 12:10:31.238 WARN 3980 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@795de414 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 12:10:31.239 WARN 3980 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4dd23a3d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 12:10:31.241 WARN 3980 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@24123fe8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 13:43:43.578 WARN 3980 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@587d1214 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 13:43:43.583 WARN 3980 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@15057e5f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 13:43:43.586 WARN 3980 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@f950dbe (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 13:43:43.589 WARN 3980 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@38acd07 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 13:43:43.591 WARN 3980 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3abe73e7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 13:43:43.594 WARN 3980 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4f70569 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 13:43:43.597 WARN 3980 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@232810b4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 13:43:43.599 WARN 3980 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@761f1323 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 13:43:43.601 WARN 3980 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3ff7774c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 13:43:43.603 WARN 3980 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@317f196 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 13:47:41.004 WARN 3980 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6e517dd3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 13:47:41.006 WARN 3980 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2bb76abc (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 13:47:41.008 WARN 3980 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@40bf1561 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 13:47:41.009 WARN 3980 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6f14050c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 13:47:41.011 WARN 3980 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@425ade3c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 13:47:41.012 WARN 3980 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@52a8be41 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 13:47:41.014 WARN 3980 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6a84bd68 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 13:47:41.015 WARN 3980 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@25f7e951 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 13:47:41.016 WARN 3980 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@31c878ed (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 13:47:41.018 WARN 3980 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@26858223 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 13:59:35.540 WARN 3980 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7382c562 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 13:59:35.553 WARN 3980 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1520605b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 13:59:35.557 WARN 3980 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2ce1fa3b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 13:59:35.559 WARN 3980 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2a50d83b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 13:59:35.561 WARN 3980 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@405e4053 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 13:59:35.562 WARN 3980 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@56ead2bb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 13:59:35.563 WARN 3980 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@75f9da7f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 13:59:35.565 WARN 3980 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@594455fb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 13:59:35.566 WARN 3980 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6baaca58 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 13:59:35.567 WARN 3980 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6b55b29c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 14:02:34.471 INFO 3980 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-28 14:02:34.473 INFO 3980 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-28 14:02:34.611 INFO 3980 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-28 14:02:34.612 INFO 3980 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-28 14:02:34.616 INFO 3980 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-28 14:02:42.524 INFO 17764 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 17764 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-28 14:02:42.527 INFO 17764 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-28 14:02:43.739 INFO 17764 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-28 14:02:43.740 INFO 17764 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-28 14:02:43.778 INFO 17764 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces. 2023-06-28 14:02:43.854 WARN 17764 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-28 14:02:44.205 INFO 17764 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:02:44.208 INFO 17764 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$1de57a83] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:02:44.213 INFO 17764 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:02:44.218 INFO 17764 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:02:44.227 INFO 17764 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b45709b2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:02:44.237 INFO 17764 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$29d9c6c5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:02:44.593 INFO 17764 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:02:44.629 INFO 17764 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:02:44.634 INFO 17764 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:02:44.645 INFO 17764 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:02:44.957 INFO 17764 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-28 14:02:44.979 INFO 17764 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-28 14:02:44.979 INFO 17764 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-28 14:02:45.079 INFO 17764 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-28 14:02:45.079 INFO 17764 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2465 ms 2023-06-28 14:02:45.271 INFO 17764 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-28 14:02:45.372 INFO 17764 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-28 14:02:45.372 INFO 17764 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-28 14:02:45.372 INFO 17764 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-28 14:02:45.372 INFO 17764 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-28 14:02:46.968 INFO 17764 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-28 14:02:47.356 INFO 17764 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-28 14:02:47.469 INFO 17764 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-28 14:02:47.471 INFO 17764 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 5.449 seconds (JVM running for 6.3) 2023-06-28 14:02:47.474 INFO 17764 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-28 14:03:17.962 INFO 17764 --- [Thread-12] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-28 14:03:17.963 INFO 17764 --- [Thread-12] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-28 14:03:17.998 INFO 17764 --- [Thread-12] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-28 14:03:17.999 INFO 17764 --- [Thread-12] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-28 14:03:18.005 INFO 17764 --- [Thread-12] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-28 14:03:22.899 INFO 16588 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 16588 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-28 14:03:22.902 INFO 16588 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-28 14:03:23.643 INFO 16588 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-28 14:03:23.645 INFO 16588 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-28 14:03:23.689 INFO 16588 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 29ms. Found 0 repository interfaces. 2023-06-28 14:03:23.770 WARN 16588 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-28 14:03:24.078 INFO 16588 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:03:24.081 INFO 16588 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$f1c0f2a5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:03:24.086 INFO 16588 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:03:24.091 INFO 16588 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:03:24.100 INFO 16588 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$883281d4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:03:24.112 INFO 16588 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$fdb53ee7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:03:24.444 INFO 16588 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:03:24.459 INFO 16588 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:03:24.465 INFO 16588 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:03:24.476 INFO 16588 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:03:24.787 INFO 16588 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-28 14:03:24.808 INFO 16588 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-28 14:03:24.808 INFO 16588 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-28 14:03:24.902 INFO 16588 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-28 14:03:24.902 INFO 16588 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1914 ms 2023-06-28 14:03:25.091 INFO 16588 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-28 14:03:25.193 INFO 16588 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-28 14:03:25.194 INFO 16588 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-28 14:03:25.194 INFO 16588 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-28 14:03:25.194 INFO 16588 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-28 14:03:26.635 INFO 16588 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-28 14:03:27.017 INFO 16588 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-28 14:03:27.125 INFO 16588 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-28 14:03:27.128 INFO 16588 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.737 seconds (JVM running for 5.46) 2023-06-28 14:03:27.130 INFO 16588 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-28 14:03:28.463 INFO 16588 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-28 14:03:28.464 INFO 16588 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-28 14:03:28.473 INFO 16588 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-28 14:06:03.191 INFO 16588 --- [http-nio-10015-exec-6] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-28 14:06:03.192 INFO 16588 --- [http-nio-10015-exec-6] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-28 14:06:26.696 INFO 16588 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-28 14:06:26.697 INFO 16588 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-28 14:06:26.830 INFO 16588 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-28 14:06:26.830 INFO 16588 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-28 14:06:26.834 INFO 16588 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-28 14:06:32.625 INFO 17848 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 17848 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-28 14:06:32.627 INFO 17848 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-28 14:06:33.364 INFO 17848 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-28 14:06:33.366 INFO 17848 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-28 14:06:33.411 INFO 17848 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 32ms. Found 0 repository interfaces. 2023-06-28 14:06:33.494 WARN 17848 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-28 14:06:33.776 INFO 17848 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:06:33.779 INFO 17848 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$60a83843] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:06:33.785 INFO 17848 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:06:33.790 INFO 17848 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:06:33.799 INFO 17848 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$f719c772] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:06:33.811 INFO 17848 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$6c9c8485] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:06:34.129 INFO 17848 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:06:34.145 INFO 17848 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:06:34.151 INFO 17848 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:06:34.161 INFO 17848 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:06:34.474 INFO 17848 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-28 14:06:34.494 INFO 17848 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-28 14:06:34.494 INFO 17848 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-28 14:06:34.590 INFO 17848 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-28 14:06:34.590 INFO 17848 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1870 ms 2023-06-28 14:06:34.849 INFO 17848 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-28 14:06:34.950 INFO 17848 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-28 14:06:34.950 INFO 17848 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-28 14:06:34.950 INFO 17848 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-28 14:06:34.951 INFO 17848 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-28 14:06:36.492 INFO 17848 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-28 14:06:36.894 INFO 17848 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-28 14:06:37.005 INFO 17848 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-28 14:06:37.008 INFO 17848 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.904 seconds (JVM running for 5.63) 2023-06-28 14:06:37.013 INFO 17848 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-28 14:06:37.211 INFO 17848 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-28 14:06:37.211 INFO 17848 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-28 14:06:37.222 INFO 17848 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 11 ms 2023-06-28 14:08:54.616 WARN 17848 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@68395d5e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 14:08:54.617 WARN 17848 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@58af1e33 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 14:08:54.617 WARN 17848 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@64ec0f4b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 14:08:54.618 WARN 17848 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6e943ec1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 14:08:54.618 WARN 17848 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3a85ed67 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 14:08:54.619 WARN 17848 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1a7b3282 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 14:08:54.619 WARN 17848 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1e69e0d1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 14:08:54.620 WARN 17848 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5144b7eb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 14:08:54.620 WARN 17848 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@44bf8671 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 14:08:54.621 WARN 17848 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7134346 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 14:15:54.965 INFO 17848 --- [http-nio-10015-exec-8] o.apache.tomcat.util.http.parser.Cookie : A cookie header was received [1685776323,1686705967,1686814800] that contained an invalid cookie. That cookie will be ignored. Note: further occurrences of this error will be logged at DEBUG level. 2023-06-28 14:22:18.557 INFO 17848 --- [http-nio-10015-exec-10] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-28 14:22:18.559 INFO 17848 --- [http-nio-10015-exec-10] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-28 14:23:35.993 ERROR 17848 --- [http-nio-10015-exec-8] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.StringIndexOutOfBoundsException: String index out of range: -3] with root cause java.lang.StringIndexOutOfBoundsException: String index out of range: -3 at java.lang.String.substring(String.java:1967) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.synthesis(TemplateServiceImpl.java:270) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$580b2307.synthesis() at com.xmnk.springbootfunction.controller.TemplateController.synthesis(TemplateController.java:72) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908) at javax.servlet.http.HttpServlet.service(HttpServlet.java:660) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) 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:109) 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.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java: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) 2023-06-28 14:24:12.459 ERROR 17848 --- [http-nio-10015-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.StringIndexOutOfBoundsException: String index out of range: -3] with root cause java.lang.StringIndexOutOfBoundsException: String index out of range: -3 at java.lang.String.substring(String.java:1967) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.synthesis(TemplateServiceImpl.java:270) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$580b2307.synthesis() at com.xmnk.springbootfunction.controller.TemplateController.synthesis(TemplateController.java:72) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908) at javax.servlet.http.HttpServlet.service(HttpServlet.java:660) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) 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:109) 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.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java: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) 2023-06-28 14:24:49.956 INFO 17848 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-28 14:24:49.958 INFO 17848 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-28 14:24:50.100 INFO 17848 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-28 14:24:50.100 INFO 17848 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-28 14:24:50.109 INFO 17848 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-28 14:24:54.981 INFO 12324 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 12324 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-28 14:24:54.983 INFO 12324 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-28 14:24:55.740 INFO 12324 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-28 14:24:55.742 INFO 12324 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-28 14:24:55.789 INFO 12324 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 28ms. Found 0 repository interfaces. 2023-06-28 14:24:55.914 WARN 12324 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-28 14:24:56.235 INFO 12324 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:24:56.238 INFO 12324 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$60a83843] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:24:56.243 INFO 12324 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:24:56.248 INFO 12324 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:24:56.258 INFO 12324 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$f719c772] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:24:56.269 INFO 12324 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$6c9c8485] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:24:56.592 INFO 12324 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:24:56.609 INFO 12324 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:24:56.616 INFO 12324 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:24:56.627 INFO 12324 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:24:56.951 INFO 12324 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-28 14:24:56.973 INFO 12324 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-28 14:24:56.973 INFO 12324 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-28 14:24:57.073 INFO 12324 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-28 14:24:57.073 INFO 12324 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2007 ms 2023-06-28 14:24:57.374 INFO 12324 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-28 14:24:57.479 INFO 12324 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-28 14:24:57.480 INFO 12324 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-28 14:24:57.480 INFO 12324 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-28 14:24:57.480 INFO 12324 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-28 14:24:59.003 INFO 12324 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-28 14:24:59.393 INFO 12324 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-28 14:24:59.502 INFO 12324 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-28 14:24:59.505 INFO 12324 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 5.004 seconds (JVM running for 5.821) 2023-06-28 14:24:59.507 INFO 12324 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-28 14:25:02.834 INFO 12324 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-28 14:25:02.834 INFO 12324 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-28 14:25:02.844 INFO 12324 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms 2023-06-28 14:26:08.317 INFO 12324 --- [http-nio-10015-exec-10] o.apache.tomcat.util.http.parser.Cookie : A cookie header was received [1685776323,1686705967,1686814800] that contained an invalid cookie. That cookie will be ignored. Note: further occurrences of this error will be logged at DEBUG level. 2023-06-28 14:26:36.554 ERROR 12324 --- [http-nio-10015-exec-3] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.StringIndexOutOfBoundsException: String index out of range: -3] with root cause java.lang.StringIndexOutOfBoundsException: String index out of range: -3 at java.lang.String.substring(String.java:1967) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.synthesis(TemplateServiceImpl.java:270) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$27c248ee.synthesis() at com.xmnk.springbootfunction.controller.TemplateController.synthesis(TemplateController.java:72) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908) at javax.servlet.http.HttpServlet.service(HttpServlet.java:660) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) 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:109) 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.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java: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) 2023-06-28 14:28:28.045 ERROR 12324 --- [http-nio-10015-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.StringIndexOutOfBoundsException: String index out of range: -3] with root cause java.lang.StringIndexOutOfBoundsException: String index out of range: -3 at java.lang.String.substring(String.java:1967) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.preview(TemplateServiceImpl.java:475) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$27c248ee.preview() at com.xmnk.springbootfunction.controller.TemplateController.preview(TemplateController.java:86) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908) at javax.servlet.http.HttpServlet.service(HttpServlet.java:660) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) 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:109) 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.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java: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) 2023-06-28 14:28:37.602 ERROR 12324 --- [http-nio-10015-exec-3] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.StringIndexOutOfBoundsException: String index out of range: -3] with root cause java.lang.StringIndexOutOfBoundsException: String index out of range: -3 at java.lang.String.substring(String.java:1967) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.preview(TemplateServiceImpl.java:475) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$27c248ee.preview() at com.xmnk.springbootfunction.controller.TemplateController.preview(TemplateController.java:86) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908) at javax.servlet.http.HttpServlet.service(HttpServlet.java:660) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) 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:109) 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.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java: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) 2023-06-28 14:42:02.945 WARN 12324 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@25644ec4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 14:42:02.946 WARN 12324 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1845e92d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 14:42:02.946 WARN 12324 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@217b8d38 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 14:42:02.947 WARN 12324 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6fba7c22 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 14:42:02.947 WARN 12324 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7906c38 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 14:42:02.948 WARN 12324 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@302be166 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 14:42:02.948 WARN 12324 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4d44a816 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 14:42:02.948 WARN 12324 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@71a386f0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 14:42:02.949 WARN 12324 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@75d6d550 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 14:42:02.949 WARN 12324 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1a193a5d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 14:51:15.511 WARN 12324 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1f0ca9b8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 14:51:15.513 WARN 12324 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3331fb55 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 14:51:15.515 WARN 12324 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1884c8c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 14:51:15.516 WARN 12324 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3c19eb43 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 14:51:15.517 WARN 12324 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@67186cba (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 14:51:15.518 WARN 12324 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6a2148c8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 14:51:15.520 WARN 12324 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@72c51a29 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 14:51:15.520 WARN 12324 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1cfab5bb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 14:51:15.521 WARN 12324 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@189511ae (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 14:51:15.522 WARN 12324 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@78926d7c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 14:51:15.555 ERROR 12324 --- [http-nio-10015-exec-6] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.StringIndexOutOfBoundsException: String index out of range: -3] with root cause java.lang.StringIndexOutOfBoundsException: String index out of range: -3 at java.lang.String.substring(String.java:1967) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.preview(TemplateServiceImpl.java:475) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$27c248ee.preview() at com.xmnk.springbootfunction.controller.TemplateController.preview(TemplateController.java:86) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908) at javax.servlet.http.HttpServlet.service(HttpServlet.java:660) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) 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:109) 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.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java: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) 2023-06-28 14:51:28.537 ERROR 12324 --- [http-nio-10015-exec-3] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.StringIndexOutOfBoundsException: String index out of range: -3] with root cause java.lang.StringIndexOutOfBoundsException: String index out of range: -3 at java.lang.String.substring(String.java:1967) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.preview(TemplateServiceImpl.java:475) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$27c248ee.preview() at com.xmnk.springbootfunction.controller.TemplateController.preview(TemplateController.java:86) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908) at javax.servlet.http.HttpServlet.service(HttpServlet.java:660) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) 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:109) 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.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java: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) 2023-06-28 14:54:56.701 INFO 12324 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-28 14:54:56.702 INFO 12324 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-28 14:54:56.717 INFO 12324 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-28 14:54:56.718 INFO 12324 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-28 14:54:56.729 INFO 12324 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-28 14:55:01.733 INFO 4108 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 4108 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-28 14:55:01.736 INFO 4108 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-28 14:55:02.551 INFO 4108 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-28 14:55:02.553 INFO 4108 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-28 14:55:02.596 INFO 4108 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 29ms. Found 0 repository interfaces. 2023-06-28 14:55:02.682 WARN 4108 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-28 14:55:02.949 INFO 4108 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:55:02.953 INFO 4108 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$be665e4c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:55:02.957 INFO 4108 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:55:02.962 INFO 4108 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:55:02.971 INFO 4108 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$54d7ed7b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:55:02.981 INFO 4108 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$ca5aaa8e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:55:03.293 INFO 4108 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:55:03.309 INFO 4108 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:55:03.315 INFO 4108 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:55:03.325 INFO 4108 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:55:03.628 INFO 4108 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-28 14:55:03.653 INFO 4108 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-28 14:55:03.653 INFO 4108 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-28 14:55:03.748 INFO 4108 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-28 14:55:03.748 INFO 4108 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1930 ms 2023-06-28 14:55:03.939 INFO 4108 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-28 14:55:04.038 INFO 4108 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-28 14:55:04.039 INFO 4108 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-28 14:55:04.039 INFO 4108 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-28 14:55:04.039 INFO 4108 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-28 14:55:05.476 INFO 4108 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-28 14:55:05.871 INFO 4108 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-28 14:55:05.978 INFO 4108 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-28 14:55:05.981 INFO 4108 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.789 seconds (JVM running for 5.489) 2023-06-28 14:55:05.983 INFO 4108 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-28 14:55:06.179 INFO 4108 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-28 14:55:06.179 INFO 4108 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-28 14:55:06.190 INFO 4108 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 11 ms 2023-06-28 14:55:12.738 ERROR 4108 --- [http-nio-10015-exec-9] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.StringIndexOutOfBoundsException: String index out of range: -3] with root cause java.lang.StringIndexOutOfBoundsException: String index out of range: -3 at java.lang.String.substring(String.java:1967) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.preview(TemplateServiceImpl.java:477) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$b79163f6.preview() at com.xmnk.springbootfunction.controller.TemplateController.preview(TemplateController.java:86) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908) at javax.servlet.http.HttpServlet.service(HttpServlet.java:660) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) 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:109) 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.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java: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) 2023-06-28 14:55:33.444 ERROR 4108 --- [http-nio-10015-exec-6] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.StringIndexOutOfBoundsException: String index out of range: -3] with root cause java.lang.StringIndexOutOfBoundsException: String index out of range: -3 at java.lang.String.substring(String.java:1967) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.preview(TemplateServiceImpl.java:477) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$b79163f6.preview() at com.xmnk.springbootfunction.controller.TemplateController.preview(TemplateController.java:86) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908) at javax.servlet.http.HttpServlet.service(HttpServlet.java:660) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) 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:109) 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.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java: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) 2023-06-28 14:57:00.244 INFO 4108 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-28 14:57:00.245 INFO 4108 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-28 14:57:00.260 INFO 4108 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-28 14:57:00.260 INFO 4108 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-28 14:57:00.266 INFO 4108 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-28 14:57:05.613 INFO 17332 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 17332 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-28 14:57:05.615 INFO 17332 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-28 14:57:06.359 INFO 17332 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-28 14:57:06.361 INFO 17332 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-28 14:57:06.397 INFO 17332 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces. 2023-06-28 14:57:06.599 WARN 17332 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-28 14:57:06.905 INFO 17332 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:57:06.909 INFO 17332 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$e7101d4a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:57:06.914 INFO 17332 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:57:06.920 INFO 17332 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:57:06.931 INFO 17332 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$7d81ac79] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:57:06.944 INFO 17332 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$f304698c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:57:07.259 INFO 17332 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:57:07.277 INFO 17332 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:57:07.282 INFO 17332 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:57:07.293 INFO 17332 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 14:57:07.615 INFO 17332 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-28 14:57:07.637 INFO 17332 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-28 14:57:07.638 INFO 17332 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-28 14:57:07.739 INFO 17332 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-28 14:57:07.740 INFO 17332 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2030 ms 2023-06-28 14:57:07.931 INFO 17332 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-28 14:57:08.030 INFO 17332 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-28 14:57:08.031 INFO 17332 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-28 14:57:08.031 INFO 17332 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-28 14:57:08.031 INFO 17332 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-28 14:57:09.471 INFO 17332 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-28 14:57:09.854 INFO 17332 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-28 14:57:09.959 INFO 17332 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-28 14:57:09.961 INFO 17332 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.911 seconds (JVM running for 5.942) 2023-06-28 14:57:09.964 INFO 17332 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-28 14:58:13.822 INFO 17332 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-28 14:58:13.822 INFO 17332 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-28 14:58:13.834 INFO 17332 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 12 ms 2023-06-28 15:05:13.632 WARN 17332 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1163cb5a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:05:13.634 WARN 17332 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4326cfea (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:05:13.636 WARN 17332 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4276e1a9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:05:13.637 WARN 17332 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@291e6d26 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:05:13.638 WARN 17332 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@443cf578 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:05:13.638 WARN 17332 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@31902b8a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:05:13.639 WARN 17332 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@441effb8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:05:13.640 WARN 17332 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1eb3cd40 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:05:13.641 WARN 17332 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3d076cdb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:05:13.641 WARN 17332 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@d7bdc8a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:10:14.442 WARN 17332 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3ef212fa (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:10:14.477 WARN 17332 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@14230f1c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:10:14.517 WARN 17332 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7e9ee88d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:10:14.787 WARN 17332 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4a0e8d0c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:10:14.789 WARN 17332 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6a31e4d2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:10:14.791 WARN 17332 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@60c60aab (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:10:14.792 WARN 17332 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@27e945ae (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:10:14.793 WARN 17332 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1a54c4f7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:10:14.794 WARN 17332 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@51214da3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:10:14.795 WARN 17332 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1e2867e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:18:57.809 WARN 17332 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@508465cb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:18:57.864 WARN 17332 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2794533f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:18:57.874 WARN 17332 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4f0c775d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:18:57.889 WARN 17332 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7e3b8544 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:18:58.045 WARN 17332 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@65727fef (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:18:58.072 WARN 17332 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@60fad5d5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:18:58.075 WARN 17332 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4c60e008 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:18:58.077 WARN 17332 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6ed34d65 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:18:58.078 WARN 17332 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@18a8ca57 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:18:58.081 WARN 17332 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2ecaf0ea (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:26:43.084 WARN 17332 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@112df437 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:26:43.086 WARN 17332 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7909453d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:26:43.088 WARN 17332 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@778801c1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:26:43.089 WARN 17332 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@549d4c3b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:26:43.090 WARN 17332 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5b641fdd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:26:43.091 WARN 17332 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@68f78921 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:26:43.093 WARN 17332 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5fc60bf7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:26:43.095 WARN 17332 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@618478a0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:26:43.096 WARN 17332 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1ae519ba (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:26:43.097 WARN 17332 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4e8f3546 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:32:41.296 WARN 17332 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@63fa3b34 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:32:41.298 WARN 17332 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@69a20aba (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:32:41.300 WARN 17332 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@77cd29fb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:32:41.301 WARN 17332 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@43c3c06 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:32:41.306 WARN 17332 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5ea559d6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:32:41.357 WARN 17332 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@f29f0e1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:32:41.358 WARN 17332 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1135920e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:32:41.369 WARN 17332 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@740c4022 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:32:41.372 WARN 17332 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@93dc9c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:32:41.374 WARN 17332 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@40fd8a97 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:34:58.867 INFO 17332 --- [Thread-12] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-28 15:34:58.867 INFO 17332 --- [Thread-12] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-28 15:34:58.886 INFO 17332 --- [Thread-12] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-28 15:34:58.886 INFO 17332 --- [Thread-12] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-28 15:34:58.891 INFO 17332 --- [Thread-12] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-28 15:35:04.782 INFO 17680 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 17680 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-28 15:35:04.787 INFO 17680 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-28 15:35:05.548 INFO 17680 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-28 15:35:05.551 INFO 17680 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-28 15:35:05.597 INFO 17680 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 30ms. Found 0 repository interfaces. 2023-06-28 15:35:05.710 WARN 17680 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-28 15:35:05.986 INFO 17680 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 15:35:05.990 INFO 17680 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$a76c2617] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 15:35:05.995 INFO 17680 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 15:35:06.000 INFO 17680 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 15:35:06.010 INFO 17680 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$3dddb546] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 15:35:06.020 INFO 17680 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$b3607259] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 15:35:06.338 INFO 17680 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 15:35:06.354 INFO 17680 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 15:35:06.361 INFO 17680 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 15:35:06.376 INFO 17680 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 15:35:06.716 INFO 17680 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-28 15:35:06.743 INFO 17680 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-28 15:35:06.743 INFO 17680 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-28 15:35:06.845 INFO 17680 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-28 15:35:06.845 INFO 17680 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1968 ms 2023-06-28 15:35:07.042 INFO 17680 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-28 15:35:07.144 INFO 17680 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-28 15:35:07.144 INFO 17680 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-28 15:35:07.144 INFO 17680 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-28 15:35:07.144 INFO 17680 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-28 15:35:08.587 INFO 17680 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-28 15:35:08.992 INFO 17680 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-28 15:35:09.108 INFO 17680 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-28 15:35:09.111 INFO 17680 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 5.009 seconds (JVM running for 5.874) 2023-06-28 15:35:09.114 INFO 17680 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-28 15:35:33.051 INFO 17680 --- [http-nio-10015-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-28 15:35:33.051 INFO 17680 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-28 15:35:33.060 INFO 17680 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-28 15:40:08.094 WARN 17680 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4e9a92a7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:40:08.095 WARN 17680 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@92addc3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:40:08.096 WARN 17680 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4d2a6194 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:40:08.096 WARN 17680 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4308a1a8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:40:08.097 WARN 17680 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@66d5be3e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:40:08.097 WARN 17680 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@39ceb3e2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:40:08.098 WARN 17680 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@27f6438e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:40:08.098 WARN 17680 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2175b339 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:40:08.098 WARN 17680 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6a9add67 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:40:08.099 WARN 17680 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@26073275 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:47:06.804 WARN 17680 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3f987e35 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:47:06.806 WARN 17680 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3bfd2b69 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:47:06.807 WARN 17680 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@15abfd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:47:06.808 WARN 17680 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5b8655f0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:47:06.809 WARN 17680 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@d89b513 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:47:06.811 WARN 17680 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6f7f4424 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:47:06.813 WARN 17680 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4e5b6709 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:47:06.814 WARN 17680 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@14241b4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:47:06.815 WARN 17680 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@608c288 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:47:06.818 WARN 17680 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@13c3e809 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:47:14.648 INFO 17680 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-28 15:47:14.649 INFO 17680 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-28 15:47:14.671 INFO 17680 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-28 15:47:14.672 INFO 17680 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-28 15:47:14.678 INFO 17680 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-28 15:47:19.381 INFO 4528 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 4528 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-28 15:47:19.384 INFO 4528 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-28 15:47:20.474 INFO 4528 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-28 15:47:20.475 INFO 4528 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-28 15:47:20.515 INFO 4528 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces. 2023-06-28 15:47:20.598 WARN 4528 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-28 15:47:20.888 INFO 4528 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 15:47:20.891 INFO 4528 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$2bd3646c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 15:47:20.896 INFO 4528 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 15:47:20.901 INFO 4528 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 15:47:20.910 INFO 4528 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$c244f39b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 15:47:20.922 INFO 4528 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$37c7b0ae] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 15:47:21.239 INFO 4528 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 15:47:21.256 INFO 4528 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 15:47:21.262 INFO 4528 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 15:47:21.273 INFO 4528 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 15:47:21.592 INFO 4528 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-28 15:47:21.614 INFO 4528 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-28 15:47:21.614 INFO 4528 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-28 15:47:21.708 INFO 4528 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-28 15:47:21.708 INFO 4528 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2239 ms 2023-06-28 15:47:21.933 INFO 4528 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-28 15:47:22.048 INFO 4528 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-28 15:47:22.048 INFO 4528 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-28 15:47:22.048 INFO 4528 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-28 15:47:22.048 INFO 4528 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-28 15:47:23.559 INFO 4528 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-28 15:47:23.941 INFO 4528 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-28 15:47:24.048 INFO 4528 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-28 15:47:24.051 INFO 4528 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 5.248 seconds (JVM running for 6.006) 2023-06-28 15:47:24.054 INFO 4528 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-28 15:47:27.530 INFO 4528 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-28 15:47:27.530 INFO 4528 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-28 15:47:27.541 INFO 4528 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 11 ms 2023-06-28 15:48:31.803 WARN 4528 --- [http-nio-10015-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'type' is not present] 2023-06-28 15:53:11.725 WARN 4528 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@64489f00 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:53:11.726 WARN 4528 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@69cf283c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:53:11.727 WARN 4528 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@49df1a9a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:53:11.727 WARN 4528 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@49678bc0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:53:11.728 WARN 4528 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3810bcc7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:53:11.728 WARN 4528 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@280eed31 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:53:11.729 WARN 4528 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@19b42960 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:53:11.729 WARN 4528 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6c78881d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:53:11.729 WARN 4528 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@51b3f7d1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 15:53:11.730 WARN 4528 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@e8bffb3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 16:05:04.983 WARN 4528 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2739c10e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 16:05:04.985 WARN 4528 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5fb71006 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 16:05:04.986 WARN 4528 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@274b0aec (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 16:05:04.988 WARN 4528 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@71b467ce (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 16:05:04.989 WARN 4528 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2d7b416d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 16:05:04.991 WARN 4528 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@333764 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 16:05:04.992 WARN 4528 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@746e0ad1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 16:05:04.993 WARN 4528 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1626a194 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 16:05:04.994 WARN 4528 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3909d9db (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 16:05:04.996 WARN 4528 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@20984189 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 16:08:02.655 INFO 4528 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-28 16:08:02.658 INFO 4528 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-28 16:08:02.683 INFO 4528 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-28 16:08:02.683 INFO 4528 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-28 16:08:02.689 INFO 4528 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-28 16:08:07.830 INFO 16972 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 16972 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-28 16:08:07.835 INFO 16972 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-28 16:08:08.652 INFO 16972 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-28 16:08:08.656 INFO 16972 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-28 16:08:08.696 INFO 16972 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 28ms. Found 0 repository interfaces. 2023-06-28 16:08:08.785 WARN 16972 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-28 16:08:09.055 INFO 16972 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:08:09.059 INFO 16972 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$b198083d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:08:09.063 INFO 16972 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:08:09.068 INFO 16972 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:08:09.077 INFO 16972 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$4809976c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:08:09.088 INFO 16972 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$bd8c547f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:08:09.413 INFO 16972 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:08:09.432 INFO 16972 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:08:09.438 INFO 16972 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:08:09.450 INFO 16972 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:08:09.851 INFO 16972 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-28 16:08:09.873 INFO 16972 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-28 16:08:09.873 INFO 16972 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-28 16:08:09.974 INFO 16972 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-28 16:08:09.974 INFO 16972 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2034 ms 2023-06-28 16:08:10.178 INFO 16972 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-28 16:08:10.281 INFO 16972 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-28 16:08:10.282 INFO 16972 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-28 16:08:10.282 INFO 16972 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-28 16:08:10.282 INFO 16972 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-28 16:08:11.808 INFO 16972 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-28 16:08:12.209 INFO 16972 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-28 16:08:12.325 INFO 16972 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-28 16:08:12.328 INFO 16972 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 5.158 seconds (JVM running for 6.059) 2023-06-28 16:08:12.331 INFO 16972 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-28 16:08:17.822 INFO 16972 --- [http-nio-10015-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-28 16:08:17.822 INFO 16972 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-28 16:08:17.833 INFO 16972 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 11 ms 2023-06-28 16:10:15.735 WARN 16972 --- [master housekeeper] com.zaxxer.hikari.pool.HikariPool : master - Thread starvation or clock leap detected (housekeeper delta=1m33s75ms869?s800ns). 2023-06-28 16:10:24.764 INFO 16972 --- [http-nio-10015-exec-7] o.apache.tomcat.util.http.parser.Cookie : A cookie header was received [1685776323,1686705967,1686814800] that contained an invalid cookie. That cookie will be ignored. Note: further occurrences of this error will be logged at DEBUG level. 2023-06-28 16:11:16.857 WARN 16972 --- [http-nio-10015-exec-10] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'type' is not present] 2023-06-28 16:13:14.544 INFO 16972 --- [Thread-12] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-28 16:13:14.544 INFO 16972 --- [Thread-12] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-28 16:13:14.568 INFO 16972 --- [Thread-12] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-28 16:13:14.568 INFO 16972 --- [Thread-12] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-28 16:13:14.577 INFO 16972 --- [Thread-12] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-28 16:13:19.089 INFO 8928 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 8928 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-28 16:13:19.091 INFO 8928 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-28 16:13:19.884 INFO 8928 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-28 16:13:19.886 INFO 8928 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-28 16:13:19.926 INFO 8928 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces. 2023-06-28 16:13:20.015 WARN 8928 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-28 16:13:20.284 INFO 8928 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:13:20.287 INFO 8928 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$9cbb7c9e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:13:20.292 INFO 8928 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:13:20.297 INFO 8928 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:13:20.305 INFO 8928 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$332d0bcd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:13:20.317 INFO 8928 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$a8afc8e0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:13:20.631 INFO 8928 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:13:20.647 INFO 8928 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:13:20.653 INFO 8928 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:13:20.664 INFO 8928 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:13:20.972 INFO 8928 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-28 16:13:20.993 INFO 8928 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-28 16:13:20.994 INFO 8928 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-28 16:13:21.089 INFO 8928 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-28 16:13:21.090 INFO 8928 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1932 ms 2023-06-28 16:13:21.283 INFO 8928 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-28 16:13:21.383 INFO 8928 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-28 16:13:21.384 INFO 8928 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-28 16:13:21.384 INFO 8928 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-28 16:13:21.384 INFO 8928 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-28 16:13:22.806 INFO 8928 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-28 16:13:23.191 INFO 8928 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-28 16:13:23.304 INFO 8928 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-28 16:13:23.306 INFO 8928 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.719 seconds (JVM running for 5.432) 2023-06-28 16:13:23.309 INFO 8928 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-28 16:13:25.116 INFO 8928 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-28 16:13:25.116 INFO 8928 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-28 16:13:25.126 INFO 8928 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms 2023-06-28 16:15:20.275 WARN 8928 --- [master housekeeper] com.zaxxer.hikari.pool.HikariPool : master - Thread starvation or clock leap detected (housekeeper delta=1m58s81ms902?s700ns). 2023-06-28 16:16:13.171 WARN 8928 --- [master housekeeper] com.zaxxer.hikari.pool.HikariPool : master - Thread starvation or clock leap detected (housekeeper delta=53s598ms607?s800ns). 2023-06-28 16:22:09.575 INFO 8928 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-28 16:22:09.576 INFO 8928 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-28 16:22:09.593 INFO 8928 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-28 16:22:09.593 INFO 8928 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-28 16:22:09.612 INFO 8928 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-28 16:22:14.499 INFO 5060 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 5060 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-28 16:22:14.503 INFO 5060 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-28 16:22:15.302 INFO 5060 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-28 16:22:15.305 INFO 5060 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-28 16:22:15.345 INFO 5060 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces. 2023-06-28 16:22:15.427 WARN 5060 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-28 16:22:15.709 INFO 5060 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:22:15.713 INFO 5060 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$7a23fe52] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:22:15.720 INFO 5060 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:22:15.727 INFO 5060 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:22:15.739 INFO 5060 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$10958d81] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:22:15.754 INFO 5060 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$86184a94] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:22:16.096 INFO 5060 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:22:16.112 INFO 5060 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:22:16.117 INFO 5060 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:22:16.128 INFO 5060 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:22:16.541 INFO 5060 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-28 16:22:16.561 INFO 5060 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-28 16:22:16.562 INFO 5060 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-28 16:22:16.660 INFO 5060 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-28 16:22:16.660 INFO 5060 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2042 ms 2023-06-28 16:22:16.854 INFO 5060 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-28 16:22:16.955 INFO 5060 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-28 16:22:16.955 INFO 5060 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-28 16:22:16.956 INFO 5060 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-28 16:22:16.956 INFO 5060 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-28 16:22:18.393 INFO 5060 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-28 16:22:18.769 INFO 5060 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-28 16:22:18.874 INFO 5060 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-28 16:22:18.876 INFO 5060 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.893 seconds (JVM running for 5.737) 2023-06-28 16:22:18.879 INFO 5060 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-28 16:22:22.310 INFO 5060 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-28 16:22:22.310 INFO 5060 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-28 16:22:22.319 INFO 5060 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-28 16:23:06.649 WARN 5060 --- [master housekeeper] com.zaxxer.hikari.pool.HikariPool : master - Thread starvation or clock leap detected (housekeeper delta=49s589ms234?s800ns). 2023-06-28 16:24:09.378 INFO 5060 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-28 16:24:09.379 INFO 5060 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-28 16:24:09.401 INFO 5060 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-28 16:24:09.402 INFO 5060 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-28 16:24:09.406 INFO 5060 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-28 16:24:14.080 INFO 18072 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 18072 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-28 16:24:14.083 INFO 18072 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-28 16:24:15.077 INFO 18072 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-28 16:24:15.079 INFO 18072 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-28 16:24:15.125 INFO 18072 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 33ms. Found 0 repository interfaces. 2023-06-28 16:24:15.208 WARN 18072 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-28 16:24:15.523 INFO 18072 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:24:15.526 INFO 18072 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$6a733483] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:24:15.530 INFO 18072 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:24:15.535 INFO 18072 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:24:15.544 INFO 18072 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$e4c3b2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:24:15.555 INFO 18072 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$766780c5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:24:15.868 INFO 18072 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:24:15.883 INFO 18072 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:24:15.889 INFO 18072 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:24:15.899 INFO 18072 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:24:16.210 INFO 18072 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-28 16:24:16.239 INFO 18072 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-28 16:24:16.239 INFO 18072 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-28 16:24:16.345 INFO 18072 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-28 16:24:16.346 INFO 18072 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2202 ms 2023-06-28 16:24:16.551 INFO 18072 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-28 16:24:16.700 INFO 18072 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-28 16:24:16.700 INFO 18072 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-28 16:24:16.700 INFO 18072 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-28 16:24:16.700 INFO 18072 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-28 16:24:18.160 INFO 18072 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-28 16:24:18.584 INFO 18072 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-28 16:24:18.691 INFO 18072 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-28 16:24:18.694 INFO 18072 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 5.172 seconds (JVM running for 5.883) 2023-06-28 16:24:18.696 INFO 18072 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-28 16:24:26.045 INFO 18072 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-28 16:24:26.045 INFO 18072 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-28 16:24:26.054 INFO 18072 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-28 16:24:51.765 INFO 18072 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-28 16:24:51.766 INFO 18072 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-28 16:24:51.790 INFO 18072 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-28 16:24:51.790 INFO 18072 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-28 16:24:51.796 INFO 18072 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-28 16:24:56.432 INFO 9564 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 9564 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-28 16:24:56.437 INFO 9564 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-28 16:24:57.365 INFO 9564 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-28 16:24:57.368 INFO 9564 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-28 16:24:57.409 INFO 9564 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 29ms. Found 0 repository interfaces. 2023-06-28 16:24:57.494 WARN 9564 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-28 16:24:57.762 INFO 9564 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:24:57.765 INFO 9564 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$6a61c02a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:24:57.771 INFO 9564 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:24:57.775 INFO 9564 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:24:57.784 INFO 9564 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$d34f59] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:24:57.794 INFO 9564 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$76560c6c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:24:58.106 INFO 9564 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:24:58.121 INFO 9564 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:24:58.127 INFO 9564 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:24:58.137 INFO 9564 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:24:58.439 INFO 9564 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-28 16:24:58.462 INFO 9564 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-28 16:24:58.462 INFO 9564 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-28 16:24:58.557 INFO 9564 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-28 16:24:58.557 INFO 9564 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2032 ms 2023-06-28 16:24:58.754 INFO 9564 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-28 16:24:58.854 INFO 9564 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-28 16:24:58.854 INFO 9564 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-28 16:24:58.854 INFO 9564 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-28 16:24:58.854 INFO 9564 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-28 16:25:00.277 INFO 9564 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-28 16:25:00.673 INFO 9564 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-28 16:25:00.778 INFO 9564 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-28 16:25:00.780 INFO 9564 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.864 seconds (JVM running for 5.573) 2023-06-28 16:25:00.783 INFO 9564 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-28 16:25:04.849 INFO 9564 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-28 16:25:04.849 INFO 9564 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-28 16:25:04.858 INFO 9564 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-28 16:25:16.286 INFO 9564 --- [http-nio-10015-exec-5] o.apache.tomcat.util.http.parser.Cookie : A cookie header was received [1685776323,1686705967,1686814800] that contained an invalid cookie. That cookie will be ignored. Note: further occurrences of this error will be logged at DEBUG level. 2023-06-28 16:25:54.972 INFO 9564 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-28 16:25:54.973 INFO 9564 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-28 16:25:54.992 INFO 9564 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-28 16:25:54.992 INFO 9564 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-28 16:25:54.996 INFO 9564 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-28 16:25:59.662 INFO 10392 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 10392 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-28 16:25:59.666 INFO 10392 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-28 16:26:00.439 INFO 10392 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-28 16:26:00.442 INFO 10392 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-28 16:26:00.485 INFO 10392 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 30ms. Found 0 repository interfaces. 2023-06-28 16:26:00.575 WARN 10392 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-28 16:26:00.989 INFO 10392 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:26:00.993 INFO 10392 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$31d60773] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:26:00.998 INFO 10392 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:26:01.004 INFO 10392 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:26:01.015 INFO 10392 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$c84796a2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:26:01.027 INFO 10392 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$3dca53b5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:26:01.359 INFO 10392 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:26:01.376 INFO 10392 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:26:01.381 INFO 10392 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:26:01.392 INFO 10392 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:26:01.914 INFO 10392 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-28 16:26:01.963 INFO 10392 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-28 16:26:01.963 INFO 10392 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-28 16:26:02.107 INFO 10392 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-28 16:26:02.107 INFO 10392 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2350 ms 2023-06-28 16:26:02.316 INFO 10392 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-28 16:26:02.433 INFO 10392 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-28 16:26:02.433 INFO 10392 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-28 16:26:02.434 INFO 10392 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-28 16:26:02.434 INFO 10392 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-28 16:26:04.335 INFO 10392 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-28 16:26:04.774 INFO 10392 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-28 16:26:04.890 INFO 10392 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-28 16:26:04.893 INFO 10392 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 5.85 seconds (JVM running for 6.574) 2023-06-28 16:26:04.897 INFO 10392 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-28 16:26:17.543 INFO 10392 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-28 16:26:17.544 INFO 10392 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-28 16:26:17.556 INFO 10392 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 12 ms 2023-06-28 16:26:28.681 INFO 10392 --- [http-nio-10015-exec-2] o.apache.tomcat.util.http.parser.Cookie : A cookie header was received [1685776323,1686705967,1686814800] that contained an invalid cookie. That cookie will be ignored. Note: further occurrences of this error will be logged at DEBUG level. 2023-06-28 16:29:30.200 INFO 10392 --- [Thread-13] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-28 16:29:30.201 INFO 10392 --- [Thread-13] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-28 16:29:30.219 INFO 10392 --- [Thread-13] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-28 16:29:30.219 INFO 10392 --- [Thread-13] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-28 16:29:30.227 INFO 10392 --- [Thread-13] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-28 16:29:35.076 INFO 18932 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 18932 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-28 16:29:35.079 INFO 18932 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-28 16:29:35.879 INFO 18932 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-28 16:29:35.882 INFO 18932 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-28 16:29:35.922 INFO 18932 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces. 2023-06-28 16:29:36.013 WARN 18932 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-28 16:29:36.277 INFO 18932 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:29:36.281 INFO 18932 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$1de57a83] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:29:36.286 INFO 18932 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:29:36.290 INFO 18932 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:29:36.300 INFO 18932 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b45709b2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:29:36.310 INFO 18932 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$29d9c6c5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:29:36.620 INFO 18932 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:29:36.635 INFO 18932 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:29:36.641 INFO 18932 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:29:36.652 INFO 18932 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-28 16:29:36.984 INFO 18932 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-28 16:29:37.008 INFO 18932 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-28 16:29:37.008 INFO 18932 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-28 16:29:37.106 INFO 18932 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-28 16:29:37.106 INFO 18932 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1971 ms 2023-06-28 16:29:37.298 INFO 18932 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-28 16:29:37.407 INFO 18932 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-28 16:29:37.407 INFO 18932 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-28 16:29:37.408 INFO 18932 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-28 16:29:37.408 INFO 18932 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-28 16:29:38.883 INFO 18932 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-28 16:29:39.286 INFO 18932 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-28 16:29:39.392 INFO 18932 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-28 16:29:39.394 INFO 18932 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.903 seconds (JVM running for 5.636) 2023-06-28 16:29:39.397 INFO 18932 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-28 16:29:41.463 INFO 18932 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-28 16:29:41.463 INFO 18932 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-28 16:29:41.476 INFO 18932 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 13 ms 2023-06-28 17:01:41.993 WARN 18932 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@77f6a2ca (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:01:41.995 WARN 18932 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3832ca05 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:01:41.997 WARN 18932 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@37d5f978 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:01:41.998 WARN 18932 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@75f7edba (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:01:42.000 WARN 18932 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@167ca447 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:01:42.001 WARN 18932 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@38b0366f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:01:42.002 WARN 18932 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@19cb7a3e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:01:42.004 WARN 18932 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@20712426 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:01:42.005 WARN 18932 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@30e671c6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:01:42.006 WARN 18932 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6ff2d10e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:08:05.849 WARN 18932 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4d31dd3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:08:05.852 WARN 18932 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@396597d9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:08:05.854 WARN 18932 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2dfd6ecd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:08:05.855 WARN 18932 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@40d0b749 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:08:05.857 WARN 18932 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@15123868 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:08:05.859 WARN 18932 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3bebee8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:08:05.860 WARN 18932 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@76b178f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:08:05.861 WARN 18932 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@62a0f7e0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:08:05.862 WARN 18932 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2de2257b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:08:05.864 WARN 18932 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5b5d97d1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:11:13.247 WARN 18932 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@612fccd7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:11:13.249 WARN 18932 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3c2b8713 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:11:13.251 WARN 18932 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6bea82cf (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:11:13.252 WARN 18932 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@aa01f5b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:11:13.254 WARN 18932 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7b28d2ce (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:11:13.255 WARN 18932 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1b5bc1a7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:11:13.257 WARN 18932 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2498d4f9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:11:13.258 WARN 18932 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2ec85df6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:11:13.261 WARN 18932 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@13cb5443 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:11:13.262 WARN 18932 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@56d8f964 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:38:34.229 WARN 18932 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@584e1cd1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:38:34.254 WARN 18932 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6a697087 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:38:34.260 WARN 18932 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4a13e6f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:38:34.264 WARN 18932 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3a8f560f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:38:34.266 WARN 18932 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@26e69889 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:38:34.269 WARN 18932 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7aa299a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:38:34.271 WARN 18932 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@a753d46 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:38:34.272 WARN 18932 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4a8a3d29 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:38:34.276 WARN 18932 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@583ac621 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:38:34.279 WARN 18932 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@e8ac245 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:42:50.296 INFO 18932 --- [http-nio-10015-exec-3] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-28 17:42:50.298 INFO 18932 --- [http-nio-10015-exec-3] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-28 17:47:28.086 WARN 18932 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@364e4225 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:47:28.088 WARN 18932 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4fe4dd46 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:47:28.090 WARN 18932 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@55359a07 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:47:28.091 WARN 18932 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@28d9a1e5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:47:28.092 WARN 18932 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@60fd37cb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:47:28.093 WARN 18932 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@91ad87f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:47:28.094 WARN 18932 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@70868ef9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:47:28.095 WARN 18932 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@15b5cf85 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:47:28.096 WARN 18932 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1c7fe197 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:47:28.097 WARN 18932 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@43f90b47 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:59:20.930 WARN 18932 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3cbe8a1c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:59:20.937 WARN 18932 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1faf2889 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:59:20.940 WARN 18932 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@506b76ea (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:59:20.942 WARN 18932 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6712b850 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:59:20.943 WARN 18932 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6dae46b5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:59:20.944 WARN 18932 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@ba3d0e9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:59:20.946 WARN 18932 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@742b51 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:59:20.947 WARN 18932 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@72d6c337 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:59:20.948 WARN 18932 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6dd2b836 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 17:59:20.949 WARN 18932 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@78e319fd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:02:26.869 WARN 18932 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1d673472 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:02:26.880 WARN 18932 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6b133ff3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:02:26.882 WARN 18932 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2efdd19c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:02:26.884 WARN 18932 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@101930fb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:02:26.886 WARN 18932 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@66ca006 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:02:26.887 WARN 18932 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7472fb9f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:02:26.889 WARN 18932 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3443b5bc (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:02:26.890 WARN 18932 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6d84c527 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:02:26.892 WARN 18932 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@e0b3401 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:02:26.893 WARN 18932 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6d46885c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:31:42.658 WARN 18932 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@f676657 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:31:42.665 WARN 18932 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1d1c03fd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:31:42.670 WARN 18932 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7da84c27 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:31:42.674 WARN 18932 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@503925e6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:31:42.678 WARN 18932 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7668ea50 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:31:42.683 WARN 18932 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@b161c8b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:31:42.686 WARN 18932 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3460b0ba (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:31:42.689 WARN 18932 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2d6fb5c5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:31:42.691 WARN 18932 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1ce4e052 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:31:42.694 WARN 18932 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@272d4501 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:34:07.171 WARN 18932 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@46689ab9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:34:07.174 WARN 18932 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@70eb9ac7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:34:07.175 WARN 18932 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@470e6d06 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:34:07.177 WARN 18932 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7d61f15c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:34:07.178 WARN 18932 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4e05c92e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:34:07.181 WARN 18932 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@62945f8b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:34:07.183 WARN 18932 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@56c67882 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:34:07.184 WARN 18932 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@245f9817 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:34:07.186 WARN 18932 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4473790b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:34:07.187 WARN 18932 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@45b0e09 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:52:24.666 WARN 18932 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@397bc768 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:52:24.670 WARN 18932 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5ccd7b03 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:52:24.672 WARN 18932 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@12a3ad8d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:52:24.673 WARN 18932 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@47a61fe5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:52:24.726 WARN 18932 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3dbc7505 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:52:24.727 WARN 18932 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@a1e04d2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:52:24.824 WARN 18932 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@55e1fd9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:52:24.826 WARN 18932 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@72f071a0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:52:24.827 WARN 18932 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2c3a26a6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-28 18:52:24.829 WARN 18932 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@56788f67 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.