diff --git a/.gitignore b/.gitignore index 62414744..944fbb92 100644 --- a/.gitignore +++ b/.gitignore @@ -37,7 +37,8 @@ nbdist/ # Others *.log my.log -my.**.gz +my.log.**.gz +my.log.**.tmp *.xml.versionsBackup *.swp diff --git a/my.log.2022-08-31.014227842254400.tmp b/my.log.2022-08-31.014227842254400.tmp deleted file mode 100644 index a2f71839..00000000 --- a/my.log.2022-08-31.014227842254400.tmp +++ /dev/null @@ -1,8712 +0,0 @@ -2022-08-31 16:24:00.023 ERROR 5812 --- [quartzScheduler_Worker-2] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 16:24:00.026 ERROR 5812 --- [quartzScheduler_Worker-2] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 16:24:51.026 DEBUG 5812 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:24:51.026 DEBUG 5812 --- [http-nio-9090-exec-10] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:24:51.036 DEBUG 5812 --- [http-nio-9090-exec-10] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:24:51.036 DEBUG 5812 --- [http-nio-9090-exec-10] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:24:51.037 DEBUG 5812 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:24:51.042 ERROR 5812 --- [pool-2-thread-55] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:25:51.037 DEBUG 5812 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:25:51.038 DEBUG 5812 --- [http-nio-9090-exec-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:25:51.047 DEBUG 5812 --- [http-nio-9090-exec-2] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:25:51.047 DEBUG 5812 --- [http-nio-9090-exec-2] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:25:51.048 DEBUG 5812 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:25:51.054 ERROR 5812 --- [pool-2-thread-56] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:26:00.021 ERROR 5812 --- [quartzScheduler_Worker-2] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 16:26:00.022 ERROR 5812 --- [quartzScheduler_Worker-2] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 16:26:51.036 DEBUG 5812 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:26:51.037 DEBUG 5812 --- [http-nio-9090-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:26:51.048 DEBUG 5812 --- [http-nio-9090-exec-7] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:26:51.048 DEBUG 5812 --- [http-nio-9090-exec-7] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:26:51.049 DEBUG 5812 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:26:51.053 ERROR 5812 --- [pool-2-thread-56] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:27:51.026 DEBUG 5812 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:27:51.027 DEBUG 5812 --- [http-nio-9090-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:27:51.037 DEBUG 5812 --- [http-nio-9090-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:27:51.037 DEBUG 5812 --- [http-nio-9090-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:27:51.038 DEBUG 5812 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:27:51.044 ERROR 5812 --- [pool-2-thread-56] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:28:00.017 ERROR 5812 --- [quartzScheduler_Worker-7] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 16:28:00.018 ERROR 5812 --- [quartzScheduler_Worker-7] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 16:28:51.027 DEBUG 5812 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:28:51.028 DEBUG 5812 --- [http-nio-9090-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:28:51.038 DEBUG 5812 --- [http-nio-9090-exec-1] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:28:51.038 DEBUG 5812 --- [http-nio-9090-exec-1] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:28:51.039 DEBUG 5812 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:28:51.043 ERROR 5812 --- [pool-2-thread-56] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:29:51.034 DEBUG 5812 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:29:51.034 DEBUG 5812 --- [http-nio-9090-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:29:51.046 DEBUG 5812 --- [http-nio-9090-exec-6] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:29:51.047 DEBUG 5812 --- [http-nio-9090-exec-6] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:29:51.051 DEBUG 5812 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:29:51.056 ERROR 5812 --- [pool-2-thread-57] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:30:00.032 ERROR 5812 --- [quartzScheduler_Worker-6] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 16:30:00.033 ERROR 5812 --- [quartzScheduler_Worker-6] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 16:30:51.030 DEBUG 5812 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:30:51.031 DEBUG 5812 --- [http-nio-9090-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:30:51.041 DEBUG 5812 --- [http-nio-9090-exec-5] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:30:51.041 DEBUG 5812 --- [http-nio-9090-exec-5] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:30:51.042 DEBUG 5812 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:30:51.046 ERROR 5812 --- [pool-2-thread-57] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:31:51.028 DEBUG 5812 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:31:51.028 DEBUG 5812 --- [http-nio-9090-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:31:51.044 DEBUG 5812 --- [http-nio-9090-exec-4] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:31:51.044 DEBUG 5812 --- [http-nio-9090-exec-4] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:31:51.045 DEBUG 5812 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:31:51.049 ERROR 5812 --- [pool-2-thread-57] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:32:00.014 ERROR 5812 --- [quartzScheduler_Worker-6] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 16:32:00.015 ERROR 5812 --- [quartzScheduler_Worker-6] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 16:32:51.039 DEBUG 5812 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:32:51.040 DEBUG 5812 --- [http-nio-9090-exec-9] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:32:51.053 DEBUG 5812 --- [http-nio-9090-exec-9] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:32:51.053 DEBUG 5812 --- [http-nio-9090-exec-9] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:32:51.054 DEBUG 5812 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:32:51.059 ERROR 5812 --- [pool-2-thread-58] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:33:51.033 DEBUG 5812 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:33:51.033 DEBUG 5812 --- [http-nio-9090-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:33:51.043 DEBUG 5812 --- [http-nio-9090-exec-8] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:33:51.044 DEBUG 5812 --- [http-nio-9090-exec-8] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:33:51.044 DEBUG 5812 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:33:51.048 ERROR 5812 --- [pool-2-thread-58] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:34:00.019 ERROR 5812 --- [quartzScheduler_Worker-5] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 16:34:00.020 ERROR 5812 --- [quartzScheduler_Worker-5] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 16:34:51.029 DEBUG 5812 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:34:51.030 DEBUG 5812 --- [http-nio-9090-exec-10] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:34:51.041 DEBUG 5812 --- [http-nio-9090-exec-10] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:34:51.041 DEBUG 5812 --- [http-nio-9090-exec-10] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:34:51.043 DEBUG 5812 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:34:51.046 ERROR 5812 --- [pool-2-thread-58] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:35:51.026 DEBUG 5812 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:35:51.026 DEBUG 5812 --- [http-nio-9090-exec-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:35:51.036 DEBUG 5812 --- [http-nio-9090-exec-2] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:35:51.040 DEBUG 5812 --- [http-nio-9090-exec-2] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:35:51.042 DEBUG 5812 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:35:51.046 ERROR 5812 --- [pool-2-thread-58] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:36:00.017 ERROR 5812 --- [quartzScheduler_Worker-5] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 16:36:00.018 ERROR 5812 --- [quartzScheduler_Worker-5] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 16:36:51.030 DEBUG 5812 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:36:51.030 DEBUG 5812 --- [http-nio-9090-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:36:51.041 DEBUG 5812 --- [http-nio-9090-exec-7] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:36:51.041 DEBUG 5812 --- [http-nio-9090-exec-7] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:36:51.042 DEBUG 5812 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:36:51.050 ERROR 5812 --- [pool-2-thread-58] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:37:51.026 DEBUG 5812 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:37:51.026 DEBUG 5812 --- [http-nio-9090-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:37:51.036 DEBUG 5812 --- [http-nio-9090-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:37:51.037 DEBUG 5812 --- [http-nio-9090-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:37:51.037 DEBUG 5812 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:37:51.041 ERROR 5812 --- [pool-2-thread-58] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:38:00.019 ERROR 5812 --- [quartzScheduler_Worker-3] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 16:38:00.020 ERROR 5812 --- [quartzScheduler_Worker-3] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 16:38:51.027 DEBUG 5812 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:38:51.027 DEBUG 5812 --- [http-nio-9090-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:38:51.038 DEBUG 5812 --- [http-nio-9090-exec-1] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:38:51.038 DEBUG 5812 --- [http-nio-9090-exec-1] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:38:51.039 DEBUG 5812 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:38:51.043 ERROR 5812 --- [pool-2-thread-58] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:39:51.035 DEBUG 5812 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:39:51.036 DEBUG 5812 --- [http-nio-9090-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:39:51.046 DEBUG 5812 --- [http-nio-9090-exec-6] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:39:51.047 DEBUG 5812 --- [http-nio-9090-exec-6] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:39:51.047 DEBUG 5812 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:39:51.052 ERROR 5812 --- [pool-2-thread-59] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:40:00.025 ERROR 5812 --- [quartzScheduler_Worker-1] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 16:40:00.025 ERROR 5812 --- [quartzScheduler_Worker-1] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 16:40:51.037 DEBUG 5812 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:40:51.037 DEBUG 5812 --- [http-nio-9090-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:40:51.051 DEBUG 5812 --- [http-nio-9090-exec-5] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:40:51.051 DEBUG 5812 --- [http-nio-9090-exec-5] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:40:51.053 DEBUG 5812 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:40:51.058 ERROR 5812 --- [pool-2-thread-59] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:41:51.032 DEBUG 5812 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:41:51.033 DEBUG 5812 --- [http-nio-9090-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:41:51.043 DEBUG 5812 --- [http-nio-9090-exec-4] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:41:51.043 DEBUG 5812 --- [http-nio-9090-exec-4] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:41:51.044 DEBUG 5812 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:41:51.049 ERROR 5812 --- [pool-2-thread-59] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:42:00.018 ERROR 5812 --- [quartzScheduler_Worker-1] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 16:42:00.018 ERROR 5812 --- [quartzScheduler_Worker-1] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 16:42:51.038 DEBUG 5812 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:42:51.038 DEBUG 5812 --- [http-nio-9090-exec-9] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:42:51.051 DEBUG 5812 --- [http-nio-9090-exec-9] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:42:51.051 DEBUG 5812 --- [http-nio-9090-exec-9] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:42:51.053 DEBUG 5812 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:42:51.056 ERROR 5812 --- [pool-2-thread-59] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:43:51.025 DEBUG 5812 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:43:51.025 DEBUG 5812 --- [http-nio-9090-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:43:51.036 DEBUG 5812 --- [http-nio-9090-exec-8] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:43:51.036 DEBUG 5812 --- [http-nio-9090-exec-8] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:43:51.037 DEBUG 5812 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:43:51.042 ERROR 5812 --- [pool-2-thread-59] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:44:00.030 ERROR 5812 --- [quartzScheduler_Worker-10] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 16:44:00.030 ERROR 5812 --- [quartzScheduler_Worker-10] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 16:44:51.025 DEBUG 5812 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:44:51.027 DEBUG 5812 --- [http-nio-9090-exec-10] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:44:51.040 DEBUG 5812 --- [http-nio-9090-exec-10] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:44:51.041 DEBUG 5812 --- [http-nio-9090-exec-10] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:44:51.042 DEBUG 5812 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:44:51.045 ERROR 5812 --- [pool-2-thread-59] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:45:51.035 DEBUG 5812 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:45:51.036 DEBUG 5812 --- [http-nio-9090-exec-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:45:51.045 DEBUG 5812 --- [http-nio-9090-exec-2] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:45:51.045 DEBUG 5812 --- [http-nio-9090-exec-2] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:45:51.046 DEBUG 5812 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:45:51.052 ERROR 5812 --- [pool-2-thread-59] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:46:00.011 ERROR 5812 --- [quartzScheduler_Worker-10] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 16:46:00.012 ERROR 5812 --- [quartzScheduler_Worker-10] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 16:46:51.037 DEBUG 5812 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:46:51.037 DEBUG 5812 --- [http-nio-9090-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:46:51.048 DEBUG 5812 --- [http-nio-9090-exec-7] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:46:51.048 DEBUG 5812 --- [http-nio-9090-exec-7] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:46:51.049 DEBUG 5812 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:46:51.056 ERROR 5812 --- [pool-2-thread-59] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:47:51.031 DEBUG 5812 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:47:51.031 DEBUG 5812 --- [http-nio-9090-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:47:51.045 DEBUG 5812 --- [http-nio-9090-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:47:51.046 DEBUG 5812 --- [http-nio-9090-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:47:51.047 DEBUG 5812 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:47:51.051 ERROR 5812 --- [pool-2-thread-59] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:48:00.026 ERROR 5812 --- [quartzScheduler_Worker-8] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 16:48:00.027 ERROR 5812 --- [quartzScheduler_Worker-8] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 16:48:51.025 DEBUG 5812 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:48:51.025 DEBUG 5812 --- [http-nio-9090-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:48:51.035 DEBUG 5812 --- [http-nio-9090-exec-1] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:48:51.035 DEBUG 5812 --- [http-nio-9090-exec-1] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:48:51.036 DEBUG 5812 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:48:51.041 ERROR 5812 --- [pool-2-thread-59] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:49:51.035 DEBUG 5812 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:49:51.036 DEBUG 5812 --- [http-nio-9090-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:49:51.047 DEBUG 5812 --- [http-nio-9090-exec-6] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:49:51.047 DEBUG 5812 --- [http-nio-9090-exec-6] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:49:51.048 DEBUG 5812 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:49:51.052 ERROR 5812 --- [pool-2-thread-59] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:50:00.023 ERROR 5812 --- [quartzScheduler_Worker-7] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 16:50:00.024 ERROR 5812 --- [quartzScheduler_Worker-7] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 16:50:51.038 DEBUG 5812 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:50:51.039 DEBUG 5812 --- [http-nio-9090-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:50:51.052 DEBUG 5812 --- [http-nio-9090-exec-5] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:50:51.052 DEBUG 5812 --- [http-nio-9090-exec-5] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:50:51.053 DEBUG 5812 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:50:51.057 ERROR 5812 --- [pool-2-thread-59] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:51:51.033 DEBUG 5812 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:51:51.033 DEBUG 5812 --- [http-nio-9090-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:51:51.047 DEBUG 5812 --- [http-nio-9090-exec-4] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:51:51.047 DEBUG 5812 --- [http-nio-9090-exec-4] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:51:51.048 DEBUG 5812 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:51:51.052 ERROR 5812 --- [pool-2-thread-59] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:52:00.025 ERROR 5812 --- [quartzScheduler_Worker-7] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 16:52:00.026 ERROR 5812 --- [quartzScheduler_Worker-7] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 16:52:51.027 DEBUG 5812 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:52:51.028 DEBUG 5812 --- [http-nio-9090-exec-9] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:52:51.040 DEBUG 5812 --- [http-nio-9090-exec-9] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:52:51.041 DEBUG 5812 --- [http-nio-9090-exec-9] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:52:51.041 DEBUG 5812 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:52:51.046 ERROR 5812 --- [pool-2-thread-59] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:53:51.032 DEBUG 5812 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:53:51.032 DEBUG 5812 --- [http-nio-9090-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:53:51.042 DEBUG 5812 --- [http-nio-9090-exec-8] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:53:51.043 DEBUG 5812 --- [http-nio-9090-exec-8] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:53:51.043 DEBUG 5812 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:53:51.047 ERROR 5812 --- [pool-2-thread-59] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:54:00.025 ERROR 5812 --- [quartzScheduler_Worker-6] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 16:54:00.029 ERROR 5812 --- [quartzScheduler_Worker-6] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 16:54:51.033 DEBUG 5812 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:54:51.035 DEBUG 5812 --- [http-nio-9090-exec-10] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:54:51.044 DEBUG 5812 --- [http-nio-9090-exec-10] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:54:51.044 DEBUG 5812 --- [http-nio-9090-exec-10] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:54:51.045 DEBUG 5812 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:54:51.049 ERROR 5812 --- [pool-2-thread-59] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:55:51.026 DEBUG 5812 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:55:51.027 DEBUG 5812 --- [http-nio-9090-exec-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:55:51.037 DEBUG 5812 --- [http-nio-9090-exec-2] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:55:51.037 DEBUG 5812 --- [http-nio-9090-exec-2] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:55:51.038 DEBUG 5812 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:55:51.043 ERROR 5812 --- [pool-2-thread-59] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:56:00.016 ERROR 5812 --- [quartzScheduler_Worker-6] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 16:56:00.017 ERROR 5812 --- [quartzScheduler_Worker-6] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 16:56:51.025 DEBUG 5812 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:56:51.025 DEBUG 5812 --- [http-nio-9090-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:56:51.035 DEBUG 5812 --- [http-nio-9090-exec-7] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:56:51.035 DEBUG 5812 --- [http-nio-9090-exec-7] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:56:51.036 DEBUG 5812 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:56:51.040 ERROR 5812 --- [pool-2-thread-59] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:57:51.032 DEBUG 5812 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:57:51.032 DEBUG 5812 --- [http-nio-9090-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:57:51.044 DEBUG 5812 --- [http-nio-9090-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:57:51.044 DEBUG 5812 --- [http-nio-9090-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:57:51.045 DEBUG 5812 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:57:51.050 ERROR 5812 --- [pool-2-thread-60] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:58:00.029 ERROR 5812 --- [quartzScheduler_Worker-2] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 16:58:00.030 ERROR 5812 --- [quartzScheduler_Worker-2] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 16:58:51.029 DEBUG 5812 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:58:51.030 DEBUG 5812 --- [http-nio-9090-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:58:51.049 DEBUG 5812 --- [http-nio-9090-exec-1] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:58:51.050 DEBUG 5812 --- [http-nio-9090-exec-1] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:58:51.050 DEBUG 5812 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:58:51.054 ERROR 5812 --- [pool-2-thread-60] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 16:59:51.027 DEBUG 5812 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 16:59:51.028 DEBUG 5812 --- [http-nio-9090-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 16:59:51.038 DEBUG 5812 --- [http-nio-9090-exec-6] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 16:59:51.038 DEBUG 5812 --- [http-nio-9090-exec-6] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 16:59:51.039 DEBUG 5812 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 16:59:51.044 ERROR 5812 --- [pool-2-thread-60] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:00:00.023 ERROR 5812 --- [quartzScheduler_Worker-3] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 17:00:00.024 ERROR 5812 --- [quartzScheduler_Worker-3] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 17:00:51.028 DEBUG 5812 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:00:51.029 DEBUG 5812 --- [http-nio-9090-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:00:51.039 DEBUG 5812 --- [http-nio-9090-exec-5] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:00:51.039 DEBUG 5812 --- [http-nio-9090-exec-5] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:00:51.040 DEBUG 5812 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:00:51.045 ERROR 5812 --- [pool-2-thread-60] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:01:51.024 DEBUG 5812 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:01:51.025 DEBUG 5812 --- [http-nio-9090-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:01:51.039 DEBUG 5812 --- [http-nio-9090-exec-4] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:01:51.039 DEBUG 5812 --- [http-nio-9090-exec-4] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:01:51.040 DEBUG 5812 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:01:51.044 ERROR 5812 --- [pool-2-thread-60] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:02:00.013 ERROR 5812 --- [quartzScheduler_Worker-3] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 17:02:00.013 ERROR 5812 --- [quartzScheduler_Worker-3] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 17:02:51.037 DEBUG 5812 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:02:51.038 DEBUG 5812 --- [http-nio-9090-exec-9] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:02:51.048 DEBUG 5812 --- [http-nio-9090-exec-9] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:02:51.048 DEBUG 5812 --- [http-nio-9090-exec-9] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:02:51.049 DEBUG 5812 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:02:51.055 ERROR 5812 --- [pool-2-thread-61] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:03:51.034 DEBUG 5812 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:03:51.035 DEBUG 5812 --- [http-nio-9090-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:03:51.046 DEBUG 5812 --- [http-nio-9090-exec-8] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:03:51.046 DEBUG 5812 --- [http-nio-9090-exec-8] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:03:51.047 DEBUG 5812 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:03:51.051 ERROR 5812 --- [pool-2-thread-61] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:04:00.016 ERROR 5812 --- [quartzScheduler_Worker-8] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 17:04:00.022 ERROR 5812 --- [quartzScheduler_Worker-8] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 17:04:51.022 DEBUG 5812 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:04:51.023 DEBUG 5812 --- [http-nio-9090-exec-10] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:04:51.033 DEBUG 5812 --- [http-nio-9090-exec-10] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:04:51.034 DEBUG 5812 --- [http-nio-9090-exec-10] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:04:51.034 DEBUG 5812 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:04:51.043 ERROR 5812 --- [pool-2-thread-61] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:05:51.037 DEBUG 5812 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:05:51.038 DEBUG 5812 --- [http-nio-9090-exec-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:05:51.047 DEBUG 5812 --- [http-nio-9090-exec-2] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:05:51.047 DEBUG 5812 --- [http-nio-9090-exec-2] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:05:51.048 DEBUG 5812 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:05:51.052 ERROR 5812 --- [pool-2-thread-61] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:06:00.029 ERROR 5812 --- [quartzScheduler_Worker-8] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 17:06:00.029 ERROR 5812 --- [quartzScheduler_Worker-8] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 17:06:51.035 DEBUG 5812 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:06:51.036 DEBUG 5812 --- [http-nio-9090-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:06:51.046 DEBUG 5812 --- [http-nio-9090-exec-7] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:06:51.046 DEBUG 5812 --- [http-nio-9090-exec-7] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:06:51.047 DEBUG 5812 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:06:51.051 ERROR 5812 --- [pool-2-thread-61] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:07:51.036 DEBUG 5812 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:07:51.036 DEBUG 5812 --- [http-nio-9090-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:07:51.046 DEBUG 5812 --- [http-nio-9090-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:07:51.047 DEBUG 5812 --- [http-nio-9090-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:07:51.047 DEBUG 5812 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:07:51.053 ERROR 5812 --- [pool-2-thread-61] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:08:00.022 ERROR 5812 --- [quartzScheduler_Worker-10] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 17:08:00.022 ERROR 5812 --- [quartzScheduler_Worker-10] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 17:08:51.033 DEBUG 5812 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:08:51.033 DEBUG 5812 --- [http-nio-9090-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:08:51.043 DEBUG 5812 --- [http-nio-9090-exec-1] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:08:51.044 DEBUG 5812 --- [http-nio-9090-exec-1] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:08:51.044 DEBUG 5812 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:08:51.053 ERROR 5812 --- [pool-2-thread-61] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:09:51.038 DEBUG 5812 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:09:51.038 DEBUG 5812 --- [http-nio-9090-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:09:51.052 DEBUG 5812 --- [http-nio-9090-exec-6] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:09:51.052 DEBUG 5812 --- [http-nio-9090-exec-6] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:09:51.053 DEBUG 5812 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:09:51.057 ERROR 5812 --- [pool-2-thread-61] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:10:00.029 ERROR 5812 --- [quartzScheduler_Worker-4] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 17:10:00.030 ERROR 5812 --- [quartzScheduler_Worker-4] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 17:10:51.030 DEBUG 5812 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:10:51.030 DEBUG 5812 --- [http-nio-9090-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:10:51.045 DEBUG 5812 --- [http-nio-9090-exec-5] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:10:51.045 DEBUG 5812 --- [http-nio-9090-exec-5] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:10:51.046 DEBUG 5812 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:10:51.051 ERROR 5812 --- [pool-2-thread-61] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:11:51.036 DEBUG 5812 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:11:51.036 DEBUG 5812 --- [http-nio-9090-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:11:51.048 DEBUG 5812 --- [http-nio-9090-exec-4] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:11:51.048 DEBUG 5812 --- [http-nio-9090-exec-4] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:11:51.049 DEBUG 5812 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:11:51.053 ERROR 5812 --- [pool-2-thread-61] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:12:00.028 ERROR 5812 --- [quartzScheduler_Worker-4] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 17:12:00.028 ERROR 5812 --- [quartzScheduler_Worker-4] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 17:12:51.034 DEBUG 5812 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:12:51.035 DEBUG 5812 --- [http-nio-9090-exec-9] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:12:51.044 DEBUG 5812 --- [http-nio-9090-exec-9] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:12:51.045 DEBUG 5812 --- [http-nio-9090-exec-9] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:12:51.045 DEBUG 5812 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:12:51.050 ERROR 5812 --- [pool-2-thread-61] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:13:51.027 DEBUG 5812 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:13:51.027 DEBUG 5812 --- [http-nio-9090-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:13:51.041 DEBUG 5812 --- [http-nio-9090-exec-8] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:13:51.041 DEBUG 5812 --- [http-nio-9090-exec-8] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:13:51.042 DEBUG 5812 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:13:51.046 ERROR 5812 --- [pool-2-thread-61] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:14:00.023 ERROR 5812 --- [quartzScheduler_Worker-9] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 17:14:00.023 ERROR 5812 --- [quartzScheduler_Worker-9] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 17:14:51.033 DEBUG 5812 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:14:51.033 DEBUG 5812 --- [http-nio-9090-exec-10] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:14:51.047 DEBUG 5812 --- [http-nio-9090-exec-10] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:14:51.047 DEBUG 5812 --- [http-nio-9090-exec-10] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:14:51.049 DEBUG 5812 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:14:51.053 ERROR 5812 --- [pool-2-thread-61] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:15:51.035 DEBUG 5812 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:15:51.035 DEBUG 5812 --- [http-nio-9090-exec-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:15:51.044 DEBUG 5812 --- [http-nio-9090-exec-2] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:15:51.045 DEBUG 5812 --- [http-nio-9090-exec-2] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:15:51.046 DEBUG 5812 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:15:51.050 ERROR 5812 --- [pool-2-thread-61] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:16:00.013 ERROR 5812 --- [quartzScheduler_Worker-9] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 17:16:00.014 ERROR 5812 --- [quartzScheduler_Worker-9] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 17:16:51.038 DEBUG 5812 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:16:51.039 DEBUG 5812 --- [http-nio-9090-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:16:51.049 DEBUG 5812 --- [http-nio-9090-exec-7] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:16:51.050 DEBUG 5812 --- [http-nio-9090-exec-7] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:16:51.050 DEBUG 5812 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:16:51.055 ERROR 5812 --- [pool-2-thread-61] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:17:51.033 DEBUG 5812 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:17:51.034 DEBUG 5812 --- [http-nio-9090-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:17:51.043 DEBUG 5812 --- [http-nio-9090-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:17:51.043 DEBUG 5812 --- [http-nio-9090-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:17:51.044 DEBUG 5812 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:17:51.049 ERROR 5812 --- [pool-2-thread-61] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:18:00.020 ERROR 5812 --- [quartzScheduler_Worker-1] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 17:18:00.021 ERROR 5812 --- [quartzScheduler_Worker-1] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 17:18:51.038 DEBUG 5812 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:18:51.039 DEBUG 5812 --- [http-nio-9090-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:18:51.048 DEBUG 5812 --- [http-nio-9090-exec-1] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:18:51.049 DEBUG 5812 --- [http-nio-9090-exec-1] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:18:51.054 DEBUG 5812 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:18:51.058 ERROR 5812 --- [pool-2-thread-61] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:19:51.030 DEBUG 5812 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:19:51.030 DEBUG 5812 --- [http-nio-9090-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:19:51.039 DEBUG 5812 --- [http-nio-9090-exec-6] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:19:51.040 DEBUG 5812 --- [http-nio-9090-exec-6] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:19:51.040 DEBUG 5812 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:19:51.045 ERROR 5812 --- [pool-2-thread-61] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:20:00.026 ERROR 5812 --- [quartzScheduler_Worker-7] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 17:20:00.027 ERROR 5812 --- [quartzScheduler_Worker-7] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 17:20:51.030 DEBUG 5812 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:20:51.030 DEBUG 5812 --- [http-nio-9090-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:20:51.040 DEBUG 5812 --- [http-nio-9090-exec-5] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:20:51.040 DEBUG 5812 --- [http-nio-9090-exec-5] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:20:51.041 DEBUG 5812 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:20:51.045 ERROR 5812 --- [pool-2-thread-61] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:21:51.025 DEBUG 5812 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:21:51.025 DEBUG 5812 --- [http-nio-9090-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:21:51.039 DEBUG 5812 --- [http-nio-9090-exec-4] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:21:51.039 DEBUG 5812 --- [http-nio-9090-exec-4] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:21:51.040 DEBUG 5812 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:21:51.044 ERROR 5812 --- [pool-2-thread-61] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:22:00.013 ERROR 5812 --- [quartzScheduler_Worker-7] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 17:22:00.014 ERROR 5812 --- [quartzScheduler_Worker-7] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 17:22:51.032 DEBUG 5812 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:22:51.033 DEBUG 5812 --- [http-nio-9090-exec-9] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:22:51.043 DEBUG 5812 --- [http-nio-9090-exec-9] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:22:51.043 DEBUG 5812 --- [http-nio-9090-exec-9] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:22:51.044 DEBUG 5812 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:22:51.049 ERROR 5812 --- [pool-2-thread-61] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:23:51.032 DEBUG 5812 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:23:51.032 DEBUG 5812 --- [http-nio-9090-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:23:51.044 DEBUG 5812 --- [http-nio-9090-exec-8] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:23:51.044 DEBUG 5812 --- [http-nio-9090-exec-8] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:23:51.045 DEBUG 5812 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:23:51.049 ERROR 5812 --- [pool-2-thread-61] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:24:00.017 ERROR 5812 --- [quartzScheduler_Worker-3] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 17:24:00.017 ERROR 5812 --- [quartzScheduler_Worker-3] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 17:24:51.037 DEBUG 5812 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:24:51.037 DEBUG 5812 --- [http-nio-9090-exec-10] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:24:51.047 DEBUG 5812 --- [http-nio-9090-exec-10] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:24:51.047 DEBUG 5812 --- [http-nio-9090-exec-10] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:24:51.048 DEBUG 5812 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:24:51.051 ERROR 5812 --- [pool-2-thread-61] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:25:51.029 DEBUG 5812 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:25:51.030 DEBUG 5812 --- [http-nio-9090-exec-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:25:51.040 DEBUG 5812 --- [http-nio-9090-exec-2] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:25:51.041 DEBUG 5812 --- [http-nio-9090-exec-2] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:25:51.041 DEBUG 5812 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:25:51.046 ERROR 5812 --- [pool-2-thread-61] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:26:00.019 ERROR 5812 --- [quartzScheduler_Worker-3] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 17:26:00.020 ERROR 5812 --- [quartzScheduler_Worker-3] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 17:26:51.027 DEBUG 5812 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:26:51.028 DEBUG 5812 --- [http-nio-9090-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:26:51.039 DEBUG 5812 --- [http-nio-9090-exec-7] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:26:51.039 DEBUG 5812 --- [http-nio-9090-exec-7] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:26:51.040 DEBUG 5812 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:26:51.044 ERROR 5812 --- [pool-2-thread-61] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:27:51.025 DEBUG 5812 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:27:51.026 DEBUG 5812 --- [http-nio-9090-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:27:51.039 DEBUG 5812 --- [http-nio-9090-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:27:51.039 DEBUG 5812 --- [http-nio-9090-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:27:51.040 DEBUG 5812 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:27:51.044 ERROR 5812 --- [pool-2-thread-61] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:28:00.022 ERROR 5812 --- [quartzScheduler_Worker-8] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 17:28:00.022 ERROR 5812 --- [quartzScheduler_Worker-8] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 17:28:51.027 DEBUG 5812 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:28:51.027 DEBUG 5812 --- [http-nio-9090-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:28:51.038 DEBUG 5812 --- [http-nio-9090-exec-1] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:28:51.038 DEBUG 5812 --- [http-nio-9090-exec-1] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:28:51.039 DEBUG 5812 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:28:51.043 ERROR 5812 --- [pool-2-thread-61] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:29:51.037 DEBUG 5812 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:29:51.037 DEBUG 5812 --- [http-nio-9090-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:29:51.047 DEBUG 5812 --- [http-nio-9090-exec-6] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:29:51.048 DEBUG 5812 --- [http-nio-9090-exec-6] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:29:51.049 DEBUG 5812 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:29:51.057 ERROR 5812 --- [pool-2-thread-62] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:30:00.031 ERROR 5812 --- [quartzScheduler_Worker-10] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 17:30:00.032 ERROR 5812 --- [quartzScheduler_Worker-10] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 17:30:51.027 DEBUG 5812 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:30:51.028 DEBUG 5812 --- [http-nio-9090-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:30:51.038 DEBUG 5812 --- [http-nio-9090-exec-5] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:30:51.039 DEBUG 5812 --- [http-nio-9090-exec-5] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:30:51.039 DEBUG 5812 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:30:51.045 ERROR 5812 --- [pool-2-thread-62] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:31:51.038 DEBUG 5812 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:31:51.038 DEBUG 5812 --- [http-nio-9090-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:31:51.051 DEBUG 5812 --- [http-nio-9090-exec-4] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:31:51.051 DEBUG 5812 --- [http-nio-9090-exec-4] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:31:51.052 DEBUG 5812 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:31:51.056 ERROR 5812 --- [pool-2-thread-63] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:32:00.017 ERROR 5812 --- [quartzScheduler_Worker-10] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 17:32:00.018 ERROR 5812 --- [quartzScheduler_Worker-10] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 17:32:51.032 DEBUG 5812 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:32:51.033 DEBUG 5812 --- [http-nio-9090-exec-9] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:32:51.042 DEBUG 5812 --- [http-nio-9090-exec-9] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:32:51.042 DEBUG 5812 --- [http-nio-9090-exec-9] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:32:51.043 DEBUG 5812 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:32:51.047 ERROR 5812 --- [pool-2-thread-63] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:33:51.024 DEBUG 5812 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:33:51.024 DEBUG 5812 --- [http-nio-9090-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:33:51.035 DEBUG 5812 --- [http-nio-9090-exec-8] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:33:51.036 DEBUG 5812 --- [http-nio-9090-exec-8] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:33:51.036 DEBUG 5812 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:33:51.040 ERROR 5812 --- [pool-2-thread-63] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:34:00.018 ERROR 5812 --- [quartzScheduler_Worker-4] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 17:34:00.020 ERROR 5812 --- [quartzScheduler_Worker-4] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 17:34:51.038 DEBUG 5812 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:34:51.038 DEBUG 5812 --- [http-nio-9090-exec-10] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:34:51.047 DEBUG 5812 --- [http-nio-9090-exec-10] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:34:51.047 DEBUG 5812 --- [http-nio-9090-exec-10] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:34:51.048 DEBUG 5812 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:34:51.052 ERROR 5812 --- [pool-2-thread-63] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:35:51.028 DEBUG 5812 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:35:51.029 DEBUG 5812 --- [http-nio-9090-exec-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:35:51.043 DEBUG 5812 --- [http-nio-9090-exec-2] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:35:51.043 DEBUG 5812 --- [http-nio-9090-exec-2] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:35:51.044 DEBUG 5812 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:35:51.047 ERROR 5812 --- [pool-2-thread-63] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:36:00.026 ERROR 5812 --- [quartzScheduler_Worker-4] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 17:36:00.027 ERROR 5812 --- [quartzScheduler_Worker-4] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 17:36:51.032 DEBUG 5812 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:36:51.033 DEBUG 5812 --- [http-nio-9090-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:36:51.042 DEBUG 5812 --- [http-nio-9090-exec-7] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:36:51.043 DEBUG 5812 --- [http-nio-9090-exec-7] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:36:51.043 DEBUG 5812 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:36:51.047 ERROR 5812 --- [pool-2-thread-63] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:37:51.033 DEBUG 5812 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:37:51.033 DEBUG 5812 --- [http-nio-9090-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:37:51.043 DEBUG 5812 --- [http-nio-9090-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:37:51.044 DEBUG 5812 --- [http-nio-9090-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:37:51.044 DEBUG 5812 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:37:51.048 ERROR 5812 --- [pool-2-thread-63] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:38:00.014 ERROR 5812 --- [quartzScheduler_Worker-9] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 17:38:00.015 ERROR 5812 --- [quartzScheduler_Worker-9] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 17:38:51.032 DEBUG 5812 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:38:51.032 DEBUG 5812 --- [http-nio-9090-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:38:51.043 DEBUG 5812 --- [http-nio-9090-exec-1] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:38:51.043 DEBUG 5812 --- [http-nio-9090-exec-1] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:38:51.044 DEBUG 5812 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:38:51.048 ERROR 5812 --- [pool-2-thread-63] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:39:51.028 DEBUG 5812 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:39:51.028 DEBUG 5812 --- [http-nio-9090-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:39:51.038 DEBUG 5812 --- [http-nio-9090-exec-6] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:39:51.039 DEBUG 5812 --- [http-nio-9090-exec-6] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:39:51.040 DEBUG 5812 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:39:51.044 ERROR 5812 --- [pool-2-thread-63] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:40:00.023 ERROR 5812 --- [quartzScheduler_Worker-1] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 17:40:00.024 ERROR 5812 --- [quartzScheduler_Worker-1] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 17:40:51.023 DEBUG 5812 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:40:51.024 DEBUG 5812 --- [http-nio-9090-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:40:51.034 DEBUG 5812 --- [http-nio-9090-exec-5] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:40:51.034 DEBUG 5812 --- [http-nio-9090-exec-5] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:40:51.035 DEBUG 5812 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:40:51.039 ERROR 5812 --- [pool-2-thread-63] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:41:51.038 DEBUG 5812 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:41:51.039 DEBUG 5812 --- [http-nio-9090-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:41:51.049 DEBUG 5812 --- [http-nio-9090-exec-4] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:41:51.050 DEBUG 5812 --- [http-nio-9090-exec-4] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:41:51.051 DEBUG 5812 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:41:51.055 ERROR 5812 --- [pool-2-thread-64] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:42:00.028 ERROR 5812 --- [quartzScheduler_Worker-1] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 17:42:00.029 ERROR 5812 --- [quartzScheduler_Worker-1] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 17:42:51.028 DEBUG 5812 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:42:51.029 DEBUG 5812 --- [http-nio-9090-exec-9] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:42:51.049 DEBUG 5812 --- [http-nio-9090-exec-9] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:42:51.049 DEBUG 5812 --- [http-nio-9090-exec-9] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:42:51.049 DEBUG 5812 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:42:51.053 ERROR 5812 --- [pool-2-thread-64] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:43:51.030 DEBUG 5812 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:43:51.031 DEBUG 5812 --- [http-nio-9090-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:43:51.041 DEBUG 5812 --- [http-nio-9090-exec-8] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:43:51.042 DEBUG 5812 --- [http-nio-9090-exec-8] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:43:51.043 DEBUG 5812 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:43:51.046 ERROR 5812 --- [pool-2-thread-64] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:44:00.025 ERROR 5812 --- [quartzScheduler_Worker-7] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 17:44:00.026 ERROR 5812 --- [quartzScheduler_Worker-7] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 17:44:51.024 DEBUG 5812 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:44:51.024 DEBUG 5812 --- [http-nio-9090-exec-10] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:44:51.034 DEBUG 5812 --- [http-nio-9090-exec-10] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:44:51.035 DEBUG 5812 --- [http-nio-9090-exec-10] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:44:51.035 DEBUG 5812 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:44:51.040 ERROR 5812 --- [pool-2-thread-64] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:45:51.032 DEBUG 5812 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:45:51.032 DEBUG 5812 --- [http-nio-9090-exec-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:45:51.042 DEBUG 5812 --- [http-nio-9090-exec-2] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:45:51.045 DEBUG 5812 --- [http-nio-9090-exec-2] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:45:51.046 DEBUG 5812 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:45:51.051 ERROR 5812 --- [pool-2-thread-65] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:46:00.032 ERROR 5812 --- [quartzScheduler_Worker-7] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 17:46:00.033 ERROR 5812 --- [quartzScheduler_Worker-7] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 17:46:51.028 DEBUG 5812 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:46:51.029 DEBUG 5812 --- [http-nio-9090-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:46:51.038 DEBUG 5812 --- [http-nio-9090-exec-7] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:46:51.038 DEBUG 5812 --- [http-nio-9090-exec-7] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:46:51.038 DEBUG 5812 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:46:51.043 ERROR 5812 --- [pool-2-thread-65] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:47:51.037 DEBUG 5812 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:47:51.038 DEBUG 5812 --- [http-nio-9090-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:47:51.047 DEBUG 5812 --- [http-nio-9090-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:47:51.047 DEBUG 5812 --- [http-nio-9090-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:47:51.048 DEBUG 5812 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:47:51.053 ERROR 5812 --- [pool-2-thread-65] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:48:00.024 ERROR 5812 --- [quartzScheduler_Worker-3] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 17:48:00.024 ERROR 5812 --- [quartzScheduler_Worker-3] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 17:48:51.029 DEBUG 5812 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:48:51.030 DEBUG 5812 --- [http-nio-9090-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:48:51.040 DEBUG 5812 --- [http-nio-9090-exec-1] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:48:51.041 DEBUG 5812 --- [http-nio-9090-exec-1] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:48:51.045 DEBUG 5812 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:48:51.049 ERROR 5812 --- [pool-2-thread-65] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:49:51.030 DEBUG 5812 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 17:49:51.030 DEBUG 5812 --- [http-nio-9090-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 17:49:51.041 DEBUG 5812 --- [http-nio-9090-exec-6] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 17:49:51.041 DEBUG 5812 --- [http-nio-9090-exec-6] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 17:49:51.041 DEBUG 5812 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 17:49:51.047 ERROR 5812 --- [pool-2-thread-65] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$e72f4c26.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 17:50:00.028 ERROR 5812 --- [quartzScheduler_Worker-2] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source) ~[na:na] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) [spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$5daaf5e6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 33 common frames omitted - -2022-08-31 17:50:00.029 ERROR 5812 --- [quartzScheduler_Worker-2] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 20:42:40.089 INFO 25956 --- [restartedMain] cn.jlw.web.WebApplication : Starting WebApplication on LAPTOP-NAT8KH12 with PID 25956 (D:\work\java\tzcj\admin\web\target\classes started by 87966 in D:\work\java\tzcj\admin) -2022-08-31 20:42:40.104 INFO 25956 --- [restartedMain] cn.jlw.web.WebApplication : No active profile set, falling back to default profiles: default -2022-08-31 20:42:40.200 INFO 25956 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable -2022-08-31 20:42:40.200 INFO 25956 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' -2022-08-31 20:42:46.824 INFO 20456 --- [restartedMain] cn.jlw.web.WebApplication : Starting WebApplication on LAPTOP-NAT8KH12 with PID 20456 (D:\work\java\tzcj\admin\web\target\classes started by 87966 in D:\work\java\tzcj\admin) -2022-08-31 20:42:46.832 INFO 20456 --- [restartedMain] cn.jlw.web.WebApplication : No active profile set, falling back to default profiles: default -2022-08-31 20:42:46.934 INFO 20456 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable -2022-08-31 20:42:46.934 INFO 20456 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' -2022-08-31 20:43:05.913 INFO 25956 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! -2022-08-31 20:43:05.918 INFO 25956 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. -2022-08-31 20:43:06.038 INFO 25956 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 94ms. Found 0 repository interfaces. -2022-08-31 20:43:06.996 INFO 25956 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8b62b6c6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2022-08-31 20:43:17.264 INFO 27188 --- [restartedMain] cn.jlw.web.WebApplication : Starting WebApplication on LAPTOP-NAT8KH12 with PID 27188 (D:\work\java\tzcj\admin\web\target\classes started by 87966 in D:\work\java\tzcj\admin) -2022-08-31 20:43:17.270 INFO 27188 --- [restartedMain] cn.jlw.web.WebApplication : No active profile set, falling back to default profiles: default -2022-08-31 20:43:17.366 INFO 27188 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable -2022-08-31 20:43:17.367 INFO 27188 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' -2022-08-31 20:43:39.029 INFO 27188 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! -2022-08-31 20:43:39.033 INFO 27188 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. -2022-08-31 20:43:39.123 INFO 27188 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 69ms. Found 0 repository interfaces. -2022-08-31 20:43:39.896 INFO 27188 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a83ace2c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2022-08-31 20:43:41.497 INFO 27188 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9090 (http) -2022-08-31 20:43:41.537 INFO 27188 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2022-08-31 20:43:41.538 INFO 27188 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.24] -2022-08-31 20:43:41.858 INFO 27188 --- [restartedMain] o.a.c.c.C.[.[localhost].[/server] : Initializing Spring embedded WebApplicationContext -2022-08-31 20:43:41.859 DEBUG 27188 --- [restartedMain] o.s.web.context.ContextLoader : Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT] -2022-08-31 20:43:41.859 INFO 27188 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 24492 ms -2022-08-31 20:43:42.020 ERROR 27188 --- [restartedMain] o.apache.catalina.valves.AccessLogValve : Failed to create directory [E:\pro\admin\tomcatLogs] for access logs -2022-08-31 20:43:42.020 ERROR 27188 --- [restartedMain] o.apache.catalina.valves.AccessLogValve : Failed to create directory [E:\pro\admin\tomcatLogs] for access logs -2022-08-31 20:43:42.028 ERROR 27188 --- [restartedMain] o.apache.catalina.valves.AccessLogValve : Failed to open access log file [E:\pro\admin\tomcatLogs\access_log.2022-08-31.log] - -java.io.FileNotFoundException: E:\pro\admin\tomcatLogs\access_log.2022-08-31.log (系统找不到指定的路径。) - at java.io.FileOutputStream.open0(Native Method) ~[na:1.8.0_312] - at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[na:1.8.0_312] - at java.io.FileOutputStream.(FileOutputStream.java:213) ~[na:1.8.0_312] - at org.apache.catalina.valves.AccessLogValve.open(AccessLogValve.java:651) [tomcat-embed-core-9.0.24.jar:9.0.24] - at org.apache.catalina.valves.AccessLogValve.startInternal(AccessLogValve.java:685) [tomcat-embed-core-9.0.24.jar:9.0.24] - at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) [tomcat-embed-core-9.0.24.jar:9.0.24] - at org.apache.catalina.core.StandardPipeline.startInternal(StandardPipeline.java:181) [tomcat-embed-core-9.0.24.jar:9.0.24] - at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) [tomcat-embed-core-9.0.24.jar:9.0.24] - at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:933) [tomcat-embed-core-9.0.24.jar:9.0.24] - at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262) [tomcat-embed-core-9.0.24.jar:9.0.24] - at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) [tomcat-embed-core-9.0.24.jar:9.0.24] - at org.apache.catalina.core.StandardService.startInternal(StandardService.java:421) [tomcat-embed-core-9.0.24.jar:9.0.24] - at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) [tomcat-embed-core-9.0.24.jar:9.0.24] - at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:932) [tomcat-embed-core-9.0.24.jar:9.0.24] - at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) [tomcat-embed-core-9.0.24.jar:9.0.24] - at org.apache.catalina.startup.Tomcat.start(Tomcat.java:459) [tomcat-embed-core-9.0.24.jar:9.0.24] - at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:105) [spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE] - at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.(TomcatWebServer.java:86) [spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE] - at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getTomcatWebServer(TomcatServletWebServerFactory.java:416) [spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE] - at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getWebServer(TomcatServletWebServerFactory.java:180) [spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE] - at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:180) [spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE] - at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:153) [spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE] - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543) [spring-context-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141) [spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE] - at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:744) [spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE] - at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:391) [spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE] - at org.springframework.boot.SpringApplication.run(SpringApplication.java:312) [spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE] - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215) [spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE] - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1204) [spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE] - at cn.jlw.web.WebApplication.main(WebApplication.java:25) [classes/:na] - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_312] - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_312] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) [spring-boot-devtools-2.1.8.RELEASE.jar:2.1.8.RELEASE] - -2022-08-31 20:43:42.332 INFO 27188 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Starting... -2022-08-31 20:43:42.553 INFO 27188 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Start completed. -2022-08-31 20:43:45.577 INFO 27188 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor -2022-08-31 20:43:45.598 INFO 27188 --- [restartedMain] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl -2022-08-31 20:43:45.598 INFO 27188 --- [restartedMain] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.1 created. -2022-08-31 20:43:45.600 INFO 27188 --- [restartedMain] org.quartz.simpl.RAMJobStore : RAMJobStore initialized. -2022-08-31 20:43:45.601 INFO 27188 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.1) 'quartzScheduler' with instanceId 'NON_CLUSTERED' - Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. - NOT STARTED. - Currently in standby mode. - Number of jobs executed: 0 - Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads. - Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. - -2022-08-31 20:43:45.602 INFO 27188 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. -2022-08-31 20:43:45.602 INFO 27188 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.1 -2022-08-31 20:43:45.602 INFO 27188 --- [restartedMain] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@9d22584 -2022-08-31 20:43:46.403 DEBUG 27188 --- [restartedMain] o.s.w.s.handler.SimpleUrlHandlerMapping : Patterns [/**/favicon.ico] in 'faviconHandlerMapping' -2022-08-31 20:43:46.804 INFO 27188 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2022-08-31 20:43:46.868 DEBUG 27188 --- [restartedMain] s.w.s.m.m.a.RequestMappingHandlerAdapter : ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 2 ResponseBodyAdvice -2022-08-31 20:43:47.128 DEBUG 27188 --- [restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : 706 mappings in 'requestMappingHandlerMapping' -2022-08-31 20:43:47.166 INFO 27188 --- [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index -2022-08-31 20:43:47.201 INFO 27188 --- [restartedMain] rConfig$$EnhancerBySpringCGLIB$$5ee2d853 : 路径1 D:\work\java\tzcj\admin\web -2022-08-31 20:43:47.202 INFO 27188 --- [restartedMain] MVCConf$$EnhancerBySpringCGLIB$$96e9dd25 : 路径2 D:\work\java\tzcj\admin\web -2022-08-31 20:43:47.206 DEBUG 27188 --- [restartedMain] o.s.w.s.handler.SimpleUrlHandlerMapping : Patterns [/webjars/**, /**, //server/filesystem/courseInfo/**, //server/filesystem/temp/**, //server/filesystem/zip/**, //server/images/**, /filesystem/courseInfo/**, /filesystem/temp/**, /filesystem/zip/**, /filesystem/wxhf/**, /filesystem/html/**, /images/**] in 'resourceHandlerMapping' -2022-08-31 20:43:47.236 DEBUG 27188 --- [restartedMain] .m.m.a.ExceptionHandlerExceptionResolver : ControllerAdvice beans: 0 @ExceptionHandler, 2 ResponseBodyAdvice -2022-08-31 20:43:48.599 DEBUG 27188 --- [restartedMain] o.s.w.s.v.f.FreeMarkerConfigurer : Template loader path [class path resource [templates/]] resolved to file path [D:\work\java\tzcj\admin\web\target\classes\templates] -2022-08-31 20:43:50.008 INFO 27188 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 -2022-08-31 20:43:50.068 DEBUG 27188 --- [restartedMain] o.s.w.s.s.s.ServerEndpointExporter : Registering @ServerEndpoint class: class cn.jlw.webSocket.WebSocketServer -2022-08-31 20:43:50.124 INFO 27188 --- [restartedMain] o.s.s.quartz.SchedulerFactoryBean : Will start Quartz Scheduler [quartzScheduler] in 2 seconds -2022-08-31 20:43:50.191 INFO 27188 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9090 (http) with context path '/server' -2022-08-31 20:43:50.197 INFO 27188 --- [restartedMain] cn.jlw.web.WebApplication : Started WebApplication in 33.609 seconds (JVM running for 36.649) -2022-08-31 20:43:52.128 INFO 27188 --- [Quartz Scheduler [quartzScheduler]] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now, after delay of 2 seconds -2022-08-31 20:43:52.129 INFO 27188 --- [Quartz Scheduler [quartzScheduler]] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started. -2022-08-31 20:44:00.199 ERROR 27188 --- [quartzScheduler_Worker-3] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_312] - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_312] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$93e50f3f.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 34 common frames omitted - -2022-08-31 20:44:00.202 ERROR 27188 --- [quartzScheduler_Worker-3] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 20:44:43.033 INFO 27188 --- [Thread-69] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused. -2022-08-31 20:44:43.079 INFO 27188 --- [Thread-69] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' -2022-08-31 20:44:43.080 INFO 27188 --- [Thread-69] o.s.s.quartz.SchedulerFactoryBean : Shutting down Quartz Scheduler -2022-08-31 20:44:43.081 INFO 27188 --- [Thread-69] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutting down. -2022-08-31 20:44:43.081 INFO 27188 --- [Thread-69] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused. -2022-08-31 20:44:43.082 INFO 27188 --- [Thread-69] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete. -2022-08-31 20:44:43.091 INFO 27188 --- [Thread-69] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Shutdown initiated... -2022-08-31 20:44:43.098 INFO 27188 --- [Thread-69] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Shutdown completed. -2022-08-31 20:44:43.279 ERROR 27188 --- [pool-3-thread-1] cn.jlw.webSocket.WebSocketServer : 心碎了 -2022-08-31 20:44:50.707 INFO 13784 --- [restartedMain] cn.jlw.web.WebApplication : Starting WebApplication on LAPTOP-NAT8KH12 with PID 13784 (D:\work\java\tzcj\admin\web\target\classes started by 87966 in D:\work\java\tzcj\admin) -2022-08-31 20:44:50.713 INFO 13784 --- [restartedMain] cn.jlw.web.WebApplication : No active profile set, falling back to default profiles: default -2022-08-31 20:44:50.798 INFO 13784 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable -2022-08-31 20:44:50.799 INFO 13784 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' -2022-08-31 20:45:11.042 INFO 13784 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! -2022-08-31 20:45:11.047 INFO 13784 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. -2022-08-31 20:45:11.147 INFO 13784 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 76ms. Found 0 repository interfaces. -2022-08-31 20:45:11.986 INFO 13784 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$4808d153] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2022-08-31 20:45:13.237 INFO 13784 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9090 (http) -2022-08-31 20:45:13.273 INFO 13784 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2022-08-31 20:45:13.273 INFO 13784 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.24] -2022-08-31 20:45:13.572 INFO 13784 --- [restartedMain] o.a.c.c.C.[.[localhost].[/server] : Initializing Spring embedded WebApplicationContext -2022-08-31 20:45:13.572 DEBUG 13784 --- [restartedMain] o.s.web.context.ContextLoader : Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT] -2022-08-31 20:45:13.573 INFO 13784 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 22774 ms -2022-08-31 20:45:13.728 ERROR 13784 --- [restartedMain] o.apache.catalina.valves.AccessLogValve : Failed to create directory [E:\pro\admin\tomcatLogs] for access logs -2022-08-31 20:45:13.729 ERROR 13784 --- [restartedMain] o.apache.catalina.valves.AccessLogValve : Failed to create directory [E:\pro\admin\tomcatLogs] for access logs -2022-08-31 20:45:13.736 ERROR 13784 --- [restartedMain] o.apache.catalina.valves.AccessLogValve : Failed to open access log file [E:\pro\admin\tomcatLogs\access_log.2022-08-31.log] - -java.io.FileNotFoundException: E:\pro\admin\tomcatLogs\access_log.2022-08-31.log (系统找不到指定的路径。) - at java.io.FileOutputStream.open0(Native Method) ~[na:1.8.0_312] - at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[na:1.8.0_312] - at java.io.FileOutputStream.(FileOutputStream.java:213) ~[na:1.8.0_312] - at org.apache.catalina.valves.AccessLogValve.open(AccessLogValve.java:651) [tomcat-embed-core-9.0.24.jar:9.0.24] - at org.apache.catalina.valves.AccessLogValve.startInternal(AccessLogValve.java:685) [tomcat-embed-core-9.0.24.jar:9.0.24] - at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) [tomcat-embed-core-9.0.24.jar:9.0.24] - at org.apache.catalina.core.StandardPipeline.startInternal(StandardPipeline.java:181) [tomcat-embed-core-9.0.24.jar:9.0.24] - at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) [tomcat-embed-core-9.0.24.jar:9.0.24] - at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:933) [tomcat-embed-core-9.0.24.jar:9.0.24] - at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262) [tomcat-embed-core-9.0.24.jar:9.0.24] - at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) [tomcat-embed-core-9.0.24.jar:9.0.24] - at org.apache.catalina.core.StandardService.startInternal(StandardService.java:421) [tomcat-embed-core-9.0.24.jar:9.0.24] - at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) [tomcat-embed-core-9.0.24.jar:9.0.24] - at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:932) [tomcat-embed-core-9.0.24.jar:9.0.24] - at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) [tomcat-embed-core-9.0.24.jar:9.0.24] - at org.apache.catalina.startup.Tomcat.start(Tomcat.java:459) [tomcat-embed-core-9.0.24.jar:9.0.24] - at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:105) [spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE] - at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.(TomcatWebServer.java:86) [spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE] - at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getTomcatWebServer(TomcatServletWebServerFactory.java:416) [spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE] - at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getWebServer(TomcatServletWebServerFactory.java:180) [spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE] - at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:180) [spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE] - at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:153) [spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE] - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543) [spring-context-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141) [spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE] - at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:744) [spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE] - at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:391) [spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE] - at org.springframework.boot.SpringApplication.run(SpringApplication.java:312) [spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE] - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215) [spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE] - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1204) [spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE] - at cn.jlw.web.WebApplication.main(WebApplication.java:25) [classes/:na] - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_312] - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_312] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) [spring-boot-devtools-2.1.8.RELEASE.jar:2.1.8.RELEASE] - -2022-08-31 20:45:14.060 INFO 13784 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Starting... -2022-08-31 20:45:14.276 INFO 13784 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Start completed. -2022-08-31 20:45:17.063 INFO 13784 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor -2022-08-31 20:45:17.082 INFO 13784 --- [restartedMain] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl -2022-08-31 20:45:17.082 INFO 13784 --- [restartedMain] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.1 created. -2022-08-31 20:45:17.083 INFO 13784 --- [restartedMain] org.quartz.simpl.RAMJobStore : RAMJobStore initialized. -2022-08-31 20:45:17.084 INFO 13784 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.1) 'quartzScheduler' with instanceId 'NON_CLUSTERED' - Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. - NOT STARTED. - Currently in standby mode. - Number of jobs executed: 0 - Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads. - Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. - -2022-08-31 20:45:17.085 INFO 13784 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. -2022-08-31 20:45:17.085 INFO 13784 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.1 -2022-08-31 20:45:17.086 INFO 13784 --- [restartedMain] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@110a666b -2022-08-31 20:45:17.995 DEBUG 13784 --- [restartedMain] o.s.w.s.handler.SimpleUrlHandlerMapping : Patterns [/**/favicon.ico] in 'faviconHandlerMapping' -2022-08-31 20:45:18.409 INFO 13784 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2022-08-31 20:45:18.459 DEBUG 13784 --- [restartedMain] s.w.s.m.m.a.RequestMappingHandlerAdapter : ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 2 ResponseBodyAdvice -2022-08-31 20:45:18.716 DEBUG 13784 --- [restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : 706 mappings in 'requestMappingHandlerMapping' -2022-08-31 20:45:18.755 INFO 13784 --- [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index -2022-08-31 20:45:18.787 INFO 13784 --- [restartedMain] rConfig$$EnhancerBySpringCGLIB$$feb0db7a : 路径1 D:\work\java\tzcj\admin\web -2022-08-31 20:45:18.787 INFO 13784 --- [restartedMain] MVCConf$$EnhancerBySpringCGLIB$$36b7e04c : 路径2 D:\work\java\tzcj\admin\web -2022-08-31 20:45:18.791 DEBUG 13784 --- [restartedMain] o.s.w.s.handler.SimpleUrlHandlerMapping : Patterns [/webjars/**, /**, //server/filesystem/courseInfo/**, //server/filesystem/temp/**, //server/filesystem/zip/**, //server/images/**, /filesystem/courseInfo/**, /filesystem/temp/**, /filesystem/zip/**, /filesystem/wxhf/**, /filesystem/html/**, /images/**] in 'resourceHandlerMapping' -2022-08-31 20:45:18.826 DEBUG 13784 --- [restartedMain] .m.m.a.ExceptionHandlerExceptionResolver : ControllerAdvice beans: 0 @ExceptionHandler, 2 ResponseBodyAdvice -2022-08-31 20:45:20.135 DEBUG 13784 --- [restartedMain] o.s.w.s.v.f.FreeMarkerConfigurer : Template loader path [class path resource [templates/]] resolved to file path [D:\work\java\tzcj\admin\web\target\classes\templates] -2022-08-31 20:45:21.368 INFO 13784 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 -2022-08-31 20:45:21.457 DEBUG 13784 --- [restartedMain] o.s.w.s.s.s.ServerEndpointExporter : Registering @ServerEndpoint class: class cn.jlw.webSocket.WebSocketServer -2022-08-31 20:45:21.514 INFO 13784 --- [restartedMain] o.s.s.quartz.SchedulerFactoryBean : Will start Quartz Scheduler [quartzScheduler] in 2 seconds -2022-08-31 20:45:21.591 INFO 13784 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9090 (http) with context path '/server' -2022-08-31 20:45:21.599 INFO 13784 --- [restartedMain] cn.jlw.web.WebApplication : Started WebApplication in 31.54 seconds (JVM running for 34.059) -2022-08-31 20:45:23.523 INFO 13784 --- [Quartz Scheduler [quartzScheduler]] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now, after delay of 2 seconds -2022-08-31 20:45:23.524 INFO 13784 --- [Quartz Scheduler [quartzScheduler]] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started. -2022-08-31 20:45:33.430 INFO 13784 --- [http-nio-9090-exec-2] o.a.c.c.C.[.[localhost].[/server] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2022-08-31 20:45:33.430 INFO 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2022-08-31 20:45:33.430 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : Detected StandardServletMultipartResolver -2022-08-31 20:45:33.471 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data -2022-08-31 20:45:33.473 INFO 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 43 ms -2022-08-31 20:45:33.499 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : GET "/server/", parameters={} -2022-08-31 20:45:33.510 DEBUG 13784 --- [http-nio-9090-exec-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public org.springframework.web.servlet.ModelAndView com.ibeetl.jlw.web.IndexController.login(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.String) -2022-08-31 20:45:33.697 INFO 13784 --- [http-nio-9090-exec-2] com.ibeetl.jlw.web.IndexController : queryString :null -2022-08-31 20:45:33.698 INFO 13784 --- [http-nio-9090-exec-2] com.ibeetl.jlw.web.IndexController : referer :null -2022-08-31 20:45:33.699 INFO 13784 --- [http-nio-9090-exec-2] com.ibeetl.jlw.web.IndexController : resourcesApplicationId = null -2022-08-31 20:45:33.792 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.w.s.v.ContentNegotiatingViewResolver : Selected 'text/html' given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, application/signed-exchange;v=b3;q=0.9, */*;q=0.8] -2022-08-31 20:45:33.874 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:34.167 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/layui.css?v=1661949915015", parameters={masked} -2022-08-31 20:45:34.168 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/login/css/login.css", parameters={} -2022-08-31 20:45:34.206 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:34.206 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:34.248 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:34.251 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:34.449 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/jquery/jquery.min.js", parameters={} -2022-08-31 20:45:34.451 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/layui.js", parameters={} -2022-08-31 20:45:34.455 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/login/img/logo_mr.png", parameters={} -2022-08-31 20:45:34.455 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/login/img/login_bg.png", parameters={} -2022-08-31 20:45:34.463 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:34.465 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:34.467 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:34.468 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:34.472 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:34.475 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:34.482 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:34.491 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:34.494 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/jquery/jquery.min.js", parameters={} -2022-08-31 20:45:34.499 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/layui.js", parameters={} -2022-08-31 20:45:34.505 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:34.509 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:34.516 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:34.532 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:34.699 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/font/iconfont.woff2?v=256", parameters={masked} -2022-08-31 20:45:34.713 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:34.723 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:34.775 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/laydate/default/laydate.css?v=5.0.9", parameters={masked} -2022-08-31 20:45:34.790 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/layer/default/layer.css?v=3.4.0", parameters={masked} -2022-08-31 20:45:34.792 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:34.800 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:34.801 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/code.css?v=2", parameters={masked} -2022-08-31 20:45:34.806 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:34.813 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:34.817 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:34.822 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:36.513 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : POST "/server/login.json", parameters={masked} -2022-08-31 20:45:36.514 DEBUG 13784 --- [http-nio-9090-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.IndexController.login(java.lang.String,java.lang.String,java.lang.Integer,java.lang.Long) -2022-08-31 20:45:36.680 DEBUG 13784 --- [http-nio-9090-exec-7] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 20:45:36.777 DEBUG 13784 --- [http-nio-9090-exec-7] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 20:45:36.805 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:36.807 ERROR 13784 --- [pool-2-thread-1] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_312] - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_312] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$62b2d616.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 20:45:36.843 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : GET "/server/index.do", parameters={} -2022-08-31 20:45:36.844 DEBUG 13784 --- [http-nio-9090-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public void com.ibeetl.jlw.web.IndexController.index(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,com.ibeetl.jlw.entity.Student) -2022-08-31 20:45:36.855 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : "FORWARD" dispatch for GET "/server/pc/index.do", parameters={} -2022-08-31 20:45:36.856 DEBUG 13784 --- [http-nio-9090-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public org.springframework.web.servlet.ModelAndView com.ibeetl.jlw.web.IndexController.index(com.ibeetl.admin.core.entity.CoreUser) -2022-08-31 20:45:37.028 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.w.s.v.ContentNegotiatingViewResolver : Selected 'text/html' given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, application/signed-exchange;v=b3;q=0.9, */*;q=0.8] -2022-08-31 20:45:37.141 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : Exiting from "FORWARD" dispatch, status 200 -2022-08-31 20:45:37.142 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:37.199 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : GET "/server/js/cdn/pace.min.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:37.202 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : GET "/server/css/cdn/pace-theme-flash.css?v=1661949915015", parameters={masked} -2022-08-31 20:45:37.205 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/layui.css?v=1661949915015", parameters={masked} -2022-08-31 20:45:37.207 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/layui-icon-extend/iconfont.css", parameters={} -2022-08-31 20:45:37.210 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : GET "/server/css/cdn/font_520106_q8xykrwf86ywrk9.css?v=1661949915015", parameters={masked} -2022-08-31 20:45:37.211 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : GET "/server/css/fs.css?v=1661949915015", parameters={masked} -2022-08-31 20:45:37.215 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:37.215 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:37.219 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:37.221 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:37.221 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:37.221 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:37.221 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:37.221 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:37.227 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:37.228 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:37.229 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:37.228 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/jquery/jquery.min.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:37.230 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : GET "/server/js/common.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:37.233 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:37.235 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/webSocket.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:37.235 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/layui.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:37.235 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : GET "/server/js/lib.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:37.240 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : GET "/server/js/cdn/pace.min.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:37.245 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:37.246 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:37.246 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:37.249 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:37.250 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:37.252 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:37.255 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:37.260 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:37.263 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:37.264 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:37.265 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : GET "/server/js/common.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:37.265 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/jquery/jquery.min.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:37.271 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:37.275 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:37.276 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : GET "/server/js/lib.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:37.278 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/webSocket.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:37.281 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:37.281 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:37.286 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:37.288 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:37.289 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:37.289 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:37.293 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:37.295 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:37.353 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/layui.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:37.365 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:37.382 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:37.511 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/frame/js/main.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:37.525 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:37.530 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:37.541 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/laydate/default/laydate.css?v=5.0.9", parameters={masked} -2022-08-31 20:45:37.551 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:37.553 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/layer/default/layer.css?v=3.4.0", parameters={masked} -2022-08-31 20:45:37.557 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:37.561 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/code.css?v=2", parameters={masked} -2022-08-31 20:45:37.567 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:37.572 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:37.573 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:37.579 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:37.655 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : GET "/server/js/cdn/pace.min.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:37.670 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:37.675 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:37.685 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : GET "/server/css/cdn/pace-theme-flash.css?v=1661949915015", parameters={masked} -2022-08-31 20:45:37.699 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:37.704 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:37.714 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/layui.css?v=1661949915015", parameters={masked} -2022-08-31 20:45:37.728 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:37.736 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:37.746 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/layui-icon-extend/iconfont.css", parameters={} -2022-08-31 20:45:37.762 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:37.766 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:37.792 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : GET "/server/css/cdn/font_520106_q8xykrwf86ywrk9.css?v=1661949915015", parameters={masked} -2022-08-31 20:45:37.806 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:37.813 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:37.822 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : GET "/server/css/fs.css?v=1661949915015", parameters={masked} -2022-08-31 20:45:37.832 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:37.837 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:37.847 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/jquery/jquery.min.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:37.859 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:37.867 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:37.890 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : GET "/server/js/common.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:37.901 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:37.907 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:37.916 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : GET "/server/js/lib.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:37.932 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:37.937 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:37.947 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/layui.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:37.960 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:37.978 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:38.021 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : GET "/server/js/cdn/pace.min.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:38.021 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/frame/js/main.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:38.023 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/frame/js/fsTab.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:38.028 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/jquery/jquery.min.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:38.029 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : GET "/server/js/common.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:38.029 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : GET "/server/js/lib.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:38.032 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:38.033 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:38.035 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:38.037 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:38.037 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:38.040 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/layui.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:38.041 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:38.041 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:38.041 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:38.042 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:38.045 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 20:45:38.046 DEBUG 13784 --- [http-nio-9090-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 20:45:38.046 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:38.048 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:38.048 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:38.056 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:38.072 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:38.157 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/frame/js/fsTab.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:38.172 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:38.177 DEBUG 13784 --- [http-nio-9090-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 20:45:38.177 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:38.196 DEBUG 13784 --- [http-nio-9090-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 20:45:38.204 ERROR 13784 --- [pool-2-thread-1] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_312] - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_312] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$62b2d616.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 20:45:38.229 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:38.296 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/frame/js/main.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:38.301 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/font/iconfont.woff2?v=256", parameters={masked} -2022-08-31 20:45:38.308 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:38.309 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:38.313 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:38.313 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:38.757 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/frame/js/main.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:38.765 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:38.769 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:50.095 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/index.do", parameters={} -2022-08-31 20:45:50.097 DEBUG 13784 --- [http-nio-9090-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public org.springframework.web.servlet.ModelAndView com.ibeetl.jlw.web.TeacherController.index(com.ibeetl.admin.core.entity.CoreUser) -2022-08-31 20:45:50.122 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.w.s.v.ContentNegotiatingViewResolver : Selected 'text/html' given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, application/signed-exchange;v=b3;q=0.9, */*;q=0.8] -2022-08-31 20:45:50.250 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:50.286 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : GET "/server/css/cdn/pace-theme-flash.css?v=1661949915015", parameters={masked} -2022-08-31 20:45:50.286 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/layui.css?v=1661949915015", parameters={masked} -2022-08-31 20:45:50.292 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : GET "/server/css/cdn/font_520106_q8xykrwf86ywrk9.css?v=1661949915015", parameters={masked} -2022-08-31 20:45:50.300 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/layui-icon-extend/iconfont.css", parameters={} -2022-08-31 20:45:50.301 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/ztree/css/metroStyle.css?v=1661949915015", parameters={masked} -2022-08-31 20:45:50.308 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:50.308 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:50.312 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:50.314 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:50.315 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:50.316 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:50.320 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:50.322 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:50.325 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : GET "/server/js/cdn/pace.min.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:50.327 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:50.336 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/ztree/js/jquery.ztree.all.min.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:50.332 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/jquery/jquery.min.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:50.332 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/layui.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:50.334 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:50.338 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/sortable/Sortable.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:50.339 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : GET "/server/js/common.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:50.343 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:50.349 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:50.350 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:50.351 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:50.353 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:50.355 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : GET "/server/js/lib.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:50.358 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:50.358 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:50.359 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:50.366 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:50.367 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:50.368 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : GET "/server/js/cdn/pace.min.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:50.371 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/jquery/jquery.min.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:50.374 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:50.375 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:50.378 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/ztree/js/jquery.ztree.all.min.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:50.380 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:50.384 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:50.388 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : GET "/server/js/common.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:50.389 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/sortable/Sortable.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:50.390 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:50.391 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/layui.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:50.393 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:50.394 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:50.399 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:50.400 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:50.400 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:50.403 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : GET "/server/js/lib.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:50.405 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:50.405 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:50.406 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:50.412 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:50.418 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:50.423 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:50.430 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:50.439 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:50.619 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/laydate/default/laydate.css?v=5.0.9", parameters={masked} -2022-08-31 20:45:50.630 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:50.632 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/layer/default/layer.css?v=3.4.0", parameters={masked} -2022-08-31 20:45:50.636 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:50.642 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/code.css?v=2", parameters={masked} -2022-08-31 20:45:50.651 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:50.657 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:50.658 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:50.664 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:50.703 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : GET "/server/js/jlw/teacher/index.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:50.721 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:50.728 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:50.760 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/font/iconfont.woff2?v=256", parameters={masked} -2022-08-31 20:45:50.778 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:50.785 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:50.839 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : POST "/server/jlw/teacher/list.json", parameters={masked} -2022-08-31 20:45:50.840 DEBUG 13784 --- [http-nio-9090-exec-10] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.list(com.ibeetl.jlw.web.query.TeacherQuery,com.ibeetl.admin.core.entity.CoreUser) -2022-08-31 20:45:51.232 DEBUG 13784 --- [http-nio-9090-exec-10] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 20:45:51.243 DEBUG 13784 --- [http-nio-9090-exec-10] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 20:45:51.251 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:51.252 ERROR 13784 --- [pool-2-thread-1] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_312] - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_312] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$62b2d616.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 20:45:51.257 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : GET "/server/js/jlw/teacher/index.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:51.267 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:51.273 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:54.550 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/layer/default/loading-1.gif", parameters={} -2022-08-31 20:45:54.552 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/add.do?teacherId=22", parameters={masked} -2022-08-31 20:45:54.552 DEBUG 13784 --- [http-nio-9090-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public org.springframework.web.servlet.ModelAndView com.ibeetl.jlw.web.TeacherController.add(java.lang.Long) -2022-08-31 20:45:54.566 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:54.572 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:54.605 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.w.s.v.ContentNegotiatingViewResolver : Selected 'text/html' given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, application/signed-exchange;v=b3;q=0.9, */*;q=0.8] -2022-08-31 20:45:54.632 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:54.661 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : GET "/server/css/cdn/pace-theme-flash.css?v=1661949915015", parameters={masked} -2022-08-31 20:45:54.663 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/layui.css?v=1661949915015", parameters={masked} -2022-08-31 20:45:54.664 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : GET "/server/css/cdn/font_520106_q8xykrwf86ywrk9.css?v=1661949915015", parameters={masked} -2022-08-31 20:45:54.665 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/layui-icon-extend/iconfont.css", parameters={} -2022-08-31 20:45:54.666 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/ztree/css/metroStyle.css?v=1661949915015", parameters={masked} -2022-08-31 20:45:54.667 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : GET "/server/css/plugin.css?v=1661949915015", parameters={masked} -2022-08-31 20:45:54.675 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:54.675 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:54.676 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:54.677 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:54.678 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:54.679 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:54.680 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:54.680 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:54.682 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:54.682 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:54.683 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:54.684 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:54.716 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : GET "/server/js/cdn/pace.min.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:54.717 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/layui.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:54.717 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/jquery/jquery.min.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:54.718 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/ztree/js/jquery.ztree.all.min.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:54.719 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/sortable/Sortable.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:54.720 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : GET "/server/js/common.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:54.728 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:54.728 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:54.728 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:54.728 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:54.728 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:54.730 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:54.734 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:54.734 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:54.734 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:54.736 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:54.736 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:54.739 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : GET "/server/js/lib.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:54.745 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:54.752 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : GET "/server/js/common.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:54.754 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:54.760 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:54.760 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:54.765 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:54.899 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/laydate/default/laydate.css?v=5.0.9", parameters={masked} -2022-08-31 20:45:54.909 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:54.910 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/layer/default/layer.css?v=3.4.0", parameters={masked} -2022-08-31 20:45:54.914 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:54.918 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/code.css?v=2", parameters={masked} -2022-08-31 20:45:54.922 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:54.927 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:54.929 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:54.934 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:54.973 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : GET "/server/js/jlw/teacher/add.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:54.987 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:54.990 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:55.044 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : GET "/server/js/jlw/teacher/teacherApi.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:55.056 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:55.061 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:58.957 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/schoolClass/index.do", parameters={} -2022-08-31 20:45:58.958 DEBUG 13784 --- [http-nio-9090-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public org.springframework.web.servlet.ModelAndView com.ibeetl.jlw.web.SchoolClassController.index(com.ibeetl.admin.core.entity.CoreUser) -2022-08-31 20:45:58.976 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.w.s.v.ContentNegotiatingViewResolver : Selected 'text/html' given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, application/signed-exchange;v=b3;q=0.9, */*;q=0.8] -2022-08-31 20:45:59.011 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:59.040 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : GET "/server/css/cdn/pace-theme-flash.css?v=1661949915015", parameters={masked} -2022-08-31 20:45:59.040 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/layui.css?v=1661949915015", parameters={masked} -2022-08-31 20:45:59.041 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : GET "/server/css/cdn/font_520106_q8xykrwf86ywrk9.css?v=1661949915015", parameters={masked} -2022-08-31 20:45:59.051 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:59.052 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:59.052 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/layui-icon-extend/iconfont.css", parameters={} -2022-08-31 20:45:59.052 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/ztree/css/metroStyle.css?v=1661949915015", parameters={masked} -2022-08-31 20:45:59.056 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:59.056 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:59.058 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : GET "/server/js/cdn/pace.min.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:59.059 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:59.062 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:59.067 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:59.068 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:59.071 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:59.073 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:59.073 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:59.073 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/layui.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:59.074 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/jquery/jquery.min.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:59.075 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/ztree/js/jquery.ztree.all.min.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:59.076 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:59.079 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/sortable/Sortable.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:59.081 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : GET "/server/js/common.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:59.082 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : GET "/server/js/lib.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:59.085 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:59.085 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:59.085 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:59.091 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:59.092 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:59.092 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:59.093 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:59.094 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:59.097 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:59.098 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:59.101 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:59.104 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:59.309 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/laydate/default/laydate.css?v=5.0.9", parameters={masked} -2022-08-31 20:45:59.317 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:59.319 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/layer/default/layer.css?v=3.4.0", parameters={masked} -2022-08-31 20:45:59.321 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:59.327 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/code.css?v=2", parameters={masked} -2022-08-31 20:45:59.328 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:59.333 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:59.337 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:59.341 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:59.356 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : GET "/server/js/jlw/schoolClass/index.js?v=1661949915015", parameters={masked} -2022-08-31 20:45:59.365 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:59.375 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:59.396 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/font/iconfont.woff2?v=256", parameters={masked} -2022-08-31 20:45:59.405 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:45:59.409 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:59.461 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : POST "/server/jlw/schoolClass/list.json", parameters={masked} -2022-08-31 20:45:59.461 DEBUG 13784 --- [http-nio-9090-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.SchoolClassController.list(com.ibeetl.jlw.web.query.SchoolClassQuery,com.ibeetl.admin.core.entity.CoreUser) -2022-08-31 20:45:59.706 DEBUG 13784 --- [http-nio-9090-exec-5] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 20:45:59.712 DEBUG 13784 --- [http-nio-9090-exec-5] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 20:45:59.719 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:45:59.721 ERROR 13784 --- [pool-2-thread-1] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_312] - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_312] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$62b2d616.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 20:46:00.118 ERROR 13784 --- [quartzScheduler_Worker-3] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_312] - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_312] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$d92e7fd6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 34 common frames omitted - -2022-08-31 20:46:00.120 ERROR 13784 --- [quartzScheduler_Worker-3] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 20:46:03.544 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/layer/default/loading-1.gif", parameters={} -2022-08-31 20:46:03.548 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/schoolClass/add.do?classId=10", parameters={masked} -2022-08-31 20:46:03.549 DEBUG 13784 --- [http-nio-9090-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public org.springframework.web.servlet.ModelAndView com.ibeetl.jlw.web.SchoolClassController.add(java.lang.Long,com.ibeetl.admin.core.entity.CoreUser) -2022-08-31 20:46:03.560 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:03.566 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:03.615 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.w.s.v.ContentNegotiatingViewResolver : Selected 'text/html' given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, application/signed-exchange;v=b3;q=0.9, */*;q=0.8] -2022-08-31 20:46:03.652 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:03.700 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : GET "/server/css/cdn/pace-theme-flash.css?v=1661949915015", parameters={masked} -2022-08-31 20:46:03.705 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : GET "/server/css/cdn/font_520106_q8xykrwf86ywrk9.css?v=1661949915015", parameters={masked} -2022-08-31 20:46:03.708 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/layui-icon-extend/iconfont.css", parameters={} -2022-08-31 20:46:03.710 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/ztree/css/metroStyle.css?v=1661949915015", parameters={masked} -2022-08-31 20:46:03.710 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : GET "/server/css/plugin.css?v=1661949915015", parameters={masked} -2022-08-31 20:46:03.710 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/layui.css?v=1661949915015", parameters={masked} -2022-08-31 20:46:03.720 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:03.721 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:03.723 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:03.724 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:03.725 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:03.730 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:03.734 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:03.734 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:03.738 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:03.741 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:03.744 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:03.750 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:03.771 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/layui.js?v=1661949915015", parameters={masked} -2022-08-31 20:46:03.771 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : GET "/server/js/cdn/pace.min.js?v=1661949915015", parameters={masked} -2022-08-31 20:46:03.772 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/ztree/js/jquery.ztree.all.min.js?v=1661949915015", parameters={masked} -2022-08-31 20:46:03.773 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/jquery/jquery.min.js?v=1661949915015", parameters={masked} -2022-08-31 20:46:03.774 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/sortable/Sortable.js?v=1661949915015", parameters={masked} -2022-08-31 20:46:03.775 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : GET "/server/js/common.js?v=1661949915015", parameters={masked} -2022-08-31 20:46:03.790 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:03.791 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:03.790 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:03.791 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:03.793 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:03.795 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:03.798 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:03.799 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:03.805 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:03.806 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:03.806 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:03.810 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : GET "/server/js/lib.js?v=1661949915015", parameters={masked} -2022-08-31 20:46:03.819 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:03.834 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:03.847 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:04.078 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/laydate/default/laydate.css?v=5.0.9", parameters={masked} -2022-08-31 20:46:04.088 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/layer/default/layer.css?v=3.4.0", parameters={masked} -2022-08-31 20:46:04.095 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/code.css?v=2", parameters={masked} -2022-08-31 20:46:04.099 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:04.103 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:04.105 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:04.105 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:04.108 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:04.110 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:04.131 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : GET "/server/js/jlw/schoolClass/add.js?v=1661949915015", parameters={masked} -2022-08-31 20:46:04.155 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:04.162 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:04.208 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : GET "/server/js/jlw/schoolClass/schoolClassApi.js?v=1661949915015", parameters={masked} -2022-08-31 20:46:04.230 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:04.236 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:06.370 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/student/index.do", parameters={} -2022-08-31 20:46:06.371 DEBUG 13784 --- [http-nio-9090-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public org.springframework.web.servlet.ModelAndView com.ibeetl.jlw.web.StudentController.index(com.ibeetl.admin.core.entity.CoreUser) -2022-08-31 20:46:06.406 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.w.s.v.ContentNegotiatingViewResolver : Selected 'text/html' given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, application/signed-exchange;v=b3;q=0.9, */*;q=0.8] -2022-08-31 20:46:06.435 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:06.463 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : GET "/server/css/cdn/pace-theme-flash.css?v=1661949915015", parameters={masked} -2022-08-31 20:46:06.464 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/layui.css?v=1661949915015", parameters={masked} -2022-08-31 20:46:06.465 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : GET "/server/css/cdn/font_520106_q8xykrwf86ywrk9.css?v=1661949915015", parameters={masked} -2022-08-31 20:46:06.466 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/layui-icon-extend/iconfont.css", parameters={} -2022-08-31 20:46:06.470 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/ztree/css/metroStyle.css?v=1661949915015", parameters={masked} -2022-08-31 20:46:06.477 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:06.478 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:06.479 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:06.482 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:06.483 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:06.485 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:06.485 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:06.486 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:06.489 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:06.491 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:06.492 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : GET "/server/js/cdn/pace.min.js?v=1661949915015", parameters={masked} -2022-08-31 20:46:06.497 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/layui.js?v=1661949915015", parameters={masked} -2022-08-31 20:46:06.498 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/jquery/jquery.min.js?v=1661949915015", parameters={masked} -2022-08-31 20:46:06.499 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/ztree/js/jquery.ztree.all.min.js?v=1661949915015", parameters={masked} -2022-08-31 20:46:06.499 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : GET "/server/js/common.js?v=1661949915015", parameters={masked} -2022-08-31 20:46:06.500 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/sortable/Sortable.js?v=1661949915015", parameters={masked} -2022-08-31 20:46:06.510 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:06.510 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:06.511 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:06.511 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:06.512 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:06.513 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:06.515 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:06.516 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:06.518 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:06.518 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:06.518 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:06.521 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : GET "/server/js/lib.js?v=1661949915015", parameters={masked} -2022-08-31 20:46:06.527 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:06.538 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:06.542 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:06.708 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/laydate/default/laydate.css?v=5.0.9", parameters={masked} -2022-08-31 20:46:06.719 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/layer/default/layer.css?v=3.4.0", parameters={masked} -2022-08-31 20:46:06.723 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:06.726 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/code.css?v=2", parameters={masked} -2022-08-31 20:46:06.729 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:06.731 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:06.736 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:06.738 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:06.742 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:06.754 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : GET "/server/js/jlw/student/index.js?v=1661949915015", parameters={masked} -2022-08-31 20:46:06.771 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:06.782 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:06.822 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/font/iconfont.woff2?v=256", parameters={masked} -2022-08-31 20:46:06.836 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:06.840 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:06.871 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : POST "/server/jlw/student/list.json", parameters={masked} -2022-08-31 20:46:06.872 DEBUG 13784 --- [http-nio-9090-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.StudentController.list(com.ibeetl.jlw.web.query.StudentQuery,com.ibeetl.admin.core.entity.CoreUser,java.lang.String) -2022-08-31 20:46:07.116 DEBUG 13784 --- [http-nio-9090-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 20:46:07.143 DEBUG 13784 --- [http-nio-9090-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=org.beetl.sql.core.engine.PageQuery@35b9af1c] -2022-08-31 20:46:07.151 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:07.153 ERROR 13784 --- [pool-2-thread-1] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_312] - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_312] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$62b2d616.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 20:46:11.359 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/layer/default/loading-1.gif", parameters={} -2022-08-31 20:46:11.360 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/student/add.do?studentId=224", parameters={masked} -2022-08-31 20:46:11.361 DEBUG 13784 --- [http-nio-9090-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public org.springframework.web.servlet.ModelAndView com.ibeetl.jlw.web.StudentController.add(java.lang.Long,com.ibeetl.admin.core.entity.CoreUser) -2022-08-31 20:46:11.376 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:11.382 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:11.462 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.w.s.v.ContentNegotiatingViewResolver : Selected 'text/html' given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, application/signed-exchange;v=b3;q=0.9, */*;q=0.8] -2022-08-31 20:46:11.488 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:11.524 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/layui.css?v=1661949915015", parameters={masked} -2022-08-31 20:46:11.524 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : GET "/server/css/cdn/pace-theme-flash.css?v=1661949915015", parameters={masked} -2022-08-31 20:46:11.524 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : GET "/server/css/cdn/font_520106_q8xykrwf86ywrk9.css?v=1661949915015", parameters={masked} -2022-08-31 20:46:11.529 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/layui-icon-extend/iconfont.css", parameters={} -2022-08-31 20:46:11.529 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/ztree/css/metroStyle.css?v=1661949915015", parameters={masked} -2022-08-31 20:46:11.534 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : GET "/server/css/plugin.css?v=1661949915015", parameters={masked} -2022-08-31 20:46:11.542 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:11.544 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:11.542 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:11.548 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:11.553 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:11.553 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:11.553 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:11.554 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:11.555 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:11.556 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:11.561 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:11.561 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:11.578 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : GET "/server/js/cdn/pace.min.js?v=1661949915015", parameters={masked} -2022-08-31 20:46:11.579 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/layui.js?v=1661949915015", parameters={masked} -2022-08-31 20:46:11.581 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : GET "/server/js/common.js?v=1661949915015", parameters={masked} -2022-08-31 20:46:11.582 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/sortable/Sortable.js?v=1661949915015", parameters={masked} -2022-08-31 20:46:11.580 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/jquery/jquery.min.js?v=1661949915015", parameters={masked} -2022-08-31 20:46:11.581 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/ztree/js/jquery.ztree.all.min.js?v=1661949915015", parameters={masked} -2022-08-31 20:46:11.597 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:11.597 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:11.600 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:11.601 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:11.601 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:11.601 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:11.607 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:11.608 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:11.608 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:11.608 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:11.610 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:11.620 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : GET "/server/js/lib.js?v=1661949915015", parameters={masked} -2022-08-31 20:46:11.623 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:11.642 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:11.652 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:11.876 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/laydate/default/laydate.css?v=5.0.9", parameters={masked} -2022-08-31 20:46:11.882 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/layer/default/layer.css?v=3.4.0", parameters={masked} -2022-08-31 20:46:11.887 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/code.css?v=2", parameters={masked} -2022-08-31 20:46:11.896 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:11.899 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:11.903 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:11.905 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:11.905 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:11.913 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:11.928 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : GET "/server/js/jlw/student/add.js?v=1661949915015", parameters={masked} -2022-08-31 20:46:11.945 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:11.959 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:12.016 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : GET "/server/js/jlw/student/studentApi.js?v=1661949915015", parameters={masked} -2022-08-31 20:46:12.040 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:12.047 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:14.582 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/student/index.do", parameters={} -2022-08-31 20:46:14.583 DEBUG 13784 --- [http-nio-9090-exec-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public org.springframework.web.servlet.ModelAndView com.ibeetl.jlw.web.StudentController.index(com.ibeetl.admin.core.entity.CoreUser) -2022-08-31 20:46:14.590 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.w.s.v.ContentNegotiatingViewResolver : Selected 'text/html' given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, application/signed-exchange;v=b3;q=0.9, */*;q=0.8] -2022-08-31 20:46:14.611 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:14.683 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : GET "/server/css/cdn/pace-theme-flash.css?v=1661949915015", parameters={masked} -2022-08-31 20:46:14.683 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : GET "/server/js/cdn/pace.min.js?v=1661949915015", parameters={masked} -2022-08-31 20:46:14.688 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/layui-icon-extend/iconfont.css", parameters={} -2022-08-31 20:46:14.688 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/layui.css?v=1661949915015", parameters={masked} -2022-08-31 20:46:14.689 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/layui.js?v=1661949915015", parameters={masked} -2022-08-31 20:46:14.688 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : GET "/server/css/cdn/font_520106_q8xykrwf86ywrk9.css?v=1661949915015", parameters={masked} -2022-08-31 20:46:14.696 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:14.700 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:14.700 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:14.701 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:14.703 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:14.704 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:14.705 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:14.706 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:14.707 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:14.708 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:14.713 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/ztree/css/metroStyle.css?v=1661949915015", parameters={masked} -2022-08-31 20:46:14.715 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:14.717 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/ztree/js/jquery.ztree.all.min.js?v=1661949915015", parameters={masked} -2022-08-31 20:46:14.717 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/jquery/jquery.min.js?v=1661949915015", parameters={masked} -2022-08-31 20:46:14.719 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:14.720 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : GET "/server/js/common.js?v=1661949915015", parameters={masked} -2022-08-31 20:46:14.722 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/sortable/Sortable.js?v=1661949915015", parameters={masked} -2022-08-31 20:46:14.723 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : GET "/server/js/lib.js?v=1661949915015", parameters={masked} -2022-08-31 20:46:14.730 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:14.730 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:14.731 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:14.734 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:14.734 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:14.736 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:14.736 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:14.739 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:14.740 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:14.742 DEBUG 13784 --- [http-nio-9090-exec-9] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:14.743 DEBUG 13784 --- [http-nio-9090-exec-6] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:14.744 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:14.918 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/laydate/default/laydate.css?v=5.0.9", parameters={masked} -2022-08-31 20:46:14.925 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/layer/default/layer.css?v=3.4.0", parameters={masked} -2022-08-31 20:46:14.928 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/css/modules/code.css?v=2", parameters={masked} -2022-08-31 20:46:14.932 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:14.937 DEBUG 13784 --- [http-nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:14.939 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:14.939 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:14.944 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:14.944 DEBUG 13784 --- [http-nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:14.992 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : GET "/server/js/jlw/student/index.js?v=1661949915015", parameters={masked} -2022-08-31 20:46:15.001 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : GET "/server/plugins/layui/font/iconfont.woff2?v=256", parameters={masked} -2022-08-31 20:46:15.007 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:15.010 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"] -2022-08-31 20:46:15.011 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:15.015 DEBUG 13784 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:15.085 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : POST "/server/jlw/student/list.json", parameters={masked} -2022-08-31 20:46:15.086 DEBUG 13784 --- [http-nio-9090-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.StudentController.list(com.ibeetl.jlw.web.query.StudentQuery,com.ibeetl.admin.core.entity.CoreUser,java.lang.String) -2022-08-31 20:46:15.303 DEBUG 13784 --- [http-nio-9090-exec-7] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 20:46:15.305 DEBUG 13784 --- [http-nio-9090-exec-7] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=org.beetl.sql.core.engine.PageQuery@72e40765] -2022-08-31 20:46:15.312 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:15.313 ERROR 13784 --- [pool-2-thread-1] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_312] - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_312] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$62b2d616.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 20:46:38.860 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 20:46:38.861 DEBUG 13784 --- [http-nio-9090-exec-10] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 20:46:38.888 DEBUG 13784 --- [http-nio-9090-exec-10] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 20:46:38.888 DEBUG 13784 --- [http-nio-9090-exec-10] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 20:46:38.891 DEBUG 13784 --- [http-nio-9090-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:46:38.897 ERROR 13784 --- [pool-2-thread-1] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_312] - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_312] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$62b2d616.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 20:47:38.864 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 20:47:38.865 DEBUG 13784 --- [http-nio-9090-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 20:47:38.896 DEBUG 13784 --- [http-nio-9090-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 20:47:38.897 DEBUG 13784 --- [http-nio-9090-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 20:47:38.900 DEBUG 13784 --- [http-nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:47:38.905 ERROR 13784 --- [pool-2-thread-1] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_312] - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_312] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$62b2d616.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 20:48:00.038 ERROR 13784 --- [quartzScheduler_Worker-10] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_312] - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_312] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$d92e7fd6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 34 common frames omitted - -2022-08-31 20:48:00.039 ERROR 13784 --- [quartzScheduler_Worker-10] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 20:48:38.855 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 20:48:38.856 DEBUG 13784 --- [http-nio-9090-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 20:48:38.877 DEBUG 13784 --- [http-nio-9090-exec-4] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 20:48:38.878 DEBUG 13784 --- [http-nio-9090-exec-4] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 20:48:38.880 DEBUG 13784 --- [http-nio-9090-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 20:48:38.886 ERROR 13784 --- [pool-2-thread-1] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_312] - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_312] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$62b2d616.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 21:13:16.991 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 21:13:16.991 DEBUG 13784 --- [http-nio-9090-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 21:13:17.020 DEBUG 13784 --- [http-nio-9090-exec-7] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 21:13:17.021 DEBUG 13784 --- [http-nio-9090-exec-7] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 21:13:17.024 DEBUG 13784 --- [http-nio-9090-exec-7] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 21:13:17.028 ERROR 13784 --- [pool-2-thread-1] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_312] - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_312] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$62b2d616.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 21:13:25.555 WARN 13784 --- [DatebookHikariCP housekeeper] com.zaxxer.hikari.pool.HikariPool : DatebookHikariCP - Thread starvation or clock leap detected (housekeeper delta=24m41s125ms564µs100ns). -2022-08-31 21:13:35.699 ERROR 13784 --- [quartzScheduler_Worker-7] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_312] - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_312] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$d92e7fd6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 34 common frames omitted - -2022-08-31 21:13:35.700 ERROR 13784 --- [quartzScheduler_Worker-7] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 21:14:00.016 ERROR 13784 --- [quartzScheduler_Worker-3] com.ibeetl.jlw.service.StudentService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at org.beetl.sql.core.SQLScript.select(SQLScript.java:370) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:486) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.select(SQLManager.java:472) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.SelectMapperInvoke.call(SelectMapperInvoke.java:29) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:210) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy169.getStudentLog(Unknown Source) ~[na:na] - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_312] - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_312] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy170.getStudentLog(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.StudentService.getStudentLog(StudentService.java:294) ~[classes/:na] - at com.ibeetl.jlw.service.StudentService$$FastClassBySpringCGLIB$$f6681a3c.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.StudentService$$EnhancerBySpringCGLIB$$d92e7fd6.getStudentLog() [classes/:na] - at com.ibeetl.jlw.job.CacheLogJob.execute(CacheLogJob.java:47) [classes/:na] - at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.1.jar:na] - at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.1.jar:na] -Caused by: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[mysql-connector-java-8.0.17.jar:8.0.17] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.beetl.sql.core.SQLScript.select(SQLScript.java:345) ~[beetlsql-2.13.8.RELEASE.jar:na] - ... 34 common frames omitted - -2022-08-31 21:14:00.017 ERROR 13784 --- [quartzScheduler_Worker-3] com.ibeetl.jlw.job.CacheLogJob : org.beetl.sql.core.BeetlSQLException: java.sql.SQLSyntaxErrorException: Table 'tzcj.sys_log' doesn't exist -2022-08-31 21:14:28.836 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : GET "/server/jlw/teacher/indexInfo.json?competitionId=19", parameters={masked} -2022-08-31 21:14:28.837 DEBUG 13784 --- [http-nio-9090-exec-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.ibeetl.admin.core.web.JsonResult com.ibeetl.jlw.web.TeacherController.indexInfo(java.lang.Long) -2022-08-31 21:14:28.839 INFO 13784 --- [pool-9-thread-1] cn.jlw.util.IpUtils : 似乎有新的IP -2022-08-31 21:14:28.853 DEBUG 13784 --- [http-nio-9090-exec-2] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [application/json, text/javascript, */*;q=0.01] and supported [application/json, application/*+json, application/json, application/*+json] -2022-08-31 21:14:28.854 DEBUG 13784 --- [http-nio-9090-exec-2] m.m.a.RequestResponseBodyMethodProcessor : Writing [code=200 message=成功 data=null] -2022-08-31 21:14:28.856 DEBUG 13784 --- [http-nio-9090-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK -2022-08-31 21:14:28.863 ERROR 13784 --- [pool-2-thread-2] com.ibeetl.jlw.service.SysLogService : -url: -method: -params: - -org.beetl.sql.core.BeetlSQLException: table "sys_log" not exist - at org.beetl.sql.core.db.MetadataManager.getTable(MetadataManager.java:72) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.generalInsert(AbstractDBStyle.java:378) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.db.AbstractDBStyle.genInsert(AbstractDBStyle.java:366) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.getScript(SQLManager.java:410) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.generalInsert(SQLManager.java:1162) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1111) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.SQLManager.insert(SQLManager.java:1067) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.internal.InsertAmi.call(InsertAmi.java:19) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJavaProxy.invoke(MapperJavaProxy.java:168) ~[beetlsql-2.13.8.RELEASE.jar:na] - at org.beetl.sql.core.mapper.MapperJava8Proxy.invoke(MapperJava8Proxy.java:92) ~[beetlsql-2.13.8.RELEASE.jar:na] - at com.sun.proxy.$Proxy109.insert(Unknown Source) ~[na:na] - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_312] - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_312] - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312] - at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312] - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.sun.proxy.$Proxy110.insert(Unknown Source) ~[na:na] - at com.ibeetl.jlw.service.SysLogService.saveToLog(SysLogService.java:83) ~[classes/:na] - at com.ibeetl.jlw.service.SysLogService$$FastClassBySpringCGLIB$$dae48efc.invoke() ~[classes/:na] - at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE] - at com.ibeetl.jlw.service.SysLogService$$EnhancerBySpringCGLIB$$62b2d616.saveToLog() [classes/:na] - at cn.jlw.Interceptor.ActionLog.run(ActionLog.java:232) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:77) [classes/:na] - at cn.jlw.Interceptor.ResponseControllerAdvice$TaskCallable.call(ResponseControllerAdvice.java:56) [classes/:na] - at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [na:1.8.0_312] - at java.util.concurrent.FutureTask.run(FutureTask.java) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_312] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_312] - at java.lang.Thread.run(Thread.java:748) [na:1.8.0_312] - -2022-08-31 21:14:29.250 INFO 13784 --- [pool-9-thread-1] cn.jlw.util.IpUtils : 有新的IP