|
@@ -0,0 +1,503 @@
|
|
|
+17:16:00.068 [schedule-pool-4] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - [handleError,95] - Unexpected error occurred in scheduled task
|
|
|
+org.springframework.jdbc.BadSqlGrammarException:
|
|
|
+### Error querying database. Cause: java.sql.SQLSyntaxErrorException: La table 'supervision04.tc_inoutls' n'existe pas
|
|
|
+### The error may exist in file [C:\Users\11868\Desktop\ducha-houduan\supervision-system\target\classes\mapper\militaryvehicleManagement\TcTodayInouttimeMapper.xml]
|
|
|
+### The error may involve com.supervision.militaryvehicleManagement.mapper.TcTodayInouttimeMapper.selectTcTodayInouttimeList-Inline
|
|
|
+### The error occurred while setting parameters
|
|
|
+### SQL: select P_KEY, CarNO, In_time, Out_time,ReMark from TC_Inoutls where P_KEY>?
|
|
|
+### Cause: java.sql.SQLSyntaxErrorException: La table 'supervision04.tc_inoutls' n'existe pas
|
|
|
+; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: La table 'supervision04.tc_inoutls' n'existe pas
|
|
|
+ at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:239)
|
|
|
+ at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:70)
|
|
|
+ at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:91)
|
|
|
+ at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:441)
|
|
|
+ at com.sun.proxy.$Proxy113.selectList(Unknown Source)
|
|
|
+ at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
+ at org.apache.ibatis.binding.MapperMethod.executeForMany(MapperMethod.java:147)
|
|
|
+ at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:80)
|
|
|
+ at org.apache.ibatis.binding.MapperProxy$PlainMethodInvoker.invoke(MapperProxy.java:145)
|
|
|
+ at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:86)
|
|
|
+ at com.sun.proxy.$Proxy227.selectTcTodayInouttimeList(Unknown Source)
|
|
|
+ at com.supervision.militaryvehicleManagement.service.impl.TcTodayInouttimeServiceImpl.selectTcTodayInouttimeList(TcTodayInouttimeServiceImpl.java:39)
|
|
|
+ at com.supervision.militaryvehicleManagement.service.impl.TcTodayInouttimeServiceImpl$$FastClassBySpringCGLIB$$d1e020a0.invoke(<generated>)
|
|
|
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
|
+ at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
|
|
|
+ at com.supervision.framework.aspectj.DataSourceAspect.around(DataSourceAspect.java:49)
|
|
|
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+ at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
|
|
|
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
|
|
|
+ at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
|
+ at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
|
+ at com.supervision.militaryvehicleManagement.service.impl.TcTodayInouttimeServiceImpl$$EnhancerBySpringCGLIB$$ed0d6f00.selectTcTodayInouttimeList(<generated>)
|
|
|
+ at com.supervision.web.controller.militaryvehicleManagement.TimingController.updatePrivateCarState(TimingController.java:57)
|
|
|
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+ at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+ at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
|
|
|
+ at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
|
|
|
+ at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95)
|
|
|
+ at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
|
|
+ at java.util.concurrent.FutureTask.run(FutureTask.java:266)
|
|
|
+ at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
|
|
|
+ at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
|
|
|
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
+ at java.lang.Thread.run(Thread.java:748)
|
|
|
+Caused by: java.sql.SQLSyntaxErrorException: La table 'supervision04.tc_inoutls' n'existe pas
|
|
|
+ at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+ at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+ at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+ at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)
|
|
|
+ at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3461)
|
|
|
+ at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
|
|
|
+ at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459)
|
|
|
+ at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167)
|
|
|
+ at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497)
|
|
|
+ at sun.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+ at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+ at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59)
|
|
|
+ at com.sun.proxy.$Proxy135.execute(Unknown Source)
|
|
|
+ at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64)
|
|
|
+ at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79)
|
|
|
+ at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:63)
|
|
|
+ at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325)
|
|
|
+ at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
|
|
|
+ at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109)
|
|
|
+ at com.github.pagehelper.PageInterceptor.intercept(PageInterceptor.java:132)
|
|
|
+ at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:62)
|
|
|
+ at com.sun.proxy.$Proxy339.query(Unknown Source)
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151)
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145)
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
|
|
|
+ at sun.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
|
|
|
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+ at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+ at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:427)
|
|
|
+ ... 44 common frames omitted
|
|
|
+17:17:00.024 [schedule-pool-5] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - [handleError,95] - Unexpected error occurred in scheduled task
|
|
|
+org.springframework.jdbc.BadSqlGrammarException:
|
|
|
+### Error querying database. Cause: java.sql.SQLSyntaxErrorException: La table 'supervision04.tc_inoutls' n'existe pas
|
|
|
+### The error may exist in file [C:\Users\11868\Desktop\ducha-houduan\supervision-system\target\classes\mapper\militaryvehicleManagement\TcTodayInouttimeMapper.xml]
|
|
|
+### The error may involve com.supervision.militaryvehicleManagement.mapper.TcTodayInouttimeMapper.selectTcTodayInouttimeList-Inline
|
|
|
+### The error occurred while setting parameters
|
|
|
+### SQL: select P_KEY, CarNO, In_time, Out_time,ReMark from TC_Inoutls where P_KEY>?
|
|
|
+### Cause: java.sql.SQLSyntaxErrorException: La table 'supervision04.tc_inoutls' n'existe pas
|
|
|
+; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: La table 'supervision04.tc_inoutls' n'existe pas
|
|
|
+ at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:239)
|
|
|
+ at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:70)
|
|
|
+ at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:91)
|
|
|
+ at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:441)
|
|
|
+ at com.sun.proxy.$Proxy113.selectList(Unknown Source)
|
|
|
+ at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
+ at org.apache.ibatis.binding.MapperMethod.executeForMany(MapperMethod.java:147)
|
|
|
+ at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:80)
|
|
|
+ at org.apache.ibatis.binding.MapperProxy$PlainMethodInvoker.invoke(MapperProxy.java:145)
|
|
|
+ at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:86)
|
|
|
+ at com.sun.proxy.$Proxy227.selectTcTodayInouttimeList(Unknown Source)
|
|
|
+ at com.supervision.militaryvehicleManagement.service.impl.TcTodayInouttimeServiceImpl.selectTcTodayInouttimeList(TcTodayInouttimeServiceImpl.java:39)
|
|
|
+ at com.supervision.militaryvehicleManagement.service.impl.TcTodayInouttimeServiceImpl$$FastClassBySpringCGLIB$$d1e020a0.invoke(<generated>)
|
|
|
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
|
+ at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
|
|
|
+ at com.supervision.framework.aspectj.DataSourceAspect.around(DataSourceAspect.java:49)
|
|
|
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+ at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
|
|
|
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
|
|
|
+ at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
|
+ at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
|
+ at com.supervision.militaryvehicleManagement.service.impl.TcTodayInouttimeServiceImpl$$EnhancerBySpringCGLIB$$ed0d6f00.selectTcTodayInouttimeList(<generated>)
|
|
|
+ at com.supervision.web.controller.militaryvehicleManagement.TimingController.updatePrivateCarState(TimingController.java:57)
|
|
|
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+ at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+ at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
|
|
|
+ at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
|
|
|
+ at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95)
|
|
|
+ at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
|
|
+ at java.util.concurrent.FutureTask.run(FutureTask.java:266)
|
|
|
+ at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
|
|
|
+ at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
|
|
|
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
+ at java.lang.Thread.run(Thread.java:748)
|
|
|
+Caused by: java.sql.SQLSyntaxErrorException: La table 'supervision04.tc_inoutls' n'existe pas
|
|
|
+ at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+ at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+ at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+ at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)
|
|
|
+ at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3461)
|
|
|
+ at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
|
|
|
+ at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459)
|
|
|
+ at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167)
|
|
|
+ at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497)
|
|
|
+ at sun.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+ at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+ at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59)
|
|
|
+ at com.sun.proxy.$Proxy135.execute(Unknown Source)
|
|
|
+ at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64)
|
|
|
+ at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79)
|
|
|
+ at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:63)
|
|
|
+ at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325)
|
|
|
+ at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
|
|
|
+ at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109)
|
|
|
+ at com.github.pagehelper.PageInterceptor.intercept(PageInterceptor.java:132)
|
|
|
+ at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:62)
|
|
|
+ at com.sun.proxy.$Proxy339.query(Unknown Source)
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151)
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145)
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
|
|
|
+ at sun.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
|
|
|
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+ at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+ at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:427)
|
|
|
+ ... 44 common frames omitted
|
|
|
+17:18:00.012 [schedule-pool-8] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - [handleError,95] - Unexpected error occurred in scheduled task
|
|
|
+org.springframework.jdbc.BadSqlGrammarException:
|
|
|
+### Error querying database. Cause: java.sql.SQLSyntaxErrorException: La table 'supervision04.tc_inoutls' n'existe pas
|
|
|
+### The error may exist in file [C:\Users\11868\Desktop\ducha-houduan\supervision-system\target\classes\mapper\militaryvehicleManagement\TcTodayInouttimeMapper.xml]
|
|
|
+### The error may involve com.supervision.militaryvehicleManagement.mapper.TcTodayInouttimeMapper.selectTcTodayInouttimeList-Inline
|
|
|
+### The error occurred while setting parameters
|
|
|
+### SQL: select P_KEY, CarNO, In_time, Out_time,ReMark from TC_Inoutls where P_KEY>?
|
|
|
+### Cause: java.sql.SQLSyntaxErrorException: La table 'supervision04.tc_inoutls' n'existe pas
|
|
|
+; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: La table 'supervision04.tc_inoutls' n'existe pas
|
|
|
+ at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:239)
|
|
|
+ at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:70)
|
|
|
+ at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:91)
|
|
|
+ at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:441)
|
|
|
+ at com.sun.proxy.$Proxy113.selectList(Unknown Source)
|
|
|
+ at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
+ at org.apache.ibatis.binding.MapperMethod.executeForMany(MapperMethod.java:147)
|
|
|
+ at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:80)
|
|
|
+ at org.apache.ibatis.binding.MapperProxy$PlainMethodInvoker.invoke(MapperProxy.java:145)
|
|
|
+ at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:86)
|
|
|
+ at com.sun.proxy.$Proxy227.selectTcTodayInouttimeList(Unknown Source)
|
|
|
+ at com.supervision.militaryvehicleManagement.service.impl.TcTodayInouttimeServiceImpl.selectTcTodayInouttimeList(TcTodayInouttimeServiceImpl.java:39)
|
|
|
+ at com.supervision.militaryvehicleManagement.service.impl.TcTodayInouttimeServiceImpl$$FastClassBySpringCGLIB$$d1e020a0.invoke(<generated>)
|
|
|
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
|
+ at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
|
|
|
+ at com.supervision.framework.aspectj.DataSourceAspect.around(DataSourceAspect.java:49)
|
|
|
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+ at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
|
|
|
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
|
|
|
+ at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
|
+ at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
|
+ at com.supervision.militaryvehicleManagement.service.impl.TcTodayInouttimeServiceImpl$$EnhancerBySpringCGLIB$$ed0d6f00.selectTcTodayInouttimeList(<generated>)
|
|
|
+ at com.supervision.web.controller.militaryvehicleManagement.TimingController.updatePrivateCarState(TimingController.java:57)
|
|
|
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+ at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+ at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
|
|
|
+ at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
|
|
|
+ at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95)
|
|
|
+ at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
|
|
+ at java.util.concurrent.FutureTask.run(FutureTask.java:266)
|
|
|
+ at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
|
|
|
+ at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
|
|
|
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
+ at java.lang.Thread.run(Thread.java:748)
|
|
|
+Caused by: java.sql.SQLSyntaxErrorException: La table 'supervision04.tc_inoutls' n'existe pas
|
|
|
+ at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+ at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+ at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+ at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)
|
|
|
+ at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3461)
|
|
|
+ at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
|
|
|
+ at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459)
|
|
|
+ at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167)
|
|
|
+ at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497)
|
|
|
+ at sun.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+ at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+ at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59)
|
|
|
+ at com.sun.proxy.$Proxy135.execute(Unknown Source)
|
|
|
+ at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64)
|
|
|
+ at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79)
|
|
|
+ at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:63)
|
|
|
+ at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325)
|
|
|
+ at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
|
|
|
+ at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109)
|
|
|
+ at com.github.pagehelper.PageInterceptor.intercept(PageInterceptor.java:132)
|
|
|
+ at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:62)
|
|
|
+ at com.sun.proxy.$Proxy339.query(Unknown Source)
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151)
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145)
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
|
|
|
+ at sun.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
|
|
|
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+ at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+ at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:427)
|
|
|
+ ... 44 common frames omitted
|
|
|
+17:19:00.012 [schedule-pool-3] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - [handleError,95] - Unexpected error occurred in scheduled task
|
|
|
+org.springframework.jdbc.BadSqlGrammarException:
|
|
|
+### Error querying database. Cause: java.sql.SQLSyntaxErrorException: La table 'supervision04.tc_inoutls' n'existe pas
|
|
|
+### The error may exist in file [C:\Users\11868\Desktop\ducha-houduan\supervision-system\target\classes\mapper\militaryvehicleManagement\TcTodayInouttimeMapper.xml]
|
|
|
+### The error may involve com.supervision.militaryvehicleManagement.mapper.TcTodayInouttimeMapper.selectTcTodayInouttimeList-Inline
|
|
|
+### The error occurred while setting parameters
|
|
|
+### SQL: select P_KEY, CarNO, In_time, Out_time,ReMark from TC_Inoutls where P_KEY>?
|
|
|
+### Cause: java.sql.SQLSyntaxErrorException: La table 'supervision04.tc_inoutls' n'existe pas
|
|
|
+; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: La table 'supervision04.tc_inoutls' n'existe pas
|
|
|
+ at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:239)
|
|
|
+ at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:70)
|
|
|
+ at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:91)
|
|
|
+ at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:441)
|
|
|
+ at com.sun.proxy.$Proxy113.selectList(Unknown Source)
|
|
|
+ at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
+ at org.apache.ibatis.binding.MapperMethod.executeForMany(MapperMethod.java:147)
|
|
|
+ at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:80)
|
|
|
+ at org.apache.ibatis.binding.MapperProxy$PlainMethodInvoker.invoke(MapperProxy.java:145)
|
|
|
+ at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:86)
|
|
|
+ at com.sun.proxy.$Proxy227.selectTcTodayInouttimeList(Unknown Source)
|
|
|
+ at com.supervision.militaryvehicleManagement.service.impl.TcTodayInouttimeServiceImpl.selectTcTodayInouttimeList(TcTodayInouttimeServiceImpl.java:39)
|
|
|
+ at com.supervision.militaryvehicleManagement.service.impl.TcTodayInouttimeServiceImpl$$FastClassBySpringCGLIB$$d1e020a0.invoke(<generated>)
|
|
|
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
|
+ at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
|
|
|
+ at com.supervision.framework.aspectj.DataSourceAspect.around(DataSourceAspect.java:49)
|
|
|
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+ at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
|
|
|
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
|
|
|
+ at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
|
+ at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
|
+ at com.supervision.militaryvehicleManagement.service.impl.TcTodayInouttimeServiceImpl$$EnhancerBySpringCGLIB$$ed0d6f00.selectTcTodayInouttimeList(<generated>)
|
|
|
+ at com.supervision.web.controller.militaryvehicleManagement.TimingController.updatePrivateCarState(TimingController.java:57)
|
|
|
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+ at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+ at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
|
|
|
+ at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
|
|
|
+ at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95)
|
|
|
+ at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
|
|
+ at java.util.concurrent.FutureTask.run(FutureTask.java:266)
|
|
|
+ at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
|
|
|
+ at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
|
|
|
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
+ at java.lang.Thread.run(Thread.java:748)
|
|
|
+Caused by: java.sql.SQLSyntaxErrorException: La table 'supervision04.tc_inoutls' n'existe pas
|
|
|
+ at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+ at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+ at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+ at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)
|
|
|
+ at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3461)
|
|
|
+ at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
|
|
|
+ at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459)
|
|
|
+ at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167)
|
|
|
+ at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497)
|
|
|
+ at sun.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+ at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+ at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59)
|
|
|
+ at com.sun.proxy.$Proxy135.execute(Unknown Source)
|
|
|
+ at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64)
|
|
|
+ at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79)
|
|
|
+ at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:63)
|
|
|
+ at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325)
|
|
|
+ at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
|
|
|
+ at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109)
|
|
|
+ at com.github.pagehelper.PageInterceptor.intercept(PageInterceptor.java:132)
|
|
|
+ at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:62)
|
|
|
+ at com.sun.proxy.$Proxy339.query(Unknown Source)
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151)
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145)
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
|
|
|
+ at sun.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
|
|
|
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+ at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+ at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:427)
|
|
|
+ ... 44 common frames omitted
|
|
|
+17:20:00.041 [schedule-pool-5] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - [handleError,95] - Unexpected error occurred in scheduled task
|
|
|
+org.springframework.jdbc.BadSqlGrammarException:
|
|
|
+### Error querying database. Cause: java.sql.SQLSyntaxErrorException: La table 'supervision04.tc_inoutls' n'existe pas
|
|
|
+### The error may exist in file [C:\Users\11868\Desktop\ducha-houduan\supervision-system\target\classes\mapper\militaryvehicleManagement\TcTodayInouttimeMapper.xml]
|
|
|
+### The error may involve com.supervision.militaryvehicleManagement.mapper.TcTodayInouttimeMapper.selectTcTodayInouttimeList-Inline
|
|
|
+### The error occurred while setting parameters
|
|
|
+### SQL: select P_KEY, CarNO, In_time, Out_time,ReMark from TC_Inoutls where P_KEY>?
|
|
|
+### Cause: java.sql.SQLSyntaxErrorException: La table 'supervision04.tc_inoutls' n'existe pas
|
|
|
+; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: La table 'supervision04.tc_inoutls' n'existe pas
|
|
|
+ at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:239)
|
|
|
+ at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:70)
|
|
|
+ at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:91)
|
|
|
+ at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:441)
|
|
|
+ at com.sun.proxy.$Proxy113.selectList(Unknown Source)
|
|
|
+ at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
+ at org.apache.ibatis.binding.MapperMethod.executeForMany(MapperMethod.java:147)
|
|
|
+ at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:80)
|
|
|
+ at org.apache.ibatis.binding.MapperProxy$PlainMethodInvoker.invoke(MapperProxy.java:145)
|
|
|
+ at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:86)
|
|
|
+ at com.sun.proxy.$Proxy227.selectTcTodayInouttimeList(Unknown Source)
|
|
|
+ at com.supervision.militaryvehicleManagement.service.impl.TcTodayInouttimeServiceImpl.selectTcTodayInouttimeList(TcTodayInouttimeServiceImpl.java:39)
|
|
|
+ at com.supervision.militaryvehicleManagement.service.impl.TcTodayInouttimeServiceImpl$$FastClassBySpringCGLIB$$d1e020a0.invoke(<generated>)
|
|
|
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
|
+ at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
|
|
|
+ at com.supervision.framework.aspectj.DataSourceAspect.around(DataSourceAspect.java:49)
|
|
|
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+ at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
|
|
|
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
|
|
|
+ at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
|
+ at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
|
+ at com.supervision.militaryvehicleManagement.service.impl.TcTodayInouttimeServiceImpl$$EnhancerBySpringCGLIB$$ed0d6f00.selectTcTodayInouttimeList(<generated>)
|
|
|
+ at com.supervision.web.controller.militaryvehicleManagement.TimingController.updatePrivateCarState(TimingController.java:57)
|
|
|
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+ at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+ at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
|
|
|
+ at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
|
|
|
+ at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95)
|
|
|
+ at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
|
|
+ at java.util.concurrent.FutureTask.run(FutureTask.java:266)
|
|
|
+ at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
|
|
|
+ at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
|
|
|
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
+ at java.lang.Thread.run(Thread.java:748)
|
|
|
+Caused by: java.sql.SQLSyntaxErrorException: La table 'supervision04.tc_inoutls' n'existe pas
|
|
|
+ at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+ at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+ at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+ at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)
|
|
|
+ at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3461)
|
|
|
+ at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
|
|
|
+ at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459)
|
|
|
+ at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167)
|
|
|
+ at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497)
|
|
|
+ at sun.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
|
|
|
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+ at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+ at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59)
|
|
|
+ at com.sun.proxy.$Proxy135.execute(Unknown Source)
|
|
|
+ at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64)
|
|
|
+ at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79)
|
|
|
+ at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:63)
|
|
|
+ at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325)
|
|
|
+ at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
|
|
|
+ at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109)
|
|
|
+ at com.github.pagehelper.PageInterceptor.intercept(PageInterceptor.java:132)
|
|
|
+ at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:62)
|
|
|
+ at com.sun.proxy.$Proxy339.query(Unknown Source)
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151)
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145)
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
|
|
|
+ at sun.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
|
|
|
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+ at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+ at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:427)
|
|
|
+ ... 44 common frames omitted
|
|
|
+17:20:02.071 [schedule-pool-1] ERROR c.s.c.u.h.HttpUtils - [sendPost,157] - 调用HttpUtils.sendPost ConnectException, url=http://127.0.0.1:85/api/v2/employee/get/?key=2633p84hnnlavzcy9afjcbtj1jdnega0ftscjkka6h7a,param={"offduty":2}
|
|
|
+java.net.ConnectException: Connection refused: connect
|
|
|
+ at java.net.DualStackPlainSocketImpl.connect0(Native Method)
|
|
|
+ at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79)
|
|
|
+ at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
|
|
|
+ at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
|
|
|
+ at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
|
|
|
+ at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
|
|
|
+ at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
|
|
|
+ at java.net.Socket.connect(Socket.java:589)
|
|
|
+ at java.net.Socket.connect(Socket.java:538)
|
|
|
+ at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
|
|
|
+ at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
|
|
|
+ at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
|
|
|
+ at sun.net.www.http.HttpClient.<init>(HttpClient.java:242)
|
|
|
+ at sun.net.www.http.HttpClient.New(HttpClient.java:339)
|
|
|
+ at sun.net.www.http.HttpClient.New(HttpClient.java:357)
|
|
|
+ at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1220)
|
|
|
+ at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156)
|
|
|
+ at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050)
|
|
|
+ at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:984)
|
|
|
+ at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1334)
|
|
|
+ at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1309)
|
|
|
+ at com.supervision.common.utils.http.HttpUtils.sendPost(HttpUtils.java:144)
|
|
|
+ at com.supervision.grassrootsregistration.service.impl.BdglAttendanceRecordServiceImpl.getemployeeinfo(BdglAttendanceRecordServiceImpl.java:174)
|
|
|
+ at com.supervision.web.controller.grassrootsregistration.GrassrootsregistrationController.getemployeeinfo(GrassrootsregistrationController.java:285)
|
|
|
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+ at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+ at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
|
|
|
+ at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
|
|
|
+ at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95)
|
|
|
+ at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
|
|
+ at java.util.concurrent.FutureTask.run(FutureTask.java:266)
|
|
|
+ at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
|
|
|
+ at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
|
|
|
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
+ at java.lang.Thread.run(Thread.java:748)
|
|
|
+17:20:02.073 [schedule-pool-1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - [handleError,95] - Unexpected error occurred in scheduled task
|
|
|
+java.lang.NullPointerException: null
|
|
|
+ at com.supervision.grassrootsregistration.service.impl.BdglAttendanceRecordServiceImpl.getemployeeinfo(BdglAttendanceRecordServiceImpl.java:176)
|
|
|
+ at com.supervision.web.controller.grassrootsregistration.GrassrootsregistrationController.getemployeeinfo(GrassrootsregistrationController.java:285)
|
|
|
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+ at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+ at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
|
|
|
+ at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
|
|
|
+ at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95)
|
|
|
+ at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
|
|
+ at java.util.concurrent.FutureTask.run(FutureTask.java:266)
|
|
|
+ at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
|
|
|
+ at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
|
|
|
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
+ at java.lang.Thread.run(Thread.java:748)
|