2023-06-20 08:54:52.311 INFO 7752 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 7752 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 08:54:52.318 INFO 7752 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 08:54:53.467 INFO 7752 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 08:54:53.470 INFO 7752 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 08:54:53.512 INFO 7752 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces. 2023-06-20 08:54:53.598 WARN 7752 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 08:54:53.873 INFO 7752 --- [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-20 08:54:53.877 INFO 7752 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$3ae870c7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 08:54:53.882 INFO 7752 --- [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-20 08:54:53.888 INFO 7752 --- [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-20 08:54:53.896 INFO 7752 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$d159fff6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 08:54:53.907 INFO 7752 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$46dcbd09] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 08:54:54.315 INFO 7752 --- [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-20 08:54:54.359 INFO 7752 --- [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-20 08:54:54.368 INFO 7752 --- [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-20 08:54:54.387 INFO 7752 --- [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-20 08:54:54.793 INFO 7752 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 08:54:54.816 INFO 7752 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 08:54:54.816 INFO 7752 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 08:54:54.927 INFO 7752 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 08:54:54.927 INFO 7752 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2511 ms 2023-06-20 08:54:55.185 INFO 7752 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 08:54:55.432 INFO 7752 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 08:54:55.432 INFO 7752 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 08:54:55.432 INFO 7752 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 08:54:55.432 INFO 7752 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 08:54:56.760 INFO 7752 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 08:54:57.159 INFO 7752 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 08:54:57.262 INFO 7752 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 08:54:57.264 INFO 7752 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 5.501 seconds (JVM running for 7.081) 2023-06-20 08:54:57.267 INFO 7752 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 08:55:55.893 INFO 7752 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 08:55:55.893 INFO 7752 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 08:55:55.904 INFO 7752 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 11 ms 2023-06-20 08:55:56.351 INFO 7752 --- [http-nio-10015-exec-1] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-20 08:55:56.352 INFO 7752 --- [http-nio-10015-exec-1] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-20 08:55:58.722 ERROR 7752 --- [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 org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to localhost:6379] with root cause java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:340) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:670) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:617) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:534) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:496) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.lang.Thread.run(Thread.java:748) 2023-06-20 09:00:15.676 INFO 7752 --- [Thread-12] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 09:00:15.677 INFO 7752 --- [Thread-12] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 09:00:15.850 INFO 7752 --- [Thread-12] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 09:00:15.851 INFO 7752 --- [Thread-12] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 09:00:15.859 INFO 7752 --- [Thread-12] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 09:00:19.137 INFO 3756 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 3756 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 09:00:19.139 INFO 3756 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 09:00:19.846 INFO 3756 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 09:00:19.849 INFO 3756 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 09:00:19.885 INFO 3756 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23ms. Found 0 repository interfaces. 2023-06-20 09:00:19.955 WARN 3756 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 09:00:20.223 INFO 3756 --- [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-20 09:00:20.227 INFO 3756 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$154ee4bf] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 09:00:20.232 INFO 3756 --- [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-20 09:00:20.237 INFO 3756 --- [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-20 09:00:20.246 INFO 3756 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$abc073ee] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 09:00:20.257 INFO 3756 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$21433101] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 09:00:20.530 INFO 3756 --- [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-20 09:00:20.545 INFO 3756 --- [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-20 09:00:20.551 INFO 3756 --- [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-20 09:00:20.563 INFO 3756 --- [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-20 09:00:20.864 INFO 3756 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 09:00:20.886 INFO 3756 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 09:00:20.886 INFO 3756 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 09:00:20.978 INFO 3756 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 09:00:20.978 INFO 3756 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1754 ms 2023-06-20 09:00:21.158 INFO 3756 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 09:00:21.257 INFO 3756 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 09:00:21.257 INFO 3756 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 09:00:21.257 INFO 3756 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 09:00:21.257 INFO 3756 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 09:00:22.426 INFO 3756 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 09:00:22.793 INFO 3756 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 09:00:22.893 INFO 3756 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 09:00:22.895 INFO 3756 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.231 seconds (JVM running for 4.985) 2023-06-20 09:00:22.898 INFO 3756 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 09:00:37.821 INFO 3756 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 09:00:37.822 INFO 3756 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 09:00:37.830 INFO 3756 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-20 09:00:38.148 INFO 3756 --- [http-nio-10015-exec-1] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-20 09:00:38.149 INFO 3756 --- [http-nio-10015-exec-1] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-20 09:00:40.472 ERROR 3756 --- [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 org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to 127.0.0.1:6379] with root cause java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:340) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:670) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:617) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:534) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:496) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.lang.Thread.run(Thread.java:748) 2023-06-20 11:23:29.820 WARN 3756 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2f31fc4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 11:23:29.824 WARN 3756 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5f3413fa (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 11:23:29.825 WARN 3756 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6c373ac6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 11:23:29.827 WARN 3756 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@762015bb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 11:23:29.828 WARN 3756 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4d5e91a3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 11:23:29.830 WARN 3756 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@328af031 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 11:23:29.832 WARN 3756 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@673e1dac (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 11:23:29.834 WARN 3756 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1145513d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 11:23:29.835 WARN 3756 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@282f193f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 11:23:29.837 WARN 3756 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4d416f73 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 11:29:04.916 WARN 3756 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6172a6ce (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 11:29:04.919 WARN 3756 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5099bf9c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 11:29:04.921 WARN 3756 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@54a62157 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 11:29:04.922 WARN 3756 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@11a4b5a7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 11:29:04.925 WARN 3756 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3d07dac6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 11:29:04.927 WARN 3756 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@718b4ae8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 11:29:04.929 WARN 3756 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@72597ff5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 11:29:04.930 WARN 3756 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2dc4fcd4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 11:29:04.932 WARN 3756 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5e329afe (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 11:29:04.933 WARN 3756 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@75c557da (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 11:39:05.125 WARN 3756 --- [http-nio-10015-exec-6] o.a.shiro.mgt.AbstractRememberMeManager : There was a failure while trying to retrieve remembered principals. This could be due to a configuration problem or corrupted principals. This could also be due to a recently changed encryption key, if you are using a shiro.ini file, this property would be 'securityManager.rememberMeManager.cipherKey' see: http://shiro.apache.org/web.html#Web-RememberMeServices. The remembered identity will be forgotten and not used for this request. 2023-06-20 11:39:05.126 WARN 3756 --- [http-nio-10015-exec-6] o.a.shiro.mgt.DefaultSecurityManager : Delegate RememberMeManager instance of type [org.apache.shiro.web.mgt.CookieRememberMeManager] threw an exception during getRememberedPrincipals(). org.apache.shiro.crypto.CryptoException: Unable to correctly extract the Initialization Vector or ciphertext. at org.apache.shiro.crypto.JcaCipherService.decrypt(JcaCipherService.java:378) at org.apache.shiro.mgt.AbstractRememberMeManager.decrypt(AbstractRememberMeManager.java:482) at org.apache.shiro.mgt.AbstractRememberMeManager.convertBytesToPrincipals(AbstractRememberMeManager.java:419) at org.apache.shiro.mgt.AbstractRememberMeManager.getRememberedPrincipals(AbstractRememberMeManager.java:386) at org.apache.shiro.mgt.DefaultSecurityManager.getRememberedIdentity(DefaultSecurityManager.java:612) at org.apache.shiro.mgt.DefaultSecurityManager.resolvePrincipals(DefaultSecurityManager.java:500) at org.apache.shiro.mgt.DefaultSecurityManager.createSubject(DefaultSecurityManager.java:346) at org.apache.shiro.subject.Subject$Builder.buildSubject(Subject.java:845) at org.apache.shiro.web.subject.WebSubject$Builder.buildWebSubject(WebSubject.java:148) at org.apache.shiro.web.servlet.AbstractShiroFilter.createSubject(AbstractShiroFilter.java:292) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:359) 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) Caused by: java.lang.ArrayIndexOutOfBoundsException: null at java.lang.System.arraycopy(Native Method) at org.apache.shiro.crypto.JcaCipherService.decrypt(JcaCipherService.java:370) ... 45 common frames omitted 2023-06-20 12:06:51.928 WARN 3756 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6eeba5ae (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 12:06:51.930 WARN 3756 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6413cede (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 12:06:51.932 WARN 3756 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@21114c38 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 12:06:51.933 WARN 3756 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@12645b61 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 12:06:51.935 WARN 3756 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@107a0b70 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 12:06:51.936 WARN 3756 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6ae5429f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 12:06:51.937 WARN 3756 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@413eb377 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 12:06:51.938 WARN 3756 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@71314762 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 12:06:51.939 WARN 3756 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3150e3bf (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 12:06:51.940 WARN 3756 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@71e1aeb0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 12:08:47.818 INFO 3756 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 12:08:47.996 INFO 3756 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 12:08:48.122 INFO 3756 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 12:08:48.122 INFO 3756 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 12:08:48.127 INFO 3756 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 12:09:00.264 INFO 11064 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 11064 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 12:09:00.267 INFO 11064 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 12:09:01.273 INFO 11064 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 12:09:01.275 INFO 11064 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 12:09:01.311 INFO 11064 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23ms. Found 0 repository interfaces. 2023-06-20 12:09:01.388 WARN 11064 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 12:09:01.655 INFO 11064 --- [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-20 12:09:01.659 INFO 11064 --- [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-20 12:09:01.664 INFO 11064 --- [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-20 12:09:01.669 INFO 11064 --- [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-20 12:09:01.678 INFO 11064 --- [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-20 12:09:01.689 INFO 11064 --- [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-20 12:09:02.000 INFO 11064 --- [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-20 12:09:02.032 INFO 11064 --- [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-20 12:09:02.038 INFO 11064 --- [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-20 12:09:02.049 INFO 11064 --- [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-20 12:09:02.378 INFO 11064 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 12:09:02.401 INFO 11064 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 12:09:02.401 INFO 11064 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 12:09:02.503 INFO 11064 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 12:09:02.503 INFO 11064 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2156 ms 2023-06-20 12:09:02.717 INFO 11064 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 12:09:02.830 INFO 11064 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 12:09:02.831 INFO 11064 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 12:09:02.831 INFO 11064 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 12:09:02.831 INFO 11064 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 12:09:04.270 INFO 11064 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 12:09:04.666 INFO 11064 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 12:09:04.772 INFO 11064 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 12:09:04.775 INFO 11064 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.981 seconds (JVM running for 5.794) 2023-06-20 12:09:04.778 INFO 11064 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 12:09:06.717 INFO 11064 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 12:09:06.717 INFO 11064 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 12:09:06.733 INFO 11064 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 16 ms 2023-06-20 12:09:07.090 INFO 11064 --- [http-nio-10015-exec-1] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-20 12:09:07.091 INFO 11064 --- [http-nio-10015-exec-1] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-20 12:13:16.370 WARN 11064 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@30b9e5af (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 12:13:16.372 WARN 11064 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6bc58719 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 12:13:16.373 WARN 11064 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3e0c6bf8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 12:13:16.374 WARN 11064 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@40a5eb91 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 12:13:16.374 WARN 11064 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7682cbaf (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 12:13:16.375 WARN 11064 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@31387729 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 12:13:16.375 WARN 11064 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6c36895d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 12:13:16.375 WARN 11064 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3201e29 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 12:13:16.376 WARN 11064 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@639f6251 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 12:13:16.376 WARN 11064 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@11ecc034 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 12:13:16.399 ERROR 11064 --- [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 com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册] with root cause com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册 at com.xmnk.springbootfunction.service.impl.UserServiceImpl.login(UserServiceImpl.java:93) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$c7802ef.login() at com.xmnk.springbootfunction.controller.base.UserController.login(UserController.java:54) 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.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) 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-20 12:14:01.431 ERROR 11064 --- [http-nio-10015-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册] with root cause com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册 at com.xmnk.springbootfunction.service.impl.UserServiceImpl.login(UserServiceImpl.java:93) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$c7802ef.login() at com.xmnk.springbootfunction.controller.base.UserController.login(UserController.java:54) 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.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) 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-20 12:14:18.195 ERROR 11064 --- [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 com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册] with root cause com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册 at com.xmnk.springbootfunction.service.impl.UserServiceImpl.login(UserServiceImpl.java:93) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$c7802ef.login() at com.xmnk.springbootfunction.controller.base.UserController.login(UserController.java:54) 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.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) 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-20 12:15:13.742 ERROR 11064 --- [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 com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册] with root cause com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册 at com.xmnk.springbootfunction.service.impl.UserServiceImpl.login(UserServiceImpl.java:93) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$c7802ef.login() at com.xmnk.springbootfunction.controller.base.UserController.login(UserController.java:54) 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.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) 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-20 13:34:26.499 WARN 11064 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3df99c37 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:34:26.506 WARN 11064 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@109f6eb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:34:26.511 WARN 11064 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@592e0a2d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:34:26.517 WARN 11064 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@28c73d1b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:34:26.521 WARN 11064 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4dde63eb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:34:26.526 WARN 11064 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3b46b88e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:34:26.529 WARN 11064 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5b95536 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:34:26.530 WARN 11064 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@75377956 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:34:26.532 WARN 11064 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1c9f29d0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:34:26.534 WARN 11064 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@12936005 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:34:26.541 ERROR 11064 --- [http-nio-10015-exec-4] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册] with root cause com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册 at com.xmnk.springbootfunction.service.impl.UserServiceImpl.login(UserServiceImpl.java:93) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$c7802ef.login() at com.xmnk.springbootfunction.controller.base.UserController.login(UserController.java:54) 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.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) 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-20 13:34:36.140 ERROR 11064 --- [http-nio-10015-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册] with root cause com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册 at com.xmnk.springbootfunction.service.impl.UserServiceImpl.login(UserServiceImpl.java:93) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$c7802ef.login() at com.xmnk.springbootfunction.controller.base.UserController.login(UserController.java:54) 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.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) 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-20 13:34:51.894 ERROR 11064 --- [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 com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册] with root cause com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册 at com.xmnk.springbootfunction.service.impl.UserServiceImpl.login(UserServiceImpl.java:93) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$c7802ef.login() at com.xmnk.springbootfunction.controller.base.UserController.login(UserController.java:54) 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.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) 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-20 13:37:04.505 WARN 11064 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@28ccd520 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:37:04.507 WARN 11064 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@23990617 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:37:04.509 WARN 11064 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2224a228 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:37:04.511 WARN 11064 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7d0513c0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:37:04.512 WARN 11064 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2dceafce (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:37:04.514 WARN 11064 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@460cbdde (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:37:04.515 WARN 11064 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@413e62d5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:37:04.517 WARN 11064 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1470e221 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:37:04.518 WARN 11064 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4c989fbe (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:37:04.520 WARN 11064 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6f5929be (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:37:04.523 ERROR 11064 --- [http-nio-10015-exec-5] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册] with root cause com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册 at com.xmnk.springbootfunction.service.impl.UserServiceImpl.login(UserServiceImpl.java:93) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$c7802ef.login() at com.xmnk.springbootfunction.controller.base.UserController.login(UserController.java:54) 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.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) 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-20 13:37:42.828 INFO 11064 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 13:37:42.828 INFO 11064 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 13:37:42.953 INFO 11064 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 13:37:42.954 INFO 11064 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 13:37:42.966 INFO 11064 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 13:37:48.525 INFO 17296 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 17296 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 13:37:48.527 INFO 17296 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 13:37:49.203 INFO 17296 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 13:37:49.205 INFO 17296 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 13:37:49.242 INFO 17296 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces. 2023-06-20 13:37:49.323 WARN 17296 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 13:37:49.587 INFO 17296 --- [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-20 13:37:49.590 INFO 17296 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$ccf184a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 13:37:49.595 INFO 17296 --- [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-20 13:37:49.600 INFO 17296 --- [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-20 13:37:49.608 INFO 17296 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a340a779] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 13:37:49.619 INFO 17296 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$18c3648c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 13:37:49.884 INFO 17296 --- [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-20 13:37:49.899 INFO 17296 --- [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-20 13:37:49.905 INFO 17296 --- [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-20 13:37:49.916 INFO 17296 --- [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-20 13:37:50.227 INFO 17296 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 13:37:50.249 INFO 17296 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 13:37:50.250 INFO 17296 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 13:37:50.347 INFO 17296 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 13:37:50.347 INFO 17296 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1742 ms 2023-06-20 13:37:50.531 INFO 17296 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 13:37:50.633 INFO 17296 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 13:37:50.633 INFO 17296 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 13:37:50.633 INFO 17296 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 13:37:50.633 INFO 17296 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 13:37:51.788 INFO 17296 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 13:37:52.167 INFO 17296 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 13:37:52.265 INFO 17296 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 13:37:52.268 INFO 17296 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.206 seconds (JVM running for 4.915) 2023-06-20 13:37:52.270 INFO 17296 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 13:37:55.091 INFO 17296 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 13:37:55.091 INFO 17296 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 13:37:55.099 INFO 17296 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-20 13:37:55.394 INFO 17296 --- [http-nio-10015-exec-1] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-20 13:37:55.396 INFO 17296 --- [http-nio-10015-exec-1] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-20 13:40:34.112 WARN 17296 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4f9fd980 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:40:34.115 WARN 17296 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@20961d97 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:40:34.116 WARN 17296 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@95270b2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:40:34.117 WARN 17296 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@580a3a23 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:40:34.117 WARN 17296 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4fcb939e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:40:34.118 WARN 17296 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5f215555 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:40:34.118 WARN 17296 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@456c69e3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:40:34.119 WARN 17296 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4cbe884f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:40:34.119 WARN 17296 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5f7aa525 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:40:34.120 WARN 17296 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@aa4d862 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:40:34.142 ERROR 17296 --- [http-nio-10015-exec-7] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册] with root cause com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册 at com.xmnk.springbootfunction.service.impl.UserServiceImpl.login(UserServiceImpl.java:93) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$d74c67c.login() at com.xmnk.springbootfunction.controller.base.UserController.login(UserController.java:54) 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.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) 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-20 13:40:49.051 ERROR 17296 --- [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 com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册] with root cause com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册 at com.xmnk.springbootfunction.service.impl.UserServiceImpl.login(UserServiceImpl.java:93) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$d74c67c.login() at com.xmnk.springbootfunction.controller.base.UserController.login(UserController.java:54) 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.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) 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-20 13:45:02.363 WARN 17296 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2a622a27 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:45:02.364 WARN 17296 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@772799f0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:45:02.366 WARN 17296 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@23664fd5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:45:02.368 WARN 17296 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4737191 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:45:02.369 WARN 17296 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@487e26b8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:45:02.370 WARN 17296 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@59841e25 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:45:02.371 WARN 17296 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6a6bc09b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:45:02.373 WARN 17296 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@465a5d6e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:45:02.374 WARN 17296 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@46522c99 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:45:02.375 WARN 17296 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3fde7740 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:45:02.379 ERROR 17296 --- [http-nio-10015-exec-5] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册] with root cause com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册 at com.xmnk.springbootfunction.service.impl.UserServiceImpl.login(UserServiceImpl.java:93) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$d74c67c.login() at com.xmnk.springbootfunction.controller.base.UserController.login(UserController.java:54) 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.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) 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-20 13:45:36.131 ERROR 17296 --- [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 com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册] with root cause com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册 at com.xmnk.springbootfunction.service.impl.UserServiceImpl.login(UserServiceImpl.java:93) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$d74c67c.login() at com.xmnk.springbootfunction.controller.base.UserController.login(UserController.java:54) 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.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) 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-20 13:47:01.851 ERROR 17296 --- [http-nio-10015-exec-5] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册] with root cause com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册 at com.xmnk.springbootfunction.service.impl.UserServiceImpl.login(UserServiceImpl.java:93) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$d74c67c.login() at com.xmnk.springbootfunction.controller.base.UserController.login(UserController.java:54) 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.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) 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-20 13:47:25.607 ERROR 17296 --- [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 com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册] with root cause com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册 at com.xmnk.springbootfunction.service.impl.UserServiceImpl.login(UserServiceImpl.java:93) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$d74c67c.login() at com.xmnk.springbootfunction.controller.base.UserController.login(UserController.java:54) 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.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) 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-20 13:49:09.347 ERROR 17296 --- [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 com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册] with root cause com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册 at com.xmnk.springbootfunction.service.impl.UserServiceImpl.login(UserServiceImpl.java:93) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$d74c67c.login() at com.xmnk.springbootfunction.controller.base.UserController.login(UserController.java:54) 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.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) 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-20 13:50:29.258 ERROR 17296 --- [http-nio-10015-exec-7] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册] with root cause com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册 at com.xmnk.springbootfunction.service.impl.UserServiceImpl.login(UserServiceImpl.java:93) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$d74c67c.login() at com.xmnk.springbootfunction.controller.base.UserController.login(UserController.java:54) 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.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) 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-20 13:54:27.515 WARN 17296 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@46951ad (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:54:27.517 WARN 17296 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6f9d445e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:54:27.518 WARN 17296 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@25cf71cf (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:54:27.520 WARN 17296 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2341d6c7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:54:27.522 WARN 17296 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@251593be (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:54:27.523 WARN 17296 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@202f9cf6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:54:27.524 WARN 17296 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7e30c035 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:54:27.525 WARN 17296 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@53eac6da (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:54:27.527 WARN 17296 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5aeb377a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:54:27.528 WARN 17296 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6ffd8fd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 13:55:52.547 ERROR 17296 --- [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 com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册] with root cause com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册 at com.xmnk.springbootfunction.service.impl.UserServiceImpl.login(UserServiceImpl.java:93) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$d74c67c.login() at com.xmnk.springbootfunction.controller.base.UserController.login(UserController.java:54) 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.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) 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-20 13:56:07.686 ERROR 17296 --- [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 com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册] with root cause com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册 at com.xmnk.springbootfunction.service.impl.UserServiceImpl.login(UserServiceImpl.java:93) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$d74c67c.login() at com.xmnk.springbootfunction.controller.base.UserController.login(UserController.java:54) 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.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) 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-20 13:56:44.255 ERROR 17296 --- [http-nio-10015-exec-7] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册] with root cause com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册 at com.xmnk.springbootfunction.service.impl.UserServiceImpl.login(UserServiceImpl.java:93) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$d74c67c.login() at com.xmnk.springbootfunction.controller.base.UserController.login(UserController.java:54) 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.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) 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-20 13:58:34.444 ERROR 17296 --- [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 com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册] with root cause com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册 at com.xmnk.springbootfunction.service.impl.UserServiceImpl.login(UserServiceImpl.java:93) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$d74c67c.login() at com.xmnk.springbootfunction.controller.base.UserController.login(UserController.java:54) 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.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) 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-20 13:59:56.330 ERROR 17296 --- [http-nio-10015-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册] with root cause com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册 at com.xmnk.springbootfunction.service.impl.UserServiceImpl.login(UserServiceImpl.java:93) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$d74c67c.login() at com.xmnk.springbootfunction.controller.base.UserController.login(UserController.java:54) 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.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) 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-20 14:01:49.303 ERROR 17296 --- [http-nio-10015-exec-5] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册] with root cause com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册 at com.xmnk.springbootfunction.service.impl.UserServiceImpl.login(UserServiceImpl.java:93) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$d74c67c.login() at com.xmnk.springbootfunction.controller.base.UserController.login(UserController.java:54) 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.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) 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-20 14:05:50.990 WARN 17296 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7bef4465 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:05:50.993 WARN 17296 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4a8baf56 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:05:50.996 WARN 17296 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4b46060e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:05:50.999 WARN 17296 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@54818337 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:05:51.001 WARN 17296 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3340bcfb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:05:51.003 WARN 17296 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@24a654da (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:05:51.007 WARN 17296 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5fab5036 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:05:51.012 WARN 17296 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7ebf8cf (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:05:51.014 WARN 17296 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@317a2bad (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:05:51.015 WARN 17296 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@276cb9dc (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:05:51.023 ERROR 17296 --- [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 com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册] with root cause com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册 at com.xmnk.springbootfunction.service.impl.UserServiceImpl.login(UserServiceImpl.java:93) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$d74c67c.login() at com.xmnk.springbootfunction.controller.base.UserController.login(UserController.java:54) at sun.reflect.GeneratedMethodAccessor133.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.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) 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-20 14:05:52.400 ERROR 17296 --- [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 com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册] with root cause com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册 at com.xmnk.springbootfunction.service.impl.UserServiceImpl.login(UserServiceImpl.java:93) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$d74c67c.login() at com.xmnk.springbootfunction.controller.base.UserController.login(UserController.java:54) at sun.reflect.GeneratedMethodAccessor133.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.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) 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-20 14:10:30.067 WARN 17296 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@58914d83 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:10:30.069 WARN 17296 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@732dc708 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:10:30.071 WARN 17296 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@21091ad7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:10:30.072 WARN 17296 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7047f7dd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:10:30.073 WARN 17296 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@678f63fb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:10:30.074 WARN 17296 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7a07ed85 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:10:30.075 WARN 17296 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@13319fb0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:10:30.076 WARN 17296 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5c076b14 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:10:30.078 WARN 17296 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@400b4bd4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:10:30.079 WARN 17296 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@525fd95 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:10:30.084 ERROR 17296 --- [http-nio-10015-exec-5] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册] with root cause com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册 at com.xmnk.springbootfunction.service.impl.UserServiceImpl.login(UserServiceImpl.java:93) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$d74c67c.login() at com.xmnk.springbootfunction.controller.base.UserController.login(UserController.java:54) at sun.reflect.GeneratedMethodAccessor133.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.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) 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-20 14:10:40.062 ERROR 17296 --- [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 com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册] with root cause com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册 at com.xmnk.springbootfunction.service.impl.UserServiceImpl.login(UserServiceImpl.java:93) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$d74c67c.login() at com.xmnk.springbootfunction.controller.base.UserController.login(UserController.java:54) at sun.reflect.GeneratedMethodAccessor133.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.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) 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-20 14:12:47.279 INFO 17296 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 14:12:47.280 INFO 17296 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 14:12:47.403 INFO 17296 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 14:12:47.404 INFO 17296 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 14:12:47.410 INFO 17296 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 14:12:53.785 INFO 17336 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 17336 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 14:12:53.788 INFO 17336 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 14:12:54.503 INFO 17336 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 14:12:54.505 INFO 17336 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 14:12:54.543 INFO 17336 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces. 2023-06-20 14:12:54.621 WARN 17336 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 14:12:54.897 INFO 17336 --- [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-20 14:12:54.900 INFO 17336 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$da5e5d1c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 14:12:54.905 INFO 17336 --- [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-20 14:12:54.910 INFO 17336 --- [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-20 14:12:54.919 INFO 17336 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$70cfec4b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 14:12:54.929 INFO 17336 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$e652a95e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 14:12:55.196 INFO 17336 --- [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-20 14:12:55.213 INFO 17336 --- [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-20 14:12:55.219 INFO 17336 --- [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-20 14:12:55.230 INFO 17336 --- [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-20 14:12:55.539 INFO 17336 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 14:12:55.560 INFO 17336 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 14:12:55.560 INFO 17336 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 14:12:55.653 INFO 17336 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 14:12:55.653 INFO 17336 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1784 ms 2023-06-20 14:12:55.835 INFO 17336 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 14:12:55.942 INFO 17336 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 14:12:55.942 INFO 17336 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 14:12:55.943 INFO 17336 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 14:12:55.943 INFO 17336 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 14:12:57.178 INFO 17336 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 14:12:57.549 INFO 17336 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 14:12:57.652 INFO 17336 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 14:12:57.654 INFO 17336 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.424 seconds (JVM running for 5.093) 2023-06-20 14:12:57.656 INFO 17336 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 14:13:00.346 INFO 17336 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 14:13:00.346 INFO 17336 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 14:13:00.355 INFO 17336 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-20 14:13:00.733 INFO 17336 --- [http-nio-10015-exec-1] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-20 14:13:00.735 INFO 17336 --- [http-nio-10015-exec-1] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-20 14:23:27.123 WARN 17336 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5339d245 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:23:27.125 WARN 17336 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@454c135b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:23:27.126 WARN 17336 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4b48bbf0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:23:27.126 WARN 17336 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@67db191f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:23:27.127 WARN 17336 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@56a1ec53 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:23:27.127 WARN 17336 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@73d2fb17 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:23:27.128 WARN 17336 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7d4b49a6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:23:27.129 WARN 17336 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4267a4f1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:23:27.129 WARN 17336 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1bfd0b9a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:23:27.130 WARN 17336 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7f9351b1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:32:05.311 INFO 17336 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 14:32:05.312 INFO 17336 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 14:32:05.577 INFO 17336 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 14:32:05.578 INFO 17336 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 14:32:05.603 INFO 17336 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 14:32:10.750 INFO 7064 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 7064 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 14:32:10.753 INFO 7064 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 14:32:11.648 INFO 7064 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 14:32:11.650 INFO 7064 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 14:32:11.685 INFO 7064 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 22ms. Found 0 repository interfaces. 2023-06-20 14:32:11.753 WARN 7064 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 14:32:12.079 INFO 7064 --- [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-20 14:32:12.082 INFO 7064 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$5228474d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 14:32:12.088 INFO 7064 --- [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-20 14:32:12.093 INFO 7064 --- [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-20 14:32:12.102 INFO 7064 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$e899d67c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 14:32:12.114 INFO 7064 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$5e1c938f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 14:32:12.392 INFO 7064 --- [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-20 14:32:12.407 INFO 7064 --- [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-20 14:32:12.413 INFO 7064 --- [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-20 14:32:12.423 INFO 7064 --- [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-20 14:32:12.671 INFO 7064 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 14:32:12.695 INFO 7064 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 14:32:12.695 INFO 7064 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 14:32:12.843 INFO 7064 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 14:32:12.844 INFO 7064 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2029 ms 2023-06-20 14:32:13.026 INFO 7064 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 14:32:13.123 INFO 7064 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 14:32:13.124 INFO 7064 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 14:32:13.124 INFO 7064 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 14:32:13.124 INFO 7064 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 14:32:14.313 INFO 7064 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 14:32:14.682 INFO 7064 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 14:32:14.784 INFO 7064 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 14:32:14.786 INFO 7064 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.584 seconds (JVM running for 5.326) 2023-06-20 14:32:14.788 INFO 7064 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 14:34:28.672 INFO 7064 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 14:34:28.674 INFO 7064 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 14:34:28.696 INFO 7064 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 14:34:28.696 INFO 7064 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 14:34:28.701 INFO 7064 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 14:34:31.572 INFO 14188 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 14188 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 14:34:31.575 INFO 14188 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 14:34:32.308 INFO 14188 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 14:34:32.310 INFO 14188 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 14:34:32.345 INFO 14188 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces. 2023-06-20 14:34:32.422 WARN 14188 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 14:34:32.687 INFO 14188 --- [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-20 14:34:32.690 INFO 14188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$9127d16] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 14:34:32.695 INFO 14188 --- [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-20 14:34:32.700 INFO 14188 --- [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-20 14:34:32.708 INFO 14188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$9f840c45] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 14:34:32.719 INFO 14188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$1506c958] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 14:34:32.981 INFO 14188 --- [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-20 14:34:32.997 INFO 14188 --- [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-20 14:34:33.002 INFO 14188 --- [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-20 14:34:33.014 INFO 14188 --- [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-20 14:34:33.317 INFO 14188 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 14:34:33.337 INFO 14188 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 14:34:33.337 INFO 14188 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 14:34:33.437 INFO 14188 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 14:34:33.437 INFO 14188 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1777 ms 2023-06-20 14:34:33.624 INFO 14188 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 14:34:33.738 INFO 14188 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 14:34:33.739 INFO 14188 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 14:34:33.739 INFO 14188 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 14:34:33.739 INFO 14188 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 14:34:34.950 INFO 14188 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 14:34:35.344 INFO 14188 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 14:34:35.441 INFO 14188 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 14:34:35.443 INFO 14188 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.365 seconds (JVM running for 5.034) 2023-06-20 14:34:35.445 INFO 14188 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 14:34:47.526 INFO 14188 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 14:34:47.526 INFO 14188 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 14:34:47.535 INFO 14188 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-20 14:34:47.580 WARN 14188 --- [http-nio-10015-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'username' is not present] 2023-06-20 14:35:05.323 WARN 14188 --- [http-nio-10015-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'username' is not present] 2023-06-20 14:35:37.793 WARN 14188 --- [http-nio-10015-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'username' is not present] 2023-06-20 14:46:09.264 WARN 14188 --- [http-nio-10015-exec-9] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'username' is not present] 2023-06-20 14:46:13.612 WARN 14188 --- [http-nio-10015-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'username' is not present] 2023-06-20 14:51:16.498 WARN 14188 --- [http-nio-10015-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'username' is not present] 2023-06-20 14:51:26.815 WARN 14188 --- [http-nio-10015-exec-9] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'username' is not present] 2023-06-20 14:51:36.241 WARN 14188 --- [http-nio-10015-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'username' is not present] 2023-06-20 14:52:11.881 WARN 14188 --- [http-nio-10015-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'username' is not present] 2023-06-20 14:52:23.982 WARN 14188 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2b20c85c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:52:23.983 WARN 14188 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4b4677ae (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:52:23.984 WARN 14188 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@660924b2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:52:23.984 WARN 14188 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@604df238 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:52:23.985 WARN 14188 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@443cc97a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:52:23.985 WARN 14188 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3c3f3d54 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:52:23.985 WARN 14188 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@13bcb2d5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:52:23.986 WARN 14188 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1cef5ea8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:52:23.986 WARN 14188 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3e3a2356 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:52:23.987 WARN 14188 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7baa6c58 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:52:24.258 INFO 14188 --- [http-nio-10015-exec-8] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-20 14:52:24.259 INFO 14188 --- [http-nio-10015-exec-8] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-20 14:52:45.026 WARN 14188 --- [http-nio-10015-exec-10] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'username' is not present] 2023-06-20 14:55:30.020 WARN 14188 --- [master housekeeper] com.zaxxer.hikari.pool.HikariPool : master - Thread starvation or clock leap detected (housekeeper delta=1m55s893ms880?s200ns). 2023-06-20 14:55:30.021 WARN 14188 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5daa13b8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:55:30.025 WARN 14188 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3b411bcd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:55:30.026 WARN 14188 --- [http-nio-10015-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'username' is not present] 2023-06-20 14:55:30.027 WARN 14188 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2b06bdfa (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:55:30.030 WARN 14188 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@81bd1dd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:55:30.033 WARN 14188 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@314eacdf (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:55:30.035 WARN 14188 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1efadfad (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:55:30.037 WARN 14188 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2c4997ab (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:55:30.038 WARN 14188 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5509ee92 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:55:30.040 WARN 14188 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@b2cb7bf (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:55:30.041 WARN 14188 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@43e306c0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 14:55:44.810 WARN 14188 --- [http-nio-10015-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'username' is not present] 2023-06-20 14:56:04.216 WARN 14188 --- [http-nio-10015-exec-8] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'username' is not present] 2023-06-20 14:56:15.039 WARN 14188 --- [http-nio-10015-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'username' is not present] 2023-06-20 14:56:27.881 WARN 14188 --- [http-nio-10015-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'username' is not present] 2023-06-20 14:57:15.733 INFO 14188 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 14:57:15.737 INFO 14188 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 14:57:15.862 INFO 14188 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 14:57:15.862 INFO 14188 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 14:57:15.869 INFO 14188 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 14:57:20.396 INFO 1448 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 1448 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 14:57:20.400 INFO 1448 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 14:57:21.123 INFO 1448 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 14:57:21.125 INFO 1448 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 14:57:21.166 INFO 1448 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces. 2023-06-20 14:57:21.253 WARN 1448 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 14:57:21.518 INFO 1448 --- [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-20 14:57:21.521 INFO 1448 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$c9fe20d6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 14:57:21.526 INFO 1448 --- [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-20 14:57:21.531 INFO 1448 --- [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-20 14:57:21.540 INFO 1448 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$606fb005] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 14:57:21.551 INFO 1448 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$d5f26d18] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 14:57:21.815 INFO 1448 --- [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-20 14:57:21.831 INFO 1448 --- [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-20 14:57:21.836 INFO 1448 --- [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-20 14:57:21.847 INFO 1448 --- [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-20 14:57:22.139 INFO 1448 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 14:57:22.160 INFO 1448 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 14:57:22.160 INFO 1448 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 14:57:22.252 INFO 1448 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 14:57:22.253 INFO 1448 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1758 ms 2023-06-20 14:57:22.436 INFO 1448 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 14:57:22.537 INFO 1448 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 14:57:22.537 INFO 1448 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 14:57:22.537 INFO 1448 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 14:57:22.537 INFO 1448 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 14:57:23.778 INFO 1448 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 14:57:24.150 INFO 1448 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 14:57:24.266 INFO 1448 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 14:57:24.268 INFO 1448 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.397 seconds (JVM running for 5.005) 2023-06-20 14:57:24.270 INFO 1448 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 14:57:28.517 INFO 1448 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 14:57:28.517 INFO 1448 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 14:57:28.526 INFO 1448 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-20 14:58:56.125 WARN 1448 --- [master housekeeper] com.zaxxer.hikari.pool.HikariPool : master - Thread starvation or clock leap detected (housekeeper delta=54s737ms542?s100ns). 2023-06-20 14:59:23.588 INFO 1448 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 14:59:23.590 INFO 1448 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 14:59:23.605 INFO 1448 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 14:59:23.605 INFO 1448 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 14:59:23.610 INFO 1448 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 14:59:28.445 INFO 8188 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 8188 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 14:59:28.447 INFO 8188 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 14:59:29.151 INFO 8188 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 14:59:29.153 INFO 8188 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 14:59:29.189 INFO 8188 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces. 2023-06-20 14:59:29.263 WARN 8188 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 14:59:29.523 INFO 8188 --- [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-20 14:59:29.526 INFO 8188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$64f2fe16] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 14:59:29.531 INFO 8188 --- [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-20 14:59:29.536 INFO 8188 --- [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-20 14:59:29.544 INFO 8188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$fb648d45] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 14:59:29.554 INFO 8188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$70e74a58] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 14:59:29.817 INFO 8188 --- [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-20 14:59:29.832 INFO 8188 --- [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-20 14:59:29.838 INFO 8188 --- [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-20 14:59:29.849 INFO 8188 --- [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-20 14:59:30.149 INFO 8188 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 14:59:30.170 INFO 8188 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 14:59:30.170 INFO 8188 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 14:59:30.263 INFO 8188 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 14:59:30.263 INFO 8188 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1734 ms 2023-06-20 14:59:30.443 INFO 8188 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 14:59:30.544 INFO 8188 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 14:59:30.544 INFO 8188 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 14:59:30.544 INFO 8188 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 14:59:30.544 INFO 8188 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 14:59:31.717 INFO 8188 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 14:59:32.086 INFO 8188 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 14:59:32.189 INFO 8188 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 14:59:32.191 INFO 8188 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.246 seconds (JVM running for 4.961) 2023-06-20 14:59:32.193 INFO 8188 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 14:59:40.670 INFO 8188 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 14:59:40.670 INFO 8188 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 14:59:40.678 INFO 8188 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-20 15:01:59.943 INFO 8188 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 15:01:59.945 INFO 8188 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 15:01:59.963 INFO 8188 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 15:01:59.963 INFO 8188 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 15:01:59.967 INFO 8188 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 15:02:04.511 INFO 15116 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 15116 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 15:02:04.514 INFO 15116 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 15:02:05.269 INFO 15116 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 15:02:05.272 INFO 15116 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 15:02:05.316 INFO 15116 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 30ms. Found 0 repository interfaces. 2023-06-20 15:02:05.421 WARN 15116 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 15:02:05.698 INFO 15116 --- [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-20 15:02:05.701 INFO 15116 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$8b18a0d7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:02:05.706 INFO 15116 --- [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-20 15:02:05.711 INFO 15116 --- [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-20 15:02:05.720 INFO 15116 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$218a3006] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:02:05.730 INFO 15116 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$970ced19] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:02:06.001 INFO 15116 --- [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-20 15:02:06.017 INFO 15116 --- [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-20 15:02:06.023 INFO 15116 --- [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-20 15:02:06.034 INFO 15116 --- [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-20 15:02:06.333 INFO 15116 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 15:02:06.356 INFO 15116 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 15:02:06.356 INFO 15116 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 15:02:06.449 INFO 15116 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 15:02:06.450 INFO 15116 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1857 ms 2023-06-20 15:02:06.631 INFO 15116 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 15:02:06.732 INFO 15116 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 15:02:06.732 INFO 15116 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 15:02:06.732 INFO 15116 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 15:02:06.732 INFO 15116 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 15:02:07.921 INFO 15116 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 15:02:08.344 INFO 15116 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 15:02:08.446 INFO 15116 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 15:02:08.449 INFO 15116 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.395 seconds (JVM running for 5.036) 2023-06-20 15:02:08.451 INFO 15116 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 15:02:09.852 INFO 15116 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 15:02:09.852 INFO 15116 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 15:02:09.861 INFO 15116 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-20 15:02:09.906 WARN 15116 --- [http-nio-10015-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'username' is not present] 2023-06-20 15:02:32.419 WARN 15116 --- [http-nio-10015-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'username' is not present] 2023-06-20 15:02:36.751 WARN 15116 --- [http-nio-10015-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'username' is not present] 2023-06-20 15:02:38.895 WARN 15116 --- [http-nio-10015-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'username' is not present] 2023-06-20 15:03:05.213 WARN 15116 --- [http-nio-10015-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'username' is not present] 2023-06-20 15:03:38.744 INFO 15116 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 15:03:38.745 INFO 15116 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 15:03:38.761 INFO 15116 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 15:03:38.762 INFO 15116 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 15:03:38.771 INFO 15116 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 15:03:43.313 INFO 17532 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 17532 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 15:03:43.315 INFO 17532 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 15:03:44.042 INFO 17532 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 15:03:44.043 INFO 17532 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 15:03:44.080 INFO 17532 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces. 2023-06-20 15:03:44.158 WARN 17532 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 15:03:44.419 INFO 17532 --- [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-20 15:03:44.423 INFO 17532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$bee5d3fd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:03:44.428 INFO 17532 --- [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-20 15:03:44.433 INFO 17532 --- [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-20 15:03:44.441 INFO 17532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$5557632c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:03:44.451 INFO 17532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$cada203f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:03:44.724 INFO 17532 --- [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-20 15:03:44.741 INFO 17532 --- [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-20 15:03:44.747 INFO 17532 --- [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-20 15:03:44.759 INFO 17532 --- [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-20 15:03:45.061 INFO 17532 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 15:03:45.082 INFO 17532 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 15:03:45.082 INFO 17532 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 15:03:45.174 INFO 17532 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 15:03:45.174 INFO 17532 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1779 ms 2023-06-20 15:03:45.351 INFO 17532 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 15:03:45.448 INFO 17532 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 15:03:45.448 INFO 17532 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 15:03:45.448 INFO 17532 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 15:03:45.448 INFO 17532 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 15:03:46.594 INFO 17532 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 15:03:46.980 INFO 17532 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 15:03:47.077 INFO 17532 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 15:03:47.079 INFO 17532 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.25 seconds (JVM running for 4.893) 2023-06-20 15:03:47.082 INFO 17532 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 15:04:48.120 INFO 17532 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 15:04:48.120 INFO 17532 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 15:04:48.129 INFO 17532 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-20 15:08:44.543 INFO 17532 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 15:08:44.545 INFO 17532 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 15:08:44.564 INFO 17532 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 15:08:44.565 INFO 17532 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 15:08:44.573 INFO 17532 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 15:08:49.631 INFO 7172 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 7172 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 15:08:49.634 INFO 7172 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 15:08:50.333 INFO 7172 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 15:08:50.336 INFO 7172 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 15:08:50.382 INFO 7172 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 33ms. Found 0 repository interfaces. 2023-06-20 15:08:50.464 WARN 7172 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 15:08:50.749 INFO 7172 --- [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-20 15:08:50.752 INFO 7172 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$7acc0c70] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:08:50.757 INFO 7172 --- [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-20 15:08:50.762 INFO 7172 --- [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-20 15:08:50.772 INFO 7172 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$113d9b9f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:08:50.783 INFO 7172 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$86c058b2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:08:51.051 INFO 7172 --- [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-20 15:08:51.067 INFO 7172 --- [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-20 15:08:51.073 INFO 7172 --- [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-20 15:08:51.084 INFO 7172 --- [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-20 15:08:51.385 INFO 7172 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 15:08:51.406 INFO 7172 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 15:08:51.406 INFO 7172 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 15:08:51.498 INFO 7172 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 15:08:51.498 INFO 7172 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1782 ms 2023-06-20 15:08:51.680 INFO 7172 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 15:08:51.786 INFO 7172 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 15:08:51.786 INFO 7172 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 15:08:51.786 INFO 7172 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 15:08:51.786 INFO 7172 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 15:08:52.954 INFO 7172 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 15:08:53.321 INFO 7172 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 15:08:53.420 INFO 7172 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 15:08:53.422 INFO 7172 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.256 seconds (JVM running for 4.883) 2023-06-20 15:08:53.424 INFO 7172 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 15:08:57.470 INFO 7172 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 15:08:57.470 INFO 7172 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 15:08:57.489 INFO 7172 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 18 ms 2023-06-20 15:08:57.833 INFO 7172 --- [http-nio-10015-exec-1] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-20 15:08:57.834 INFO 7172 --- [http-nio-10015-exec-1] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-20 15:11:44.832 INFO 7172 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 15:11:44.833 INFO 7172 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 15:11:44.956 INFO 7172 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 15:11:44.957 INFO 7172 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 15:11:44.961 INFO 7172 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 15:11:49.897 INFO 18364 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 18364 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 15:11:49.899 INFO 18364 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 15:11:50.580 INFO 18364 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 15:11:50.582 INFO 18364 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 15:11:50.624 INFO 18364 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 28ms. Found 0 repository interfaces. 2023-06-20 15:11:50.714 WARN 18364 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 15:11:50.977 INFO 18364 --- [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-20 15:11:50.981 INFO 18364 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$ed9d42d5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:11:50.986 INFO 18364 --- [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-20 15:11:50.991 INFO 18364 --- [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-20 15:11:51.000 INFO 18364 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$840ed204] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:11:51.011 INFO 18364 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$f9918f17] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:11:51.278 INFO 18364 --- [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-20 15:11:51.294 INFO 18364 --- [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-20 15:11:51.301 INFO 18364 --- [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-20 15:11:51.311 INFO 18364 --- [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-20 15:11:51.601 INFO 18364 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 15:11:51.622 INFO 18364 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 15:11:51.622 INFO 18364 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 15:11:51.714 INFO 18364 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 15:11:51.714 INFO 18364 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1728 ms 2023-06-20 15:11:51.909 INFO 18364 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 15:11:52.010 INFO 18364 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 15:11:52.010 INFO 18364 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 15:11:52.010 INFO 18364 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 15:11:52.010 INFO 18364 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 15:11:53.171 INFO 18364 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 15:11:53.545 INFO 18364 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 15:11:53.645 INFO 18364 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 15:11:53.648 INFO 18364 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.342 seconds (JVM running for 4.984) 2023-06-20 15:11:53.650 INFO 18364 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 15:12:16.598 INFO 18364 --- [http-nio-10015-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 15:12:16.598 INFO 18364 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 15:12:16.606 INFO 18364 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-20 15:12:16.726 WARN 18364 --- [http-nio-10015-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotWritableException: Could not write JSON: It is illegal to call this method if the current request is not in asynchronous mode (i.e. isAsyncStarted() returns false); nested exception is com.fasterxml.jackson.databind.JsonMappingException: It is illegal to call this method if the current request is not in asynchronous mode (i.e. isAsyncStarted() returns false) (through reference chain: com.xmnk.springbootbase.common.utils.DataResult["data"]->org.apache.shiro.web.servlet.ShiroHttpServletRequest["request"]->org.apache.catalina.connector.RequestFacade["asyncContext"])] 2023-06-20 15:13:45.289 INFO 18364 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 15:13:45.290 INFO 18364 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 15:13:45.305 INFO 18364 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 15:13:45.307 INFO 18364 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 15:13:45.313 INFO 18364 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 15:13:54.322 INFO 6168 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 6168 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 15:13:54.324 INFO 6168 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 15:13:55.079 INFO 6168 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 15:13:55.081 INFO 6168 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 15:13:55.119 INFO 6168 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces. 2023-06-20 15:13:55.232 WARN 6168 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 15:13:55.497 INFO 6168 --- [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-20 15:13:55.500 INFO 6168 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$9f54763f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:13:55.506 INFO 6168 --- [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-20 15:13:55.511 INFO 6168 --- [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-20 15:13:55.520 INFO 6168 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$35c6056e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:13:55.530 INFO 6168 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$ab48c281] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:13:55.822 INFO 6168 --- [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-20 15:13:55.837 INFO 6168 --- [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-20 15:13:55.843 INFO 6168 --- [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-20 15:13:55.854 INFO 6168 --- [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-20 15:13:56.157 INFO 6168 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 15:13:56.179 INFO 6168 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 15:13:56.179 INFO 6168 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 15:13:56.273 INFO 6168 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 15:13:56.273 INFO 6168 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1871 ms 2023-06-20 15:13:56.451 INFO 6168 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 15:13:56.549 INFO 6168 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 15:13:56.549 INFO 6168 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 15:13:56.549 INFO 6168 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 15:13:56.549 INFO 6168 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 15:13:57.727 INFO 6168 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 15:13:58.107 INFO 6168 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 15:13:58.208 INFO 6168 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 15:13:58.211 INFO 6168 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.391 seconds (JVM running for 5.237) 2023-06-20 15:13:58.213 INFO 6168 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 15:14:05.742 INFO 6168 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 15:14:05.742 INFO 6168 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 15:14:05.750 INFO 6168 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-20 15:14:05.791 WARN 6168 --- [http-nio-10015-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported] 2023-06-20 15:14:15.070 WARN 6168 --- [http-nio-10015-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'multipart/form-data;boundary=--------------------------071963218082600228725183;charset=UTF-8' not supported] 2023-06-20 15:14:32.672 INFO 6168 --- [http-nio-10015-exec-2] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-20 15:14:32.674 INFO 6168 --- [http-nio-10015-exec-2] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-20 15:16:58.512 INFO 6168 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 15:16:58.513 INFO 6168 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 15:16:58.652 INFO 6168 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 15:16:58.654 INFO 6168 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 15:16:58.666 INFO 6168 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 15:17:03.393 INFO 17644 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 17644 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 15:17:03.396 INFO 17644 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 15:17:04.144 INFO 17644 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 15:17:04.146 INFO 17644 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 15:17:04.183 INFO 17644 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces. 2023-06-20 15:17:04.266 WARN 17644 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 15:17:04.538 INFO 17644 --- [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-20 15:17:04.541 INFO 17644 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$60c23464] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:17:04.547 INFO 17644 --- [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-20 15:17:04.551 INFO 17644 --- [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-20 15:17:04.560 INFO 17644 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$f733c393] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:17:04.570 INFO 17644 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$6cb680a6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:17:04.832 INFO 17644 --- [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-20 15:17:04.847 INFO 17644 --- [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-20 15:17:04.853 INFO 17644 --- [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-20 15:17:04.864 INFO 17644 --- [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-20 15:17:05.164 INFO 17644 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 15:17:05.186 INFO 17644 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 15:17:07.433 INFO 17644 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 15:17:07.600 INFO 17644 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 15:17:07.601 INFO 17644 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4110 ms 2023-06-20 15:17:07.798 INFO 17644 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 15:17:07.901 INFO 17644 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 15:17:07.901 INFO 17644 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 15:17:07.901 INFO 17644 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 15:17:07.901 INFO 17644 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 15:17:09.089 INFO 17644 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 15:17:09.455 INFO 17644 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 15:17:09.556 INFO 17644 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 15:17:09.559 INFO 17644 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 6.703 seconds (JVM running for 7.352) 2023-06-20 15:17:09.561 INFO 17644 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 15:17:55.583 INFO 17644 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 15:17:55.583 INFO 17644 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 15:17:55.592 INFO 17644 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-20 15:18:01.269 INFO 17644 --- [http-nio-10015-exec-4] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-20 15:18:01.271 INFO 17644 --- [http-nio-10015-exec-4] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-20 15:20:44.878 WARN 17644 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1dae7cb0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:20:44.881 WARN 17644 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@e512206 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:20:44.883 WARN 17644 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6d8edd6c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:20:44.884 WARN 17644 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6f2ba326 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:20:44.886 WARN 17644 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@50b10c9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:20:44.887 WARN 17644 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2cd437c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:20:44.889 WARN 17644 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@19b38bf4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:20:44.890 WARN 17644 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2b333977 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:20:44.891 WARN 17644 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@76e3e980 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:20:44.892 WARN 17644 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1edd9283 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:20:51.833 INFO 17644 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 15:20:51.834 INFO 17644 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 15:20:51.959 INFO 17644 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 15:20:51.961 INFO 17644 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 15:20:51.970 INFO 17644 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 15:20:56.637 INFO 15000 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 15000 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 15:20:56.640 INFO 15000 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 15:20:57.343 INFO 15000 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 15:20:57.345 INFO 15000 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 15:20:57.385 INFO 15000 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces. 2023-06-20 15:20:57.464 WARN 15000 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 15:20:57.727 INFO 15000 --- [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-20 15:20:57.731 INFO 15000 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$c060869d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:20:57.736 INFO 15000 --- [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-20 15:20:57.740 INFO 15000 --- [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-20 15:20:57.749 INFO 15000 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$56d215cc] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:20:57.760 INFO 15000 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$cc54d2df] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:20:58.025 INFO 15000 --- [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-20 15:20:58.042 INFO 15000 --- [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-20 15:20:58.048 INFO 15000 --- [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-20 15:20:58.059 INFO 15000 --- [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-20 15:20:58.367 INFO 15000 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 15:20:58.389 INFO 15000 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 15:20:58.389 INFO 15000 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 15:20:58.484 INFO 15000 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 15:20:58.484 INFO 15000 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1759 ms 2023-06-20 15:20:58.669 INFO 15000 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 15:20:58.766 INFO 15000 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 15:20:58.766 INFO 15000 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 15:20:58.766 INFO 15000 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 15:20:58.766 INFO 15000 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 15:20:59.962 INFO 15000 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 15:21:00.042 WARN 15000 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'requestMappingHandlerMapping' defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Ambiguous mapping. Cannot map 'userController' method public com.xmnk.springbootbase.common.utils.DataResult com.xmnk.springbootfunction.controller.base.UserController.youSelfInfo() to {GET /sys/user}: There is already 'userController' bean method public com.xmnk.springbootbase.common.utils.DataResult com.xmnk.springbootfunction.controller.base.UserController.detailInfo(java.lang.String) mapped. 2023-06-20 15:21:00.042 INFO 15000 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 15:21:00.054 INFO 15000 --- [main] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 15:21:00.055 INFO 15000 --- [main] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 15:21:00.059 INFO 15000 --- [main] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 15:21:00.061 INFO 15000 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat] 2023-06-20 15:21:00.070 INFO 15000 --- [main] ConditionEvaluationReportLoggingListener : Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2023-06-20 15:21:00.079 ERROR 15000 --- [main] o.s.boot.SpringApplication : Application run failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'requestMappingHandlerMapping' defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Ambiguous mapping. Cannot map 'userController' method public com.xmnk.springbootbase.common.utils.DataResult com.xmnk.springbootfunction.controller.base.UserController.youSelfInfo() to {GET /sys/user}: There is already 'userController' bean method public com.xmnk.springbootbase.common.utils.DataResult com.xmnk.springbootfunction.controller.base.UserController.detailInfo(java.lang.String) mapped. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1778) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:845) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:742) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:389) at org.springframework.boot.SpringApplication.run(SpringApplication.java:311) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202) at com.xmnk.springbootfunction.SpringbootFunctionApplication.main(SpringbootFunctionApplication.java:28) Caused by: java.lang.IllegalStateException: Ambiguous mapping. Cannot map 'userController' method public com.xmnk.springbootbase.common.utils.DataResult com.xmnk.springbootfunction.controller.base.UserController.youSelfInfo() to {GET /sys/user}: There is already 'userController' bean method public com.xmnk.springbootbase.common.utils.DataResult com.xmnk.springbootfunction.controller.base.UserController.detailInfo(java.lang.String) mapped. at org.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry.assertUniqueMethodMapping(AbstractHandlerMethodMapping.java:618) at org.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry.register(AbstractHandlerMethodMapping.java:586) at org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.registerHandlerMethod(AbstractHandlerMethodMapping.java:312) at org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.lambda$detectHandlerMethods$1(AbstractHandlerMethodMapping.java:282) at java.util.LinkedHashMap.forEach(LinkedHashMap.java:684) at org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.detectHandlerMethods(AbstractHandlerMethodMapping.java:280) at org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.processCandidateBean(AbstractHandlerMethodMapping.java:252) at org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.initHandlerMethods(AbstractHandlerMethodMapping.java:211) at org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.afterPropertiesSet(AbstractHandlerMethodMapping.java:199) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.afterPropertiesSet(RequestMappingHandlerMapping.java:164) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1837) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1774) ... 16 common frames omitted 2023-06-20 15:21:33.977 INFO 17756 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 17756 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 15:21:33.980 INFO 17756 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 15:21:34.701 INFO 17756 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 15:21:34.703 INFO 17756 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 15:21:34.743 INFO 17756 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces. 2023-06-20 15:21:34.826 WARN 17756 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 15:21:35.140 INFO 17756 --- [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-20 15:21:35.143 INFO 17756 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$1a778aeb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:21:35.148 INFO 17756 --- [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-20 15:21:35.153 INFO 17756 --- [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-20 15:21:35.162 INFO 17756 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b0e91a1a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:21:35.175 INFO 17756 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$266bd72d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:21:35.443 INFO 17756 --- [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-20 15:21:35.458 INFO 17756 --- [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-20 15:21:35.464 INFO 17756 --- [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-20 15:21:35.475 INFO 17756 --- [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-20 15:21:35.771 INFO 17756 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 15:21:35.793 INFO 17756 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 15:21:35.793 INFO 17756 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 15:21:35.886 INFO 17756 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 15:21:35.886 INFO 17756 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1819 ms 2023-06-20 15:21:36.064 INFO 17756 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 15:21:36.162 INFO 17756 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 15:21:36.162 INFO 17756 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 15:21:36.162 INFO 17756 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 15:21:36.162 INFO 17756 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 15:21:37.320 INFO 17756 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 15:21:37.693 INFO 17756 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 15:21:37.791 INFO 17756 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 15:21:37.793 INFO 17756 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.323 seconds (JVM running for 4.946) 2023-06-20 15:21:37.796 INFO 17756 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 15:21:40.540 INFO 17756 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 15:21:40.540 INFO 17756 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 15:21:40.549 INFO 17756 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-20 15:26:09.227 WARN 17756 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@71519512 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:26:09.229 WARN 17756 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@210817ec (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:26:09.229 WARN 17756 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3dc7468f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:26:09.230 WARN 17756 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5b56bbda (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:26:09.230 WARN 17756 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6eff2fa4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:26:09.231 WARN 17756 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@fa9e2e0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:26:09.231 WARN 17756 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@85d3ea4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:26:09.232 WARN 17756 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@66bbcc1e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:26:09.232 WARN 17756 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@71ae5d62 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:26:09.232 WARN 17756 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@31d00f55 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:26:09.426 INFO 17756 --- [http-nio-10015-exec-5] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-20 15:26:09.428 INFO 17756 --- [http-nio-10015-exec-5] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-20 15:26:09.996 WARN 17756 --- [http-nio-10015-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'id' is not present] 2023-06-20 15:27:31.592 INFO 17756 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 15:27:31.593 INFO 17756 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 15:27:31.719 INFO 17756 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 15:27:31.720 INFO 17756 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 15:27:31.726 INFO 17756 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 15:27:36.284 INFO 17980 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 17980 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 15:27:36.286 INFO 17980 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 15:27:37.057 INFO 17980 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 15:27:37.059 INFO 17980 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 15:27:37.095 INFO 17980 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces. 2023-06-20 15:27:37.172 WARN 17980 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 15:27:37.442 INFO 17980 --- [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-20 15:27:37.445 INFO 17980 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$e023eb20] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:27:37.451 INFO 17980 --- [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-20 15:27:37.455 INFO 17980 --- [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-20 15:27:37.464 INFO 17980 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$76957a4f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:27:37.475 INFO 17980 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$ec183762] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:27:37.746 INFO 17980 --- [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-20 15:27:37.763 INFO 17980 --- [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-20 15:27:37.769 INFO 17980 --- [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-20 15:27:37.781 INFO 17980 --- [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-20 15:27:38.097 INFO 17980 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 15:27:38.118 INFO 17980 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 15:27:38.118 INFO 17980 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 15:27:38.212 INFO 17980 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 15:27:38.212 INFO 17980 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1841 ms 2023-06-20 15:27:38.406 INFO 17980 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 15:27:38.509 INFO 17980 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 15:27:38.509 INFO 17980 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 15:27:38.509 INFO 17980 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 15:27:38.509 INFO 17980 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 15:27:39.788 INFO 17980 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 15:27:40.163 INFO 17980 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 15:27:40.262 INFO 17980 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 15:27:40.265 INFO 17980 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.51 seconds (JVM running for 5.152) 2023-06-20 15:27:40.267 INFO 17980 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 15:27:44.944 INFO 17980 --- [http-nio-10015-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 15:27:44.945 INFO 17980 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 15:27:44.953 INFO 17980 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-20 15:28:32.658 INFO 17980 --- [http-nio-10015-exec-1] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-20 15:28:32.660 INFO 17980 --- [http-nio-10015-exec-1] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-20 15:30:45.433 WARN 17980 --- [http-nio-10015-exec-10] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'id' is not present] 2023-06-20 15:33:33.553 INFO 17980 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 15:33:33.554 INFO 17980 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 15:33:33.690 INFO 17980 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 15:33:33.691 INFO 17980 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 15:33:33.708 INFO 17980 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 15:33:38.284 INFO 17576 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 17576 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 15:33:38.286 INFO 17576 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 15:33:38.989 INFO 17576 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 15:33:38.991 INFO 17576 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 15:33:39.028 INFO 17576 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces. 2023-06-20 15:33:39.107 WARN 17576 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 15:33:39.366 INFO 17576 --- [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-20 15:33:39.370 INFO 17576 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$bcd3672a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:33:39.376 INFO 17576 --- [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-20 15:33:39.381 INFO 17576 --- [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-20 15:33:39.390 INFO 17576 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$5344f659] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:33:39.400 INFO 17576 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$c8c7b36c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:33:39.665 INFO 17576 --- [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-20 15:33:39.681 INFO 17576 --- [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-20 15:33:39.687 INFO 17576 --- [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-20 15:33:39.698 INFO 17576 --- [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-20 15:33:39.999 INFO 17576 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 15:33:40.020 INFO 17576 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 15:33:40.020 INFO 17576 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 15:33:40.111 INFO 17576 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 15:33:40.111 INFO 17576 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1739 ms 2023-06-20 15:33:40.288 INFO 17576 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 15:33:40.386 INFO 17576 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 15:33:40.386 INFO 17576 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 15:33:40.386 INFO 17576 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 15:33:40.386 INFO 17576 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 15:33:41.592 INFO 17576 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 15:33:41.980 INFO 17576 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 15:33:42.085 INFO 17576 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 15:33:42.088 INFO 17576 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.271 seconds (JVM running for 4.982) 2023-06-20 15:33:42.091 INFO 17576 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 15:33:45.693 INFO 17576 --- [http-nio-10015-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 15:33:45.693 INFO 17576 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 15:33:45.700 INFO 17576 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 7 ms 2023-06-20 15:33:45.735 WARN 17576 --- [http-nio-10015-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingPathVariableException: Missing URI template variable 'id' for method parameter of type String] 2023-06-20 15:34:17.931 WARN 17576 --- [http-nio-10015-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingPathVariableException: Missing URI template variable 'id' for method parameter of type String] 2023-06-20 15:34:30.988 WARN 17576 --- [http-nio-10015-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingPathVariableException: Missing URI template variable 'id' for method parameter of type String] 2023-06-20 15:35:14.422 INFO 17576 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 15:35:14.423 INFO 17576 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 15:35:14.440 INFO 17576 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 15:35:14.440 INFO 17576 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 15:35:14.445 INFO 17576 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 15:35:19.159 INFO 7344 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 7344 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 15:35:19.162 INFO 7344 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 15:35:19.884 INFO 7344 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 15:35:19.886 INFO 7344 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 15:35:19.925 INFO 7344 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces. 2023-06-20 15:35:20.006 WARN 7344 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 15:35:20.282 INFO 7344 --- [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-20 15:35:20.285 INFO 7344 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$ac40ab23] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:35:20.291 INFO 7344 --- [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-20 15:35:20.295 INFO 7344 --- [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-20 15:35:20.304 INFO 7344 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$42b23a52] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:35:20.314 INFO 7344 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$b834f765] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:35:20.594 INFO 7344 --- [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-20 15:35:20.613 INFO 7344 --- [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-20 15:35:20.619 INFO 7344 --- [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-20 15:35:20.630 INFO 7344 --- [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-20 15:35:20.925 INFO 7344 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 15:35:20.946 INFO 7344 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 15:35:20.946 INFO 7344 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 15:35:21.037 INFO 7344 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 15:35:21.037 INFO 7344 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1783 ms 2023-06-20 15:35:21.221 INFO 7344 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 15:35:21.324 INFO 7344 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 15:35:21.324 INFO 7344 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 15:35:21.324 INFO 7344 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 15:35:21.324 INFO 7344 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 15:35:22.494 INFO 7344 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 15:35:22.890 INFO 7344 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 15:35:23.008 INFO 7344 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 15:35:23.011 INFO 7344 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.387 seconds (JVM running for 5.076) 2023-06-20 15:35:23.013 INFO 7344 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 15:35:24.856 INFO 7344 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 15:35:24.856 INFO 7344 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 15:35:24.866 INFO 7344 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms 2023-06-20 15:36:30.603 INFO 7344 --- [http-nio-10015-exec-3] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-20 15:36:30.605 INFO 7344 --- [http-nio-10015-exec-3] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-20 15:45:30.915 WARN 7344 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@590b9646 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:45:30.916 WARN 7344 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6c103a76 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:45:30.917 WARN 7344 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3984d317 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:45:30.917 WARN 7344 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@43d313f0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:45:30.918 WARN 7344 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1d58c2a3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:45:30.918 WARN 7344 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@70f698f4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:45:30.918 WARN 7344 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6f75f196 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:45:30.919 WARN 7344 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3462231b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:45:30.919 WARN 7344 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6f74b2ee (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:45:30.920 WARN 7344 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2b01b6cc (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:54:01.813 INFO 7344 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 15:54:01.814 INFO 7344 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 15:54:01.945 INFO 7344 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 15:54:01.945 INFO 7344 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 15:54:01.951 INFO 7344 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 15:54:07.180 INFO 2892 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 2892 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 15:54:07.183 INFO 2892 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 15:54:07.959 INFO 2892 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 15:54:07.961 INFO 2892 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 15:54:08.001 INFO 2892 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces. 2023-06-20 15:54:08.084 WARN 2892 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 15:54:08.362 INFO 2892 --- [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-20 15:54:08.365 INFO 2892 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$31778d07] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:54:08.370 INFO 2892 --- [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-20 15:54:08.374 INFO 2892 --- [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-20 15:54:08.383 INFO 2892 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$c7e91c36] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:54:08.393 INFO 2892 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$3d6bd949] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 15:54:08.673 INFO 2892 --- [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-20 15:54:08.688 INFO 2892 --- [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-20 15:54:08.693 INFO 2892 --- [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-20 15:54:08.704 INFO 2892 --- [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-20 15:54:09.023 INFO 2892 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 15:54:09.043 INFO 2892 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 15:54:09.044 INFO 2892 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 15:54:09.136 INFO 2892 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 15:54:09.136 INFO 2892 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1864 ms 2023-06-20 15:54:09.350 INFO 2892 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 15:54:09.447 INFO 2892 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 15:54:09.448 INFO 2892 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 15:54:09.448 INFO 2892 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 15:54:09.448 INFO 2892 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 15:54:10.792 INFO 2892 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 15:54:11.272 INFO 2892 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 15:54:11.376 INFO 2892 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 15:54:11.378 INFO 2892 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.727 seconds (JVM running for 5.444) 2023-06-20 15:54:11.380 INFO 2892 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 15:54:14.068 INFO 2892 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 15:54:14.068 INFO 2892 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 15:54:14.079 INFO 2892 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 11 ms 2023-06-20 15:59:09.428 WARN 2892 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@522f798a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:59:09.429 WARN 2892 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@65da4850 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:59:09.429 WARN 2892 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5c1e8f40 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:59:09.430 WARN 2892 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5c12194a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:59:09.430 WARN 2892 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@173df53 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:59:09.431 WARN 2892 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@365c8fe5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:59:09.431 WARN 2892 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1e1072e1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:59:09.431 WARN 2892 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5204f020 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:59:09.432 WARN 2892 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4d123474 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:59:09.432 WARN 2892 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1f63a994 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 15:59:09.618 INFO 2892 --- [http-nio-10015-exec-3] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-20 15:59:09.619 INFO 2892 --- [http-nio-10015-exec-3] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-20 16:04:57.388 INFO 2892 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 16:04:57.389 INFO 2892 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 16:04:57.508 INFO 2892 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 16:04:57.509 INFO 2892 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 16:04:57.516 INFO 2892 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 16:05:02.752 INFO 8540 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 8540 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 16:05:02.755 INFO 8540 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 16:05:03.464 INFO 8540 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 16:05:03.466 INFO 8540 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 16:05:03.503 INFO 8540 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23ms. Found 0 repository interfaces. 2023-06-20 16:05:03.570 WARN 8540 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 16:05:03.842 INFO 8540 --- [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-20 16:05:03.846 INFO 8540 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$b283f508] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 16:05:03.851 INFO 8540 --- [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-20 16:05:03.856 INFO 8540 --- [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-20 16:05:03.865 INFO 8540 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$48f58437] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 16:05:03.875 INFO 8540 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$be78414a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 16:05:04.138 INFO 8540 --- [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-20 16:05:04.154 INFO 8540 --- [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-20 16:05:04.159 INFO 8540 --- [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-20 16:05:04.171 INFO 8540 --- [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-20 16:05:04.474 INFO 8540 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 16:05:04.495 INFO 8540 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 16:05:04.495 INFO 8540 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 16:05:04.588 INFO 8540 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 16:05:04.588 INFO 8540 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1754 ms 2023-06-20 16:05:04.767 INFO 8540 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 16:05:04.867 INFO 8540 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 16:05:04.867 INFO 8540 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 16:05:04.867 INFO 8540 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 16:05:04.867 INFO 8540 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 16:05:06.058 INFO 8540 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 16:05:06.436 INFO 8540 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 16:05:06.539 INFO 8540 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 16:05:06.542 INFO 8540 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.289 seconds (JVM running for 5.031) 2023-06-20 16:05:06.544 INFO 8540 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 16:05:08.148 INFO 8540 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 16:05:08.148 INFO 8540 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 16:05:08.156 INFO 8540 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-20 16:05:08.611 INFO 8540 --- [http-nio-10015-exec-1] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-20 16:05:08.613 INFO 8540 --- [http-nio-10015-exec-1] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-20 16:08:14.255 WARN 8540 --- [master housekeeper] com.zaxxer.hikari.pool.HikariPool : master - Thread starvation or clock leap detected (housekeeper delta=3m9s286ms355?s200ns). 2023-06-20 16:08:21.279 WARN 8540 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7cf84a12 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:08:21.279 WARN 8540 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@73aeadfa (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:08:21.280 WARN 8540 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6e9d3928 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:08:21.280 WARN 8540 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@537c0844 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:08:21.281 WARN 8540 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@508b4633 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:08:21.281 WARN 8540 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@31f4e6c1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:08:21.281 WARN 8540 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@389cff70 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:08:21.281 WARN 8540 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7749fffd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:08:21.282 WARN 8540 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@44525f40 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:08:21.282 WARN 8540 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@13172755 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:11:31.638 WARN 8540 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@f0a9161 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:11:31.639 WARN 8540 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4371ba55 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:11:31.641 WARN 8540 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@217598ab (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:11:31.642 WARN 8540 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7d417f87 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:11:31.644 WARN 8540 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@40c2aa14 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:11:31.646 WARN 8540 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@46ac9cda (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:11:31.648 WARN 8540 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@750e6597 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:11:31.650 WARN 8540 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@57667da0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:11:31.651 WARN 8540 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1c2668d9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:11:31.652 WARN 8540 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@70c0c475 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:13:01.102 INFO 8540 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 16:13:01.103 INFO 8540 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 16:13:01.232 INFO 8540 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 16:13:01.232 INFO 8540 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 16:13:01.239 INFO 8540 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 16:13:05.999 INFO 15824 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 15824 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 16:13:06.001 INFO 15824 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 16:13:06.724 INFO 15824 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 16:13:06.727 INFO 15824 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 16:13:06.766 INFO 15824 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces. 2023-06-20 16:13:06.853 WARN 15824 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 16:13:07.129 INFO 15824 --- [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-20 16:13:07.133 INFO 15824 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$fc896114] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 16:13:07.138 INFO 15824 --- [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-20 16:13:07.143 INFO 15824 --- [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-20 16:13:07.153 INFO 15824 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$92faf043] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 16:13:07.166 INFO 15824 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$87dad56] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 16:13:07.447 INFO 15824 --- [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-20 16:13:07.463 INFO 15824 --- [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-20 16:13:07.469 INFO 15824 --- [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-20 16:13:07.480 INFO 15824 --- [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-20 16:13:07.774 INFO 15824 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 16:13:07.796 INFO 15824 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 16:13:07.796 INFO 15824 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 16:13:07.893 INFO 15824 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 16:13:07.893 INFO 15824 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1815 ms 2023-06-20 16:13:08.145 INFO 15824 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 16:13:08.244 INFO 15824 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 16:13:08.245 INFO 15824 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 16:13:08.245 INFO 15824 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 16:13:08.245 INFO 15824 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 16:13:09.459 INFO 15824 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 16:13:09.832 INFO 15824 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 16:13:09.934 INFO 15824 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 16:13:09.936 INFO 15824 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.425 seconds (JVM running for 5.137) 2023-06-20 16:13:09.938 INFO 15824 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 16:13:20.184 INFO 15824 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 16:13:20.184 INFO 15824 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 16:13:20.192 INFO 15824 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-20 16:13:48.238 INFO 15824 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 16:13:48.239 INFO 15824 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 16:13:48.262 INFO 15824 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 16:13:48.263 INFO 15824 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 16:13:48.269 INFO 15824 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 16:13:53.267 INFO 11308 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 11308 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 16:13:53.270 INFO 11308 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 16:13:54.094 INFO 11308 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 16:13:54.097 INFO 11308 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 16:13:54.136 INFO 11308 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces. 2023-06-20 16:13:54.222 WARN 11308 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 16:13:54.483 INFO 11308 --- [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-20 16:13:54.486 INFO 11308 --- [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-20 16:13:54.491 INFO 11308 --- [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-20 16:13:54.496 INFO 11308 --- [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-20 16:13:54.504 INFO 11308 --- [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-20 16:13:54.514 INFO 11308 --- [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-20 16:13:54.792 INFO 11308 --- [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-20 16:13:54.809 INFO 11308 --- [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-20 16:13:54.815 INFO 11308 --- [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-20 16:13:54.827 INFO 11308 --- [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-20 16:13:55.153 INFO 11308 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 16:13:55.175 INFO 11308 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 16:13:55.175 INFO 11308 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 16:13:55.272 INFO 11308 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 16:13:55.272 INFO 11308 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1905 ms 2023-06-20 16:13:55.457 INFO 11308 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 16:13:55.553 INFO 11308 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 16:13:55.553 INFO 11308 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 16:13:55.553 INFO 11308 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 16:13:55.553 INFO 11308 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 16:13:56.716 INFO 11308 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 16:13:57.094 INFO 11308 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 16:13:57.191 INFO 11308 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 16:13:57.193 INFO 11308 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.48 seconds (JVM running for 5.247) 2023-06-20 16:13:57.196 INFO 11308 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 16:14:16.126 INFO 11308 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 16:14:16.127 INFO 11308 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 16:14:16.136 INFO 11308 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-20 16:16:51.060 INFO 11308 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 16:16:51.062 INFO 11308 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 16:16:51.085 INFO 11308 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 16:16:51.086 INFO 11308 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 16:16:51.091 INFO 11308 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 16:16:55.811 INFO 17936 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 17936 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 16:16:55.813 INFO 17936 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 16:16:56.554 INFO 17936 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 16:16:56.556 INFO 17936 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 16:16:56.590 INFO 17936 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23ms. Found 0 repository interfaces. 2023-06-20 16:16:56.665 WARN 17936 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 16:16:56.928 INFO 17936 --- [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-20 16:16:56.931 INFO 17936 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$e48d8792] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 16:16:56.937 INFO 17936 --- [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-20 16:16:56.942 INFO 17936 --- [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-20 16:16:56.950 INFO 17936 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$7aff16c1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 16:16:56.961 INFO 17936 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$f081d3d4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 16:16:57.233 INFO 17936 --- [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-20 16:16:57.251 INFO 17936 --- [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-20 16:16:57.257 INFO 17936 --- [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-20 16:16:57.269 INFO 17936 --- [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-20 16:16:57.575 INFO 17936 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 16:16:57.596 INFO 17936 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 16:16:57.596 INFO 17936 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 16:16:57.688 INFO 17936 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 16:16:57.688 INFO 17936 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1792 ms 2023-06-20 16:16:57.872 INFO 17936 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 16:16:57.974 INFO 17936 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 16:16:57.974 INFO 17936 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 16:16:57.974 INFO 17936 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 16:16:57.974 INFO 17936 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 16:16:59.181 INFO 17936 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 16:16:59.587 INFO 17936 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 16:16:59.685 INFO 17936 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 16:16:59.687 INFO 17936 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.346 seconds (JVM running for 5.032) 2023-06-20 16:16:59.689 INFO 17936 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 16:17:10.628 INFO 17936 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 16:17:10.628 INFO 17936 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 16:17:10.635 INFO 17936 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 7 ms 2023-06-20 16:17:11.030 INFO 17936 --- [http-nio-10015-exec-1] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-20 16:17:11.031 INFO 17936 --- [http-nio-10015-exec-1] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-20 16:17:44.865 WARN 17936 --- [master housekeeper] com.zaxxer.hikari.pool.HikariPool : master - Thread starvation or clock leap detected (housekeeper delta=46s783ms405?s700ns). 2023-06-20 16:19:07.146 INFO 17936 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 16:19:07.147 INFO 17936 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 16:19:07.282 INFO 17936 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 16:19:07.282 INFO 17936 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 16:19:07.286 INFO 17936 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 16:19:12.028 INFO 10532 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 10532 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 16:19:12.031 INFO 10532 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 16:19:12.755 INFO 10532 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 16:19:12.757 INFO 10532 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 16:19:12.791 INFO 10532 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23ms. Found 0 repository interfaces. 2023-06-20 16:19:12.867 WARN 10532 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 16:19:13.129 INFO 10532 --- [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-20 16:19:13.132 INFO 10532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$ba9c21c3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 16:19:13.136 INFO 10532 --- [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-20 16:19:13.141 INFO 10532 --- [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-20 16:19:13.150 INFO 10532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$510db0f2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 16:19:13.160 INFO 10532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$c6906e05] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 16:19:13.424 INFO 10532 --- [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-20 16:19:13.440 INFO 10532 --- [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-20 16:19:13.446 INFO 10532 --- [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-20 16:19:13.457 INFO 10532 --- [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-20 16:19:13.756 INFO 10532 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 16:19:13.776 INFO 10532 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 16:19:13.776 INFO 10532 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 16:19:13.873 INFO 10532 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 16:19:13.873 INFO 10532 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1759 ms 2023-06-20 16:19:14.119 INFO 10532 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 16:19:14.217 INFO 10532 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 16:19:14.217 INFO 10532 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 16:19:14.217 INFO 10532 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 16:19:14.217 INFO 10532 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 16:19:15.383 INFO 10532 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 16:19:15.753 INFO 10532 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 16:19:15.852 INFO 10532 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 16:19:15.855 INFO 10532 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.323 seconds (JVM running for 4.996) 2023-06-20 16:19:15.857 INFO 10532 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 16:19:28.180 INFO 10532 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 16:19:28.180 INFO 10532 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 16:19:28.187 INFO 10532 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 7 ms 2023-06-20 16:19:28.575 INFO 10532 --- [http-nio-10015-exec-1] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-20 16:19:28.576 INFO 10532 --- [http-nio-10015-exec-1] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-20 16:19:59.560 WARN 10532 --- [master housekeeper] com.zaxxer.hikari.pool.HikariPool : master - Thread starvation or clock leap detected (housekeeper delta=45s229ms729?s). 2023-06-20 16:21:16.748 INFO 10532 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 16:21:16.749 INFO 10532 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 16:21:16.869 INFO 10532 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 16:21:16.870 INFO 10532 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 16:21:16.874 INFO 10532 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 16:21:21.492 INFO 12844 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 12844 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 16:21:21.495 INFO 12844 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 16:21:22.210 INFO 12844 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 16:21:22.212 INFO 12844 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 16:21:22.249 INFO 12844 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces. 2023-06-20 16:21:22.322 WARN 12844 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 16:21:22.593 INFO 12844 --- [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-20 16:21:22.597 INFO 12844 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$5d1b56cd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 16:21:22.601 INFO 12844 --- [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-20 16:21:22.606 INFO 12844 --- [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-20 16:21:22.615 INFO 12844 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$f38ce5fc] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 16:21:22.625 INFO 12844 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$690fa30f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 16:21:22.888 INFO 12844 --- [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-20 16:21:22.904 INFO 12844 --- [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-20 16:21:22.909 INFO 12844 --- [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-20 16:21:22.920 INFO 12844 --- [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-20 16:21:23.236 INFO 12844 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 16:21:23.256 INFO 12844 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 16:21:23.257 INFO 12844 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 16:21:23.348 INFO 12844 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 16:21:23.348 INFO 12844 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1774 ms 2023-06-20 16:21:23.529 INFO 12844 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 16:21:23.630 INFO 12844 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 16:21:23.631 INFO 12844 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 16:21:23.631 INFO 12844 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 16:21:23.631 INFO 12844 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 16:21:24.853 INFO 12844 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 16:21:25.238 INFO 12844 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 16:21:25.335 INFO 12844 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 16:21:25.337 INFO 12844 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.374 seconds (JVM running for 5.031) 2023-06-20 16:21:25.339 INFO 12844 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 16:21:57.071 INFO 12844 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 16:21:57.071 INFO 12844 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 16:21:57.080 INFO 12844 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-20 16:21:57.482 INFO 12844 --- [http-nio-10015-exec-1] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-20 16:21:57.483 INFO 12844 --- [http-nio-10015-exec-1] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-20 16:21:57.994 ERROR 12844 --- [http-nio-10015-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.IllegalStateException: Current request is not of type [org.apache.catalina.connector.Request]: ServletWebRequest: uri=/sys/user;client=192.168.12.122;session=9C126349B4B29F815CF78B77338E36B2] with root cause java.lang.IllegalStateException: Current request is not of type [org.apache.catalina.connector.Request]: ServletWebRequest: uri=/sys/user;client=192.168.12.122;session=9C126349B4B29F815CF78B77338E36B2 at org.springframework.web.servlet.mvc.method.annotation.ServletRequestMethodArgumentResolver.resolveNativeRequest(ServletRequestMethodArgumentResolver.java:128) at org.springframework.web.servlet.mvc.method.annotation.ServletRequestMethodArgumentResolver.resolveArgument(ServletRequestMethodArgumentResolver.java:117) at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:126) at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:167) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:134) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) 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-20 16:22:53.152 INFO 12844 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 16:22:53.153 INFO 12844 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 16:22:53.282 INFO 12844 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 16:22:53.282 INFO 12844 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 16:22:53.286 INFO 12844 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 16:22:58.036 INFO 17068 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 17068 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 16:22:58.039 INFO 17068 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 16:22:58.708 INFO 17068 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 16:22:58.710 INFO 17068 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 16:22:58.745 INFO 17068 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23ms. Found 0 repository interfaces. 2023-06-20 16:22:58.811 WARN 17068 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 16:22:59.107 INFO 17068 --- [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-20 16:22:59.111 INFO 17068 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$272371c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 16:22:59.116 INFO 17068 --- [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-20 16:22:59.122 INFO 17068 --- [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-20 16:22:59.131 INFO 17068 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$98e3c64b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 16:22:59.142 INFO 17068 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$e66835e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 16:22:59.457 INFO 17068 --- [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-20 16:22:59.472 INFO 17068 --- [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-20 16:22:59.478 INFO 17068 --- [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-20 16:22:59.489 INFO 17068 --- [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-20 16:22:59.796 INFO 17068 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 16:22:59.816 INFO 17068 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 16:22:59.817 INFO 17068 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 16:22:59.909 INFO 17068 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 16:22:59.910 INFO 17068 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1792 ms 2023-06-20 16:23:00.089 INFO 17068 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 16:23:00.187 INFO 17068 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 16:23:00.187 INFO 17068 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 16:23:00.187 INFO 17068 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 16:23:00.187 INFO 17068 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 16:23:01.372 INFO 17068 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 16:23:01.742 INFO 17068 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 16:23:01.839 INFO 17068 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 16:23:01.841 INFO 17068 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.284 seconds (JVM running for 4.963) 2023-06-20 16:23:01.843 INFO 17068 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 16:23:08.008 INFO 17068 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 16:23:08.008 INFO 17068 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 16:23:08.016 INFO 17068 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-20 16:23:08.418 INFO 17068 --- [http-nio-10015-exec-1] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-20 16:23:08.420 INFO 17068 --- [http-nio-10015-exec-1] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-20 16:26:23.788 WARN 17068 --- [master housekeeper] com.zaxxer.hikari.pool.HikariPool : master - Thread starvation or clock leap detected (housekeeper delta=3m23s484ms699?s800ns). 2023-06-20 16:28:32.389 INFO 17068 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 16:28:32.390 INFO 17068 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 16:28:32.512 INFO 17068 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 16:28:32.512 INFO 17068 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 16:28:32.519 INFO 17068 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 16:28:37.252 INFO 16252 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 16252 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 16:28:37.254 INFO 16252 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 16:28:37.979 INFO 16252 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 16:28:37.981 INFO 16252 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 16:28:38.019 INFO 16252 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces. 2023-06-20 16:28:38.098 WARN 16252 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 16:28:38.360 INFO 16252 --- [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-20 16:28:38.364 INFO 16252 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$14f0d584] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 16:28:38.369 INFO 16252 --- [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-20 16:28:38.375 INFO 16252 --- [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-20 16:28:38.383 INFO 16252 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$ab6264b3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 16:28:38.394 INFO 16252 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$20e521c6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 16:28:38.662 INFO 16252 --- [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-20 16:28:38.677 INFO 16252 --- [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-20 16:28:38.683 INFO 16252 --- [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-20 16:28:38.695 INFO 16252 --- [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-20 16:28:38.995 INFO 16252 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 16:28:39.015 INFO 16252 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 16:28:39.016 INFO 16252 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 16:28:39.111 INFO 16252 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 16:28:39.111 INFO 16252 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1772 ms 2023-06-20 16:28:39.290 INFO 16252 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 16:28:39.387 INFO 16252 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 16:28:39.387 INFO 16252 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 16:28:39.388 INFO 16252 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 16:28:39.388 INFO 16252 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 16:28:40.613 INFO 16252 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 16:28:40.997 INFO 16252 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 16:28:41.095 INFO 16252 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 16:28:41.097 INFO 16252 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.352 seconds (JVM running for 5.026) 2023-06-20 16:28:41.100 INFO 16252 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 16:28:47.662 INFO 16252 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 16:28:47.662 INFO 16252 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 16:28:47.670 INFO 16252 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-20 16:30:56.902 WARN 16252 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1b98ee4e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:30:56.903 WARN 16252 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1092216 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:30:56.904 WARN 16252 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5d3f46e7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:30:56.904 WARN 16252 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2a625483 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:30:56.905 WARN 16252 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@37962f71 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:30:56.905 WARN 16252 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7f47a207 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:30:56.906 WARN 16252 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@58e8cb76 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:30:56.906 WARN 16252 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@60164aa4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:30:56.906 WARN 16252 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@667d0c70 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:30:56.907 WARN 16252 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@24e8dd22 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:30:57.190 INFO 16252 --- [http-nio-10015-exec-7] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-20 16:30:57.192 INFO 16252 --- [http-nio-10015-exec-7] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-20 16:31:41.944 WARN 16252 --- [master housekeeper] com.zaxxer.hikari.pool.HikariPool : master - Thread starvation or clock leap detected (housekeeper delta=54s522ms363?s100ns). 2023-06-20 16:33:59.526 WARN 16252 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6ead6f9a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:33:59.532 WARN 16252 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5e183191 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:33:59.535 WARN 16252 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5a27ae8a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:33:59.538 WARN 16252 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1f253baa (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:33:59.541 WARN 16252 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@317bcda1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:33:59.544 WARN 16252 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@399f190e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:33:59.546 WARN 16252 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5240041f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:33:59.549 WARN 16252 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7b44df5e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:33:59.550 WARN 16252 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@737ce84e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:33:59.551 WARN 16252 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@32eac846 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:35:29.131 INFO 16252 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 16:35:29.132 INFO 16252 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 16:35:29.268 INFO 16252 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 16:35:29.269 INFO 16252 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 16:35:29.281 INFO 16252 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 16:35:34.176 INFO 18300 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 18300 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 16:35:34.179 INFO 18300 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 16:35:34.922 INFO 18300 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 16:35:34.924 INFO 18300 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 16:35:34.964 INFO 18300 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces. 2023-06-20 16:35:35.054 WARN 18300 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 16:35:35.331 INFO 18300 --- [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-20 16:35:35.335 INFO 18300 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$e93322f2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 16:35:35.340 INFO 18300 --- [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-20 16:35:35.344 INFO 18300 --- [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-20 16:35:35.353 INFO 18300 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$7fa4b221] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 16:35:35.364 INFO 18300 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$f5276f34] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 16:35:35.629 INFO 18300 --- [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-20 16:35:35.644 INFO 18300 --- [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-20 16:35:35.650 INFO 18300 --- [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-20 16:35:35.660 INFO 18300 --- [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-20 16:35:35.948 INFO 18300 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 16:35:35.989 INFO 18300 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 16:35:35.990 INFO 18300 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 16:35:36.112 INFO 18300 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 16:35:36.113 INFO 18300 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1836 ms 2023-06-20 16:35:36.295 INFO 18300 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 16:35:36.392 INFO 18300 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 16:35:36.392 INFO 18300 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 16:35:36.392 INFO 18300 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 16:35:36.392 INFO 18300 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 16:35:37.579 INFO 18300 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 16:35:37.943 INFO 18300 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 16:35:38.042 INFO 18300 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 16:35:38.044 INFO 18300 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.44 seconds (JVM running for 5.067) 2023-06-20 16:35:38.046 INFO 18300 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 16:35:47.361 INFO 18300 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 16:35:47.361 INFO 18300 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 16:35:47.370 INFO 18300 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-20 16:35:47.772 INFO 18300 --- [http-nio-10015-exec-1] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-20 16:35:47.774 INFO 18300 --- [http-nio-10015-exec-1] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-20 16:39:52.978 WARN 18300 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1804f1a7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:39:52.980 WARN 18300 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@26e0c5ae (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:39:52.981 WARN 18300 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1935e972 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:39:52.982 WARN 18300 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@22aa7337 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:39:52.982 WARN 18300 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3908293b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:39:52.983 WARN 18300 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@19e55601 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:39:52.984 WARN 18300 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2f2d5236 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:39:52.984 WARN 18300 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5eefbf2f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:39:52.985 WARN 18300 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@26d60438 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:39:52.986 WARN 18300 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@15b00bbd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:40:57.843 INFO 18300 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 16:40:57.844 INFO 18300 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 16:40:57.974 INFO 18300 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 16:40:57.975 INFO 18300 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 16:40:57.982 INFO 18300 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 16:41:03.467 INFO 17652 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 17652 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 16:41:03.469 INFO 17652 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 16:41:04.209 INFO 17652 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 16:41:04.212 INFO 17652 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 16:41:04.249 INFO 17652 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces. 2023-06-20 16:41:04.323 WARN 17652 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 16:41:04.586 INFO 17652 --- [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-20 16:41:04.589 INFO 17652 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$2daa16fc] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 16:41:04.595 INFO 17652 --- [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-20 16:41:04.599 INFO 17652 --- [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-20 16:41:04.608 INFO 17652 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$c41ba62b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 16:41:04.619 INFO 17652 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$399e633e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 16:41:04.884 INFO 17652 --- [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-20 16:41:04.900 INFO 17652 --- [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-20 16:41:04.906 INFO 17652 --- [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-20 16:41:04.917 INFO 17652 --- [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-20 16:41:05.220 INFO 17652 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 16:41:05.241 INFO 17652 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 16:41:05.241 INFO 17652 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 16:41:05.337 INFO 17652 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 16:41:05.337 INFO 17652 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1790 ms 2023-06-20 16:41:05.515 INFO 17652 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 16:41:05.613 INFO 17652 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 16:41:05.613 INFO 17652 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 16:41:05.613 INFO 17652 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 16:41:05.613 INFO 17652 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 16:41:06.831 INFO 17652 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 16:41:07.222 INFO 17652 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 16:41:07.327 INFO 17652 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 16:41:07.330 INFO 17652 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.325 seconds (JVM running for 4.992) 2023-06-20 16:41:07.332 INFO 17652 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 16:41:23.654 INFO 17652 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 16:41:23.654 INFO 17652 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 16:41:23.664 INFO 17652 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms 2023-06-20 16:41:24.073 INFO 17652 --- [http-nio-10015-exec-1] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-20 16:41:24.075 INFO 17652 --- [http-nio-10015-exec-1] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-20 16:41:55.105 INFO 17652 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 16:41:55.106 INFO 17652 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 16:41:55.228 INFO 17652 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 16:41:55.229 INFO 17652 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 16:41:55.233 INFO 17652 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 16:41:58.149 INFO 15340 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 15340 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 16:41:58.151 INFO 15340 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 16:41:58.873 INFO 15340 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 16:41:58.875 INFO 15340 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 16:41:58.916 INFO 15340 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces. 2023-06-20 16:41:59.011 WARN 15340 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 16:41:59.292 INFO 15340 --- [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-20 16:41:59.296 INFO 15340 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$b34720a8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 16:41:59.301 INFO 15340 --- [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-20 16:41:59.306 INFO 15340 --- [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-20 16:41:59.315 INFO 15340 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$49b8afd7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 16:41:59.326 INFO 15340 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$bf3b6cea] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 16:41:59.591 INFO 15340 --- [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-20 16:41:59.607 INFO 15340 --- [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-20 16:41:59.613 INFO 15340 --- [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-20 16:41:59.624 INFO 15340 --- [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-20 16:41:59.936 INFO 15340 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 16:41:59.957 INFO 15340 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 16:41:59.958 INFO 15340 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 16:42:00.055 INFO 15340 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 16:42:00.055 INFO 15340 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1816 ms 2023-06-20 16:42:00.238 INFO 15340 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 16:42:00.336 INFO 15340 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 16:42:00.336 INFO 15340 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 16:42:00.337 INFO 15340 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 16:42:00.337 INFO 15340 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 16:42:01.549 INFO 15340 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 16:42:01.955 INFO 15340 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 16:42:02.065 INFO 15340 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 16:42:02.067 INFO 15340 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.398 seconds (JVM running for 5.024) 2023-06-20 16:42:02.069 INFO 15340 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 16:43:29.842 INFO 15340 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 16:43:29.842 INFO 15340 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 16:43:29.850 INFO 15340 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-20 16:43:30.257 INFO 15340 --- [http-nio-10015-exec-1] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-20 16:43:30.258 INFO 15340 --- [http-nio-10015-exec-1] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-20 16:49:54.854 WARN 15340 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5dcc714b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:49:54.862 WARN 15340 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@73fc9c2e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:49:54.863 WARN 15340 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@659db1ad (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:49:54.863 WARN 15340 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@70e5b340 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:49:54.864 WARN 15340 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6a08752c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:49:54.864 WARN 15340 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7d0289af (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:49:54.864 WARN 15340 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@759a4f7b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:49:54.865 WARN 15340 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@28389d3b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:49:54.865 WARN 15340 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1b02c05 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:49:54.866 WARN 15340 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6896926d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:57:53.892 WARN 15340 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7fe44f9b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:57:53.894 WARN 15340 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@559bab26 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:57:53.895 WARN 15340 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@25d76bc5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:57:53.896 WARN 15340 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4a3f2e61 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:57:53.898 WARN 15340 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6e14af37 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:57:53.899 WARN 15340 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@110594fc (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:57:53.901 WARN 15340 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@209522dc (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:57:53.902 WARN 15340 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@59985205 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:57:53.903 WARN 15340 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@58514268 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 16:57:53.904 WARN 15340 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@654e8fea (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:08:57.834 WARN 15340 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7757bdba (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:08:57.836 WARN 15340 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@8a22bea (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:08:57.838 WARN 15340 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1b37fe9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:08:57.840 WARN 15340 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1631b527 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:08:57.842 WARN 15340 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4ba800e7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:08:57.844 WARN 15340 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@524c8f03 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:08:57.846 WARN 15340 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@481afe94 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:08:57.848 WARN 15340 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5399e23d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:08:57.850 WARN 15340 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@583d7f91 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:08:57.852 WARN 15340 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6e3fd702 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:08:57.868 ERROR 15340 --- [http-nio-10015-exec-5] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.xmnk.springbootbase.common.exception.handler.BusinessException: 操作后的菜单类型是目录,所属菜单必须为默认顶级菜单或者目录] with root cause com.xmnk.springbootbase.common.exception.handler.BusinessException: 操作后的菜单类型是目录,所属菜单必须为默认顶级菜单或者目录 at com.xmnk.springbootfunction.controller.base.PermissionController.verifyFormPid(PermissionController.java:109) at com.xmnk.springbootfunction.controller.base.PermissionController.addPermission(PermissionController.java:33) 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.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) 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-20 17:09:08.732 ERROR 15340 --- [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 com.xmnk.springbootbase.common.exception.handler.BusinessException: 操作后的菜单类型是目录,所属菜单必须为默认顶级菜单或者目录] with root cause com.xmnk.springbootbase.common.exception.handler.BusinessException: 操作后的菜单类型是目录,所属菜单必须为默认顶级菜单或者目录 at com.xmnk.springbootfunction.controller.base.PermissionController.verifyFormPid(PermissionController.java:109) at com.xmnk.springbootfunction.controller.base.PermissionController.addPermission(PermissionController.java:33) 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.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) 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-20 17:16:02.404 WARN 15340 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6d5af611 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:16:02.405 WARN 15340 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5c04d0e3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:16:02.406 WARN 15340 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@710797b7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:16:02.408 WARN 15340 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@c6571e5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:16:02.410 WARN 15340 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7c80d5d9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:16:02.411 WARN 15340 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6798162 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:16:02.413 WARN 15340 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4b8e0435 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:16:02.414 WARN 15340 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6c43aef8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:16:02.415 WARN 15340 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@169780b4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:16:02.416 WARN 15340 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5caf6195 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:20:15.007 WARN 15340 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@167e2ff8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:20:15.009 WARN 15340 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5e82c128 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:20:15.010 WARN 15340 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6fe8128c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:20:15.011 WARN 15340 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5e47737d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:20:15.012 WARN 15340 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@cfec975 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:20:15.014 WARN 15340 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@44bdc243 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:20:15.016 WARN 15340 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6b6ed42a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:20:15.018 WARN 15340 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@ed79ea1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:20:15.019 WARN 15340 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@74984b6f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:20:15.020 WARN 15340 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5e1d2065 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:34:51.635 WARN 15340 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@715fdc46 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:34:51.637 WARN 15340 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@350a6fec (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:34:51.638 WARN 15340 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@220c7b31 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:34:51.639 WARN 15340 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6b2ae723 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:34:51.640 WARN 15340 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1f20fbf8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:34:51.641 WARN 15340 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@793382ff (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:34:51.643 WARN 15340 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3827ab1b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:34:51.644 WARN 15340 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@48850c3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:34:51.645 WARN 15340 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1c6f9491 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:34:51.647 WARN 15340 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@79aec999 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:53:58.057 WARN 15340 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3a1c93c5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:53:58.059 WARN 15340 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@40e4a178 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:53:58.061 WARN 15340 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@21e6fd50 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:53:58.063 WARN 15340 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3083a8e2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:53:58.065 WARN 15340 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@30fb765 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:53:58.066 WARN 15340 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6605391d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:53:58.068 WARN 15340 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@701f54f0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:53:58.069 WARN 15340 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5df636a9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:53:58.071 WARN 15340 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@233c06ed (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 17:53:58.073 WARN 15340 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6c3e0e46 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 18:28:23.296 INFO 15340 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 18:28:23.297 INFO 15340 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 18:28:23.440 INFO 15340 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 18:28:23.441 INFO 15340 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 18:28:23.459 INFO 15340 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 18:28:29.045 INFO 12976 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 12976 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 18:28:29.049 INFO 12976 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 18:28:29.784 INFO 12976 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 18:28:29.786 INFO 12976 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 18:28:29.827 INFO 12976 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 28ms. Found 0 repository interfaces. 2023-06-20 18:28:29.926 WARN 12976 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 18:28:30.216 INFO 12976 --- [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-20 18:28:30.219 INFO 12976 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$9f54763f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 18:28:30.225 INFO 12976 --- [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-20 18:28:30.230 INFO 12976 --- [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-20 18:28:30.239 INFO 12976 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$35c6056e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 18:28:30.250 INFO 12976 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$ab48c281] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 18:28:30.548 INFO 12976 --- [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-20 18:28:30.567 INFO 12976 --- [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-20 18:28:30.574 INFO 12976 --- [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-20 18:28:30.585 INFO 12976 --- [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-20 18:28:30.837 INFO 12976 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 18:28:30.858 INFO 12976 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 18:28:30.858 INFO 12976 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 18:28:31.009 INFO 12976 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 18:28:31.009 INFO 12976 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1864 ms 2023-06-20 18:28:31.197 INFO 12976 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 18:28:31.301 INFO 12976 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 18:28:31.302 INFO 12976 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 18:28:31.302 INFO 12976 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 18:28:31.302 INFO 12976 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 18:28:32.662 INFO 12976 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 18:28:33.071 INFO 12976 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 18:28:33.169 INFO 12976 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 18:28:33.171 INFO 12976 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.652 seconds (JVM running for 5.41) 2023-06-20 18:28:33.174 INFO 12976 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 18:29:00.380 INFO 12976 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 18:29:00.380 INFO 12976 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 18:29:00.390 INFO 12976 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms 2023-06-20 18:33:36.314 INFO 12976 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 18:33:36.314 INFO 12976 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 18:33:36.329 INFO 12976 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 18:33:36.330 INFO 12976 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 18:33:36.340 INFO 12976 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 18:33:39.397 INFO 15472 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 15472 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 18:33:39.400 INFO 15472 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 18:33:40.090 INFO 15472 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 18:33:40.092 INFO 15472 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 18:33:40.133 INFO 15472 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces. 2023-06-20 18:33:40.212 WARN 15472 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 18:33:40.472 INFO 15472 --- [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-20 18:33:40.475 INFO 15472 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$94250fd8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 18:33:40.480 INFO 15472 --- [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-20 18:33:40.484 INFO 15472 --- [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-20 18:33:40.493 INFO 15472 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$2a969f07] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 18:33:40.503 INFO 15472 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$a0195c1a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 18:33:40.777 INFO 15472 --- [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-20 18:33:40.792 INFO 15472 --- [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-20 18:33:40.798 INFO 15472 --- [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-20 18:33:40.809 INFO 15472 --- [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-20 18:33:41.107 INFO 15472 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 18:33:41.127 INFO 15472 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 18:33:41.127 INFO 15472 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 18:33:41.219 INFO 15472 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 18:33:41.219 INFO 15472 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1734 ms 2023-06-20 18:33:41.400 INFO 15472 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 18:33:41.503 INFO 15472 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 18:33:41.503 INFO 15472 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 18:33:41.503 INFO 15472 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 18:33:41.503 INFO 15472 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 18:33:42.651 INFO 15472 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 18:33:43.037 INFO 15472 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 18:33:43.134 INFO 15472 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 18:33:43.136 INFO 15472 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.233 seconds (JVM running for 4.977) 2023-06-20 18:33:43.139 INFO 15472 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 18:34:29.144 INFO 15472 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 18:34:29.144 INFO 15472 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 18:34:29.154 INFO 15472 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms 2023-06-20 18:37:08.643 INFO 15472 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 18:37:08.644 INFO 15472 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 18:37:08.663 INFO 15472 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 18:37:08.663 INFO 15472 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 18:37:08.668 INFO 15472 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 18:37:13.494 INFO 17280 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 17280 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 18:37:13.497 INFO 17280 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 18:37:14.209 INFO 17280 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 18:37:14.211 INFO 17280 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 18:37:14.248 INFO 17280 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces. 2023-06-20 18:37:14.323 WARN 17280 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 18:37:14.623 INFO 17280 --- [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-20 18:37:14.626 INFO 17280 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$8b5c0a54] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 18:37:14.631 INFO 17280 --- [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-20 18:37:14.636 INFO 17280 --- [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-20 18:37:14.645 INFO 17280 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$21cd9983] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 18:37:14.656 INFO 17280 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$97505696] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 18:37:14.936 INFO 17280 --- [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-20 18:37:14.952 INFO 17280 --- [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-20 18:37:14.958 INFO 17280 --- [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-20 18:37:14.970 INFO 17280 --- [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-20 18:37:15.285 INFO 17280 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 18:37:15.307 INFO 17280 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 18:37:15.307 INFO 17280 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 18:37:15.401 INFO 17280 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 18:37:15.401 INFO 17280 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1824 ms 2023-06-20 18:37:15.587 INFO 17280 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 18:37:15.689 INFO 17280 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 18:37:15.689 INFO 17280 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 18:37:15.689 INFO 17280 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 18:37:15.689 INFO 17280 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 18:37:16.885 INFO 17280 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 18:37:17.275 INFO 17280 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 18:37:17.374 INFO 17280 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 18:37:17.377 INFO 17280 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.395 seconds (JVM running for 5.244) 2023-06-20 18:37:17.380 INFO 17280 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 18:37:20.233 INFO 17280 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 18:37:20.233 INFO 17280 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 18:37:20.241 INFO 17280 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-20 18:41:01.471 INFO 17280 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 18:41:01.473 INFO 17280 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 18:41:01.494 INFO 17280 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 18:41:01.495 INFO 17280 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 18:41:01.499 INFO 17280 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 18:41:06.150 INFO 17320 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 17320 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 18:41:06.154 INFO 17320 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 18:41:06.864 INFO 17320 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 18:41:06.866 INFO 17320 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 18:41:06.905 INFO 17320 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces. 2023-06-20 18:41:06.980 WARN 17320 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 18:41:07.263 INFO 17320 --- [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-20 18:41:07.266 INFO 17320 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$ccf3931] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 18:41:07.271 INFO 17320 --- [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-20 18:41:07.275 INFO 17320 --- [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-20 18:41:07.284 INFO 17320 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a340c860] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 18:41:07.294 INFO 17320 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$18c38573] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 18:41:07.558 INFO 17320 --- [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-20 18:41:07.574 INFO 17320 --- [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-20 18:41:07.580 INFO 17320 --- [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-20 18:41:07.590 INFO 17320 --- [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-20 18:41:07.840 INFO 17320 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 18:41:07.863 INFO 17320 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 18:41:07.863 INFO 17320 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 18:41:07.960 INFO 17320 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 18:41:07.960 INFO 17320 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1752 ms 2023-06-20 18:41:08.220 INFO 17320 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 18:41:08.319 INFO 17320 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 18:41:08.319 INFO 17320 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 18:41:08.319 INFO 17320 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 18:41:08.319 INFO 17320 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 18:41:09.481 INFO 17320 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 18:41:09.861 INFO 17320 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 18:41:09.963 INFO 17320 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 18:41:09.966 INFO 17320 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.304 seconds (JVM running for 4.962) 2023-06-20 18:41:09.969 INFO 17320 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 18:41:16.590 INFO 17320 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 18:41:16.591 INFO 17320 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 18:41:16.600 INFO 17320 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-20 18:47:57.787 WARN 17320 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@82200e8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 18:47:57.789 WARN 17320 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@75772a07 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 18:47:57.789 WARN 17320 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@55f80c1e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 18:47:57.790 WARN 17320 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3d5e5d0f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 18:47:57.790 WARN 17320 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@58b26704 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 18:47:57.790 WARN 17320 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@14595907 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 18:47:57.791 WARN 17320 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1542f6e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 18:47:57.791 WARN 17320 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4e2dbc6e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 18:47:57.792 WARN 17320 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@56c68e8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 18:47:57.793 WARN 17320 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5ba39823 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 18:50:46.888 WARN 17320 --- [master housekeeper] com.zaxxer.hikari.pool.HikariPool : master - Thread starvation or clock leap detected (housekeeper delta=45s66ms364?s900ns). 2023-06-20 18:57:08.688 INFO 17320 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-20 18:57:08.690 INFO 17320 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-20 18:57:08.715 INFO 17320 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-20 18:57:08.716 INFO 17320 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-20 18:57:08.725 INFO 17320 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-20 18:57:13.513 INFO 7404 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 7404 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-20 18:57:13.516 INFO 7404 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-20 18:57:14.342 INFO 7404 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-20 18:57:14.344 INFO 7404 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-20 18:57:14.381 INFO 7404 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces. 2023-06-20 18:57:14.462 WARN 7404 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-20 18:57:14.727 INFO 7404 --- [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-20 18:57:14.730 INFO 7404 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$17e49ce6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 18:57:14.735 INFO 7404 --- [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-20 18:57:14.740 INFO 7404 --- [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-20 18:57:14.748 INFO 7404 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$ae562c15] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 18:57:14.759 INFO 7404 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$23d8e928] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-20 18:57:15.028 INFO 7404 --- [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-20 18:57:15.044 INFO 7404 --- [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-20 18:57:15.049 INFO 7404 --- [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-20 18:57:15.062 INFO 7404 --- [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-20 18:57:15.378 INFO 7404 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-20 18:57:15.399 INFO 7404 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-20 18:57:15.400 INFO 7404 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-20 18:57:15.495 INFO 7404 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-20 18:57:15.495 INFO 7404 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1878 ms 2023-06-20 18:57:15.688 INFO 7404 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-20 18:57:15.791 INFO 7404 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-20 18:57:15.791 INFO 7404 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-20 18:57:15.791 INFO 7404 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-20 18:57:15.791 INFO 7404 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-20 18:57:17.083 INFO 7404 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-20 18:57:17.463 INFO 7404 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-20 18:57:17.568 INFO 7404 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-20 18:57:17.571 INFO 7404 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.604 seconds (JVM running for 5.281) 2023-06-20 18:57:17.573 INFO 7404 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-20 18:57:19.543 INFO 7404 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-20 18:57:19.543 INFO 7404 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-20 18:57:19.554 INFO 7404 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms 2023-06-20 19:08:49.631 WARN 7404 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5e25c641 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:08:49.632 WARN 7404 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@19683ac7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:08:49.633 WARN 7404 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@192e3fc3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:08:49.633 WARN 7404 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4392f21a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:08:49.634 WARN 7404 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@32a295fc (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:08:49.634 WARN 7404 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6ac43f6d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:08:49.635 WARN 7404 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2fcc5d1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:08:49.635 WARN 7404 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@562af5b6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:08:49.635 WARN 7404 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@708187fa (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:08:49.636 WARN 7404 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3bf5f1d0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:08:49.915 INFO 7404 --- [http-nio-10015-exec-7] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-20 19:08:49.916 INFO 7404 --- [http-nio-10015-exec-7] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-20 19:23:17.883 WARN 7404 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6a60d02a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:23:17.885 WARN 7404 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4fde7c9c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:23:17.886 WARN 7404 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1bfa3fb7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:23:17.888 WARN 7404 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3754ed5d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:23:17.889 WARN 7404 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4ab50f8e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:23:17.891 WARN 7404 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@25a5fdf5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:23:17.892 WARN 7404 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6867a8a1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:23:17.893 WARN 7404 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@448c289e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:23:17.894 WARN 7404 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5768e62c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:23:17.895 WARN 7404 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5d28f361 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:39:35.481 WARN 7404 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@27d2feb1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:39:35.483 WARN 7404 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@234702e7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:39:35.485 WARN 7404 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@cbd2ac (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:39:35.487 WARN 7404 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@511cedca (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:39:35.488 WARN 7404 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@653cb07e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:39:35.489 WARN 7404 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7ef7d604 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:39:35.491 WARN 7404 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@20f725c4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:39:35.492 WARN 7404 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@16b3fead (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:39:35.493 WARN 7404 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@168c1345 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:39:35.495 WARN 7404 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@568ba066 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:49:48.689 WARN 7404 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3be794e0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:49:48.692 WARN 7404 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4cfaf7f9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:49:48.693 WARN 7404 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@48c57abe (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:49:48.694 WARN 7404 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@dc7fdc2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:49:48.696 WARN 7404 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@275e2ed5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:49:48.697 WARN 7404 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3c8050f8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:49:48.698 WARN 7404 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5ff3dd5c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:49:48.700 WARN 7404 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6de8028d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:49:48.701 WARN 7404 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3b16b163 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-20 19:49:48.702 WARN 7404 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5af2169 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.