2023-05-30 09:47:00.121 INFO 21268 --- [restartedMain] com.mindskip.xzs.XzsApplication : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 21268 (E:\demo\xzs-mysql\source\xzs\target\classes started by qirong in E:\demo\xzs-mysql\source\xzs)
|
2023-05-30 09:47:00.123 INFO 21268 --- [restartedMain] com.mindskip.xzs.XzsApplication : The following profiles are active: dev
|
2023-05-30 09:47:00.182 INFO 21268 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
2023-05-30 09:47:00.182 INFO 21268 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
2023-05-30 09:47:02.848 WARN 21268 --- [restartedMain] io.undertow.websockets.jsr : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
|
2023-05-30 09:47:02.878 INFO 21268 --- [restartedMain] io.undertow.servlet : Initializing Spring embedded WebApplicationContext
|
2023-05-30 09:47:02.878 INFO 21268 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2695 ms
|
2023-05-30 09:47:04.055 INFO 21268 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5fd87633, org.springframework.security.web.context.SecurityContextPersistenceFilter@7bb00ec5, org.springframework.security.web.header.HeaderWriterFilter@836d56, org.springframework.web.filter.CorsFilter@7f3442d4, org.springframework.security.web.authentication.logout.LogoutFilter@672f13d5, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@2a8e2e30, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@755fcd8e, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1ec75dd4, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@64e262d8, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@49308d3e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5152e2bc, org.springframework.security.web.session.SessionManagementFilter@4cbf9469, org.springframework.security.web.access.ExceptionTranslationFilter@4b680dda, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@368f784c]
|
2023-05-30 09:47:04.408 INFO 21268 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
|
2023-05-30 09:47:04.488 INFO 21268 --- [restartedMain] org.xnio : XNIO version 3.3.8.Final
|
2023-05-30 09:47:04.501 INFO 21268 --- [restartedMain] org.xnio.nio : XNIO NIO Implementation Version 3.3.8.Final
|
2023-05-30 09:47:04.578 INFO 21268 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer : Undertow started on port(s) 8000 (http) with context path ''
|
2023-05-30 09:47:04.582 INFO 21268 --- [restartedMain] com.mindskip.xzs.XzsApplication : Started XzsApplication in 5.113 seconds (JVM running for 8.392)
|
2023-05-30 10:04:52.060 INFO 21268 --- [XNIO-1 task-3] io.undertow.servlet : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2023-05-30 10:04:52.078 INFO 21268 --- [XNIO-1 task-3] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
2023-05-30 10:04:52.155 INFO 21268 --- [XNIO-1 task-3] o.s.web.servlet.DispatcherServlet : Completed initialization in 77 ms
|
2023-05-30 10:06:45.852 INFO 21268 --- [XNIO-1 task-6] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
|
2023-05-30 10:06:46.132 INFO 21268 --- [XNIO-1 task-6] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
|
2023-05-30 10:06:46.144 DEBUG 21268 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 10:06:46.172 DEBUG 21268 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-05-30 10:06:46.209 DEBUG 21268 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 10:06:46.806 DEBUG 21268 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 10:06:46.807 DEBUG 21268 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-05-30 10:06:46.816 DEBUG 21268 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 10:06:46.844 DEBUG 21268 --- [XNIO-1 task-6] r.c.m.x.r.U.insertSelective : ==> Preparing: insert into t_user_event_log ( user_id, user_name, real_name, content, create_time ) values ( ?, ?, ?, ?, ? )
|
2023-05-30 10:06:46.847 DEBUG 21268 --- [XNIO-1 task-6] r.c.m.x.r.U.insertSelective : ==> Parameters: 2(Integer), admin(String), 管理员(String), admin 登录了学之思开源考试系统(String), 2023-05-30 10:06:46.817(Timestamp)
|
2023-05-30 10:06:46.874 DEBUG 21268 --- [XNIO-1 task-6] r.c.m.x.r.U.insertSelective : <== Updates: 1
|
2023-05-30 10:06:47.061 DEBUG 21268 --- [XNIO-1 task-7] r.c.m.x.r.E.selectAllCount : ==> Preparing: SELECT count(*) from t_exam_paper where deleted=0
|
2023-05-30 10:06:47.061 DEBUG 21268 --- [XNIO-1 task-7] r.c.m.x.r.E.selectAllCount : ==> Parameters:
|
2023-05-30 10:06:47.071 DEBUG 21268 --- [XNIO-1 task-7] r.c.m.x.r.E.selectAllCount : <== Total: 1
|
2023-05-30 10:06:47.074 DEBUG 21268 --- [XNIO-1 task-7] r.c.m.x.r.QuestionMapper.selectAllCount : ==> Preparing: SELECT count(*) from t_question where deleted=0
|
2023-05-30 10:06:47.074 DEBUG 21268 --- [XNIO-1 task-7] r.c.m.x.r.QuestionMapper.selectAllCount : ==> Parameters:
|
2023-05-30 10:06:47.086 DEBUG 21268 --- [XNIO-1 task-7] r.c.m.x.r.QuestionMapper.selectAllCount : <== Total: 1
|
2023-05-30 10:06:47.089 DEBUG 21268 --- [XNIO-1 task-7] r.c.m.x.r.E.selectAllCount : ==> Preparing: SELECT count(*) from t_exam_paper_answer
|
2023-05-30 10:06:47.089 DEBUG 21268 --- [XNIO-1 task-7] r.c.m.x.r.E.selectAllCount : ==> Parameters:
|
2023-05-30 10:06:47.098 DEBUG 21268 --- [XNIO-1 task-7] r.c.m.x.r.E.selectAllCount : <== Total: 1
|
2023-05-30 10:06:47.100 DEBUG 21268 --- [XNIO-1 task-7] r.c.m.x.r.E.selectAllCount : ==> Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
|
2023-05-30 10:06:47.100 DEBUG 21268 --- [XNIO-1 task-7] r.c.m.x.r.E.selectAllCount : ==> Parameters:
|
2023-05-30 10:06:47.109 DEBUG 21268 --- [XNIO-1 task-7] r.c.m.x.r.E.selectAllCount : <== Total: 1
|
2023-05-30 10:06:47.117 DEBUG 21268 --- [XNIO-1 task-7] r.c.m.x.r.U.selectCountByDate : ==> Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_user_event_log WHERE create_time between ? and ? ) a GROUP BY create_time
|
2023-05-30 10:06:47.118 DEBUG 21268 --- [XNIO-1 task-7] r.c.m.x.r.U.selectCountByDate : ==> Parameters: 2023-05-01 00:00:00.0(Timestamp), 2023-05-31 23:59:59.0(Timestamp)
|
2023-05-30 10:06:47.140 DEBUG 21268 --- [XNIO-1 task-7] r.c.m.x.r.U.selectCountByDate : <== Total: 2
|
2023-05-30 10:06:47.145 DEBUG 21268 --- [XNIO-1 task-7] r.c.m.x.r.E.selectCountByDate : ==> Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_exam_paper_question_customer_answer WHERE create_time between ? and ? ) a GROUP BY create_time
|
2023-05-30 10:06:47.145 DEBUG 21268 --- [XNIO-1 task-7] r.c.m.x.r.E.selectCountByDate : ==> Parameters: 2023-05-01 00:00:00.0(Timestamp), 2023-05-31 23:59:59.0(Timestamp)
|
2023-05-30 10:06:47.154 DEBUG 21268 --- [XNIO-1 task-7] r.c.m.x.r.E.selectCountByDate : <== Total: 1
|
2023-05-30 10:10:57.616 DEBUG 21268 --- [XNIO-1 task-8] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 10:10:57.616 DEBUG 21268 --- [XNIO-1 task-8] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-05-30 10:10:57.627 DEBUG 21268 --- [XNIO-1 task-8] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 10:11:14.189 DEBUG 21268 --- [XNIO-1 task-9] r.c.m.x.r.UserMapper.userPage_COUNT : ==> Preparing: SELECT count(0) FROM t_user WHERE deleted = 0 AND role = ?
|
2023-05-30 10:11:14.189 DEBUG 21268 --- [XNIO-1 task-9] r.c.m.x.r.UserMapper.userPage_COUNT : ==> Parameters: 1(Integer)
|
2023-05-30 10:11:14.208 DEBUG 21268 --- [XNIO-1 task-9] r.c.m.x.r.UserMapper.userPage_COUNT : <== Total: 1
|
2023-05-30 10:11:14.215 DEBUG 21268 --- [XNIO-1 task-9] r.c.m.x.repository.UserMapper.userPage : ==> Preparing: SELECT id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id FROM t_user WHERE deleted = 0 AND role = ? order by id desc LIMIT ?
|
2023-05-30 10:11:14.215 DEBUG 21268 --- [XNIO-1 task-9] r.c.m.x.repository.UserMapper.userPage : ==> Parameters: 1(Integer), 10(Integer)
|
2023-05-30 10:11:14.225 DEBUG 21268 --- [XNIO-1 task-9] r.c.m.x.repository.UserMapper.userPage : <== Total: 1
|
2023-05-30 10:11:15.087 DEBUG 21268 --- [XNIO-1 task-10] r.c.m.x.r.UserMapper.userPage_COUNT : ==> Preparing: SELECT count(0) FROM t_user WHERE deleted = 0 AND role = ?
|
2023-05-30 10:11:15.087 DEBUG 21268 --- [XNIO-1 task-10] r.c.m.x.r.UserMapper.userPage_COUNT : ==> Parameters: 3(Integer)
|
2023-05-30 10:11:15.096 DEBUG 21268 --- [XNIO-1 task-10] r.c.m.x.r.UserMapper.userPage_COUNT : <== Total: 1
|
2023-05-30 10:11:15.097 DEBUG 21268 --- [XNIO-1 task-10] r.c.m.x.repository.UserMapper.userPage : ==> Preparing: SELECT id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id FROM t_user WHERE deleted = 0 AND role = ? order by id desc LIMIT ?
|
2023-05-30 10:11:15.098 DEBUG 21268 --- [XNIO-1 task-10] r.c.m.x.repository.UserMapper.userPage : ==> Parameters: 3(Integer), 10(Integer)
|
2023-05-30 10:11:15.108 DEBUG 21268 --- [XNIO-1 task-10] r.c.m.x.repository.UserMapper.userPage : <== Total: 1
|
2023-05-30 10:11:18.061 DEBUG 21268 --- [XNIO-1 task-11] r.c.m.x.r.UserMapper.getUserById : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where id=?
|
2023-05-30 10:11:18.061 DEBUG 21268 --- [XNIO-1 task-11] r.c.m.x.r.UserMapper.getUserById : ==> Parameters: 2(Integer)
|
2023-05-30 10:11:18.072 DEBUG 21268 --- [XNIO-1 task-11] r.c.m.x.r.UserMapper.getUserById : <== Total: 1
|
2023-05-30 10:12:35.910 DEBUG 21268 --- [XNIO-1 task-12] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 10:12:35.912 DEBUG 21268 --- [XNIO-1 task-12] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-05-30 10:12:35.921 DEBUG 21268 --- [XNIO-1 task-12] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 10:25:50.081 INFO 21268 --- [Thread-20] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
|
2023-05-30 10:25:50.178 INFO 21268 --- [Thread-20] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
|
2023-05-30 10:25:50.215 INFO 21268 --- [Thread-20] io.undertow.servlet : Destroying Spring FrameworkServlet 'dispatcherServlet'
|
2023-05-30 10:47:51.449 INFO 26148 --- [restartedMain] com.mindskip.xzs.XzsApplication : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 26148 (E:\demo\xzs-mysql\source\xzs\target\classes started by qirong in E:\demo\xzs-mysql\source\xzs)
|
2023-05-30 10:47:51.452 INFO 26148 --- [restartedMain] com.mindskip.xzs.XzsApplication : The following profiles are active: dev
|
2023-05-30 10:47:51.525 INFO 26148 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
2023-05-30 10:47:51.525 INFO 26148 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
2023-05-30 10:47:55.102 WARN 26148 --- [restartedMain] io.undertow.websockets.jsr : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
|
2023-05-30 10:47:55.139 INFO 26148 --- [restartedMain] io.undertow.servlet : Initializing Spring embedded WebApplicationContext
|
2023-05-30 10:47:55.140 INFO 26148 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3614 ms
|
2023-05-30 10:47:56.461 INFO 26148 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@41ea21ec, org.springframework.security.web.context.SecurityContextPersistenceFilter@d78e066, org.springframework.security.web.header.HeaderWriterFilter@6d5da748, org.springframework.web.filter.CorsFilter@5a0591ca, org.springframework.security.web.authentication.logout.LogoutFilter@4e578c6, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@6f827815, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@6aa37769, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@66ec1b46, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@22668958, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@2f824c76, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@37e2e2f0, org.springframework.security.web.session.SessionManagementFilter@31386c4c, org.springframework.security.web.access.ExceptionTranslationFilter@fef0b64, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@91f39e9]
|
2023-05-30 10:47:56.842 INFO 26148 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
|
2023-05-30 10:47:56.913 INFO 26148 --- [restartedMain] org.xnio : XNIO version 3.3.8.Final
|
2023-05-30 10:47:56.927 INFO 26148 --- [restartedMain] org.xnio.nio : XNIO NIO Implementation Version 3.3.8.Final
|
2023-05-30 10:47:57.014 INFO 26148 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer : Undertow started on port(s) 8000 (http) with context path ''
|
2023-05-30 10:47:57.018 INFO 26148 --- [restartedMain] com.mindskip.xzs.XzsApplication : Started XzsApplication in 6.367 seconds (JVM running for 9.49)
|
2023-05-30 10:56:29.225 INFO 16824 --- [restartedMain] com.mindskip.xzs.XzsApplication : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 16824 (E:\demo\xzs-mysql\source\xzs\target\classes started by qirong in E:\demo\xzs-mysql\source\xzs)
|
2023-05-30 10:56:29.231 INFO 16824 --- [restartedMain] com.mindskip.xzs.XzsApplication : The following profiles are active: dev
|
2023-05-30 10:56:29.326 INFO 16824 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
2023-05-30 10:56:29.326 INFO 16824 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
2023-05-30 10:56:31.314 WARN 16824 --- [restartedMain] io.undertow.websockets.jsr : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
|
2023-05-30 10:56:31.341 INFO 16824 --- [restartedMain] io.undertow.servlet : Initializing Spring embedded WebApplicationContext
|
2023-05-30 10:56:31.342 INFO 16824 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2015 ms
|
2023-05-30 10:56:32.333 INFO 16824 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3ae2dd0a, org.springframework.security.web.context.SecurityContextPersistenceFilter@10be0ff2, org.springframework.security.web.header.HeaderWriterFilter@d40a6b8, org.springframework.web.filter.CorsFilter@3a269524, org.springframework.security.web.authentication.logout.LogoutFilter@4c83487, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@43bcc961, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@54ef8895, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7747682e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@15a238f7, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@1178d101, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7c5c8b18, org.springframework.security.web.session.SessionManagementFilter@a7c4bbe, org.springframework.security.web.access.ExceptionTranslationFilter@8918927, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@74f7c234]
|
2023-05-30 10:56:32.589 INFO 16824 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
|
2023-05-30 10:56:32.672 INFO 16824 --- [restartedMain] org.xnio : XNIO version 3.3.8.Final
|
2023-05-30 10:56:32.681 INFO 16824 --- [restartedMain] org.xnio.nio : XNIO NIO Implementation Version 3.3.8.Final
|
2023-05-30 10:56:32.749 INFO 16824 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer : Undertow started on port(s) 8000 (http) with context path ''
|
2023-05-30 10:56:32.752 INFO 16824 --- [restartedMain] com.mindskip.xzs.XzsApplication : Started XzsApplication in 4.589 seconds (JVM running for 6.427)
|
2023-05-30 11:01:58.563 INFO 16824 --- [XNIO-1 task-1] io.undertow.servlet : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2023-05-30 11:01:58.575 INFO 16824 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
2023-05-30 11:01:58.636 INFO 16824 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 60 ms
|
2023-05-30 11:02:13.249 INFO 16824 --- [XNIO-1 task-6] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
|
2023-05-30 11:02:13.518 INFO 16824 --- [XNIO-1 task-6] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
|
2023-05-30 11:02:13.532 DEBUG 16824 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 11:02:13.556 DEBUG 16824 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-05-30 11:02:13.589 DEBUG 16824 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 11:02:14.051 DEBUG 16824 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 11:02:14.051 DEBUG 16824 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-05-30 11:02:14.063 DEBUG 16824 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 11:02:14.091 DEBUG 16824 --- [XNIO-1 task-6] r.c.m.x.r.U.insertSelective : ==> Preparing: insert into t_user_event_log ( user_id, user_name, real_name, content, create_time ) values ( ?, ?, ?, ?, ? )
|
2023-05-30 11:02:14.093 DEBUG 16824 --- [XNIO-1 task-6] r.c.m.x.r.U.insertSelective : ==> Parameters: 2(Integer), admin(String), 管理员(String), admin 登录了学之思开源考试系统(String), 2023-05-30 11:02:14.063(Timestamp)
|
2023-05-30 11:02:14.115 DEBUG 16824 --- [XNIO-1 task-6] r.c.m.x.r.U.insertSelective : <== Updates: 1
|
2023-05-30 11:02:20.582 DEBUG 16824 --- [XNIO-1 task-11] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 11:02:20.582 DEBUG 16824 --- [XNIO-1 task-11] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 11:02:20.598 DEBUG 16824 --- [XNIO-1 task-11] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 11:02:20.603 DEBUG 16824 --- [XNIO-1 task-11] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 11:02:20.603 DEBUG 16824 --- [XNIO-1 task-11] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 11:02:20.612 DEBUG 16824 --- [XNIO-1 task-11] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 11:02:20.614 DEBUG 16824 --- [XNIO-1 task-11] r.c.m.x.r.U.insertSelective : ==> Preparing: insert into t_user_event_log ( user_id, user_name, real_name, content, create_time ) values ( ?, ?, ?, ?, ? )
|
2023-05-30 11:02:20.615 DEBUG 16824 --- [XNIO-1 task-11] r.c.m.x.r.U.insertSelective : ==> Parameters: 1(Integer), student(String), 学生(String), student 登录了学之思开源考试系统(String), 2023-05-30 11:02:20.612(Timestamp)
|
2023-05-30 11:02:20.635 DEBUG 16824 --- [XNIO-1 task-11] r.c.m.x.r.U.insertSelective : <== Updates: 1
|
2023-05-30 11:02:20.874 DEBUG 16824 --- [XNIO-1 task-12] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 11:02:20.874 DEBUG 16824 --- [XNIO-1 task-12] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 11:02:20.883 DEBUG 16824 --- [XNIO-1 task-12] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 11:02:20.886 DEBUG 16824 --- [XNIO-1 task-12] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Preparing: select count(*) from t_message_user where readed='f' and receive_user_id = ?
|
2023-05-30 11:02:20.887 DEBUG 16824 --- [XNIO-1 task-12] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Parameters: 1(Integer)
|
2023-05-30 11:02:20.897 DEBUG 16824 --- [XNIO-1 task-12] r.c.m.x.r.MessageUserMapper.unReadCount : <== Total: 1
|
2023-05-30 11:02:20.978 DEBUG 16824 --- [XNIO-1 task-14] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 11:02:20.980 DEBUG 16824 --- [XNIO-1 task-14] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 11:02:20.987 DEBUG 16824 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 11:02:20.987 DEBUG 16824 --- [XNIO-1 task-13] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 11:02:20.988 DEBUG 16824 --- [XNIO-1 task-13] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 11:02:20.988 DEBUG 16824 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 11:02:20.988 DEBUG 16824 --- [XNIO-1 task-14] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 11:02:20.997 DEBUG 16824 --- [XNIO-1 task-13] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 11:02:20.998 DEBUG 16824 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 11:02:21.000 DEBUG 16824 --- [XNIO-1 task-15] r.c.m.x.r.T.getByGradeLevel : ==> Preparing: select id, title, grade_level, frame_text_content_id, create_user, create_time, deleted, create_user_name from t_task_exam where deleted=0 and grade_level = ?
|
2023-05-30 11:02:21.001 DEBUG 16824 --- [XNIO-1 task-15] r.c.m.x.r.T.getByGradeLevel : ==> Parameters: 1(Integer)
|
2023-05-30 11:02:21.003 DEBUG 16824 --- [XNIO-1 task-13] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Preparing: SELECT id,name,limit_start_time,limit_end_time FROM t_exam_paper WHERE deleted=0 and paper_type= ? and grade_level=? ORDER BY id desc limit 5
|
2023-05-30 11:02:21.004 DEBUG 16824 --- [XNIO-1 task-13] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Parameters: 1(Integer), 1(Integer)
|
2023-05-30 11:02:21.011 DEBUG 16824 --- [XNIO-1 task-15] r.c.m.x.r.T.getByGradeLevel : <== Total: 1
|
2023-05-30 11:02:21.012 DEBUG 16824 --- [XNIO-1 task-13] r.c.m.x.r.ExamPaperMapper.indexPaper : <== Total: 1
|
2023-05-30 11:02:21.013 DEBUG 16824 --- [XNIO-1 task-13] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Preparing: SELECT id,name,limit_start_time,limit_end_time FROM t_exam_paper WHERE deleted=0 and paper_type= ? and grade_level=? and ? between limit_start_time and limit_end_time ORDER BY id desc limit 5
|
2023-05-30 11:02:21.013 DEBUG 16824 --- [XNIO-1 task-13] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Parameters: 4(Integer), 1(Integer), 2023-05-30 11:02:21.012(Timestamp)
|
2023-05-30 11:02:21.021 DEBUG 16824 --- [XNIO-1 task-15] r.c.m.x.r.T.selectByTUid : ==> Preparing: select id, task_exam_id, create_user, create_time, text_content_id from t_task_exam_customer_answer where create_user=? and task_exam_id in ( ? )
|
2023-05-30 11:02:21.021 DEBUG 16824 --- [XNIO-1 task-15] r.c.m.x.r.T.selectByTUid : ==> Parameters: 1(Integer), 1(Integer)
|
2023-05-30 11:02:21.022 DEBUG 16824 --- [XNIO-1 task-13] r.c.m.x.r.ExamPaperMapper.indexPaper : <== Total: 0
|
2023-05-30 11:02:21.030 DEBUG 16824 --- [XNIO-1 task-15] r.c.m.x.r.T.selectByTUid : <== Total: 0
|
2023-05-30 11:02:21.035 DEBUG 16824 --- [XNIO-1 task-15] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-05-30 11:02:21.035 DEBUG 16824 --- [XNIO-1 task-15] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 4(Integer)
|
2023-05-30 11:02:21.045 DEBUG 16824 --- [XNIO-1 task-15] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-05-30 11:02:27.498 DEBUG 16824 --- [XNIO-1 task-16] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 11:02:27.498 DEBUG 16824 --- [XNIO-1 task-17] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 11:02:27.500 DEBUG 16824 --- [XNIO-1 task-16] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 11:02:27.500 DEBUG 16824 --- [XNIO-1 task-17] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 11:02:27.507 DEBUG 16824 --- [XNIO-1 task-17] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 11:02:27.509 DEBUG 16824 --- [XNIO-1 task-16] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 11:02:27.510 DEBUG 16824 --- [XNIO-1 task-17] r.c.m.x.r.U.getUserEventLogByUserId : ==> Preparing: select id, user_id, user_name, real_name, content, create_time from t_user_event_log where user_id=? order by id desc limit 10
|
2023-05-30 11:02:27.510 DEBUG 16824 --- [XNIO-1 task-17] r.c.m.x.r.U.getUserEventLogByUserId : ==> Parameters: 1(Integer)
|
2023-05-30 11:02:27.520 DEBUG 16824 --- [XNIO-1 task-17] r.c.m.x.r.U.getUserEventLogByUserId : <== Total: 9
|
2023-05-30 11:02:51.861 ERROR 16824 --- [XNIO-1 task-18] com.mindskip.xzs.service.FileUpload : https://upload-z2.qiniup.com/mkblk/42444
|
{ResponseInfo:com.qiniu.http.Response@6ba424bf,status:419, reqId:tS8AAAB6Spq3zGMX, xlog:X-Log, xvia:, adress:upload-z2.qiniup.com/112.19.1.109:443, duration:0.000000 s, error:user disabled}
|
{"error":"user disabled"}
|
|
com.qiniu.common.QiniuException: https://upload-z2.qiniup.com/mkblk/42444
|
{ResponseInfo:com.qiniu.http.Response@6ba424bf,status:419, reqId:tS8AAAB6Spq3zGMX, xlog:X-Log, xvia:, adress:upload-z2.qiniup.com/112.19.1.109:443, duration:0.000000 s, error:user disabled}
|
{"error":"user disabled"}
|
at com.qiniu.http.Client.send(Client.java:338)
|
at com.qiniu.http.Client.post(Client.java:215)
|
at com.qiniu.http.Client.post(Client.java:210)
|
at com.qiniu.storage.StreamUploader.post(StreamUploader.java:212)
|
at com.qiniu.storage.StreamUploader.makeBlock(StreamUploader.java:168)
|
at com.qiniu.storage.StreamUploader.upload0(StreamUploader.java:102)
|
at com.qiniu.storage.StreamUploader.upload(StreamUploader.java:50)
|
at com.qiniu.storage.UploadManager.put(UploadManager.java:258)
|
at com.mindskip.xzs.service.impl.FileUploadImpl.uploadFile(FileUploadImpl.java:40)
|
at com.mindskip.xzs.controller.student.UploadController.questionUploadAndReadExcel(UploadController.java:47)
|
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:665)
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
|
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:158)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)
|
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)
|
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357)
|
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
|
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
|
at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
|
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
|
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:132)
|
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
|
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
|
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
|
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
|
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.servlet.handlers.SessionRestoringHandler.handleRequest(SessionRestoringHandler.java:119)
|
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
|
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
|
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
|
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
|
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:364)
|
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830)
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
at java.lang.Thread.run(Thread.java:750)
|
|
2023-05-30 11:02:51.870 DEBUG 16824 --- [XNIO-1 task-18] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 11:02:51.870 DEBUG 16824 --- [XNIO-1 task-18] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 11:02:51.879 DEBUG 16824 --- [XNIO-1 task-18] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 11:02:51.955 DEBUG 16824 --- [XNIO-1 task-18] r.c.m.x.r.U.updateByPrimaryKeySelective : ==> Preparing: update t_user where id = ?
|
2023-05-30 11:02:51.955 DEBUG 16824 --- [XNIO-1 task-18] r.c.m.x.r.U.updateByPrimaryKeySelective : ==> Parameters: 1(Integer)
|
2023-05-30 11:02:52.109 ERROR 16824 --- [XNIO-1 task-18] c.m.x.c.s.exception.ExceptionHandle :
|
### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
### The error may exist in file [E:\demo\xzs-mysql\source\xzs\target\classes\mapper\UserMapper.xml]
|
### The error may involve com.mindskip.xzs.repository.UserMapper.updateByPrimaryKeySelective-Inline
|
### The error occurred while setting parameters
|
### SQL: update t_user where id = ?
|
### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
|
org.springframework.jdbc.BadSqlGrammarException:
|
### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
### The error may exist in file [E:\demo\xzs-mysql\source\xzs\target\classes\mapper\UserMapper.xml]
|
### The error may involve com.mindskip.xzs.repository.UserMapper.updateByPrimaryKeySelective-Inline
|
### The error occurred while setting parameters
|
### SQL: update t_user where id = ?
|
### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:234)
|
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
|
at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:74)
|
at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:440)
|
at com.sun.proxy.$Proxy64.update(Unknown Source)
|
at org.mybatis.spring.SqlSessionTemplate.update(SqlSessionTemplate.java:287)
|
at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:67)
|
at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:57)
|
at com.sun.proxy.$Proxy65.updateByPrimaryKeySelective(Unknown Source)
|
at com.mindskip.xzs.service.impl.UserServiceImpl.changePicture(UserServiceImpl.java:158)
|
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.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
|
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
|
at com.sun.proxy.$Proxy68.changePicture(Unknown Source)
|
at com.mindskip.xzs.controller.student.UploadController.questionUploadAndReadExcel(UploadController.java:48)
|
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:665)
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
|
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:158)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)
|
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)
|
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357)
|
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
|
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
|
at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
|
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
|
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:132)
|
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
|
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
|
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
|
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
|
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.servlet.handlers.SessionRestoringHandler.handleRequest(SessionRestoringHandler.java:119)
|
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
|
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
|
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
|
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
|
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:364)
|
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830)
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
at java.lang.Thread.run(Thread.java:750)
|
Caused by: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
|
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:370)
|
at com.zaxxer.hikari.pool.ProxyPreparedStatement.execute(ProxyPreparedStatement.java:44)
|
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(HikariProxyPreparedStatement.java)
|
at sun.reflect.GeneratedMethodAccessor43.invoke(Unknown Source)
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59)
|
at com.sun.proxy.$Proxy104.execute(Unknown Source)
|
at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:47)
|
at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:74)
|
at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)
|
at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
|
at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)
|
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.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63)
|
at com.sun.proxy.$Proxy102.update(Unknown Source)
|
at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
|
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.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426)
|
... 113 common frames omitted
|
|
2023-05-30 11:31:56.255 INFO 16824 --- [Thread-16] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
|
2023-05-30 11:31:56.272 INFO 16824 --- [Thread-16] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
|
2023-05-30 11:31:56.302 INFO 16824 --- [Thread-16] io.undertow.servlet : Destroying Spring FrameworkServlet 'dispatcherServlet'
|
2023-05-30 11:39:55.944 INFO 32084 --- [restartedMain] com.mindskip.xzs.XzsApplication : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 32084 (E:\demo\xzs-mysql\source\xzs\target\classes started by qirong in E:\demo\xzs-mysql\source\xzs)
|
2023-05-30 11:39:55.948 INFO 32084 --- [restartedMain] com.mindskip.xzs.XzsApplication : The following profiles are active: dev
|
2023-05-30 11:39:56.019 INFO 32084 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
2023-05-30 11:39:56.019 INFO 32084 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
2023-05-30 11:39:58.952 WARN 32084 --- [restartedMain] io.undertow.websockets.jsr : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
|
2023-05-30 11:39:58.982 INFO 32084 --- [restartedMain] io.undertow.servlet : Initializing Spring embedded WebApplicationContext
|
2023-05-30 11:39:58.982 INFO 32084 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2963 ms
|
2023-05-30 11:40:00.371 INFO 32084 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7eb7c8d3, org.springframework.security.web.context.SecurityContextPersistenceFilter@36f1179b, org.springframework.security.web.header.HeaderWriterFilter@151050ec, org.springframework.web.filter.CorsFilter@b02c176, org.springframework.security.web.authentication.logout.LogoutFilter@3e3f4085, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@302515de, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@753b018a, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6317b81, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@55cf974f, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@7616f065, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@68b3c97e, org.springframework.security.web.session.SessionManagementFilter@71564251, org.springframework.security.web.access.ExceptionTranslationFilter@7efec224, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2a7e4f80]
|
2023-05-30 11:40:00.673 INFO 32084 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
|
2023-05-30 11:40:00.733 INFO 32084 --- [restartedMain] org.xnio : XNIO version 3.3.8.Final
|
2023-05-30 11:40:00.743 INFO 32084 --- [restartedMain] org.xnio.nio : XNIO NIO Implementation Version 3.3.8.Final
|
2023-05-30 11:40:00.815 INFO 32084 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer : Undertow started on port(s) 8000 (http) with context path ''
|
2023-05-30 11:40:00.819 INFO 32084 --- [restartedMain] com.mindskip.xzs.XzsApplication : Started XzsApplication in 5.609 seconds (JVM running for 6.957)
|
2023-05-30 11:42:02.855 INFO 32084 --- [XNIO-1 task-1] io.undertow.servlet : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2023-05-30 11:42:02.855 INFO 32084 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
2023-05-30 11:42:02.863 INFO 32084 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 7 ms
|
2023-05-30 11:42:28.694 INFO 32084 --- [XNIO-1 task-7] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
|
2023-05-30 11:42:28.960 INFO 32084 --- [XNIO-1 task-7] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
|
2023-05-30 11:42:28.971 DEBUG 32084 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 11:42:28.994 DEBUG 32084 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 11:42:29.025 DEBUG 32084 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 11:42:29.291 DEBUG 32084 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 11:42:29.292 DEBUG 32084 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 11:42:29.301 DEBUG 32084 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 11:42:29.316 DEBUG 32084 --- [XNIO-1 task-7] r.c.m.x.r.U.insertSelective : ==> Preparing: insert into t_user_event_log ( user_id, user_name, real_name, content, create_time ) values ( ?, ?, ?, ?, ? )
|
2023-05-30 11:42:29.319 DEBUG 32084 --- [XNIO-1 task-7] r.c.m.x.r.U.insertSelective : ==> Parameters: 1(Integer), student(String), 学生(String), student 登录了学之思开源考试系统(String), 2023-05-30 11:42:29.301(Timestamp)
|
2023-05-30 11:42:29.374 DEBUG 32084 --- [XNIO-1 task-7] r.c.m.x.r.U.insertSelective : <== Updates: 1
|
2023-05-30 11:42:29.431 DEBUG 32084 --- [XNIO-1 task-8] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 11:42:29.432 DEBUG 32084 --- [XNIO-1 task-8] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 11:42:29.443 DEBUG 32084 --- [XNIO-1 task-8] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 11:42:29.445 DEBUG 32084 --- [XNIO-1 task-8] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Preparing: select count(*) from t_message_user where readed='f' and receive_user_id = ?
|
2023-05-30 11:42:29.445 DEBUG 32084 --- [XNIO-1 task-8] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Parameters: 1(Integer)
|
2023-05-30 11:42:29.453 DEBUG 32084 --- [XNIO-1 task-8] r.c.m.x.r.MessageUserMapper.unReadCount : <== Total: 1
|
2023-05-30 11:42:29.743 DEBUG 32084 --- [XNIO-1 task-9] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 11:42:29.744 DEBUG 32084 --- [XNIO-1 task-9] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 11:42:29.753 DEBUG 32084 --- [XNIO-1 task-9] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 11:42:29.755 DEBUG 32084 --- [XNIO-1 task-10] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 11:42:29.755 DEBUG 32084 --- [XNIO-1 task-10] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 11:42:29.757 DEBUG 32084 --- [XNIO-1 task-9] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Preparing: SELECT id,name,limit_start_time,limit_end_time FROM t_exam_paper WHERE deleted=0 and paper_type= ? and grade_level=? ORDER BY id desc limit 5
|
2023-05-30 11:42:29.757 DEBUG 32084 --- [XNIO-1 task-9] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Parameters: 1(Integer), 1(Integer)
|
2023-05-30 11:42:29.764 DEBUG 32084 --- [XNIO-1 task-9] r.c.m.x.r.ExamPaperMapper.indexPaper : <== Total: 1
|
2023-05-30 11:42:29.765 DEBUG 32084 --- [XNIO-1 task-10] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 11:42:29.766 DEBUG 32084 --- [XNIO-1 task-11] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 11:42:29.766 DEBUG 32084 --- [XNIO-1 task-9] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Preparing: SELECT id,name,limit_start_time,limit_end_time FROM t_exam_paper WHERE deleted=0 and paper_type= ? and grade_level=? and ? between limit_start_time and limit_end_time ORDER BY id desc limit 5
|
2023-05-30 11:42:29.766 DEBUG 32084 --- [XNIO-1 task-11] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 11:42:29.767 DEBUG 32084 --- [XNIO-1 task-9] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Parameters: 4(Integer), 1(Integer), 2023-05-30 11:42:29.765(Timestamp)
|
2023-05-30 11:42:29.773 DEBUG 32084 --- [XNIO-1 task-9] r.c.m.x.r.ExamPaperMapper.indexPaper : <== Total: 0
|
2023-05-30 11:42:29.775 DEBUG 32084 --- [XNIO-1 task-11] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 11:42:29.777 DEBUG 32084 --- [XNIO-1 task-11] r.c.m.x.r.T.getByGradeLevel : ==> Preparing: select id, title, grade_level, frame_text_content_id, create_user, create_time, deleted, create_user_name from t_task_exam where deleted=0 and grade_level = ?
|
2023-05-30 11:42:29.777 DEBUG 32084 --- [XNIO-1 task-11] r.c.m.x.r.T.getByGradeLevel : ==> Parameters: 1(Integer)
|
2023-05-30 11:42:29.785 DEBUG 32084 --- [XNIO-1 task-11] r.c.m.x.r.T.getByGradeLevel : <== Total: 1
|
2023-05-30 11:42:29.791 DEBUG 32084 --- [XNIO-1 task-11] r.c.m.x.r.T.selectByTUid : ==> Preparing: select id, task_exam_id, create_user, create_time, text_content_id from t_task_exam_customer_answer where create_user=? and task_exam_id in ( ? )
|
2023-05-30 11:42:29.791 DEBUG 32084 --- [XNIO-1 task-11] r.c.m.x.r.T.selectByTUid : ==> Parameters: 1(Integer), 1(Integer)
|
2023-05-30 11:42:29.798 DEBUG 32084 --- [XNIO-1 task-11] r.c.m.x.r.T.selectByTUid : <== Total: 0
|
2023-05-30 11:42:29.800 DEBUG 32084 --- [XNIO-1 task-11] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-05-30 11:42:29.801 DEBUG 32084 --- [XNIO-1 task-11] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 4(Integer)
|
2023-05-30 11:42:29.809 DEBUG 32084 --- [XNIO-1 task-11] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-05-30 11:42:34.869 DEBUG 32084 --- [XNIO-1 task-12] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 11:42:34.869 DEBUG 32084 --- [XNIO-1 task-12] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 11:42:34.880 DEBUG 32084 --- [XNIO-1 task-12] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 11:42:34.914 DEBUG 32084 --- [XNIO-1 task-12] r.c.m.x.r.M.studentPage_COUNT : ==> Preparing: SELECT count(0) FROM t_message_user WHERE receive_user_id = ?
|
2023-05-30 11:42:34.914 DEBUG 32084 --- [XNIO-1 task-12] r.c.m.x.r.M.studentPage_COUNT : ==> Parameters: 1(Integer)
|
2023-05-30 11:42:34.926 DEBUG 32084 --- [XNIO-1 task-12] r.c.m.x.r.M.studentPage_COUNT : <== Total: 1
|
2023-05-30 11:42:34.929 DEBUG 32084 --- [XNIO-1 task-12] r.c.m.x.r.MessageUserMapper.studentPage : ==> Preparing: SELECT id, message_id, receive_user_id, receive_user_name, receive_real_name, readed, create_time, read_time FROM t_message_user WHERE receive_user_id = ? order by id desc LIMIT ?
|
2023-05-30 11:42:34.930 DEBUG 32084 --- [XNIO-1 task-12] r.c.m.x.r.MessageUserMapper.studentPage : ==> Parameters: 1(Integer), 10(Integer)
|
2023-05-30 11:42:34.940 DEBUG 32084 --- [XNIO-1 task-12] r.c.m.x.r.MessageUserMapper.studentPage : <== Total: 1
|
2023-05-30 11:42:34.944 DEBUG 32084 --- [XNIO-1 task-12] r.c.m.x.r.MessageMapper.selectByIds : ==> Preparing: select id, title, content, create_time, send_user_id, send_user_name, send_real_name, receive_user_count, read_count from t_message where id in ( ? )
|
2023-05-30 11:42:34.944 DEBUG 32084 --- [XNIO-1 task-12] r.c.m.x.r.MessageMapper.selectByIds : ==> Parameters: 1(Integer)
|
2023-05-30 11:42:34.956 DEBUG 32084 --- [XNIO-1 task-12] r.c.m.x.r.MessageMapper.selectByIds : <== Total: 1
|
2023-05-30 11:42:37.286 DEBUG 32084 --- [XNIO-1 task-13] r.c.m.x.r.M.selectByPrimaryKey : ==> Preparing: select id, message_id, receive_user_id, receive_user_name, receive_real_name, readed, create_time, read_time from t_message_user where id = ?
|
2023-05-30 11:42:37.286 DEBUG 32084 --- [XNIO-1 task-13] r.c.m.x.r.M.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-05-30 11:42:37.295 DEBUG 32084 --- [XNIO-1 task-13] r.c.m.x.r.M.selectByPrimaryKey : <== Total: 1
|
2023-05-30 11:42:37.297 DEBUG 32084 --- [XNIO-1 task-13] r.c.m.x.r.M.updateByPrimaryKeySelective : ==> Preparing: update t_message_user SET message_id = ?, receive_user_id = ?, receive_user_name = ?, receive_real_name = ?, readed = ?, create_time = ?, read_time = ? where id = ?
|
2023-05-30 11:42:37.299 DEBUG 32084 --- [XNIO-1 task-13] r.c.m.x.r.M.updateByPrimaryKeySelective : ==> Parameters: 1(Integer), 1(Integer), student(String), 学生(String), true(Boolean), 2023-05-29 11:06:06.0(Timestamp), 2023-05-30 11:42:37.296(Timestamp), 1(Integer)
|
2023-05-30 11:42:37.321 DEBUG 32084 --- [XNIO-1 task-13] r.c.m.x.r.M.updateByPrimaryKeySelective : <== Updates: 1
|
2023-05-30 11:42:37.322 DEBUG 32084 --- [XNIO-1 task-13] r.c.m.x.r.MessageMapper.readAdd : ==> Preparing: UPDATE t_message SET read_count = read_count + 1 WHERE id= ? and read_count = (SELECT m.read_count from ( SELECT read_count FROM t_message WHERE id = ? ) m)
|
2023-05-30 11:42:37.322 DEBUG 32084 --- [XNIO-1 task-13] r.c.m.x.r.MessageMapper.readAdd : ==> Parameters: 1(Integer), 1(Integer)
|
2023-05-30 11:42:37.339 DEBUG 32084 --- [XNIO-1 task-13] r.c.m.x.r.MessageMapper.readAdd : <== Updates: 1
|
2023-05-30 11:42:41.622 DEBUG 32084 --- [XNIO-1 task-14] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 11:42:41.622 DEBUG 32084 --- [XNIO-1 task-14] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 11:42:41.635 DEBUG 32084 --- [XNIO-1 task-14] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 11:42:41.636 DEBUG 32084 --- [XNIO-1 task-14] r.c.m.x.r.U.getUserEventLogByUserId : ==> Preparing: select id, user_id, user_name, real_name, content, create_time from t_user_event_log where user_id=? order by id desc limit 10
|
2023-05-30 11:42:41.636 DEBUG 32084 --- [XNIO-1 task-14] r.c.m.x.r.U.getUserEventLogByUserId : ==> Parameters: 1(Integer)
|
2023-05-30 11:42:41.683 DEBUG 32084 --- [XNIO-1 task-14] r.c.m.x.r.U.getUserEventLogByUserId : <== Total: 10
|
2023-05-30 11:42:41.973 DEBUG 32084 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 11:42:41.973 DEBUG 32084 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 11:42:41.995 DEBUG 32084 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 11:42:51.472 ERROR 32084 --- [XNIO-1 task-16] com.mindskip.xzs.service.FileUpload : https://upload-z2.qiniup.com/mkblk/42444
|
{ResponseInfo:com.qiniu.http.Response@731ece05,status:419, reqId:7-kAAAA4Dk7mzmMX, xlog:X-Log, xvia:, adress:upload-z2.qiniup.com/112.19.1.110:443, duration:0.000000 s, error:user disabled}
|
{"error":"user disabled"}
|
|
com.qiniu.common.QiniuException: https://upload-z2.qiniup.com/mkblk/42444
|
{ResponseInfo:com.qiniu.http.Response@731ece05,status:419, reqId:7-kAAAA4Dk7mzmMX, xlog:X-Log, xvia:, adress:upload-z2.qiniup.com/112.19.1.110:443, duration:0.000000 s, error:user disabled}
|
{"error":"user disabled"}
|
at com.qiniu.http.Client.send(Client.java:338)
|
at com.qiniu.http.Client.post(Client.java:215)
|
at com.qiniu.http.Client.post(Client.java:210)
|
at com.qiniu.storage.StreamUploader.post(StreamUploader.java:212)
|
at com.qiniu.storage.StreamUploader.makeBlock(StreamUploader.java:168)
|
at com.qiniu.storage.StreamUploader.upload0(StreamUploader.java:102)
|
at com.qiniu.storage.StreamUploader.upload(StreamUploader.java:50)
|
at com.qiniu.storage.UploadManager.put(UploadManager.java:258)
|
at com.mindskip.xzs.service.impl.FileUploadImpl.uploadFile(FileUploadImpl.java:40)
|
at com.mindskip.xzs.controller.student.UploadController.questionUploadAndReadExcel(UploadController.java:47)
|
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:665)
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
|
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:158)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)
|
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)
|
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357)
|
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
|
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
|
at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
|
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
|
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:132)
|
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
|
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
|
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
|
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
|
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.servlet.handlers.SessionRestoringHandler.handleRequest(SessionRestoringHandler.java:119)
|
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
|
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
|
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
|
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
|
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:364)
|
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830)
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
at java.lang.Thread.run(Thread.java:750)
|
|
2023-05-30 11:42:51.479 DEBUG 32084 --- [XNIO-1 task-16] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 11:42:51.480 DEBUG 32084 --- [XNIO-1 task-16] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 11:42:51.487 DEBUG 32084 --- [XNIO-1 task-16] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 11:42:51.505 DEBUG 32084 --- [XNIO-1 task-16] r.c.m.x.r.U.updateByPrimaryKeySelective : ==> Preparing: update t_user where id = ?
|
2023-05-30 11:42:51.505 DEBUG 32084 --- [XNIO-1 task-16] r.c.m.x.r.U.updateByPrimaryKeySelective : ==> Parameters: 1(Integer)
|
2023-05-30 11:42:51.622 ERROR 32084 --- [XNIO-1 task-16] c.m.x.c.s.exception.ExceptionHandle :
|
### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
### The error may exist in file [E:\demo\xzs-mysql\source\xzs\target\classes\mapper\UserMapper.xml]
|
### The error may involve com.mindskip.xzs.repository.UserMapper.updateByPrimaryKeySelective-Inline
|
### The error occurred while setting parameters
|
### SQL: update t_user where id = ?
|
### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
|
org.springframework.jdbc.BadSqlGrammarException:
|
### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
### The error may exist in file [E:\demo\xzs-mysql\source\xzs\target\classes\mapper\UserMapper.xml]
|
### The error may involve com.mindskip.xzs.repository.UserMapper.updateByPrimaryKeySelective-Inline
|
### The error occurred while setting parameters
|
### SQL: update t_user where id = ?
|
### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:234)
|
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
|
at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:74)
|
at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:440)
|
at com.sun.proxy.$Proxy64.update(Unknown Source)
|
at org.mybatis.spring.SqlSessionTemplate.update(SqlSessionTemplate.java:287)
|
at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:67)
|
at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:57)
|
at com.sun.proxy.$Proxy65.updateByPrimaryKeySelective(Unknown Source)
|
at com.mindskip.xzs.service.impl.UserServiceImpl.changePicture(UserServiceImpl.java:158)
|
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.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
|
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
|
at com.sun.proxy.$Proxy68.changePicture(Unknown Source)
|
at com.mindskip.xzs.controller.student.UploadController.questionUploadAndReadExcel(UploadController.java:48)
|
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:665)
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
|
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:158)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)
|
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)
|
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357)
|
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
|
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
|
at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
|
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
|
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:132)
|
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
|
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
|
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
|
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
|
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.servlet.handlers.SessionRestoringHandler.handleRequest(SessionRestoringHandler.java:119)
|
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
|
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
|
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
|
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
|
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:364)
|
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830)
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
at java.lang.Thread.run(Thread.java:750)
|
Caused by: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
|
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:370)
|
at com.zaxxer.hikari.pool.ProxyPreparedStatement.execute(ProxyPreparedStatement.java:44)
|
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(HikariProxyPreparedStatement.java)
|
at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59)
|
at com.sun.proxy.$Proxy104.execute(Unknown Source)
|
at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:47)
|
at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:74)
|
at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)
|
at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
|
at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)
|
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.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63)
|
at com.sun.proxy.$Proxy102.update(Unknown Source)
|
at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
|
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.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426)
|
... 113 common frames omitted
|
|
2023-05-30 11:43:45.215 ERROR 32084 --- [XNIO-1 task-18] com.mindskip.xzs.service.FileUpload : https://upload-z2.qiniup.com/mkblk/42444
|
{ResponseInfo:com.qiniu.http.Response@79698197,status:419, reqId:CFEAAABRi9PyzmMX, xlog:X-Log, xvia:, adress:upload-z2.qiniup.com/112.19.1.110:443, duration:0.000000 s, error:user disabled}
|
{"error":"user disabled"}
|
|
com.qiniu.common.QiniuException: https://upload-z2.qiniup.com/mkblk/42444
|
{ResponseInfo:com.qiniu.http.Response@79698197,status:419, reqId:CFEAAABRi9PyzmMX, xlog:X-Log, xvia:, adress:upload-z2.qiniup.com/112.19.1.110:443, duration:0.000000 s, error:user disabled}
|
{"error":"user disabled"}
|
at com.qiniu.http.Client.send(Client.java:338)
|
at com.qiniu.http.Client.post(Client.java:215)
|
at com.qiniu.http.Client.post(Client.java:210)
|
at com.qiniu.storage.StreamUploader.post(StreamUploader.java:212)
|
at com.qiniu.storage.StreamUploader.makeBlock(StreamUploader.java:168)
|
at com.qiniu.storage.StreamUploader.upload0(StreamUploader.java:102)
|
at com.qiniu.storage.StreamUploader.upload(StreamUploader.java:50)
|
at com.qiniu.storage.UploadManager.put(UploadManager.java:258)
|
at com.mindskip.xzs.service.impl.FileUploadImpl.uploadFile(FileUploadImpl.java:40)
|
at com.mindskip.xzs.controller.student.UploadController.questionUploadAndReadExcel(UploadController.java:47)
|
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:665)
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
|
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:158)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)
|
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)
|
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357)
|
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
|
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
|
at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
|
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
|
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:132)
|
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
|
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
|
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
|
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
|
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.servlet.handlers.SessionRestoringHandler.handleRequest(SessionRestoringHandler.java:119)
|
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
|
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
|
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
|
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
|
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:364)
|
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830)
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
at java.lang.Thread.run(Thread.java:750)
|
|
2023-05-30 11:43:45.235 DEBUG 32084 --- [XNIO-1 task-18] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 11:43:45.236 DEBUG 32084 --- [XNIO-1 task-18] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 11:43:45.246 DEBUG 32084 --- [XNIO-1 task-18] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 11:44:14.082 DEBUG 32084 --- [XNIO-1 task-18] r.c.m.x.r.U.updateByPrimaryKeySelective : ==> Preparing: update t_user where id = ?
|
2023-05-30 11:44:14.083 DEBUG 32084 --- [XNIO-1 task-18] r.c.m.x.r.U.updateByPrimaryKeySelective : ==> Parameters: 1(Integer)
|
2023-05-30 11:44:14.142 ERROR 32084 --- [XNIO-1 task-18] c.m.x.c.s.exception.ExceptionHandle :
|
### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
### The error may exist in file [E:\demo\xzs-mysql\source\xzs\target\classes\mapper\UserMapper.xml]
|
### The error may involve com.mindskip.xzs.repository.UserMapper.updateByPrimaryKeySelective-Inline
|
### The error occurred while setting parameters
|
### SQL: update t_user where id = ?
|
### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
|
org.springframework.jdbc.BadSqlGrammarException:
|
### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
### The error may exist in file [E:\demo\xzs-mysql\source\xzs\target\classes\mapper\UserMapper.xml]
|
### The error may involve com.mindskip.xzs.repository.UserMapper.updateByPrimaryKeySelective-Inline
|
### The error occurred while setting parameters
|
### SQL: update t_user where id = ?
|
### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:234)
|
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
|
at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:74)
|
at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:440)
|
at com.sun.proxy.$Proxy64.update(Unknown Source)
|
at org.mybatis.spring.SqlSessionTemplate.update(SqlSessionTemplate.java:287)
|
at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:67)
|
at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:57)
|
at com.sun.proxy.$Proxy65.updateByPrimaryKeySelective(Unknown Source)
|
at com.mindskip.xzs.service.impl.UserServiceImpl.changePicture(UserServiceImpl.java:158)
|
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.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
|
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
|
at com.sun.proxy.$Proxy68.changePicture(Unknown Source)
|
at com.mindskip.xzs.controller.student.UploadController.questionUploadAndReadExcel(UploadController.java:48)
|
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:665)
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
|
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:158)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)
|
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)
|
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357)
|
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
|
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
|
at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
|
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
|
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:132)
|
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
|
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
|
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
|
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
|
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.servlet.handlers.SessionRestoringHandler.handleRequest(SessionRestoringHandler.java:119)
|
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
|
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
|
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
|
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
|
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:364)
|
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830)
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
at java.lang.Thread.run(Thread.java:750)
|
Caused by: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
|
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:370)
|
at com.zaxxer.hikari.pool.ProxyPreparedStatement.execute(ProxyPreparedStatement.java:44)
|
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(HikariProxyPreparedStatement.java)
|
at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59)
|
at com.sun.proxy.$Proxy104.execute(Unknown Source)
|
at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:47)
|
at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:74)
|
at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)
|
at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
|
at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)
|
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.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63)
|
at com.sun.proxy.$Proxy102.update(Unknown Source)
|
at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
|
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.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426)
|
... 113 common frames omitted
|
|
2023-05-30 13:34:31.022 DEBUG 32084 --- [XNIO-1 task-29] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:34:31.037 DEBUG 32084 --- [XNIO-1 task-29] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:34:31.059 DEBUG 32084 --- [XNIO-1 task-29] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:34:31.086 DEBUG 32084 --- [XNIO-1 task-29] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:34:31.087 DEBUG 32084 --- [XNIO-1 task-29] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:34:31.096 DEBUG 32084 --- [XNIO-1 task-29] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:34:31.108 DEBUG 32084 --- [XNIO-1 task-29] r.c.m.x.r.U.insertSelective : ==> Preparing: insert into t_user_event_log ( user_id, user_name, real_name, content, create_time ) values ( ?, ?, ?, ?, ? )
|
2023-05-30 13:34:31.115 DEBUG 32084 --- [XNIO-1 task-29] r.c.m.x.r.U.insertSelective : ==> Parameters: 1(Integer), student(String), 学生(String), student 登录了学之思开源考试系统(String), 2023-05-30 13:34:31.097(Timestamp)
|
2023-05-30 13:34:31.148 DEBUG 32084 --- [XNIO-1 task-29] r.c.m.x.r.U.insertSelective : <== Updates: 1
|
2023-05-30 13:34:31.296 DEBUG 32084 --- [XNIO-1 task-30] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:34:31.297 DEBUG 32084 --- [XNIO-1 task-30] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:34:31.305 DEBUG 32084 --- [XNIO-1 task-30] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:34:31.308 DEBUG 32084 --- [XNIO-1 task-30] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Preparing: select count(*) from t_message_user where readed='f' and receive_user_id = ?
|
2023-05-30 13:34:31.309 DEBUG 32084 --- [XNIO-1 task-30] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Parameters: 1(Integer)
|
2023-05-30 13:34:31.319 DEBUG 32084 --- [XNIO-1 task-30] r.c.m.x.r.MessageUserMapper.unReadCount : <== Total: 1
|
2023-05-30 13:34:31.597 DEBUG 32084 --- [XNIO-1 task-32] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:34:31.598 DEBUG 32084 --- [XNIO-1 task-32] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:34:31.608 DEBUG 32084 --- [XNIO-1 task-32] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:34:31.612 DEBUG 32084 --- [XNIO-1 task-31] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:34:31.612 DEBUG 32084 --- [XNIO-1 task-31] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:34:31.617 DEBUG 32084 --- [XNIO-1 task-33] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:34:31.618 DEBUG 32084 --- [XNIO-1 task-33] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:34:31.640 DEBUG 32084 --- [XNIO-1 task-31] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:34:31.640 DEBUG 32084 --- [XNIO-1 task-33] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:34:31.643 DEBUG 32084 --- [XNIO-1 task-33] r.c.m.x.r.T.getByGradeLevel : ==> Preparing: select id, title, grade_level, frame_text_content_id, create_user, create_time, deleted, create_user_name from t_task_exam where deleted=0 and grade_level = ?
|
2023-05-30 13:34:31.644 DEBUG 32084 --- [XNIO-1 task-33] r.c.m.x.r.T.getByGradeLevel : ==> Parameters: 1(Integer)
|
2023-05-30 13:34:31.646 DEBUG 32084 --- [XNIO-1 task-31] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Preparing: SELECT id,name,limit_start_time,limit_end_time FROM t_exam_paper WHERE deleted=0 and paper_type= ? and grade_level=? ORDER BY id desc limit 5
|
2023-05-30 13:34:31.647 DEBUG 32084 --- [XNIO-1 task-31] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Parameters: 1(Integer), 1(Integer)
|
2023-05-30 13:34:31.655 DEBUG 32084 --- [XNIO-1 task-33] r.c.m.x.r.T.getByGradeLevel : <== Total: 1
|
2023-05-30 13:34:31.658 DEBUG 32084 --- [XNIO-1 task-31] r.c.m.x.r.ExamPaperMapper.indexPaper : <== Total: 1
|
2023-05-30 13:34:31.658 DEBUG 32084 --- [XNIO-1 task-33] r.c.m.x.r.T.selectByTUid : ==> Preparing: select id, task_exam_id, create_user, create_time, text_content_id from t_task_exam_customer_answer where create_user=? and task_exam_id in ( ? )
|
2023-05-30 13:34:31.659 DEBUG 32084 --- [XNIO-1 task-33] r.c.m.x.r.T.selectByTUid : ==> Parameters: 1(Integer), 1(Integer)
|
2023-05-30 13:34:31.660 DEBUG 32084 --- [XNIO-1 task-31] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Preparing: SELECT id,name,limit_start_time,limit_end_time FROM t_exam_paper WHERE deleted=0 and paper_type= ? and grade_level=? and ? between limit_start_time and limit_end_time ORDER BY id desc limit 5
|
2023-05-30 13:34:31.662 DEBUG 32084 --- [XNIO-1 task-31] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Parameters: 4(Integer), 1(Integer), 2023-05-30 13:34:31.659(Timestamp)
|
2023-05-30 13:34:31.667 DEBUG 32084 --- [XNIO-1 task-33] r.c.m.x.r.T.selectByTUid : <== Total: 0
|
2023-05-30 13:34:31.670 DEBUG 32084 --- [XNIO-1 task-33] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-05-30 13:34:31.671 DEBUG 32084 --- [XNIO-1 task-33] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 4(Integer)
|
2023-05-30 13:34:31.672 DEBUG 32084 --- [XNIO-1 task-31] r.c.m.x.r.ExamPaperMapper.indexPaper : <== Total: 0
|
2023-05-30 13:34:31.680 DEBUG 32084 --- [XNIO-1 task-33] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-05-30 13:34:36.247 DEBUG 32084 --- [XNIO-1 task-35] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:34:36.247 DEBUG 32084 --- [XNIO-1 task-34] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:34:36.247 DEBUG 32084 --- [XNIO-1 task-35] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:34:36.247 DEBUG 32084 --- [XNIO-1 task-34] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:34:36.264 DEBUG 32084 --- [XNIO-1 task-34] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:34:36.264 DEBUG 32084 --- [XNIO-1 task-35] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:34:36.266 DEBUG 32084 --- [XNIO-1 task-35] r.c.m.x.r.U.getUserEventLogByUserId : ==> Preparing: select id, user_id, user_name, real_name, content, create_time from t_user_event_log where user_id=? order by id desc limit 10
|
2023-05-30 13:34:36.267 DEBUG 32084 --- [XNIO-1 task-35] r.c.m.x.r.U.getUserEventLogByUserId : ==> Parameters: 1(Integer)
|
2023-05-30 13:34:36.287 DEBUG 32084 --- [XNIO-1 task-35] r.c.m.x.r.U.getUserEventLogByUserId : <== Total: 10
|
2023-05-30 13:34:57.634 ERROR 32084 --- [XNIO-1 task-36] com.mindskip.xzs.service.FileUpload : https://upload-z2.qiniup.com/mkblk/42444
|
{ResponseInfo:com.qiniu.http.Response@7183c527,status:419, reqId:wHAAAADje18E1WMX, xlog:X-Log, xvia:, adress:upload-z2.qiniup.com/112.19.1.109:443, duration:0.000000 s, error:user disabled}
|
{"error":"user disabled"}
|
|
com.qiniu.common.QiniuException: https://upload-z2.qiniup.com/mkblk/42444
|
{ResponseInfo:com.qiniu.http.Response@7183c527,status:419, reqId:wHAAAADje18E1WMX, xlog:X-Log, xvia:, adress:upload-z2.qiniup.com/112.19.1.109:443, duration:0.000000 s, error:user disabled}
|
{"error":"user disabled"}
|
at com.qiniu.http.Client.send(Client.java:338)
|
at com.qiniu.http.Client.post(Client.java:215)
|
at com.qiniu.http.Client.post(Client.java:210)
|
at com.qiniu.storage.StreamUploader.post(StreamUploader.java:212)
|
at com.qiniu.storage.StreamUploader.makeBlock(StreamUploader.java:168)
|
at com.qiniu.storage.StreamUploader.upload0(StreamUploader.java:102)
|
at com.qiniu.storage.StreamUploader.upload(StreamUploader.java:50)
|
at com.qiniu.storage.UploadManager.put(UploadManager.java:258)
|
at com.mindskip.xzs.service.impl.FileUploadImpl.uploadFile(FileUploadImpl.java:40)
|
at com.mindskip.xzs.controller.student.UploadController.questionUploadAndReadExcel(UploadController.java:47)
|
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:665)
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
|
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:158)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)
|
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)
|
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357)
|
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
|
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
|
at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
|
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
|
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:132)
|
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
|
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
|
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
|
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
|
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.servlet.handlers.SessionRestoringHandler.handleRequest(SessionRestoringHandler.java:119)
|
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
|
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
|
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
|
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
|
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:364)
|
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830)
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
at java.lang.Thread.run(Thread.java:750)
|
|
2023-05-30 13:34:57.641 DEBUG 32084 --- [XNIO-1 task-36] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:34:57.642 DEBUG 32084 --- [XNIO-1 task-36] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:34:57.651 DEBUG 32084 --- [XNIO-1 task-36] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:35:21.199 DEBUG 32084 --- [XNIO-1 task-36] r.c.m.x.r.U.updateByPrimaryKeySelective : ==> Preparing: update t_user where id = ?
|
2023-05-30 13:35:21.201 DEBUG 32084 --- [XNIO-1 task-36] r.c.m.x.r.U.updateByPrimaryKeySelective : ==> Parameters: 1(Integer)
|
2023-05-30 13:35:21.259 ERROR 32084 --- [XNIO-1 task-36] c.m.x.c.s.exception.ExceptionHandle :
|
### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
### The error may exist in file [E:\demo\xzs-mysql\source\xzs\target\classes\mapper\UserMapper.xml]
|
### The error may involve com.mindskip.xzs.repository.UserMapper.updateByPrimaryKeySelective-Inline
|
### The error occurred while setting parameters
|
### SQL: update t_user where id = ?
|
### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
|
org.springframework.jdbc.BadSqlGrammarException:
|
### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
### The error may exist in file [E:\demo\xzs-mysql\source\xzs\target\classes\mapper\UserMapper.xml]
|
### The error may involve com.mindskip.xzs.repository.UserMapper.updateByPrimaryKeySelective-Inline
|
### The error occurred while setting parameters
|
### SQL: update t_user where id = ?
|
### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:234)
|
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
|
at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:74)
|
at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:440)
|
at com.sun.proxy.$Proxy64.update(Unknown Source)
|
at org.mybatis.spring.SqlSessionTemplate.update(SqlSessionTemplate.java:287)
|
at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:67)
|
at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:57)
|
at com.sun.proxy.$Proxy65.updateByPrimaryKeySelective(Unknown Source)
|
at com.mindskip.xzs.service.impl.UserServiceImpl.changePicture(UserServiceImpl.java:158)
|
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.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
|
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
|
at com.sun.proxy.$Proxy68.changePicture(Unknown Source)
|
at com.mindskip.xzs.controller.student.UploadController.questionUploadAndReadExcel(UploadController.java:48)
|
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:665)
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
|
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:158)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)
|
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)
|
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357)
|
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
|
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
|
at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
|
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
|
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:132)
|
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
|
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
|
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
|
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
|
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.servlet.handlers.SessionRestoringHandler.handleRequest(SessionRestoringHandler.java:119)
|
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
|
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
|
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
|
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
|
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:364)
|
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830)
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
at java.lang.Thread.run(Thread.java:750)
|
Caused by: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
|
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:370)
|
at com.zaxxer.hikari.pool.ProxyPreparedStatement.execute(ProxyPreparedStatement.java:44)
|
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(HikariProxyPreparedStatement.java)
|
at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59)
|
at com.sun.proxy.$Proxy104.execute(Unknown Source)
|
at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:47)
|
at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:74)
|
at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)
|
at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
|
at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)
|
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.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63)
|
at com.sun.proxy.$Proxy102.update(Unknown Source)
|
at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
|
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.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426)
|
... 113 common frames omitted
|
|
2023-05-30 13:38:03.589 INFO 32084 --- [Thread-19] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
|
2023-05-30 13:38:03.610 INFO 32084 --- [Thread-19] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
|
2023-05-30 13:38:03.633 INFO 32084 --- [Thread-19] io.undertow.servlet : Destroying Spring FrameworkServlet 'dispatcherServlet'
|
2023-05-30 13:38:14.013 INFO 33112 --- [restartedMain] com.mindskip.xzs.XzsApplication : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 33112 (E:\demo\xzs-mysql\source\xzs\target\classes started by qirong in E:\demo\xzs-mysql\source\xzs)
|
2023-05-30 13:38:14.017 INFO 33112 --- [restartedMain] com.mindskip.xzs.XzsApplication : The following profiles are active: dev
|
2023-05-30 13:38:14.098 INFO 33112 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
2023-05-30 13:38:14.098 INFO 33112 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
2023-05-30 13:38:16.000 WARN 33112 --- [restartedMain] io.undertow.websockets.jsr : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
|
2023-05-30 13:38:16.037 INFO 33112 --- [restartedMain] io.undertow.servlet : Initializing Spring embedded WebApplicationContext
|
2023-05-30 13:38:16.037 INFO 33112 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1939 ms
|
2023-05-30 13:38:16.804 WARN 33112 --- [restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'awsConfig': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'aws.image' in value "${aws.image}"
|
2023-05-30 13:38:16.814 INFO 33112 --- [restartedMain] ConditionEvaluationReportLoggingListener :
|
|
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
|
2023-05-30 13:38:16.825 ERROR 33112 --- [restartedMain] o.s.boot.SpringApplication : Application run failed
|
|
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'awsConfig': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'aws.image' in value "${aws.image}"
|
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:380)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1411)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:592)
|
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.mindskip.xzs.XzsApplication.main(XzsApplication.java:26)
|
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.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
|
Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'aws.image' in value "${aws.image}"
|
at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:178)
|
at org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:124)
|
at org.springframework.core.env.AbstractPropertyResolver.doResolvePlaceholders(AbstractPropertyResolver.java:237)
|
at org.springframework.core.env.AbstractPropertyResolver.resolveRequiredPlaceholders(AbstractPropertyResolver.java:211)
|
at org.springframework.context.support.PropertySourcesPlaceholderConfigurer.lambda$processProperties$0(PropertySourcesPlaceholderConfigurer.java:175)
|
at org.springframework.beans.factory.support.AbstractBeanFactory.resolveEmbeddedValue(AbstractBeanFactory.java:851)
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1192)
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1171)
|
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:593)
|
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:90)
|
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:374)
|
... 22 common frames omitted
|
|
2023-05-30 13:39:56.638 INFO 19948 --- [restartedMain] com.mindskip.xzs.XzsApplication : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 19948 (E:\demo\xzs-mysql\source\xzs\target\classes started by qirong in E:\demo\xzs-mysql\source\xzs)
|
2023-05-30 13:39:56.642 INFO 19948 --- [restartedMain] com.mindskip.xzs.XzsApplication : The following profiles are active: dev
|
2023-05-30 13:39:56.706 INFO 19948 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
2023-05-30 13:39:56.706 INFO 19948 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
2023-05-30 13:39:58.521 WARN 19948 --- [restartedMain] io.undertow.websockets.jsr : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
|
2023-05-30 13:39:58.555 INFO 19948 --- [restartedMain] io.undertow.servlet : Initializing Spring embedded WebApplicationContext
|
2023-05-30 13:39:58.556 INFO 19948 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1849 ms
|
2023-05-30 13:40:00.053 INFO 19948 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@a89b863, org.springframework.security.web.context.SecurityContextPersistenceFilter@27e4d9e1, org.springframework.security.web.header.HeaderWriterFilter@53c070ed, org.springframework.web.filter.CorsFilter@4d977e00, org.springframework.security.web.authentication.logout.LogoutFilter@6bf05649, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@6884adc1, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@5a334762, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1bed056c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@21f6ed66, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@5b3fdd84, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5f17d362, org.springframework.security.web.session.SessionManagementFilter@691993bc, org.springframework.security.web.access.ExceptionTranslationFilter@4158d70a, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@68950997]
|
2023-05-30 13:40:00.489 INFO 19948 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
|
2023-05-30 13:40:00.604 INFO 19948 --- [restartedMain] org.xnio : XNIO version 3.3.8.Final
|
2023-05-30 13:40:00.621 INFO 19948 --- [restartedMain] org.xnio.nio : XNIO NIO Implementation Version 3.3.8.Final
|
2023-05-30 13:40:00.767 INFO 19948 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer : Undertow started on port(s) 8000 (http) with context path ''
|
2023-05-30 13:40:00.772 INFO 19948 --- [restartedMain] com.mindskip.xzs.XzsApplication : Started XzsApplication in 4.884 seconds (JVM running for 6.136)
|
2023-05-30 13:40:21.786 INFO 19948 --- [XNIO-1 task-1] io.undertow.servlet : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2023-05-30 13:40:21.786 INFO 19948 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
2023-05-30 13:40:21.800 INFO 19948 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 14 ms
|
2023-05-30 13:40:21.943 INFO 19948 --- [XNIO-1 task-3] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
|
2023-05-30 13:40:22.363 INFO 19948 --- [XNIO-1 task-3] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
|
2023-05-30 13:40:22.374 DEBUG 19948 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:40:22.408 DEBUG 19948 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:40:22.452 DEBUG 19948 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:40:22.458 DEBUG 19948 --- [XNIO-1 task-3] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Preparing: select count(*) from t_message_user where readed='f' and receive_user_id = ?
|
2023-05-30 13:40:22.460 DEBUG 19948 --- [XNIO-1 task-3] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Parameters: 1(Integer)
|
2023-05-30 13:40:22.469 DEBUG 19948 --- [XNIO-1 task-3] r.c.m.x.r.MessageUserMapper.unReadCount : <== Total: 1
|
2023-05-30 13:41:14.018 INFO 19948 --- [Thread-18] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
|
2023-05-30 13:41:14.030 INFO 19948 --- [Thread-18] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
|
2023-05-30 13:41:14.034 INFO 19948 --- [Thread-18] io.undertow.servlet : Destroying Spring FrameworkServlet 'dispatcherServlet'
|
2023-05-30 13:41:18.199 INFO 31328 --- [restartedMain] com.mindskip.xzs.XzsApplication : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 31328 (E:\demo\xzs-mysql\source\xzs\target\classes started by qirong in E:\demo\xzs-mysql\source\xzs)
|
2023-05-30 13:41:18.201 INFO 31328 --- [restartedMain] com.mindskip.xzs.XzsApplication : The following profiles are active: dev
|
2023-05-30 13:41:18.256 INFO 31328 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
2023-05-30 13:41:18.256 INFO 31328 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
2023-05-30 13:41:19.999 WARN 31328 --- [restartedMain] io.undertow.websockets.jsr : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
|
2023-05-30 13:41:20.036 INFO 31328 --- [restartedMain] io.undertow.servlet : Initializing Spring embedded WebApplicationContext
|
2023-05-30 13:41:20.036 INFO 31328 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1780 ms
|
2023-05-30 13:41:21.356 INFO 31328 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6d334120, org.springframework.security.web.context.SecurityContextPersistenceFilter@72dba181, org.springframework.security.web.header.HeaderWriterFilter@519b983, org.springframework.web.filter.CorsFilter@fb3a45, org.springframework.security.web.authentication.logout.LogoutFilter@3396a3f8, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@582caaad, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@3a9f8448, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@61396a42, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@667eb193, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@6f3a4f90, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@722a5c8e, org.springframework.security.web.session.SessionManagementFilter@374981b2, org.springframework.security.web.access.ExceptionTranslationFilter@1b7f420d, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4032a965]
|
2023-05-30 13:41:21.745 INFO 31328 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
|
2023-05-30 13:41:21.844 INFO 31328 --- [restartedMain] org.xnio : XNIO version 3.3.8.Final
|
2023-05-30 13:41:21.856 INFO 31328 --- [restartedMain] org.xnio.nio : XNIO NIO Implementation Version 3.3.8.Final
|
2023-05-30 13:41:21.951 INFO 31328 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer : Undertow started on port(s) 8000 (http) with context path ''
|
2023-05-30 13:41:21.957 INFO 31328 --- [restartedMain] com.mindskip.xzs.XzsApplication : Started XzsApplication in 4.472 seconds (JVM running for 5.572)
|
2023-05-30 13:42:32.853 INFO 31328 --- [XNIO-1 task-1] io.undertow.servlet : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2023-05-30 13:42:32.853 INFO 31328 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
2023-05-30 13:42:32.865 INFO 31328 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 12 ms
|
2023-05-30 13:42:33.045 INFO 31328 --- [XNIO-1 task-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
|
2023-05-30 13:42:33.342 INFO 31328 --- [XNIO-1 task-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
|
2023-05-30 13:42:33.356 DEBUG 31328 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:42:33.392 DEBUG 31328 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:42:33.455 DEBUG 31328 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:42:33.995 DEBUG 31328 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:42:33.997 DEBUG 31328 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:42:34.006 DEBUG 31328 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:42:34.043 DEBUG 31328 --- [XNIO-1 task-1] r.c.m.x.r.U.insertSelective : ==> Preparing: insert into t_user_event_log ( user_id, user_name, real_name, content, create_time ) values ( ?, ?, ?, ?, ? )
|
2023-05-30 13:42:34.047 DEBUG 31328 --- [XNIO-1 task-1] r.c.m.x.r.U.insertSelective : ==> Parameters: 1(Integer), student(String), 学生(String), student 登录了学之思开源考试系统(String), 2023-05-30 13:42:34.006(Timestamp)
|
2023-05-30 13:42:34.073 DEBUG 31328 --- [XNIO-1 task-1] r.c.m.x.r.U.insertSelective : <== Updates: 1
|
2023-05-30 13:42:34.296 DEBUG 31328 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:42:34.296 DEBUG 31328 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:42:34.325 DEBUG 31328 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:42:34.326 DEBUG 31328 --- [XNIO-1 task-2] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Preparing: select count(*) from t_message_user where readed='f' and receive_user_id = ?
|
2023-05-30 13:42:34.326 DEBUG 31328 --- [XNIO-1 task-2] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Parameters: 1(Integer)
|
2023-05-30 13:42:34.335 DEBUG 31328 --- [XNIO-1 task-2] r.c.m.x.r.MessageUserMapper.unReadCount : <== Total: 1
|
2023-05-30 13:42:34.573 DEBUG 31328 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:42:34.591 DEBUG 31328 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:42:34.595 DEBUG 31328 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:42:34.612 DEBUG 31328 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:42:34.612 DEBUG 31328 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:42:34.612 DEBUG 31328 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:42:34.622 DEBUG 31328 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:42:34.622 DEBUG 31328 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:42:34.623 DEBUG 31328 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:42:34.625 DEBUG 31328 --- [XNIO-1 task-5] r.c.m.x.r.T.getByGradeLevel : ==> Preparing: select id, title, grade_level, frame_text_content_id, create_user, create_time, deleted, create_user_name from t_task_exam where deleted=0 and grade_level = ?
|
2023-05-30 13:42:34.625 DEBUG 31328 --- [XNIO-1 task-5] r.c.m.x.r.T.getByGradeLevel : ==> Parameters: 1(Integer)
|
2023-05-30 13:42:34.628 DEBUG 31328 --- [XNIO-1 task-4] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Preparing: SELECT id,name,limit_start_time,limit_end_time FROM t_exam_paper WHERE deleted=0 and paper_type= ? and grade_level=? ORDER BY id desc limit 5
|
2023-05-30 13:42:34.628 DEBUG 31328 --- [XNIO-1 task-4] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Parameters: 1(Integer), 1(Integer)
|
2023-05-30 13:42:34.636 DEBUG 31328 --- [XNIO-1 task-5] r.c.m.x.r.T.getByGradeLevel : <== Total: 1
|
2023-05-30 13:42:34.643 DEBUG 31328 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByTUid : ==> Preparing: select id, task_exam_id, create_user, create_time, text_content_id from t_task_exam_customer_answer where create_user=? and task_exam_id in ( ? )
|
2023-05-30 13:42:34.644 DEBUG 31328 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByTUid : ==> Parameters: 1(Integer), 1(Integer)
|
2023-05-30 13:42:34.647 DEBUG 31328 --- [XNIO-1 task-4] r.c.m.x.r.ExamPaperMapper.indexPaper : <== Total: 1
|
2023-05-30 13:42:34.649 DEBUG 31328 --- [XNIO-1 task-4] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Preparing: SELECT id,name,limit_start_time,limit_end_time FROM t_exam_paper WHERE deleted=0 and paper_type= ? and grade_level=? and ? between limit_start_time and limit_end_time ORDER BY id desc limit 5
|
2023-05-30 13:42:34.650 DEBUG 31328 --- [XNIO-1 task-4] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Parameters: 4(Integer), 1(Integer), 2023-05-30 13:42:34.648(Timestamp)
|
2023-05-30 13:42:34.652 DEBUG 31328 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByTUid : <== Total: 0
|
2023-05-30 13:42:34.654 DEBUG 31328 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-05-30 13:42:34.655 DEBUG 31328 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 4(Integer)
|
2023-05-30 13:42:34.659 DEBUG 31328 --- [XNIO-1 task-4] r.c.m.x.r.ExamPaperMapper.indexPaper : <== Total: 0
|
2023-05-30 13:42:34.666 DEBUG 31328 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-05-30 13:42:41.357 DEBUG 31328 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:42:41.357 DEBUG 31328 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:42:41.358 DEBUG 31328 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:42:41.358 DEBUG 31328 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:42:41.372 DEBUG 31328 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:42:41.372 DEBUG 31328 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:42:41.375 DEBUG 31328 --- [XNIO-1 task-6] r.c.m.x.r.U.getUserEventLogByUserId : ==> Preparing: select id, user_id, user_name, real_name, content, create_time from t_user_event_log where user_id=? order by id desc limit 10
|
2023-05-30 13:42:41.375 DEBUG 31328 --- [XNIO-1 task-6] r.c.m.x.r.U.getUserEventLogByUserId : ==> Parameters: 1(Integer)
|
2023-05-30 13:42:41.385 DEBUG 31328 --- [XNIO-1 task-6] r.c.m.x.r.U.getUserEventLogByUserId : <== Total: 10
|
2023-05-30 13:43:12.653 ERROR 31328 --- [XNIO-1 task-8] com.mindskip.xzs.service.FileUpload : https://upload-z2.qiniup.com/mkblk/42444
|
{ResponseInfo:com.qiniu.http.Response@1f48a6e5,status:419, reqId:O8UAAADbO5t31WMX, xlog:X-Log, xvia:, adress:upload-z2.qiniup.com/112.19.1.111:443, duration:0.000000 s, error:user disabled}
|
{"error":"user disabled"}
|
|
com.qiniu.common.QiniuException: https://upload-z2.qiniup.com/mkblk/42444
|
{ResponseInfo:com.qiniu.http.Response@1f48a6e5,status:419, reqId:O8UAAADbO5t31WMX, xlog:X-Log, xvia:, adress:upload-z2.qiniup.com/112.19.1.111:443, duration:0.000000 s, error:user disabled}
|
{"error":"user disabled"}
|
at com.qiniu.http.Client.send(Client.java:338)
|
at com.qiniu.http.Client.post(Client.java:215)
|
at com.qiniu.http.Client.post(Client.java:210)
|
at com.qiniu.storage.StreamUploader.post(StreamUploader.java:212)
|
at com.qiniu.storage.StreamUploader.makeBlock(StreamUploader.java:168)
|
at com.qiniu.storage.StreamUploader.upload0(StreamUploader.java:102)
|
at com.qiniu.storage.StreamUploader.upload(StreamUploader.java:50)
|
at com.qiniu.storage.UploadManager.put(UploadManager.java:258)
|
at com.mindskip.xzs.service.impl.FileUploadImpl.uploadFile(FileUploadImpl.java:40)
|
at com.mindskip.xzs.controller.student.UploadController.questionUploadAndReadExcel(UploadController.java:47)
|
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:665)
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
|
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:158)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)
|
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)
|
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357)
|
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
|
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
|
at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
|
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
|
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:132)
|
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
|
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
|
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
|
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
|
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.servlet.handlers.SessionRestoringHandler.handleRequest(SessionRestoringHandler.java:119)
|
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
|
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
|
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
|
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
|
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:364)
|
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830)
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
at java.lang.Thread.run(Thread.java:750)
|
|
2023-05-30 13:43:12.663 DEBUG 31328 --- [XNIO-1 task-8] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:43:12.665 DEBUG 31328 --- [XNIO-1 task-8] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:43:12.675 DEBUG 31328 --- [XNIO-1 task-8] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:43:13.589 DEBUG 31328 --- [XNIO-1 task-8] r.c.m.x.r.U.updateByPrimaryKeySelective : ==> Preparing: update t_user where id = ?
|
2023-05-30 13:43:13.590 DEBUG 31328 --- [XNIO-1 task-8] r.c.m.x.r.U.updateByPrimaryKeySelective : ==> Parameters: 1(Integer)
|
2023-05-30 13:43:13.773 ERROR 31328 --- [XNIO-1 task-8] c.m.x.c.s.exception.ExceptionHandle :
|
### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
### The error may exist in file [E:\demo\xzs-mysql\source\xzs\target\classes\mapper\UserMapper.xml]
|
### The error may involve com.mindskip.xzs.repository.UserMapper.updateByPrimaryKeySelective-Inline
|
### The error occurred while setting parameters
|
### SQL: update t_user where id = ?
|
### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
|
org.springframework.jdbc.BadSqlGrammarException:
|
### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
### The error may exist in file [E:\demo\xzs-mysql\source\xzs\target\classes\mapper\UserMapper.xml]
|
### The error may involve com.mindskip.xzs.repository.UserMapper.updateByPrimaryKeySelective-Inline
|
### The error occurred while setting parameters
|
### SQL: update t_user where id = ?
|
### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:234)
|
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
|
at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:74)
|
at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:440)
|
at com.sun.proxy.$Proxy64.update(Unknown Source)
|
at org.mybatis.spring.SqlSessionTemplate.update(SqlSessionTemplate.java:287)
|
at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:67)
|
at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:57)
|
at com.sun.proxy.$Proxy65.updateByPrimaryKeySelective(Unknown Source)
|
at com.mindskip.xzs.service.impl.UserServiceImpl.changePicture(UserServiceImpl.java:158)
|
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.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
|
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
|
at com.sun.proxy.$Proxy68.changePicture(Unknown Source)
|
at com.mindskip.xzs.controller.student.UploadController.questionUploadAndReadExcel(UploadController.java:48)
|
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:665)
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
|
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:158)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)
|
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)
|
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357)
|
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
|
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
|
at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
|
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
|
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:132)
|
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
|
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
|
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
|
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
|
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.servlet.handlers.SessionRestoringHandler.handleRequest(SessionRestoringHandler.java:119)
|
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
|
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
|
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
|
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
|
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:364)
|
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830)
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
at java.lang.Thread.run(Thread.java:750)
|
Caused by: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
|
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:370)
|
at com.zaxxer.hikari.pool.ProxyPreparedStatement.execute(ProxyPreparedStatement.java:44)
|
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(HikariProxyPreparedStatement.java)
|
at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59)
|
at com.sun.proxy.$Proxy105.execute(Unknown Source)
|
at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:47)
|
at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:74)
|
at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)
|
at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
|
at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)
|
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.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63)
|
at com.sun.proxy.$Proxy103.update(Unknown Source)
|
at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
|
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.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426)
|
... 113 common frames omitted
|
|
2023-05-30 13:44:12.998 INFO 31328 --- [Thread-17] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
|
2023-05-30 13:44:13.010 INFO 31328 --- [Thread-17] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
|
2023-05-30 13:44:13.013 INFO 31328 --- [Thread-17] io.undertow.servlet : Destroying Spring FrameworkServlet 'dispatcherServlet'
|
2023-05-30 13:44:20.678 INFO 31408 --- [restartedMain] com.mindskip.xzs.XzsApplication : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 31408 (E:\demo\xzs-mysql\source\xzs\target\classes started by qirong in E:\demo\xzs-mysql\source\xzs)
|
2023-05-30 13:44:20.681 INFO 31408 --- [restartedMain] com.mindskip.xzs.XzsApplication : The following profiles are active: dev
|
2023-05-30 13:44:20.740 INFO 31408 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
2023-05-30 13:44:20.740 INFO 31408 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
2023-05-30 13:44:22.794 WARN 31408 --- [restartedMain] io.undertow.websockets.jsr : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
|
2023-05-30 13:44:22.832 INFO 31408 --- [restartedMain] io.undertow.servlet : Initializing Spring embedded WebApplicationContext
|
2023-05-30 13:44:22.832 INFO 31408 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2091 ms
|
2023-05-30 13:44:24.270 INFO 31408 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@694637ba, org.springframework.security.web.context.SecurityContextPersistenceFilter@494cd3a0, org.springframework.security.web.header.HeaderWriterFilter@60aad0b, org.springframework.web.filter.CorsFilter@1040d8a7, org.springframework.security.web.authentication.logout.LogoutFilter@73784f53, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@4e4365a6, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@11e300a2, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@31cac30, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1a41ee23, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@6ba24433, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7dcfd0a5, org.springframework.security.web.session.SessionManagementFilter@41ee265f, org.springframework.security.web.access.ExceptionTranslationFilter@23b231e0, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@79bcf234]
|
2023-05-30 13:44:24.704 INFO 31408 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
|
2023-05-30 13:44:24.841 INFO 31408 --- [restartedMain] org.xnio : XNIO version 3.3.8.Final
|
2023-05-30 13:44:24.853 INFO 31408 --- [restartedMain] org.xnio.nio : XNIO NIO Implementation Version 3.3.8.Final
|
2023-05-30 13:44:24.945 INFO 31408 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer : Undertow started on port(s) 8000 (http) with context path ''
|
2023-05-30 13:44:24.949 INFO 31408 --- [restartedMain] com.mindskip.xzs.XzsApplication : Started XzsApplication in 5.039 seconds (JVM running for 6.205)
|
2023-05-30 13:55:09.159 INFO 17732 --- [restartedMain] com.mindskip.xzs.XzsApplication : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 17732 (E:\demo\xzs-mysql\source\xzs\target\classes started by qirong in E:\demo\xzs-mysql\source\xzs)
|
2023-05-30 13:55:09.161 INFO 17732 --- [restartedMain] com.mindskip.xzs.XzsApplication : The following profiles are active: dev
|
2023-05-30 13:55:09.235 INFO 17732 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
2023-05-30 13:55:09.236 INFO 17732 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
2023-05-30 13:55:11.183 WARN 17732 --- [restartedMain] io.undertow.websockets.jsr : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
|
2023-05-30 13:55:11.216 INFO 17732 --- [restartedMain] io.undertow.servlet : Initializing Spring embedded WebApplicationContext
|
2023-05-30 13:55:11.216 INFO 17732 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1980 ms
|
2023-05-30 13:55:12.603 INFO 17732 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4ed5c999, org.springframework.security.web.context.SecurityContextPersistenceFilter@69237c58, org.springframework.security.web.header.HeaderWriterFilter@44de6b9d, org.springframework.web.filter.CorsFilter@2ca019e4, org.springframework.security.web.authentication.logout.LogoutFilter@742bdd33, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@3ed0915d, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@6d53bc9a, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@34d08c82, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4c6d8f08, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@62c6648f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@35dd3c58, org.springframework.security.web.session.SessionManagementFilter@155de303, org.springframework.security.web.access.ExceptionTranslationFilter@43ba424f, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@3cbe1f7f]
|
2023-05-30 13:55:12.954 INFO 17732 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
|
2023-05-30 13:55:13.036 INFO 17732 --- [restartedMain] org.xnio : XNIO version 3.3.8.Final
|
2023-05-30 13:55:13.050 INFO 17732 --- [restartedMain] org.xnio.nio : XNIO NIO Implementation Version 3.3.8.Final
|
2023-05-30 13:55:13.131 INFO 17732 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer : Undertow started on port(s) 8000 (http) with context path ''
|
2023-05-30 13:55:13.135 INFO 17732 --- [restartedMain] com.mindskip.xzs.XzsApplication : Started XzsApplication in 4.872 seconds (JVM running for 6.069)
|
2023-05-30 13:55:38.289 INFO 17732 --- [XNIO-1 task-3] io.undertow.servlet : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2023-05-30 13:55:38.290 INFO 17732 --- [XNIO-1 task-3] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
2023-05-30 13:55:38.304 INFO 17732 --- [XNIO-1 task-3] o.s.web.servlet.DispatcherServlet : Completed initialization in 14 ms
|
2023-05-30 13:55:50.098 INFO 17732 --- [XNIO-1 task-5] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
|
2023-05-30 13:55:50.469 INFO 17732 --- [XNIO-1 task-5] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
|
2023-05-30 13:55:50.488 DEBUG 17732 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:55:50.530 DEBUG 17732 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:55:50.596 DEBUG 17732 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:55:51.176 DEBUG 17732 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:55:51.177 DEBUG 17732 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:55:51.187 DEBUG 17732 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:55:51.216 DEBUG 17732 --- [XNIO-1 task-5] r.c.m.x.r.U.insertSelective : ==> Preparing: insert into t_user_event_log ( user_id, user_name, real_name, content, create_time ) values ( ?, ?, ?, ?, ? )
|
2023-05-30 13:55:51.220 DEBUG 17732 --- [XNIO-1 task-5] r.c.m.x.r.U.insertSelective : ==> Parameters: 1(Integer), student(String), 学生(String), student 登录了学之思开源考试系统(String), 2023-05-30 13:55:51.188(Timestamp)
|
2023-05-30 13:55:51.289 DEBUG 17732 --- [XNIO-1 task-5] r.c.m.x.r.U.insertSelective : <== Updates: 1
|
2023-05-30 13:55:51.505 DEBUG 17732 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:55:51.505 DEBUG 17732 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:55:51.549 DEBUG 17732 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:55:51.551 DEBUG 17732 --- [XNIO-1 task-6] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Preparing: select count(*) from t_message_user where readed='f' and receive_user_id = ?
|
2023-05-30 13:55:51.552 DEBUG 17732 --- [XNIO-1 task-6] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Parameters: 1(Integer)
|
2023-05-30 13:55:51.562 DEBUG 17732 --- [XNIO-1 task-6] r.c.m.x.r.MessageUserMapper.unReadCount : <== Total: 1
|
2023-05-30 13:55:51.755 DEBUG 17732 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:55:51.756 DEBUG 17732 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:55:51.784 DEBUG 17732 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:55:51.795 DEBUG 17732 --- [XNIO-1 task-8] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:55:51.796 DEBUG 17732 --- [XNIO-1 task-8] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:55:51.803 DEBUG 17732 --- [XNIO-1 task-9] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:55:51.804 DEBUG 17732 --- [XNIO-1 task-9] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:55:51.807 DEBUG 17732 --- [XNIO-1 task-8] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:55:51.809 DEBUG 17732 --- [XNIO-1 task-8] r.c.m.x.r.T.getByGradeLevel : ==> Preparing: select id, title, grade_level, frame_text_content_id, create_user, create_time, deleted, create_user_name from t_task_exam where deleted=0 and grade_level = ?
|
2023-05-30 13:55:51.809 DEBUG 17732 --- [XNIO-1 task-8] r.c.m.x.r.T.getByGradeLevel : ==> Parameters: 1(Integer)
|
2023-05-30 13:55:51.813 DEBUG 17732 --- [XNIO-1 task-9] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:55:51.817 DEBUG 17732 --- [XNIO-1 task-9] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Preparing: SELECT id,name,limit_start_time,limit_end_time FROM t_exam_paper WHERE deleted=0 and paper_type= ? and grade_level=? ORDER BY id desc limit 5
|
2023-05-30 13:55:51.818 DEBUG 17732 --- [XNIO-1 task-9] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Parameters: 1(Integer), 1(Integer)
|
2023-05-30 13:55:51.820 DEBUG 17732 --- [XNIO-1 task-8] r.c.m.x.r.T.getByGradeLevel : <== Total: 1
|
2023-05-30 13:55:51.827 DEBUG 17732 --- [XNIO-1 task-9] r.c.m.x.r.ExamPaperMapper.indexPaper : <== Total: 1
|
2023-05-30 13:55:51.828 DEBUG 17732 --- [XNIO-1 task-8] r.c.m.x.r.T.selectByTUid : ==> Preparing: select id, task_exam_id, create_user, create_time, text_content_id from t_task_exam_customer_answer where create_user=? and task_exam_id in ( ? )
|
2023-05-30 13:55:51.828 DEBUG 17732 --- [XNIO-1 task-9] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Preparing: SELECT id,name,limit_start_time,limit_end_time FROM t_exam_paper WHERE deleted=0 and paper_type= ? and grade_level=? and ? between limit_start_time and limit_end_time ORDER BY id desc limit 5
|
2023-05-30 13:55:51.828 DEBUG 17732 --- [XNIO-1 task-8] r.c.m.x.r.T.selectByTUid : ==> Parameters: 1(Integer), 1(Integer)
|
2023-05-30 13:55:51.829 DEBUG 17732 --- [XNIO-1 task-9] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Parameters: 4(Integer), 1(Integer), 2023-05-30 13:55:51.827(Timestamp)
|
2023-05-30 13:55:51.836 DEBUG 17732 --- [XNIO-1 task-9] r.c.m.x.r.ExamPaperMapper.indexPaper : <== Total: 0
|
2023-05-30 13:55:51.836 DEBUG 17732 --- [XNIO-1 task-8] r.c.m.x.r.T.selectByTUid : <== Total: 0
|
2023-05-30 13:55:51.839 DEBUG 17732 --- [XNIO-1 task-8] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-05-30 13:55:51.839 DEBUG 17732 --- [XNIO-1 task-8] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 4(Integer)
|
2023-05-30 13:55:51.850 DEBUG 17732 --- [XNIO-1 task-8] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-05-30 13:55:57.139 DEBUG 17732 --- [XNIO-1 task-11] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:55:57.139 DEBUG 17732 --- [XNIO-1 task-10] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:55:57.140 DEBUG 17732 --- [XNIO-1 task-11] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:55:57.140 DEBUG 17732 --- [XNIO-1 task-10] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:55:57.148 DEBUG 17732 --- [XNIO-1 task-10] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:55:57.149 DEBUG 17732 --- [XNIO-1 task-11] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:55:57.152 DEBUG 17732 --- [XNIO-1 task-11] r.c.m.x.r.U.getUserEventLogByUserId : ==> Preparing: select id, user_id, user_name, real_name, content, create_time from t_user_event_log where user_id=? order by id desc limit 10
|
2023-05-30 13:55:57.154 DEBUG 17732 --- [XNIO-1 task-11] r.c.m.x.r.U.getUserEventLogByUserId : ==> Parameters: 1(Integer)
|
2023-05-30 13:55:57.166 DEBUG 17732 --- [XNIO-1 task-11] r.c.m.x.r.U.getUserEventLogByUserId : <== Total: 10
|
2023-05-30 13:56:17.676 ERROR 17732 --- [XNIO-1 task-12] com.mindskip.xzs.service.FileUpload : https://upload-z2.qiniup.com/mkblk/42444
|
{ResponseInfo:com.qiniu.http.Response@99872c5,status:419, reqId:q5cAAACGK14u1mMX, xlog:X-Log, xvia:, adress:upload-z2.qiniup.com/112.19.1.86:443, duration:0.000000 s, error:user disabled}
|
{"error":"user disabled"}
|
|
com.qiniu.common.QiniuException: https://upload-z2.qiniup.com/mkblk/42444
|
{ResponseInfo:com.qiniu.http.Response@99872c5,status:419, reqId:q5cAAACGK14u1mMX, xlog:X-Log, xvia:, adress:upload-z2.qiniup.com/112.19.1.86:443, duration:0.000000 s, error:user disabled}
|
{"error":"user disabled"}
|
at com.qiniu.http.Client.send(Client.java:338)
|
at com.qiniu.http.Client.post(Client.java:215)
|
at com.qiniu.http.Client.post(Client.java:210)
|
at com.qiniu.storage.StreamUploader.post(StreamUploader.java:212)
|
at com.qiniu.storage.StreamUploader.makeBlock(StreamUploader.java:168)
|
at com.qiniu.storage.StreamUploader.upload0(StreamUploader.java:102)
|
at com.qiniu.storage.StreamUploader.upload(StreamUploader.java:50)
|
at com.qiniu.storage.UploadManager.put(UploadManager.java:258)
|
at com.mindskip.xzs.service.impl.FileUploadImpl.uploadFile(FileUploadImpl.java:40)
|
at com.mindskip.xzs.controller.student.UploadController.questionUploadAndReadExcel(UploadController.java:47)
|
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:665)
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
|
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:158)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)
|
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)
|
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357)
|
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
|
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
|
at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
|
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
|
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:132)
|
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
|
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
|
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
|
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
|
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.servlet.handlers.SessionRestoringHandler.handleRequest(SessionRestoringHandler.java:119)
|
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
|
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
|
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
|
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
|
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:364)
|
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830)
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
at java.lang.Thread.run(Thread.java:750)
|
|
2023-05-30 13:56:17.684 DEBUG 17732 --- [XNIO-1 task-12] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:56:17.685 DEBUG 17732 --- [XNIO-1 task-12] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:56:17.696 DEBUG 17732 --- [XNIO-1 task-12] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:56:20.399 DEBUG 17732 --- [XNIO-1 task-12] r.c.m.x.r.U.updateByPrimaryKeySelective : ==> Preparing: update t_user where id = ?
|
2023-05-30 13:56:20.400 DEBUG 17732 --- [XNIO-1 task-12] r.c.m.x.r.U.updateByPrimaryKeySelective : ==> Parameters: 1(Integer)
|
2023-05-30 13:56:20.523 ERROR 17732 --- [XNIO-1 task-12] c.m.x.c.s.exception.ExceptionHandle :
|
### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
### The error may exist in file [E:\demo\xzs-mysql\source\xzs\target\classes\mapper\UserMapper.xml]
|
### The error may involve com.mindskip.xzs.repository.UserMapper.updateByPrimaryKeySelective-Inline
|
### The error occurred while setting parameters
|
### SQL: update t_user where id = ?
|
### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
|
org.springframework.jdbc.BadSqlGrammarException:
|
### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
### The error may exist in file [E:\demo\xzs-mysql\source\xzs\target\classes\mapper\UserMapper.xml]
|
### The error may involve com.mindskip.xzs.repository.UserMapper.updateByPrimaryKeySelective-Inline
|
### The error occurred while setting parameters
|
### SQL: update t_user where id = ?
|
### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:234)
|
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
|
at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:74)
|
at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:440)
|
at com.sun.proxy.$Proxy64.update(Unknown Source)
|
at org.mybatis.spring.SqlSessionTemplate.update(SqlSessionTemplate.java:287)
|
at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:67)
|
at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:57)
|
at com.sun.proxy.$Proxy65.updateByPrimaryKeySelective(Unknown Source)
|
at com.mindskip.xzs.service.impl.UserServiceImpl.changePicture(UserServiceImpl.java:158)
|
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.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
|
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
|
at com.sun.proxy.$Proxy68.changePicture(Unknown Source)
|
at com.mindskip.xzs.controller.student.UploadController.questionUploadAndReadExcel(UploadController.java:48)
|
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:665)
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
|
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:158)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)
|
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)
|
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357)
|
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
|
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
|
at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
|
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
|
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:132)
|
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
|
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
|
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
|
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
|
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.servlet.handlers.SessionRestoringHandler.handleRequest(SessionRestoringHandler.java:119)
|
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
|
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
|
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
|
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
|
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:364)
|
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830)
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
at java.lang.Thread.run(Thread.java:750)
|
Caused by: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
|
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:370)
|
at com.zaxxer.hikari.pool.ProxyPreparedStatement.execute(ProxyPreparedStatement.java:44)
|
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(HikariProxyPreparedStatement.java)
|
at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59)
|
at com.sun.proxy.$Proxy105.execute(Unknown Source)
|
at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:47)
|
at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:74)
|
at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)
|
at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
|
at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)
|
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.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63)
|
at com.sun.proxy.$Proxy103.update(Unknown Source)
|
at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
|
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.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426)
|
... 113 common frames omitted
|
|
2023-05-30 13:57:16.528 INFO 17732 --- [Thread-17] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
|
2023-05-30 13:57:16.538 INFO 17732 --- [Thread-17] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
|
2023-05-30 13:57:16.541 INFO 17732 --- [Thread-17] io.undertow.servlet : Destroying Spring FrameworkServlet 'dispatcherServlet'
|
2023-05-30 13:57:24.373 INFO 27496 --- [restartedMain] com.mindskip.xzs.XzsApplication : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 27496 (E:\demo\xzs-mysql\source\xzs\target\classes started by qirong in E:\demo\xzs-mysql\source\xzs)
|
2023-05-30 13:57:24.375 INFO 27496 --- [restartedMain] com.mindskip.xzs.XzsApplication : The following profiles are active: dev
|
2023-05-30 13:57:24.436 INFO 27496 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
2023-05-30 13:57:24.436 INFO 27496 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
2023-05-30 13:57:26.577 WARN 27496 --- [restartedMain] io.undertow.websockets.jsr : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
|
2023-05-30 13:57:26.609 INFO 27496 --- [restartedMain] io.undertow.servlet : Initializing Spring embedded WebApplicationContext
|
2023-05-30 13:57:26.609 INFO 27496 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2173 ms
|
2023-05-30 13:57:27.882 INFO 27496 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5d7dc90c, org.springframework.security.web.context.SecurityContextPersistenceFilter@221527f2, org.springframework.security.web.header.HeaderWriterFilter@6efc0ada, org.springframework.web.filter.CorsFilter@26be5f1e, org.springframework.security.web.authentication.logout.LogoutFilter@47368c69, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@13065883, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@721d8a5, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@56eec9fa, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@761dcbd7, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@7c91fa68, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2fe13794, org.springframework.security.web.session.SessionManagementFilter@785c47a, org.springframework.security.web.access.ExceptionTranslationFilter@942a07f, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@60b2a7d4]
|
2023-05-30 13:57:28.172 INFO 27496 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
|
2023-05-30 13:57:28.302 INFO 27496 --- [restartedMain] org.xnio : XNIO version 3.3.8.Final
|
2023-05-30 13:57:28.311 INFO 27496 --- [restartedMain] org.xnio.nio : XNIO NIO Implementation Version 3.3.8.Final
|
2023-05-30 13:57:28.388 INFO 27496 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer : Undertow started on port(s) 8000 (http) with context path ''
|
2023-05-30 13:57:28.393 INFO 27496 --- [restartedMain] com.mindskip.xzs.XzsApplication : Started XzsApplication in 4.83 seconds (JVM running for 6.161)
|
2023-05-30 13:57:39.527 INFO 27496 --- [XNIO-1 task-1] io.undertow.servlet : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2023-05-30 13:57:39.527 INFO 27496 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
2023-05-30 13:57:39.546 INFO 27496 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 19 ms
|
2023-05-30 13:57:39.670 INFO 27496 --- [XNIO-1 task-2] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
|
2023-05-30 13:57:39.989 INFO 27496 --- [XNIO-1 task-2] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
|
2023-05-30 13:57:40.000 DEBUG 27496 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:57:40.037 DEBUG 27496 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:57:40.121 DEBUG 27496 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:57:48.270 DEBUG 27496 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:57:48.271 DEBUG 27496 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:57:48.282 DEBUG 27496 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:57:48.714 DEBUG 27496 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:57:48.714 DEBUG 27496 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:57:48.727 DEBUG 27496 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:57:48.758 DEBUG 27496 --- [XNIO-1 task-5] r.c.m.x.r.U.insertSelective : ==> Preparing: insert into t_user_event_log ( user_id, user_name, real_name, content, create_time ) values ( ?, ?, ?, ?, ? )
|
2023-05-30 13:57:48.762 DEBUG 27496 --- [XNIO-1 task-5] r.c.m.x.r.U.insertSelective : ==> Parameters: 1(Integer), student(String), 学生(String), student 登录了学之思开源考试系统(String), 2023-05-30 13:57:48.728(Timestamp)
|
2023-05-30 13:57:48.783 DEBUG 27496 --- [XNIO-1 task-5] r.c.m.x.r.U.insertSelective : <== Updates: 1
|
2023-05-30 13:57:48.882 DEBUG 27496 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:57:48.882 DEBUG 27496 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:57:48.895 DEBUG 27496 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:57:48.897 DEBUG 27496 --- [XNIO-1 task-6] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Preparing: select count(*) from t_message_user where readed='f' and receive_user_id = ?
|
2023-05-30 13:57:48.898 DEBUG 27496 --- [XNIO-1 task-6] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Parameters: 1(Integer)
|
2023-05-30 13:57:48.909 DEBUG 27496 --- [XNIO-1 task-6] r.c.m.x.r.MessageUserMapper.unReadCount : <== Total: 1
|
2023-05-30 13:57:49.288 DEBUG 27496 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:57:49.292 DEBUG 27496 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:57:49.299 DEBUG 27496 --- [XNIO-1 task-8] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:57:49.299 DEBUG 27496 --- [XNIO-1 task-9] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:57:49.300 DEBUG 27496 --- [XNIO-1 task-8] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:57:49.300 DEBUG 27496 --- [XNIO-1 task-9] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:57:49.306 DEBUG 27496 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:57:49.314 DEBUG 27496 --- [XNIO-1 task-9] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:57:49.316 DEBUG 27496 --- [XNIO-1 task-8] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:57:49.317 DEBUG 27496 --- [XNIO-1 task-8] r.c.m.x.r.T.getByGradeLevel : ==> Preparing: select id, title, grade_level, frame_text_content_id, create_user, create_time, deleted, create_user_name from t_task_exam where deleted=0 and grade_level = ?
|
2023-05-30 13:57:49.318 DEBUG 27496 --- [XNIO-1 task-8] r.c.m.x.r.T.getByGradeLevel : ==> Parameters: 1(Integer)
|
2023-05-30 13:57:49.321 DEBUG 27496 --- [XNIO-1 task-9] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Preparing: SELECT id,name,limit_start_time,limit_end_time FROM t_exam_paper WHERE deleted=0 and paper_type= ? and grade_level=? ORDER BY id desc limit 5
|
2023-05-30 13:57:49.322 DEBUG 27496 --- [XNIO-1 task-9] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Parameters: 1(Integer), 1(Integer)
|
2023-05-30 13:57:49.327 DEBUG 27496 --- [XNIO-1 task-8] r.c.m.x.r.T.getByGradeLevel : <== Total: 1
|
2023-05-30 13:57:49.335 DEBUG 27496 --- [XNIO-1 task-9] r.c.m.x.r.ExamPaperMapper.indexPaper : <== Total: 1
|
2023-05-30 13:57:49.337 DEBUG 27496 --- [XNIO-1 task-9] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Preparing: SELECT id,name,limit_start_time,limit_end_time FROM t_exam_paper WHERE deleted=0 and paper_type= ? and grade_level=? and ? between limit_start_time and limit_end_time ORDER BY id desc limit 5
|
2023-05-30 13:57:49.338 DEBUG 27496 --- [XNIO-1 task-8] r.c.m.x.r.T.selectByTUid : ==> Preparing: select id, task_exam_id, create_user, create_time, text_content_id from t_task_exam_customer_answer where create_user=? and task_exam_id in ( ? )
|
2023-05-30 13:57:49.338 DEBUG 27496 --- [XNIO-1 task-9] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Parameters: 4(Integer), 1(Integer), 2023-05-30 13:57:49.336(Timestamp)
|
2023-05-30 13:57:49.339 DEBUG 27496 --- [XNIO-1 task-8] r.c.m.x.r.T.selectByTUid : ==> Parameters: 1(Integer), 1(Integer)
|
2023-05-30 13:57:49.348 DEBUG 27496 --- [XNIO-1 task-9] r.c.m.x.r.ExamPaperMapper.indexPaper : <== Total: 0
|
2023-05-30 13:57:49.348 DEBUG 27496 --- [XNIO-1 task-8] r.c.m.x.r.T.selectByTUid : <== Total: 0
|
2023-05-30 13:57:49.352 DEBUG 27496 --- [XNIO-1 task-8] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-05-30 13:57:49.353 DEBUG 27496 --- [XNIO-1 task-8] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 4(Integer)
|
2023-05-30 13:57:49.363 DEBUG 27496 --- [XNIO-1 task-8] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-05-30 13:57:53.155 DEBUG 27496 --- [XNIO-1 task-11] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:57:53.156 DEBUG 27496 --- [XNIO-1 task-11] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:57:53.161 DEBUG 27496 --- [XNIO-1 task-10] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:57:53.163 DEBUG 27496 --- [XNIO-1 task-10] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:57:53.165 DEBUG 27496 --- [XNIO-1 task-11] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:57:53.166 DEBUG 27496 --- [XNIO-1 task-11] r.c.m.x.r.U.getUserEventLogByUserId : ==> Preparing: select id, user_id, user_name, real_name, content, create_time from t_user_event_log where user_id=? order by id desc limit 10
|
2023-05-30 13:57:53.168 DEBUG 27496 --- [XNIO-1 task-11] r.c.m.x.r.U.getUserEventLogByUserId : ==> Parameters: 1(Integer)
|
2023-05-30 13:57:53.181 DEBUG 27496 --- [XNIO-1 task-10] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:57:53.191 DEBUG 27496 --- [XNIO-1 task-11] r.c.m.x.r.U.getUserEventLogByUserId : <== Total: 10
|
2023-05-30 13:58:12.349 ERROR 27496 --- [XNIO-1 task-12] com.mindskip.xzs.service.FileUpload : https://upload-z2.qiniup.com/mkblk/42444
|
{ResponseInfo:com.qiniu.http.Response@7c99e57d,status:419, reqId:cu8AAABplBNJ1mMX, xlog:X-Log, xvia:, adress:upload-z2.qiniup.com/112.19.1.85:443, duration:0.000000 s, error:user disabled}
|
{"error":"user disabled"}
|
|
com.qiniu.common.QiniuException: https://upload-z2.qiniup.com/mkblk/42444
|
{ResponseInfo:com.qiniu.http.Response@7c99e57d,status:419, reqId:cu8AAABplBNJ1mMX, xlog:X-Log, xvia:, adress:upload-z2.qiniup.com/112.19.1.85:443, duration:0.000000 s, error:user disabled}
|
{"error":"user disabled"}
|
at com.qiniu.http.Client.send(Client.java:338)
|
at com.qiniu.http.Client.post(Client.java:215)
|
at com.qiniu.http.Client.post(Client.java:210)
|
at com.qiniu.storage.StreamUploader.post(StreamUploader.java:212)
|
at com.qiniu.storage.StreamUploader.makeBlock(StreamUploader.java:168)
|
at com.qiniu.storage.StreamUploader.upload0(StreamUploader.java:102)
|
at com.qiniu.storage.StreamUploader.upload(StreamUploader.java:50)
|
at com.qiniu.storage.UploadManager.put(UploadManager.java:258)
|
at com.mindskip.xzs.service.impl.FileUploadImpl.uploadFile(FileUploadImpl.java:40)
|
at com.mindskip.xzs.controller.student.UploadController.questionUploadAndReadExcel(UploadController.java:47)
|
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:665)
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
|
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:158)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)
|
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)
|
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357)
|
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
|
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
|
at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
|
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
|
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:132)
|
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
|
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
|
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
|
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
|
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.servlet.handlers.SessionRestoringHandler.handleRequest(SessionRestoringHandler.java:119)
|
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
|
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
|
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
|
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
|
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:364)
|
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830)
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
at java.lang.Thread.run(Thread.java:750)
|
|
2023-05-30 13:58:12.357 DEBUG 27496 --- [XNIO-1 task-12] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 13:58:12.358 DEBUG 27496 --- [XNIO-1 task-12] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 13:58:12.366 DEBUG 27496 --- [XNIO-1 task-12] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 13:58:16.432 DEBUG 27496 --- [XNIO-1 task-12] r.c.m.x.r.U.updateByPrimaryKeySelective : ==> Preparing: update t_user where id = ?
|
2023-05-30 13:58:16.433 DEBUG 27496 --- [XNIO-1 task-12] r.c.m.x.r.U.updateByPrimaryKeySelective : ==> Parameters: 1(Integer)
|
2023-05-30 13:58:16.569 ERROR 27496 --- [XNIO-1 task-12] c.m.x.c.s.exception.ExceptionHandle :
|
### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
### The error may exist in file [E:\demo\xzs-mysql\source\xzs\target\classes\mapper\UserMapper.xml]
|
### The error may involve com.mindskip.xzs.repository.UserMapper.updateByPrimaryKeySelective-Inline
|
### The error occurred while setting parameters
|
### SQL: update t_user where id = ?
|
### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
|
org.springframework.jdbc.BadSqlGrammarException:
|
### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
### The error may exist in file [E:\demo\xzs-mysql\source\xzs\target\classes\mapper\UserMapper.xml]
|
### The error may involve com.mindskip.xzs.repository.UserMapper.updateByPrimaryKeySelective-Inline
|
### The error occurred while setting parameters
|
### SQL: update t_user where id = ?
|
### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:234)
|
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
|
at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:74)
|
at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:440)
|
at com.sun.proxy.$Proxy64.update(Unknown Source)
|
at org.mybatis.spring.SqlSessionTemplate.update(SqlSessionTemplate.java:287)
|
at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:67)
|
at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:57)
|
at com.sun.proxy.$Proxy65.updateByPrimaryKeySelective(Unknown Source)
|
at com.mindskip.xzs.service.impl.UserServiceImpl.changePicture(UserServiceImpl.java:158)
|
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.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
|
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
|
at com.sun.proxy.$Proxy68.changePicture(Unknown Source)
|
at com.mindskip.xzs.controller.student.UploadController.questionUploadAndReadExcel(UploadController.java:48)
|
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:665)
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
|
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:158)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)
|
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)
|
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357)
|
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
|
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
|
at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
|
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
|
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:132)
|
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
|
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
|
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
|
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
|
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.servlet.handlers.SessionRestoringHandler.handleRequest(SessionRestoringHandler.java:119)
|
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
|
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
|
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
|
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
|
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:364)
|
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830)
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
at java.lang.Thread.run(Thread.java:750)
|
Caused by: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
|
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:370)
|
at com.zaxxer.hikari.pool.ProxyPreparedStatement.execute(ProxyPreparedStatement.java:44)
|
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(HikariProxyPreparedStatement.java)
|
at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59)
|
at com.sun.proxy.$Proxy105.execute(Unknown Source)
|
at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:47)
|
at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:74)
|
at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)
|
at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
|
at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)
|
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.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63)
|
at com.sun.proxy.$Proxy103.update(Unknown Source)
|
at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
|
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.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426)
|
... 113 common frames omitted
|
|
2023-05-30 14:01:42.230 INFO 27496 --- [Thread-17] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
|
2023-05-30 14:01:42.240 INFO 27496 --- [Thread-17] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
|
2023-05-30 14:01:42.244 INFO 27496 --- [Thread-17] io.undertow.servlet : Destroying Spring FrameworkServlet 'dispatcherServlet'
|
2023-05-30 14:01:51.689 INFO 28572 --- [restartedMain] com.mindskip.xzs.XzsApplication : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 28572 (E:\demo\xzs-mysql\source\xzs\target\classes started by qirong in E:\demo\xzs-mysql\source\xzs)
|
2023-05-30 14:01:51.691 INFO 28572 --- [restartedMain] com.mindskip.xzs.XzsApplication : The following profiles are active: dev
|
2023-05-30 14:01:51.774 INFO 28572 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
2023-05-30 14:01:51.774 INFO 28572 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
2023-05-30 14:01:54.441 WARN 28572 --- [restartedMain] io.undertow.websockets.jsr : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
|
2023-05-30 14:01:54.477 INFO 28572 --- [restartedMain] io.undertow.servlet : Initializing Spring embedded WebApplicationContext
|
2023-05-30 14:01:54.478 INFO 28572 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2704 ms
|
2023-05-30 14:01:55.740 INFO 28572 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3717c3d9, org.springframework.security.web.context.SecurityContextPersistenceFilter@32394e50, org.springframework.security.web.header.HeaderWriterFilter@3e11bace, org.springframework.web.filter.CorsFilter@1983436f, org.springframework.security.web.authentication.logout.LogoutFilter@13f377be, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@cbb63db, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@26880e06, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@47a952a0, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@100c2b3e, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@5bbb47e1, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@49746e84, org.springframework.security.web.session.SessionManagementFilter@286aaa17, org.springframework.security.web.access.ExceptionTranslationFilter@57912d56, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@76cd7668]
|
2023-05-30 14:01:56.096 INFO 28572 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
|
2023-05-30 14:01:56.194 INFO 28572 --- [restartedMain] org.xnio : XNIO version 3.3.8.Final
|
2023-05-30 14:01:56.208 INFO 28572 --- [restartedMain] org.xnio.nio : XNIO NIO Implementation Version 3.3.8.Final
|
2023-05-30 14:01:56.297 INFO 28572 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer : Undertow started on port(s) 8000 (http) with context path ''
|
2023-05-30 14:01:56.302 INFO 28572 --- [restartedMain] com.mindskip.xzs.XzsApplication : Started XzsApplication in 5.288 seconds (JVM running for 6.403)
|
2023-05-30 14:02:33.768 INFO 28572 --- [XNIO-1 task-2] io.undertow.servlet : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2023-05-30 14:02:33.768 INFO 28572 --- [XNIO-1 task-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
2023-05-30 14:02:33.777 INFO 28572 --- [XNIO-1 task-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms
|
2023-05-30 14:02:33.904 INFO 28572 --- [XNIO-1 task-2] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
|
2023-05-30 14:02:34.273 INFO 28572 --- [XNIO-1 task-2] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
|
2023-05-30 14:02:34.287 DEBUG 28572 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:02:34.337 DEBUG 28572 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:02:34.403 DEBUG 28572 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:02:34.412 DEBUG 28572 --- [XNIO-1 task-2] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Preparing: select count(*) from t_message_user where readed='f' and receive_user_id = ?
|
2023-05-30 14:02:34.414 DEBUG 28572 --- [XNIO-1 task-2] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Parameters: 1(Integer)
|
2023-05-30 14:02:34.423 DEBUG 28572 --- [XNIO-1 task-2] r.c.m.x.r.MessageUserMapper.unReadCount : <== Total: 1
|
2023-05-30 14:02:39.486 DEBUG 28572 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:02:39.487 DEBUG 28572 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:02:39.497 DEBUG 28572 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:02:40.029 DEBUG 28572 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:02:40.031 DEBUG 28572 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:02:40.040 DEBUG 28572 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:02:40.068 DEBUG 28572 --- [XNIO-1 task-5] r.c.m.x.r.U.insertSelective : ==> Preparing: insert into t_user_event_log ( user_id, user_name, real_name, content, create_time ) values ( ?, ?, ?, ?, ? )
|
2023-05-30 14:02:40.073 DEBUG 28572 --- [XNIO-1 task-5] r.c.m.x.r.U.insertSelective : ==> Parameters: 1(Integer), student(String), 学生(String), student 登录了学之思开源考试系统(String), 2023-05-30 14:02:40.042(Timestamp)
|
2023-05-30 14:02:40.103 DEBUG 28572 --- [XNIO-1 task-5] r.c.m.x.r.U.insertSelective : <== Updates: 1
|
2023-05-30 14:02:40.181 DEBUG 28572 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:02:40.182 DEBUG 28572 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:02:40.197 DEBUG 28572 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:02:40.198 DEBUG 28572 --- [XNIO-1 task-6] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Preparing: select count(*) from t_message_user where readed='f' and receive_user_id = ?
|
2023-05-30 14:02:40.199 DEBUG 28572 --- [XNIO-1 task-6] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Parameters: 1(Integer)
|
2023-05-30 14:02:40.207 DEBUG 28572 --- [XNIO-1 task-6] r.c.m.x.r.MessageUserMapper.unReadCount : <== Total: 1
|
2023-05-30 14:02:40.533 DEBUG 28572 --- [XNIO-1 task-9] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:02:40.542 DEBUG 28572 --- [XNIO-1 task-9] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:02:40.550 DEBUG 28572 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:02:40.550 DEBUG 28572 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:02:40.554 DEBUG 28572 --- [XNIO-1 task-9] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:02:40.555 DEBUG 28572 --- [XNIO-1 task-9] r.c.m.x.r.T.getByGradeLevel : ==> Preparing: select id, title, grade_level, frame_text_content_id, create_user, create_time, deleted, create_user_name from t_task_exam where deleted=0 and grade_level = ?
|
2023-05-30 14:02:40.556 DEBUG 28572 --- [XNIO-1 task-9] r.c.m.x.r.T.getByGradeLevel : ==> Parameters: 1(Integer)
|
2023-05-30 14:02:40.568 DEBUG 28572 --- [XNIO-1 task-7] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:02:40.569 DEBUG 28572 --- [XNIO-1 task-9] r.c.m.x.r.T.getByGradeLevel : <== Total: 1
|
2023-05-30 14:02:40.574 DEBUG 28572 --- [XNIO-1 task-8] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:02:40.575 DEBUG 28572 --- [XNIO-1 task-8] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:02:40.583 DEBUG 28572 --- [XNIO-1 task-9] r.c.m.x.r.T.selectByTUid : ==> Preparing: select id, task_exam_id, create_user, create_time, text_content_id from t_task_exam_customer_answer where create_user=? and task_exam_id in ( ? )
|
2023-05-30 14:02:40.584 DEBUG 28572 --- [XNIO-1 task-9] r.c.m.x.r.T.selectByTUid : ==> Parameters: 1(Integer), 1(Integer)
|
2023-05-30 14:02:40.587 DEBUG 28572 --- [XNIO-1 task-8] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:02:40.593 DEBUG 28572 --- [XNIO-1 task-9] r.c.m.x.r.T.selectByTUid : <== Total: 0
|
2023-05-30 14:02:40.593 DEBUG 28572 --- [XNIO-1 task-8] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Preparing: SELECT id,name,limit_start_time,limit_end_time FROM t_exam_paper WHERE deleted=0 and paper_type= ? and grade_level=? ORDER BY id desc limit 5
|
2023-05-30 14:02:40.594 DEBUG 28572 --- [XNIO-1 task-8] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Parameters: 1(Integer), 1(Integer)
|
2023-05-30 14:02:40.597 DEBUG 28572 --- [XNIO-1 task-9] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-05-30 14:02:40.598 DEBUG 28572 --- [XNIO-1 task-9] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 4(Integer)
|
2023-05-30 14:02:40.604 DEBUG 28572 --- [XNIO-1 task-8] r.c.m.x.r.ExamPaperMapper.indexPaper : <== Total: 1
|
2023-05-30 14:02:40.607 DEBUG 28572 --- [XNIO-1 task-8] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Preparing: SELECT id,name,limit_start_time,limit_end_time FROM t_exam_paper WHERE deleted=0 and paper_type= ? and grade_level=? and ? between limit_start_time and limit_end_time ORDER BY id desc limit 5
|
2023-05-30 14:02:40.609 DEBUG 28572 --- [XNIO-1 task-8] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Parameters: 4(Integer), 1(Integer), 2023-05-30 14:02:40.606(Timestamp)
|
2023-05-30 14:02:40.612 DEBUG 28572 --- [XNIO-1 task-9] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-05-30 14:02:40.619 DEBUG 28572 --- [XNIO-1 task-8] r.c.m.x.r.ExamPaperMapper.indexPaper : <== Total: 0
|
2023-05-30 14:02:43.351 DEBUG 28572 --- [XNIO-1 task-10] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:02:43.351 DEBUG 28572 --- [XNIO-1 task-11] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:02:43.353 DEBUG 28572 --- [XNIO-1 task-11] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:02:43.353 DEBUG 28572 --- [XNIO-1 task-10] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:02:43.364 DEBUG 28572 --- [XNIO-1 task-11] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:02:43.367 DEBUG 28572 --- [XNIO-1 task-10] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:02:43.372 DEBUG 28572 --- [XNIO-1 task-10] r.c.m.x.r.U.getUserEventLogByUserId : ==> Preparing: select id, user_id, user_name, real_name, content, create_time from t_user_event_log where user_id=? order by id desc limit 10
|
2023-05-30 14:02:43.373 DEBUG 28572 --- [XNIO-1 task-10] r.c.m.x.r.U.getUserEventLogByUserId : ==> Parameters: 1(Integer)
|
2023-05-30 14:02:43.390 DEBUG 28572 --- [XNIO-1 task-10] r.c.m.x.r.U.getUserEventLogByUserId : <== Total: 10
|
2023-05-30 14:02:55.794 WARN 28572 --- [XNIO-1 task-12] com.amazonaws.http.AmazonHttpClient : SSL Certificate checking for endpoints has been explicitly disabled.
|
2023-05-30 14:03:01.422 ERROR 28572 --- [XNIO-1 task-12] com.mindskip.xzs.service.FileUpload : https://upload-z2.qiniup.com/mkblk/42444
|
{ResponseInfo:com.qiniu.http.Response@400ec865,status:419, reqId:QJ8AAAAU5GCM1mMX, xlog:X-Log, xvia:, adress:upload-z2.qiniup.com/112.19.1.111:443, duration:0.000000 s, error:user disabled}
|
{"error":"user disabled"}
|
|
com.qiniu.common.QiniuException: https://upload-z2.qiniup.com/mkblk/42444
|
{ResponseInfo:com.qiniu.http.Response@400ec865,status:419, reqId:QJ8AAAAU5GCM1mMX, xlog:X-Log, xvia:, adress:upload-z2.qiniup.com/112.19.1.111:443, duration:0.000000 s, error:user disabled}
|
{"error":"user disabled"}
|
at com.qiniu.http.Client.send(Client.java:338)
|
at com.qiniu.http.Client.post(Client.java:215)
|
at com.qiniu.http.Client.post(Client.java:210)
|
at com.qiniu.storage.StreamUploader.post(StreamUploader.java:212)
|
at com.qiniu.storage.StreamUploader.makeBlock(StreamUploader.java:168)
|
at com.qiniu.storage.StreamUploader.upload0(StreamUploader.java:102)
|
at com.qiniu.storage.StreamUploader.upload(StreamUploader.java:50)
|
at com.qiniu.storage.UploadManager.put(UploadManager.java:258)
|
at com.mindskip.xzs.service.impl.FileUploadImpl.uploadFile(FileUploadImpl.java:40)
|
at com.mindskip.xzs.controller.student.UploadController.questionUploadAndReadExcel(UploadController.java:47)
|
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:665)
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
|
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:158)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)
|
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)
|
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357)
|
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
|
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
|
at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
|
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
|
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:132)
|
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
|
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
|
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
|
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
|
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.servlet.handlers.SessionRestoringHandler.handleRequest(SessionRestoringHandler.java:119)
|
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
|
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
|
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
|
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
|
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:364)
|
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830)
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
at java.lang.Thread.run(Thread.java:750)
|
|
2023-05-30 14:03:01.434 DEBUG 28572 --- [XNIO-1 task-12] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:03:01.434 DEBUG 28572 --- [XNIO-1 task-12] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:03:01.446 DEBUG 28572 --- [XNIO-1 task-12] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:03:15.232 DEBUG 28572 --- [XNIO-1 task-12] r.c.m.x.r.U.updateByPrimaryKeySelective : ==> Preparing: update t_user where id = ?
|
2023-05-30 14:03:15.232 DEBUG 28572 --- [XNIO-1 task-12] r.c.m.x.r.U.updateByPrimaryKeySelective : ==> Parameters: 1(Integer)
|
2023-05-30 14:03:15.355 ERROR 28572 --- [XNIO-1 task-12] c.m.x.c.s.exception.ExceptionHandle :
|
### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
### The error may exist in file [E:\demo\xzs-mysql\source\xzs\target\classes\mapper\UserMapper.xml]
|
### The error may involve com.mindskip.xzs.repository.UserMapper.updateByPrimaryKeySelective-Inline
|
### The error occurred while setting parameters
|
### SQL: update t_user where id = ?
|
### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
|
org.springframework.jdbc.BadSqlGrammarException:
|
### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
### The error may exist in file [E:\demo\xzs-mysql\source\xzs\target\classes\mapper\UserMapper.xml]
|
### The error may involve com.mindskip.xzs.repository.UserMapper.updateByPrimaryKeySelective-Inline
|
### The error occurred while setting parameters
|
### SQL: update t_user where id = ?
|
### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:234)
|
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
|
at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:74)
|
at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:440)
|
at com.sun.proxy.$Proxy64.update(Unknown Source)
|
at org.mybatis.spring.SqlSessionTemplate.update(SqlSessionTemplate.java:287)
|
at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:67)
|
at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:57)
|
at com.sun.proxy.$Proxy65.updateByPrimaryKeySelective(Unknown Source)
|
at com.mindskip.xzs.service.impl.UserServiceImpl.changePicture(UserServiceImpl.java:158)
|
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.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
|
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
|
at com.sun.proxy.$Proxy68.changePicture(Unknown Source)
|
at com.mindskip.xzs.controller.student.UploadController.questionUploadAndReadExcel(UploadController.java:48)
|
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:665)
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
|
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:158)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)
|
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)
|
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357)
|
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
|
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
|
at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
|
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
|
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:132)
|
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
|
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
|
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
|
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
|
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.servlet.handlers.SessionRestoringHandler.handleRequest(SessionRestoringHandler.java:119)
|
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
|
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
|
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
|
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
|
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:364)
|
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830)
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
at java.lang.Thread.run(Thread.java:750)
|
Caused by: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
|
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:370)
|
at com.zaxxer.hikari.pool.ProxyPreparedStatement.execute(ProxyPreparedStatement.java:44)
|
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(HikariProxyPreparedStatement.java)
|
at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source)
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59)
|
at com.sun.proxy.$Proxy104.execute(Unknown Source)
|
at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:47)
|
at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:74)
|
at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)
|
at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
|
at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)
|
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.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63)
|
at com.sun.proxy.$Proxy102.update(Unknown Source)
|
at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
|
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.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426)
|
... 113 common frames omitted
|
|
2023-05-30 14:06:23.987 INFO 28572 --- [Thread-18] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
|
2023-05-30 14:06:24.003 INFO 28572 --- [Thread-18] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
|
2023-05-30 14:06:24.012 INFO 28572 --- [Thread-18] io.undertow.servlet : Destroying Spring FrameworkServlet 'dispatcherServlet'
|
2023-05-30 14:06:32.849 INFO 296 --- [restartedMain] com.mindskip.xzs.XzsApplication : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 296 (E:\demo\xzs-mysql\source\xzs\target\classes started by qirong in E:\demo\xzs-mysql\source\xzs)
|
2023-05-30 14:06:32.853 INFO 296 --- [restartedMain] com.mindskip.xzs.XzsApplication : The following profiles are active: dev
|
2023-05-30 14:06:32.921 INFO 296 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
2023-05-30 14:06:32.921 INFO 296 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
2023-05-30 14:06:34.811 WARN 296 --- [restartedMain] io.undertow.websockets.jsr : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
|
2023-05-30 14:06:34.846 INFO 296 --- [restartedMain] io.undertow.servlet : Initializing Spring embedded WebApplicationContext
|
2023-05-30 14:06:34.846 INFO 296 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1925 ms
|
2023-05-30 14:06:36.018 INFO 296 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1608dd4a, org.springframework.security.web.context.SecurityContextPersistenceFilter@68c6bb8d, org.springframework.security.web.header.HeaderWriterFilter@14422475, org.springframework.web.filter.CorsFilter@f972bb5, org.springframework.security.web.authentication.logout.LogoutFilter@58d2cf83, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@133c518c, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@5daeeb11, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@9a8a197, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@30cb532c, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@652f863a, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@54f04021, org.springframework.security.web.session.SessionManagementFilter@16bc3e53, org.springframework.security.web.access.ExceptionTranslationFilter@4c9481a7, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@122ea1b0]
|
2023-05-30 14:06:36.358 INFO 296 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
|
2023-05-30 14:06:36.450 INFO 296 --- [restartedMain] org.xnio : XNIO version 3.3.8.Final
|
2023-05-30 14:06:36.463 INFO 296 --- [restartedMain] org.xnio.nio : XNIO NIO Implementation Version 3.3.8.Final
|
2023-05-30 14:06:36.540 INFO 296 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer : Undertow started on port(s) 8000 (http) with context path ''
|
2023-05-30 14:06:36.544 INFO 296 --- [restartedMain] com.mindskip.xzs.XzsApplication : Started XzsApplication in 4.556 seconds (JVM running for 5.783)
|
2023-05-30 14:07:54.930 INFO 296 --- [XNIO-1 task-1] io.undertow.servlet : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2023-05-30 14:07:54.930 INFO 296 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
2023-05-30 14:07:54.969 INFO 296 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 38 ms
|
2023-05-30 14:08:01.463 WARN 296 --- [XNIO-1 task-1] com.amazonaws.http.AmazonHttpClient : SSL Certificate checking for endpoints has been explicitly disabled.
|
2023-05-30 14:08:05.831 ERROR 296 --- [XNIO-1 task-1] com.mindskip.xzs.service.FileUpload : https://upload-z2.qiniup.com/mkblk/42444
|
{ResponseInfo:com.qiniu.http.Response@44affe26,status:419, reqId:NX4AAADzxkPT1mMX, xlog:X-Log, xvia:, adress:upload-z2.qiniup.com/112.19.1.111:443, duration:0.000000 s, error:user disabled}
|
{"error":"user disabled"}
|
|
com.qiniu.common.QiniuException: https://upload-z2.qiniup.com/mkblk/42444
|
{ResponseInfo:com.qiniu.http.Response@44affe26,status:419, reqId:NX4AAADzxkPT1mMX, xlog:X-Log, xvia:, adress:upload-z2.qiniup.com/112.19.1.111:443, duration:0.000000 s, error:user disabled}
|
{"error":"user disabled"}
|
at com.qiniu.http.Client.send(Client.java:338)
|
at com.qiniu.http.Client.post(Client.java:215)
|
at com.qiniu.http.Client.post(Client.java:210)
|
at com.qiniu.storage.StreamUploader.post(StreamUploader.java:212)
|
at com.qiniu.storage.StreamUploader.makeBlock(StreamUploader.java:168)
|
at com.qiniu.storage.StreamUploader.upload0(StreamUploader.java:102)
|
at com.qiniu.storage.StreamUploader.upload(StreamUploader.java:50)
|
at com.qiniu.storage.UploadManager.put(UploadManager.java:258)
|
at com.mindskip.xzs.service.impl.FileUploadImpl.uploadFile(FileUploadImpl.java:40)
|
at com.mindskip.xzs.controller.student.UploadController.questionUploadAndReadExcel(UploadController.java:47)
|
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:665)
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
|
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:158)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)
|
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)
|
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357)
|
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
|
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
|
at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
|
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
|
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:132)
|
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
|
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
|
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
|
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
|
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.servlet.handlers.SessionRestoringHandler.handleRequest(SessionRestoringHandler.java:143)
|
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
|
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
|
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
|
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
|
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:364)
|
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830)
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
at java.lang.Thread.run(Thread.java:750)
|
|
2023-05-30 14:08:05.862 INFO 296 --- [XNIO-1 task-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
|
2023-05-30 14:08:06.152 INFO 296 --- [XNIO-1 task-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
|
2023-05-30 14:08:06.166 DEBUG 296 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:08:06.199 DEBUG 296 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:08:06.237 DEBUG 296 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:08:15.198 DEBUG 296 --- [XNIO-1 task-1] r.c.m.x.r.U.updateByPrimaryKeySelective : ==> Preparing: update t_user where id = ?
|
2023-05-30 14:08:15.198 DEBUG 296 --- [XNIO-1 task-1] r.c.m.x.r.U.updateByPrimaryKeySelective : ==> Parameters: 1(Integer)
|
2023-05-30 14:08:15.337 ERROR 296 --- [XNIO-1 task-1] c.m.x.c.s.exception.ExceptionHandle :
|
### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
### The error may exist in file [E:\demo\xzs-mysql\source\xzs\target\classes\mapper\UserMapper.xml]
|
### The error may involve com.mindskip.xzs.repository.UserMapper.updateByPrimaryKeySelective-Inline
|
### The error occurred while setting parameters
|
### SQL: update t_user where id = ?
|
### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
|
org.springframework.jdbc.BadSqlGrammarException:
|
### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
### The error may exist in file [E:\demo\xzs-mysql\source\xzs\target\classes\mapper\UserMapper.xml]
|
### The error may involve com.mindskip.xzs.repository.UserMapper.updateByPrimaryKeySelective-Inline
|
### The error occurred while setting parameters
|
### SQL: update t_user where id = ?
|
### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:234)
|
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
|
at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:74)
|
at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:440)
|
at com.sun.proxy.$Proxy64.update(Unknown Source)
|
at org.mybatis.spring.SqlSessionTemplate.update(SqlSessionTemplate.java:287)
|
at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:67)
|
at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:57)
|
at com.sun.proxy.$Proxy65.updateByPrimaryKeySelective(Unknown Source)
|
at com.mindskip.xzs.service.impl.UserServiceImpl.changePicture(UserServiceImpl.java:158)
|
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.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
|
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
|
at com.sun.proxy.$Proxy68.changePicture(Unknown Source)
|
at com.mindskip.xzs.controller.student.UploadController.questionUploadAndReadExcel(UploadController.java:48)
|
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:665)
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
|
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
|
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:158)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
|
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)
|
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)
|
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357)
|
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
|
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
|
at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
|
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
|
at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
|
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
|
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:132)
|
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
|
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
|
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
|
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
|
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
|
at io.undertow.servlet.handlers.SessionRestoringHandler.handleRequest(SessionRestoringHandler.java:143)
|
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
|
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
|
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
|
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
|
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
|
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
|
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
|
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:364)
|
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830)
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
at java.lang.Thread.run(Thread.java:750)
|
Caused by: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where id = 1' at line 3
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
|
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:370)
|
at com.zaxxer.hikari.pool.ProxyPreparedStatement.execute(ProxyPreparedStatement.java:44)
|
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(HikariProxyPreparedStatement.java)
|
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.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59)
|
at com.sun.proxy.$Proxy106.execute(Unknown Source)
|
at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:47)
|
at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:74)
|
at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)
|
at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
|
at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)
|
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.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63)
|
at com.sun.proxy.$Proxy104.update(Unknown Source)
|
at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
|
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.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426)
|
... 113 common frames omitted
|
|
2023-05-30 14:16:56.031 INFO 296 --- [Thread-17] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
|
2023-05-30 14:16:56.057 INFO 296 --- [Thread-17] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
|
2023-05-30 14:16:56.068 INFO 296 --- [Thread-17] io.undertow.servlet : Destroying Spring FrameworkServlet 'dispatcherServlet'
|
2023-05-30 14:17:05.636 INFO 14704 --- [restartedMain] com.mindskip.xzs.XzsApplication : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 14704 (E:\demo\xzs-mysql\source\xzs\target\classes started by qirong in E:\demo\xzs-mysql\source\xzs)
|
2023-05-30 14:17:05.641 INFO 14704 --- [restartedMain] com.mindskip.xzs.XzsApplication : The following profiles are active: dev
|
2023-05-30 14:17:05.729 INFO 14704 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
2023-05-30 14:17:05.729 INFO 14704 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
2023-05-30 14:17:07.716 WARN 14704 --- [restartedMain] io.undertow.websockets.jsr : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
|
2023-05-30 14:17:07.754 INFO 14704 --- [restartedMain] io.undertow.servlet : Initializing Spring embedded WebApplicationContext
|
2023-05-30 14:17:07.755 INFO 14704 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2026 ms
|
2023-05-30 14:17:09.622 INFO 14704 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4a771b07, org.springframework.security.web.context.SecurityContextPersistenceFilter@2940ce56, org.springframework.security.web.header.HeaderWriterFilter@1e1c8744, org.springframework.web.filter.CorsFilter@10b0ed7, org.springframework.security.web.authentication.logout.LogoutFilter@2caa3747, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@21f2518f, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@4f514404, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@30facaad, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6b7f8f64, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@56d2e5dd, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@32d7715b, org.springframework.security.web.session.SessionManagementFilter@5765b1d7, org.springframework.security.web.access.ExceptionTranslationFilter@312f0b8d, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@13a87522]
|
2023-05-30 14:17:10.012 INFO 14704 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
|
2023-05-30 14:17:10.210 INFO 14704 --- [restartedMain] org.xnio : XNIO version 3.3.8.Final
|
2023-05-30 14:17:10.225 INFO 14704 --- [restartedMain] org.xnio.nio : XNIO NIO Implementation Version 3.3.8.Final
|
2023-05-30 14:17:10.315 INFO 14704 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer : Undertow started on port(s) 8000 (http) with context path ''
|
2023-05-30 14:17:10.319 INFO 14704 --- [restartedMain] com.mindskip.xzs.XzsApplication : Started XzsApplication in 5.641 seconds (JVM running for 7.013)
|
2023-05-30 14:17:32.762 INFO 14704 --- [XNIO-1 task-1] io.undertow.servlet : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2023-05-30 14:17:32.764 INFO 14704 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
2023-05-30 14:17:32.778 INFO 14704 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 14 ms
|
2023-05-30 14:17:39.045 WARN 14704 --- [XNIO-1 task-1] com.amazonaws.http.AmazonHttpClient : SSL Certificate checking for endpoints has been explicitly disabled.
|
2023-05-30 14:17:41.184 INFO 14704 --- [XNIO-1 task-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
|
2023-05-30 14:17:41.474 INFO 14704 --- [XNIO-1 task-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
|
2023-05-30 14:17:41.488 DEBUG 14704 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:17:41.523 DEBUG 14704 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:17:41.560 DEBUG 14704 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:17:58.151 WARN 14704 --- [HikariPool-1 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=46s676ms789µs900ns).
|
2023-05-30 14:17:58.232 DEBUG 14704 --- [XNIO-1 task-1] r.c.m.x.r.U.updateByPrimaryKeySelective : ==> Preparing: update t_user SET image_path = ? where id = ?
|
2023-05-30 14:17:58.233 DEBUG 14704 --- [XNIO-1 task-1] r.c.m.x.r.U.updateByPrimaryKeySelective : ==> Parameters: http://162.14.79.111:19000/image/2023/05/30/R-C_20230530141740A001.jpg(String), 1(Integer)
|
2023-05-30 14:17:58.249 DEBUG 14704 --- [XNIO-1 task-1] r.c.m.x.r.U.updateByPrimaryKeySelective : <== Updates: 1
|
2023-05-30 14:18:02.787 DEBUG 14704 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:18:02.787 DEBUG 14704 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:18:02.787 DEBUG 14704 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:18:02.787 DEBUG 14704 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:18:02.787 DEBUG 14704 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:18:02.787 DEBUG 14704 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:18:02.787 DEBUG 14704 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:18:02.788 DEBUG 14704 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:18:02.798 DEBUG 14704 --- [XNIO-1 task-6] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:18:02.798 DEBUG 14704 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:18:02.798 DEBUG 14704 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:18:02.798 DEBUG 14704 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:18:02.799 DEBUG 14704 --- [XNIO-1 task-6] r.c.m.x.r.U.getUserEventLogByUserId : ==> Preparing: select id, user_id, user_name, real_name, content, create_time from t_user_event_log where user_id=? order by id desc limit 10
|
2023-05-30 14:18:02.799 DEBUG 14704 --- [XNIO-1 task-3] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Preparing: select count(*) from t_message_user where readed='f' and receive_user_id = ?
|
2023-05-30 14:18:02.799 DEBUG 14704 --- [XNIO-1 task-6] r.c.m.x.r.U.getUserEventLogByUserId : ==> Parameters: 1(Integer)
|
2023-05-30 14:18:02.799 DEBUG 14704 --- [XNIO-1 task-3] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Parameters: 1(Integer)
|
2023-05-30 14:18:02.808 DEBUG 14704 --- [XNIO-1 task-3] r.c.m.x.r.MessageUserMapper.unReadCount : <== Total: 1
|
2023-05-30 14:18:02.814 DEBUG 14704 --- [XNIO-1 task-6] r.c.m.x.r.U.getUserEventLogByUserId : <== Total: 10
|
2023-05-30 14:53:51.893 DEBUG 14704 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:53:51.911 DEBUG 14704 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:53:51.930 DEBUG 14704 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:53:52.019 DEBUG 14704 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:53:52.020 DEBUG 14704 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:53:52.031 DEBUG 14704 --- [XNIO-1 task-15] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:53:52.048 DEBUG 14704 --- [XNIO-1 task-15] r.c.m.x.r.U.insertSelective : ==> Preparing: insert into t_user_event_log ( user_id, user_name, real_name, content, create_time ) values ( ?, ?, ?, ?, ? )
|
2023-05-30 14:53:52.065 DEBUG 14704 --- [XNIO-1 task-15] r.c.m.x.r.U.insertSelective : ==> Parameters: 1(Integer), student(String), 学生(String), student 登录了学之思开源考试系统(String), 2023-05-30 14:53:52.031(Timestamp)
|
2023-05-30 14:53:52.090 DEBUG 14704 --- [XNIO-1 task-15] r.c.m.x.r.U.insertSelective : <== Updates: 1
|
2023-05-30 14:53:52.225 DEBUG 14704 --- [XNIO-1 task-16] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:53:52.227 DEBUG 14704 --- [XNIO-1 task-16] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:53:52.239 DEBUG 14704 --- [XNIO-1 task-16] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:53:52.242 DEBUG 14704 --- [XNIO-1 task-16] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Preparing: select count(*) from t_message_user where readed='f' and receive_user_id = ?
|
2023-05-30 14:53:52.242 DEBUG 14704 --- [XNIO-1 task-16] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Parameters: 1(Integer)
|
2023-05-30 14:53:52.251 DEBUG 14704 --- [XNIO-1 task-16] r.c.m.x.r.MessageUserMapper.unReadCount : <== Total: 1
|
2023-05-30 14:53:52.570 DEBUG 14704 --- [XNIO-1 task-17] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:53:52.571 DEBUG 14704 --- [XNIO-1 task-17] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:53:52.588 DEBUG 14704 --- [XNIO-1 task-17] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:53:52.594 DEBUG 14704 --- [XNIO-1 task-19] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:53:52.595 DEBUG 14704 --- [XNIO-1 task-19] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:53:52.605 DEBUG 14704 --- [XNIO-1 task-19] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:53:52.613 DEBUG 14704 --- [XNIO-1 task-19] r.c.m.x.r.T.getByGradeLevel : ==> Preparing: select id, title, grade_level, frame_text_content_id, create_user, create_time, deleted, create_user_name from t_task_exam where deleted=0 and grade_level = ?
|
2023-05-30 14:53:52.614 DEBUG 14704 --- [XNIO-1 task-19] r.c.m.x.r.T.getByGradeLevel : ==> Parameters: 1(Integer)
|
2023-05-30 14:53:52.626 DEBUG 14704 --- [XNIO-1 task-19] r.c.m.x.r.T.getByGradeLevel : <== Total: 1
|
2023-05-30 14:53:52.634 DEBUG 14704 --- [XNIO-1 task-18] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:53:52.637 DEBUG 14704 --- [XNIO-1 task-18] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:53:52.646 DEBUG 14704 --- [XNIO-1 task-18] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:53:52.651 DEBUG 14704 --- [XNIO-1 task-19] r.c.m.x.r.T.selectByTUid : ==> Preparing: select id, task_exam_id, create_user, create_time, text_content_id from t_task_exam_customer_answer where create_user=? and task_exam_id in ( ? )
|
2023-05-30 14:53:52.654 DEBUG 14704 --- [XNIO-1 task-19] r.c.m.x.r.T.selectByTUid : ==> Parameters: 1(Integer), 1(Integer)
|
2023-05-30 14:53:52.663 DEBUG 14704 --- [XNIO-1 task-19] r.c.m.x.r.T.selectByTUid : <== Total: 0
|
2023-05-30 14:53:52.668 DEBUG 14704 --- [XNIO-1 task-18] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Preparing: SELECT id,name,limit_start_time,limit_end_time FROM t_exam_paper WHERE deleted=0 and paper_type= ? and grade_level=? ORDER BY id desc limit 5
|
2023-05-30 14:53:52.669 DEBUG 14704 --- [XNIO-1 task-18] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Parameters: 1(Integer), 1(Integer)
|
2023-05-30 14:53:52.672 DEBUG 14704 --- [XNIO-1 task-19] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-05-30 14:53:52.672 DEBUG 14704 --- [XNIO-1 task-19] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 4(Integer)
|
2023-05-30 14:53:52.679 DEBUG 14704 --- [XNIO-1 task-18] r.c.m.x.r.ExamPaperMapper.indexPaper : <== Total: 1
|
2023-05-30 14:53:52.681 DEBUG 14704 --- [XNIO-1 task-19] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-05-30 14:53:52.682 DEBUG 14704 --- [XNIO-1 task-18] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Preparing: SELECT id,name,limit_start_time,limit_end_time FROM t_exam_paper WHERE deleted=0 and paper_type= ? and grade_level=? and ? between limit_start_time and limit_end_time ORDER BY id desc limit 5
|
2023-05-30 14:53:52.683 DEBUG 14704 --- [XNIO-1 task-18] r.c.m.x.r.ExamPaperMapper.indexPaper : ==> Parameters: 4(Integer), 1(Integer), 2023-05-30 14:53:52.681(Timestamp)
|
2023-05-30 14:53:52.692 DEBUG 14704 --- [XNIO-1 task-18] r.c.m.x.r.ExamPaperMapper.indexPaper : <== Total: 0
|
2023-05-30 14:53:55.501 DEBUG 14704 --- [XNIO-1 task-20] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:53:55.504 DEBUG 14704 --- [XNIO-1 task-20] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:53:55.505 DEBUG 14704 --- [XNIO-1 task-21] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:53:55.506 DEBUG 14704 --- [XNIO-1 task-21] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:53:55.514 DEBUG 14704 --- [XNIO-1 task-20] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:53:55.515 DEBUG 14704 --- [XNIO-1 task-20] r.c.m.x.r.U.getUserEventLogByUserId : ==> Preparing: select id, user_id, user_name, real_name, content, create_time from t_user_event_log where user_id=? order by id desc limit 10
|
2023-05-30 14:53:55.516 DEBUG 14704 --- [XNIO-1 task-20] r.c.m.x.r.U.getUserEventLogByUserId : ==> Parameters: 1(Integer)
|
2023-05-30 14:53:55.517 DEBUG 14704 --- [XNIO-1 task-21] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:53:55.538 DEBUG 14704 --- [XNIO-1 task-20] r.c.m.x.r.U.getUserEventLogByUserId : <== Total: 10
|
2023-05-30 14:54:01.419 WARN 14704 --- [XNIO-1 task-22] com.amazonaws.http.AmazonHttpClient : SSL Certificate checking for endpoints has been explicitly disabled.
|
2023-05-30 14:54:02.159 DEBUG 14704 --- [XNIO-1 task-22] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:54:02.160 DEBUG 14704 --- [XNIO-1 task-22] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:54:02.170 DEBUG 14704 --- [XNIO-1 task-22] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:54:02.181 DEBUG 14704 --- [XNIO-1 task-22] r.c.m.x.r.U.updateByPrimaryKeySelective : ==> Preparing: update t_user SET image_path = ? where id = ?
|
2023-05-30 14:54:02.181 DEBUG 14704 --- [XNIO-1 task-22] r.c.m.x.r.U.updateByPrimaryKeySelective : ==> Parameters: http://162.14.79.111:19000/image/(String), 1(Integer)
|
2023-05-30 14:54:02.196 DEBUG 14704 --- [XNIO-1 task-22] r.c.m.x.r.U.updateByPrimaryKeySelective : <== Updates: 1
|
2023-05-30 14:54:03.022 DEBUG 14704 --- [XNIO-1 task-24] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:54:03.023 DEBUG 14704 --- [XNIO-1 task-24] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:54:03.042 DEBUG 14704 --- [XNIO-1 task-24] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:54:03.044 DEBUG 14704 --- [XNIO-1 task-24] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Preparing: select count(*) from t_message_user where readed='f' and receive_user_id = ?
|
2023-05-30 14:54:03.051 DEBUG 14704 --- [XNIO-1 task-25] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:54:03.052 DEBUG 14704 --- [XNIO-1 task-25] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:54:03.052 DEBUG 14704 --- [XNIO-1 task-26] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:54:03.052 DEBUG 14704 --- [XNIO-1 task-27] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:54:03.053 DEBUG 14704 --- [XNIO-1 task-26] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:54:03.053 DEBUG 14704 --- [XNIO-1 task-27] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:54:03.055 DEBUG 14704 --- [XNIO-1 task-24] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Parameters: 1(Integer)
|
2023-05-30 14:54:03.064 DEBUG 14704 --- [XNIO-1 task-24] r.c.m.x.r.MessageUserMapper.unReadCount : <== Total: 1
|
2023-05-30 14:54:03.071 DEBUG 14704 --- [XNIO-1 task-27] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:54:03.071 DEBUG 14704 --- [XNIO-1 task-25] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:54:03.073 DEBUG 14704 --- [XNIO-1 task-26] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:54:03.074 DEBUG 14704 --- [XNIO-1 task-26] r.c.m.x.r.U.getUserEventLogByUserId : ==> Preparing: select id, user_id, user_name, real_name, content, create_time from t_user_event_log where user_id=? order by id desc limit 10
|
2023-05-30 14:54:03.074 DEBUG 14704 --- [XNIO-1 task-26] r.c.m.x.r.U.getUserEventLogByUserId : ==> Parameters: 1(Integer)
|
2023-05-30 14:54:03.083 DEBUG 14704 --- [XNIO-1 task-26] r.c.m.x.r.U.getUserEventLogByUserId : <== Total: 10
|
2023-05-30 14:54:12.385 DEBUG 14704 --- [XNIO-1 task-29] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:54:12.385 DEBUG 14704 --- [XNIO-1 task-30] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:54:12.386 DEBUG 14704 --- [XNIO-1 task-29] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:54:12.386 DEBUG 14704 --- [XNIO-1 task-30] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:54:12.387 DEBUG 14704 --- [XNIO-1 task-28] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:54:12.388 DEBUG 14704 --- [XNIO-1 task-28] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:54:12.395 DEBUG 14704 --- [XNIO-1 task-30] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:54:12.395 DEBUG 14704 --- [XNIO-1 task-29] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:54:12.396 DEBUG 14704 --- [XNIO-1 task-30] r.c.m.x.r.U.getUserEventLogByUserId : ==> Preparing: select id, user_id, user_name, real_name, content, create_time from t_user_event_log where user_id=? order by id desc limit 10
|
2023-05-30 14:54:12.396 DEBUG 14704 --- [XNIO-1 task-30] r.c.m.x.r.U.getUserEventLogByUserId : ==> Parameters: 1(Integer)
|
2023-05-30 14:54:12.397 DEBUG 14704 --- [XNIO-1 task-28] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:54:12.398 DEBUG 14704 --- [XNIO-1 task-28] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Preparing: select count(*) from t_message_user where readed='f' and receive_user_id = ?
|
2023-05-30 14:54:12.400 DEBUG 14704 --- [XNIO-1 task-28] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Parameters: 1(Integer)
|
2023-05-30 14:54:12.406 DEBUG 14704 --- [XNIO-1 task-30] r.c.m.x.r.U.getUserEventLogByUserId : <== Total: 10
|
2023-05-30 14:54:12.408 DEBUG 14704 --- [XNIO-1 task-28] r.c.m.x.r.MessageUserMapper.unReadCount : <== Total: 1
|
2023-05-30 14:54:12.415 DEBUG 14704 --- [XNIO-1 task-31] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:54:12.415 DEBUG 14704 --- [XNIO-1 task-31] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:54:12.424 DEBUG 14704 --- [XNIO-1 task-31] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:54:17.060 WARN 14704 --- [XNIO-1 task-32] com.amazonaws.http.AmazonHttpClient : SSL Certificate checking for endpoints has been explicitly disabled.
|
2023-05-30 14:54:17.436 DEBUG 14704 --- [XNIO-1 task-32] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:54:17.437 DEBUG 14704 --- [XNIO-1 task-32] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:54:17.446 DEBUG 14704 --- [XNIO-1 task-32] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:54:17.461 DEBUG 14704 --- [XNIO-1 task-32] r.c.m.x.r.U.updateByPrimaryKeySelective : ==> Preparing: update t_user SET image_path = ? where id = ?
|
2023-05-30 14:54:17.461 DEBUG 14704 --- [XNIO-1 task-32] r.c.m.x.r.U.updateByPrimaryKeySelective : ==> Parameters: http://162.14.79.111:19000/image/(String), 1(Integer)
|
2023-05-30 14:54:17.483 DEBUG 14704 --- [XNIO-1 task-32] r.c.m.x.r.U.updateByPrimaryKeySelective : <== Updates: 1
|
2023-05-30 14:54:17.880 DEBUG 14704 --- [XNIO-1 task-34] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:54:17.881 DEBUG 14704 --- [XNIO-1 task-34] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:54:17.891 DEBUG 14704 --- [XNIO-1 task-35] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:54:17.892 DEBUG 14704 --- [XNIO-1 task-34] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:54:17.892 DEBUG 14704 --- [XNIO-1 task-35] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:54:17.893 DEBUG 14704 --- [XNIO-1 task-34] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Preparing: select count(*) from t_message_user where readed='f' and receive_user_id = ?
|
2023-05-30 14:54:17.894 DEBUG 14704 --- [XNIO-1 task-34] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Parameters: 1(Integer)
|
2023-05-30 14:54:17.895 DEBUG 14704 --- [XNIO-1 task-36] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:54:17.895 DEBUG 14704 --- [XNIO-1 task-37] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:54:17.896 DEBUG 14704 --- [XNIO-1 task-37] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:54:17.896 DEBUG 14704 --- [XNIO-1 task-36] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:54:17.904 DEBUG 14704 --- [XNIO-1 task-34] r.c.m.x.r.MessageUserMapper.unReadCount : <== Total: 1
|
2023-05-30 14:54:17.904 DEBUG 14704 --- [XNIO-1 task-35] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:54:17.904 DEBUG 14704 --- [XNIO-1 task-37] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:54:17.904 DEBUG 14704 --- [XNIO-1 task-36] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:54:17.905 DEBUG 14704 --- [XNIO-1 task-36] r.c.m.x.r.U.getUserEventLogByUserId : ==> Preparing: select id, user_id, user_name, real_name, content, create_time from t_user_event_log where user_id=? order by id desc limit 10
|
2023-05-30 14:54:17.906 DEBUG 14704 --- [XNIO-1 task-36] r.c.m.x.r.U.getUserEventLogByUserId : ==> Parameters: 1(Integer)
|
2023-05-30 14:54:17.917 DEBUG 14704 --- [XNIO-1 task-36] r.c.m.x.r.U.getUserEventLogByUserId : <== Total: 10
|
2023-05-30 14:54:27.584 WARN 14704 --- [XNIO-1 task-38] com.amazonaws.http.AmazonHttpClient : SSL Certificate checking for endpoints has been explicitly disabled.
|
2023-05-30 14:54:27.642 DEBUG 14704 --- [XNIO-1 task-38] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:54:27.643 DEBUG 14704 --- [XNIO-1 task-38] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:54:27.652 DEBUG 14704 --- [XNIO-1 task-38] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:54:27.661 DEBUG 14704 --- [XNIO-1 task-38] r.c.m.x.r.U.updateByPrimaryKeySelective : ==> Preparing: update t_user SET image_path = ? where id = ?
|
2023-05-30 14:54:27.661 DEBUG 14704 --- [XNIO-1 task-38] r.c.m.x.r.U.updateByPrimaryKeySelective : ==> Parameters: http://162.14.79.111:19000/image/2023/05/30/0081f872-a7c3-40df-99bd-d25b0816ed52_20230530145427A004.jpg(String), 1(Integer)
|
2023-05-30 14:54:27.683 DEBUG 14704 --- [XNIO-1 task-38] r.c.m.x.r.U.updateByPrimaryKeySelective : <== Updates: 1
|
2023-05-30 14:54:28.190 DEBUG 14704 --- [XNIO-1 task-40] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:54:28.190 DEBUG 14704 --- [XNIO-1 task-40] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:54:28.200 DEBUG 14704 --- [XNIO-1 task-42] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:54:28.201 DEBUG 14704 --- [XNIO-1 task-42] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:54:28.201 DEBUG 14704 --- [XNIO-1 task-40] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:54:28.203 DEBUG 14704 --- [XNIO-1 task-41] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:54:28.203 DEBUG 14704 --- [XNIO-1 task-43] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 14:54:28.203 DEBUG 14704 --- [XNIO-1 task-40] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Preparing: select count(*) from t_message_user where readed='f' and receive_user_id = ?
|
2023-05-30 14:54:28.203 DEBUG 14704 --- [XNIO-1 task-40] r.c.m.x.r.MessageUserMapper.unReadCount : ==> Parameters: 1(Integer)
|
2023-05-30 14:54:28.203 DEBUG 14704 --- [XNIO-1 task-43] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:54:28.203 DEBUG 14704 --- [XNIO-1 task-41] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: student(String)
|
2023-05-30 14:54:28.211 DEBUG 14704 --- [XNIO-1 task-41] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:54:28.211 DEBUG 14704 --- [XNIO-1 task-42] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:54:28.211 DEBUG 14704 --- [XNIO-1 task-43] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 14:54:28.212 DEBUG 14704 --- [XNIO-1 task-40] r.c.m.x.r.MessageUserMapper.unReadCount : <== Total: 1
|
2023-05-30 14:54:28.212 DEBUG 14704 --- [XNIO-1 task-42] r.c.m.x.r.U.getUserEventLogByUserId : ==> Preparing: select id, user_id, user_name, real_name, content, create_time from t_user_event_log where user_id=? order by id desc limit 10
|
2023-05-30 14:54:28.213 DEBUG 14704 --- [XNIO-1 task-42] r.c.m.x.r.U.getUserEventLogByUserId : ==> Parameters: 1(Integer)
|
2023-05-30 14:54:28.223 DEBUG 14704 --- [XNIO-1 task-42] r.c.m.x.r.U.getUserEventLogByUserId : <== Total: 10
|
2023-05-30 16:48:57.762 DEBUG 14704 --- [XNIO-1 task-48] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 16:48:57.771 DEBUG 14704 --- [XNIO-1 task-48] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-05-30 16:48:57.803 DEBUG 14704 --- [XNIO-1 task-48] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 16:48:57.820 DEBUG 14704 --- [XNIO-1 task-48] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 16:48:57.820 DEBUG 14704 --- [XNIO-1 task-48] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-05-30 16:48:57.854 DEBUG 14704 --- [XNIO-1 task-48] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 16:48:57.930 DEBUG 14704 --- [XNIO-1 task-48] r.c.m.x.r.UserMapper.getUserByUserName : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1
|
2023-05-30 16:48:57.932 DEBUG 14704 --- [XNIO-1 task-48] r.c.m.x.r.UserMapper.getUserByUserName : ==> Parameters: admin(String)
|
2023-05-30 16:48:57.951 DEBUG 14704 --- [XNIO-1 task-48] r.c.m.x.r.UserMapper.getUserByUserName : <== Total: 1
|
2023-05-30 16:48:57.955 DEBUG 14704 --- [XNIO-1 task-48] r.c.m.x.r.U.insertSelective : ==> Preparing: insert into t_user_event_log ( user_id, user_name, real_name, content, create_time ) values ( ?, ?, ?, ?, ? )
|
2023-05-30 16:48:57.957 DEBUG 14704 --- [XNIO-1 task-48] r.c.m.x.r.U.insertSelective : ==> Parameters: 2(Integer), admin(String), 管理员(String), admin 登录了学之思开源考试系统(String), 2023-05-30 16:48:57.951(Timestamp)
|
2023-05-30 16:48:57.983 DEBUG 14704 --- [XNIO-1 task-48] r.c.m.x.r.U.insertSelective : <== Updates: 1
|
2023-05-30 16:48:58.242 DEBUG 14704 --- [XNIO-1 task-49] r.c.m.x.r.E.selectAllCount : ==> Preparing: SELECT count(*) from t_exam_paper where deleted=0
|
2023-05-30 16:48:58.243 DEBUG 14704 --- [XNIO-1 task-49] r.c.m.x.r.E.selectAllCount : ==> Parameters:
|
2023-05-30 16:48:58.252 DEBUG 14704 --- [XNIO-1 task-49] r.c.m.x.r.E.selectAllCount : <== Total: 1
|
2023-05-30 16:48:58.262 DEBUG 14704 --- [XNIO-1 task-49] r.c.m.x.r.QuestionMapper.selectAllCount : ==> Preparing: SELECT count(*) from t_question where deleted=0
|
2023-05-30 16:48:58.263 DEBUG 14704 --- [XNIO-1 task-49] r.c.m.x.r.QuestionMapper.selectAllCount : ==> Parameters:
|
2023-05-30 16:48:58.272 DEBUG 14704 --- [XNIO-1 task-49] r.c.m.x.r.QuestionMapper.selectAllCount : <== Total: 1
|
2023-05-30 16:48:58.277 DEBUG 14704 --- [XNIO-1 task-49] r.c.m.x.r.E.selectAllCount : ==> Preparing: SELECT count(*) from t_exam_paper_answer
|
2023-05-30 16:48:58.277 DEBUG 14704 --- [XNIO-1 task-49] r.c.m.x.r.E.selectAllCount : ==> Parameters:
|
2023-05-30 16:48:58.288 DEBUG 14704 --- [XNIO-1 task-49] r.c.m.x.r.E.selectAllCount : <== Total: 1
|
2023-05-30 16:48:58.291 DEBUG 14704 --- [XNIO-1 task-49] r.c.m.x.r.E.selectAllCount : ==> Preparing: SELECT count(*) from t_exam_paper_question_customer_answer
|
2023-05-30 16:48:58.292 DEBUG 14704 --- [XNIO-1 task-49] r.c.m.x.r.E.selectAllCount : ==> Parameters:
|
2023-05-30 16:48:58.303 DEBUG 14704 --- [XNIO-1 task-49] r.c.m.x.r.E.selectAllCount : <== Total: 1
|
2023-05-30 16:48:58.314 DEBUG 14704 --- [XNIO-1 task-49] r.c.m.x.r.U.selectCountByDate : ==> Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_user_event_log WHERE create_time between ? and ? ) a GROUP BY create_time
|
2023-05-30 16:48:58.315 DEBUG 14704 --- [XNIO-1 task-49] r.c.m.x.r.U.selectCountByDate : ==> Parameters: 2023-05-01 00:00:00.0(Timestamp), 2023-05-31 23:59:59.0(Timestamp)
|
2023-05-30 16:48:58.329 DEBUG 14704 --- [XNIO-1 task-49] r.c.m.x.r.U.selectCountByDate : <== Total: 2
|
2023-05-30 16:48:58.339 DEBUG 14704 --- [XNIO-1 task-49] r.c.m.x.r.E.selectCountByDate : ==> Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_exam_paper_question_customer_answer WHERE create_time between ? and ? ) a GROUP BY create_time
|
2023-05-30 16:48:58.341 DEBUG 14704 --- [XNIO-1 task-49] r.c.m.x.r.E.selectCountByDate : ==> Parameters: 2023-05-01 00:00:00.0(Timestamp), 2023-05-31 23:59:59.0(Timestamp)
|
2023-05-30 16:48:58.351 DEBUG 14704 --- [XNIO-1 task-49] r.c.m.x.r.E.selectCountByDate : <== Total: 1
|
2023-05-30 16:49:05.725 DEBUG 14704 --- [XNIO-1 task-50] r.c.m.x.r.UserMapper.userPage_COUNT : ==> Preparing: SELECT count(0) FROM t_user WHERE deleted = 0 AND role = ?
|
2023-05-30 16:49:05.726 DEBUG 14704 --- [XNIO-1 task-50] r.c.m.x.r.UserMapper.userPage_COUNT : ==> Parameters: 1(Integer)
|
2023-05-30 16:49:05.736 DEBUG 14704 --- [XNIO-1 task-50] r.c.m.x.r.UserMapper.userPage_COUNT : <== Total: 1
|
2023-05-30 16:49:05.753 DEBUG 14704 --- [XNIO-1 task-50] r.c.m.x.repository.UserMapper.userPage : ==> Preparing: SELECT id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id FROM t_user WHERE deleted = 0 AND role = ? order by id desc LIMIT ?
|
2023-05-30 16:49:05.753 DEBUG 14704 --- [XNIO-1 task-50] r.c.m.x.repository.UserMapper.userPage : ==> Parameters: 1(Integer), 10(Integer)
|
2023-05-30 16:49:05.764 DEBUG 14704 --- [XNIO-1 task-50] r.c.m.x.repository.UserMapper.userPage : <== Total: 1
|
2023-05-30 16:49:09.820 DEBUG 14704 --- [XNIO-1 task-51] r.c.m.x.r.SubjectMapper.allSubject : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject
|
2023-05-30 16:49:09.820 DEBUG 14704 --- [XNIO-1 task-51] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-05-30 16:49:09.829 DEBUG 14704 --- [XNIO-1 task-51] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-05-30 16:49:09.838 DEBUG 14704 --- [XNIO-1 task-52] r.c.m.x.r.ExamPaperMapper.page_COUNT : ==> Preparing: SELECT count(0) FROM t_exam_paper WHERE deleted = 0
|
2023-05-30 16:49:09.838 DEBUG 14704 --- [XNIO-1 task-52] r.c.m.x.r.ExamPaperMapper.page_COUNT : ==> Parameters:
|
2023-05-30 16:49:09.851 DEBUG 14704 --- [XNIO-1 task-52] r.c.m.x.r.ExamPaperMapper.page_COUNT : <== Total: 1
|
2023-05-30 16:49:09.854 DEBUG 14704 --- [XNIO-1 task-52] r.c.m.x.repository.ExamPaperMapper.page : ==> Preparing: SELECT id, name, subject_id, paper_type, grade_level, score, question_count, suggest_time, limit_start_time, limit_end_time, frame_text_content_id, create_user, create_time, deleted, task_exam_id FROM t_exam_paper WHERE deleted = 0 order by id desc LIMIT ?
|
2023-05-30 16:49:09.854 DEBUG 14704 --- [XNIO-1 task-52] r.c.m.x.repository.ExamPaperMapper.page : ==> Parameters: 10(Integer)
|
2023-05-30 16:49:09.865 DEBUG 14704 --- [XNIO-1 task-52] r.c.m.x.repository.ExamPaperMapper.page : <== Total: 2
|
2023-05-30 16:49:13.899 DEBUG 14704 --- [XNIO-1 task-53] r.c.m.x.r.TaskExamMapper.page_COUNT : ==> Preparing: SELECT count(0) FROM t_task_exam WHERE deleted = 0
|
2023-05-30 16:49:13.899 DEBUG 14704 --- [XNIO-1 task-53] r.c.m.x.r.TaskExamMapper.page_COUNT : ==> Parameters:
|
2023-05-30 16:49:13.908 DEBUG 14704 --- [XNIO-1 task-53] r.c.m.x.r.TaskExamMapper.page_COUNT : <== Total: 1
|
2023-05-30 16:49:13.911 DEBUG 14704 --- [XNIO-1 task-53] r.c.m.x.repository.TaskExamMapper.page : ==> Preparing: SELECT id, title, grade_level, frame_text_content_id, create_user, create_time, deleted, create_user_name FROM t_task_exam WHERE deleted = 0 order by id desc LIMIT ?
|
2023-05-30 16:49:13.911 DEBUG 14704 --- [XNIO-1 task-53] r.c.m.x.repository.TaskExamMapper.page : ==> Parameters: 10(Integer)
|
2023-05-30 16:49:13.931 DEBUG 14704 --- [XNIO-1 task-53] r.c.m.x.repository.TaskExamMapper.page : <== Total: 1
|
2023-05-30 16:50:34.522 DEBUG 14704 --- [XNIO-1 task-54] r.c.m.x.r.SubjectMapper.page_COUNT : ==> Preparing: SELECT count(0) FROM t_subject WHERE deleted = 0
|
2023-05-30 16:50:34.522 DEBUG 14704 --- [XNIO-1 task-54] r.c.m.x.r.SubjectMapper.page_COUNT : ==> Parameters:
|
2023-05-30 16:50:34.530 DEBUG 14704 --- [XNIO-1 task-54] r.c.m.x.r.SubjectMapper.page_COUNT : <== Total: 1
|
2023-05-30 16:50:34.536 DEBUG 14704 --- [XNIO-1 task-54] r.c.m.xzs.repository.SubjectMapper.page : ==> Preparing: SELECT id, name, level, level_name, item_order, deleted FROM t_subject WHERE deleted = 0 order by id desc LIMIT ?
|
2023-05-30 16:50:34.536 DEBUG 14704 --- [XNIO-1 task-54] r.c.m.xzs.repository.SubjectMapper.page : ==> Parameters: 10(Integer)
|
2023-05-30 16:50:34.545 DEBUG 14704 --- [XNIO-1 task-54] r.c.m.xzs.repository.SubjectMapper.page : <== Total: 1
|
2023-05-30 16:50:37.626 DEBUG 14704 --- [XNIO-1 task-55] r.c.m.x.r.SubjectMapper.allSubject : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject
|
2023-05-30 16:50:37.627 DEBUG 14704 --- [XNIO-1 task-55] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-05-30 16:50:37.636 DEBUG 14704 --- [XNIO-1 task-55] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-05-30 16:50:37.639 DEBUG 14704 --- [XNIO-1 task-56] r.c.m.x.r.E.adminPage_COUNT : ==> Preparing: SELECT count(0) FROM t_exam_paper_answer
|
2023-05-30 16:50:37.640 DEBUG 14704 --- [XNIO-1 task-56] r.c.m.x.r.E.adminPage_COUNT : ==> Parameters:
|
2023-05-30 16:50:37.650 DEBUG 14704 --- [XNIO-1 task-56] r.c.m.x.r.E.adminPage_COUNT : <== Total: 1
|
2023-05-30 16:50:37.651 DEBUG 14704 --- [XNIO-1 task-56] r.c.m.x.r.E.adminPage : ==> Preparing: SELECT id, exam_paper_id, paper_name, paper_type, subject_id, system_score, user_score, paper_score, question_correct, question_count, do_time, status, create_user, create_time, task_exam_id FROM t_exam_paper_answer order by id desc LIMIT ?
|
2023-05-30 16:50:37.651 DEBUG 14704 --- [XNIO-1 task-56] r.c.m.x.r.E.adminPage : ==> Parameters: 10(Integer)
|
2023-05-30 16:50:37.662 DEBUG 14704 --- [XNIO-1 task-56] r.c.m.x.r.E.adminPage : <== Total: 2
|
2023-05-30 16:50:37.668 DEBUG 14704 --- [XNIO-1 task-56] r.c.m.x.r.S.selectByPrimaryKey : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ?
|
2023-05-30 16:50:37.668 DEBUG 14704 --- [XNIO-1 task-56] r.c.m.x.r.S.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-05-30 16:50:37.678 DEBUG 14704 --- [XNIO-1 task-56] r.c.m.x.r.S.selectByPrimaryKey : <== Total: 1
|
2023-05-30 16:50:37.681 DEBUG 14704 --- [XNIO-1 task-56] r.c.m.x.r.UserMapper.selectByPrimaryKey : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where id = ?
|
2023-05-30 16:50:37.682 DEBUG 14704 --- [XNIO-1 task-56] r.c.m.x.r.UserMapper.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-05-30 16:50:37.692 DEBUG 14704 --- [XNIO-1 task-56] r.c.m.x.r.UserMapper.selectByPrimaryKey : <== Total: 1
|
2023-05-30 16:50:37.694 DEBUG 14704 --- [XNIO-1 task-56] r.c.m.x.r.S.selectByPrimaryKey : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ?
|
2023-05-30 16:50:37.695 DEBUG 14704 --- [XNIO-1 task-56] r.c.m.x.r.S.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-05-30 16:50:37.704 DEBUG 14704 --- [XNIO-1 task-56] r.c.m.x.r.S.selectByPrimaryKey : <== Total: 1
|
2023-05-30 16:50:37.705 DEBUG 14704 --- [XNIO-1 task-56] r.c.m.x.r.UserMapper.selectByPrimaryKey : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where id = ?
|
2023-05-30 16:50:37.705 DEBUG 14704 --- [XNIO-1 task-56] r.c.m.x.r.UserMapper.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-05-30 16:50:37.717 DEBUG 14704 --- [XNIO-1 task-56] r.c.m.x.r.UserMapper.selectByPrimaryKey : <== Total: 1
|
2023-05-30 16:50:40.725 DEBUG 14704 --- [XNIO-1 task-57] r.c.m.x.r.MessageMapper.page_COUNT : ==> Preparing: SELECT count(0) FROM t_message
|
2023-05-30 16:50:40.726 DEBUG 14704 --- [XNIO-1 task-57] r.c.m.x.r.MessageMapper.page_COUNT : ==> Parameters:
|
2023-05-30 16:50:40.735 DEBUG 14704 --- [XNIO-1 task-57] r.c.m.x.r.MessageMapper.page_COUNT : <== Total: 1
|
2023-05-30 16:50:40.737 DEBUG 14704 --- [XNIO-1 task-57] r.c.m.xzs.repository.MessageMapper.page : ==> Preparing: SELECT id, title, content, create_time, send_user_id, send_user_name, send_real_name, receive_user_count, read_count FROM t_message order by id desc LIMIT ?
|
2023-05-30 16:50:40.737 DEBUG 14704 --- [XNIO-1 task-57] r.c.m.xzs.repository.MessageMapper.page : ==> Parameters: 10(Integer)
|
2023-05-30 16:50:40.746 DEBUG 14704 --- [XNIO-1 task-57] r.c.m.xzs.repository.MessageMapper.page : <== Total: 1
|
2023-05-30 16:50:40.751 DEBUG 14704 --- [XNIO-1 task-57] r.c.m.x.r.M.selectByMessageIds : ==> Preparing: select id, message_id, receive_user_id, receive_user_name, receive_real_name, readed, create_time, read_time from t_message_user where message_id in ( ? )
|
2023-05-30 16:50:40.751 DEBUG 14704 --- [XNIO-1 task-57] r.c.m.x.r.M.selectByMessageIds : ==> Parameters: 1(Integer)
|
2023-05-30 16:50:40.761 DEBUG 14704 --- [XNIO-1 task-57] r.c.m.x.r.M.selectByMessageIds : <== Total: 1
|
2023-05-30 16:50:45.450 DEBUG 14704 --- [XNIO-1 task-58] r.c.m.x.r.SubjectMapper.allSubject : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject
|
2023-05-30 16:50:45.451 DEBUG 14704 --- [XNIO-1 task-58] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-05-30 16:50:45.459 DEBUG 14704 --- [XNIO-1 task-58] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-05-30 16:50:45.770 DEBUG 14704 --- [XNIO-1 task-59] r.c.m.x.r.E.adminPage_COUNT : ==> Preparing: SELECT count(0) FROM t_exam_paper_answer
|
2023-05-30 16:50:45.770 DEBUG 14704 --- [XNIO-1 task-59] r.c.m.x.r.E.adminPage_COUNT : ==> Parameters:
|
2023-05-30 16:50:45.782 DEBUG 14704 --- [XNIO-1 task-59] r.c.m.x.r.E.adminPage_COUNT : <== Total: 1
|
2023-05-30 16:50:45.784 DEBUG 14704 --- [XNIO-1 task-59] r.c.m.x.r.E.adminPage : ==> Preparing: SELECT id, exam_paper_id, paper_name, paper_type, subject_id, system_score, user_score, paper_score, question_correct, question_count, do_time, status, create_user, create_time, task_exam_id FROM t_exam_paper_answer order by id desc LIMIT ?
|
2023-05-30 16:50:45.786 DEBUG 14704 --- [XNIO-1 task-59] r.c.m.x.r.E.adminPage : ==> Parameters: 10(Integer)
|
2023-05-30 16:50:45.797 DEBUG 14704 --- [XNIO-1 task-59] r.c.m.x.r.E.adminPage : <== Total: 2
|
2023-05-30 16:50:45.799 DEBUG 14704 --- [XNIO-1 task-59] r.c.m.x.r.S.selectByPrimaryKey : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ?
|
2023-05-30 16:50:45.799 DEBUG 14704 --- [XNIO-1 task-59] r.c.m.x.r.S.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-05-30 16:50:45.808 DEBUG 14704 --- [XNIO-1 task-59] r.c.m.x.r.S.selectByPrimaryKey : <== Total: 1
|
2023-05-30 16:50:45.809 DEBUG 14704 --- [XNIO-1 task-59] r.c.m.x.r.UserMapper.selectByPrimaryKey : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where id = ?
|
2023-05-30 16:50:45.810 DEBUG 14704 --- [XNIO-1 task-59] r.c.m.x.r.UserMapper.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-05-30 16:50:45.820 DEBUG 14704 --- [XNIO-1 task-59] r.c.m.x.r.UserMapper.selectByPrimaryKey : <== Total: 1
|
2023-05-30 16:50:45.822 DEBUG 14704 --- [XNIO-1 task-59] r.c.m.x.r.S.selectByPrimaryKey : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ?
|
2023-05-30 16:50:45.822 DEBUG 14704 --- [XNIO-1 task-59] r.c.m.x.r.S.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-05-30 16:50:45.832 DEBUG 14704 --- [XNIO-1 task-59] r.c.m.x.r.S.selectByPrimaryKey : <== Total: 1
|
2023-05-30 16:50:45.833 DEBUG 14704 --- [XNIO-1 task-59] r.c.m.x.r.UserMapper.selectByPrimaryKey : ==> Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where id = ?
|
2023-05-30 16:50:45.834 DEBUG 14704 --- [XNIO-1 task-59] r.c.m.x.r.UserMapper.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-05-30 16:50:45.845 DEBUG 14704 --- [XNIO-1 task-59] r.c.m.x.r.UserMapper.selectByPrimaryKey : <== Total: 1
|
2023-05-30 16:51:34.755 DEBUG 14704 --- [XNIO-1 task-60] r.c.m.x.r.SubjectMapper.allSubject : ==> Preparing: select id, name, level, level_name, item_order, deleted from t_subject
|
2023-05-30 16:51:34.755 DEBUG 14704 --- [XNIO-1 task-60] r.c.m.x.r.SubjectMapper.allSubject : ==> Parameters:
|
2023-05-30 16:51:34.758 DEBUG 14704 --- [XNIO-1 task-61] r.c.m.x.r.QuestionMapper.page_COUNT : ==> Preparing: SELECT count(0) FROM t_question WHERE deleted = 0
|
2023-05-30 16:51:34.758 DEBUG 14704 --- [XNIO-1 task-61] r.c.m.x.r.QuestionMapper.page_COUNT : ==> Parameters:
|
2023-05-30 16:51:34.764 DEBUG 14704 --- [XNIO-1 task-60] r.c.m.x.r.SubjectMapper.allSubject : <== Total: 1
|
2023-05-30 16:51:34.767 DEBUG 14704 --- [XNIO-1 task-61] r.c.m.x.r.QuestionMapper.page_COUNT : <== Total: 1
|
2023-05-30 16:51:34.771 DEBUG 14704 --- [XNIO-1 task-61] r.c.m.x.repository.QuestionMapper.page : ==> Preparing: SELECT id, question_type, subject_id, score, grade_level, difficult, correct, info_text_content_id, create_user, status, create_time, deleted FROM t_question WHERE deleted = 0 order by id desc LIMIT ?
|
2023-05-30 16:51:34.771 DEBUG 14704 --- [XNIO-1 task-61] r.c.m.x.repository.QuestionMapper.page : ==> Parameters: 10(Integer)
|
2023-05-30 16:51:34.782 DEBUG 14704 --- [XNIO-1 task-61] r.c.m.x.repository.QuestionMapper.page : <== Total: 1
|
2023-05-30 16:51:34.784 DEBUG 14704 --- [XNIO-1 task-61] r.c.m.x.r.T.selectByPrimaryKey : ==> Preparing: select id, content, create_time from t_text_content where id = ?
|
2023-05-30 16:51:34.785 DEBUG 14704 --- [XNIO-1 task-61] r.c.m.x.r.T.selectByPrimaryKey : ==> Parameters: 1(Integer)
|
2023-05-30 16:51:34.796 DEBUG 14704 --- [XNIO-1 task-61] r.c.m.x.r.T.selectByPrimaryKey : <== Total: 1
|
2023-05-30 17:57:08.387 INFO 14704 --- [Thread-18] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
|
2023-05-30 17:57:08.427 INFO 14704 --- [Thread-18] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
|
2023-05-30 17:57:08.457 INFO 14704 --- [Thread-18] io.undertow.servlet : Destroying Spring FrameworkServlet 'dispatcherServlet'
|