|
@@ -0,0 +1,4500 @@
|
|
|
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
+<html>
|
|
|
+ <head>
|
|
|
+ <title>Logback Log Messages</title>
|
|
|
+<style type="text/css">
|
|
|
+table { margin-left: 2em; margin-right: 2em; border-left: 2px solid #AAA; }
|
|
|
+TR.even { background: #FFFFFF; }
|
|
|
+TR.odd { background: #EAEAEA; }
|
|
|
+TR.warn TD.Level, TR.error TD.Level, TR.fatal TD.Level {font-weight: bold; color: #FF4040 }
|
|
|
+TD { padding-right: 1ex; padding-left: 1ex; border-right: 2px solid #AAA; }
|
|
|
+TD.Time, TD.Date { text-align: right; font-family: courier, monospace; font-size: smaller; }
|
|
|
+TD.Thread { text-align: left; }
|
|
|
+TD.Level { text-align: right; }
|
|
|
+TD.Logger { text-align: left; }
|
|
|
+TR.header { background: #596ED5; color: #FFF; font-weight: bold; font-size: larger; }
|
|
|
+TD.Exception { background: #A2AEE8; font-family: courier, monospace;}
|
|
|
+</style>
|
|
|
+
|
|
|
+ </head>
|
|
|
+<body>
|
|
|
+<hr/>
|
|
|
+<p>Log session start time Wed Apr 16 10:09:31 CST 2025</p><p></p>
|
|
|
+
|
|
|
+<table cellspacing="0">
|
|
|
+<tr class="header">
|
|
|
+<td class="Level">Level</td>
|
|
|
+<td class="Date">Date</td>
|
|
|
+<td class="Message">Message</td>
|
|
|
+<td class="MethodOfCaller">MethodOfCaller</td>
|
|
|
+<td class="FileOfCaller">FileOfCaller</td>
|
|
|
+<td class="LineOfCaller">LineOfCaller</td>
|
|
|
+</tr>
|
|
|
+
|
|
|
+
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:09:38,982</td>
|
|
|
+<td class="Message">init datasource error, url: jdbc:mysql://127.0.0.1/lg?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai</td>
|
|
|
+<td class="MethodOfCaller">init</td>
|
|
|
+<td class="FileOfCaller">DruidDataSource.java</td>
|
|
|
+<td class="LineOfCaller">928</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
|
|
|
+
|
|
|
+The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
|
|
|
+<br /> at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:828)
|
|
|
+<br /> at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:448)
|
|
|
+<br /> at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:241)
|
|
|
+<br /> at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:198)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:132)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterAdapter.connection_connect(FilterAdapter.java:764)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.connection_connect(FilterEventAdapter.java:33)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterAdapter.connection_connect(FilterAdapter.java:764)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126)
|
|
|
+<br /> at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:244)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1687)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1803)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:924)
|
|
|
+<br /> at com.baomidou.dynamic.datasource.creator.druid.DruidDataSourceCreator.createDataSource(DruidDataSourceCreator.java:132)
|
|
|
+<br /> at com.baomidou.dynamic.datasource.creator.DefaultDataSourceCreator.createDataSource(DefaultDataSourceCreator.java:97)
|
|
|
+<br /> at com.baomidou.dynamic.datasource.provider.AbstractDataSourceProvider.createDataSourceMap(AbstractDataSourceProvider.java:53)
|
|
|
+<br /> at com.baomidou.dynamic.datasource.provider.YmlDynamicDataSourceProvider.loadDataSources(YmlDynamicDataSourceProvider.java:53)
|
|
|
+<br /> at com.baomidou.dynamic.datasource.DynamicRoutingDataSource.afterPropertiesSet(DynamicRoutingDataSource.java:225)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1863)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1800)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
|
|
|
+<br /> at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
+<br /> at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
|
|
|
+<br /> at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391)
|
|
|
+<br /> at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311)
|
|
|
+<br /> at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:710)
|
|
|
+<br /> at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:693)
|
|
|
+<br /> at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
|
|
|
+<br /> at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:408)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
|
|
|
+<br /> at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
+<br /> at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955)
|
|
|
+<br /> at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:929)
|
|
|
+<br /> at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:591)
|
|
|
+<br /> at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147)
|
|
|
+<br /> at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:732)
|
|
|
+<br /> at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:409)
|
|
|
+<br /> at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
|
|
|
+<br /> at org.springframework.boot.SpringApplication.run(SpringApplication.java:1300)
|
|
|
+<br /> at org.springframework.boot.SpringApplication.run(SpringApplication.java:1289)
|
|
|
+<br /> at org.jeecg.JeecgSystemApplication.main(JeecgSystemApplication.java:30)
|
|
|
+<br />Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
|
|
|
+
|
|
|
+The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
|
|
|
+<br /> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
|
|
|
+<br /> at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
|
|
|
+<br /> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
|
|
|
+<br /> at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
|
|
|
+<br /> at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
|
|
|
+<br /> at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
|
|
|
+<br /> at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)
|
|
|
+<br /> at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)
|
|
|
+<br /> at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:89)
|
|
|
+<br /> at com.mysql.cj.NativeSession.connect(NativeSession.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:948)
|
|
|
+<br /> at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:818)
|
|
|
+<br /> ... 51 common frames omitted
|
|
|
+<br />Caused by: java.net.ConnectException: Connection refused: connect
|
|
|
+<br /> at java.net.DualStackPlainSocketImpl.connect0(Native Method)
|
|
|
+<br /> at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79)
|
|
|
+<br /> at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
|
|
|
+<br /> at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
|
|
|
+<br /> at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
|
|
|
+<br /> at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
|
|
|
+<br /> at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
|
|
|
+<br /> at java.net.Socket.connect(Socket.java:589)
|
|
|
+<br /> at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:156)
|
|
|
+<br /> at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:63)
|
|
|
+<br /> ... 54 common frames omitted
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:09:38,984</td>
|
|
|
+<td class="Message">{dataSource-1} init error</td>
|
|
|
+<td class="MethodOfCaller">init</td>
|
|
|
+<td class="FileOfCaller">DruidDataSource.java</td>
|
|
|
+<td class="LineOfCaller">977</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
|
|
|
+
|
|
|
+The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
|
|
|
+<br /> at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:828)
|
|
|
+<br /> at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:448)
|
|
|
+<br /> at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:241)
|
|
|
+<br /> at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:198)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:132)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterAdapter.connection_connect(FilterAdapter.java:764)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.connection_connect(FilterEventAdapter.java:33)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterAdapter.connection_connect(FilterAdapter.java:764)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126)
|
|
|
+<br /> at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:244)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1687)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1803)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:924)
|
|
|
+<br /> at com.baomidou.dynamic.datasource.creator.druid.DruidDataSourceCreator.createDataSource(DruidDataSourceCreator.java:132)
|
|
|
+<br /> at com.baomidou.dynamic.datasource.creator.DefaultDataSourceCreator.createDataSource(DefaultDataSourceCreator.java:97)
|
|
|
+<br /> at com.baomidou.dynamic.datasource.provider.AbstractDataSourceProvider.createDataSourceMap(AbstractDataSourceProvider.java:53)
|
|
|
+<br /> at com.baomidou.dynamic.datasource.provider.YmlDynamicDataSourceProvider.loadDataSources(YmlDynamicDataSourceProvider.java:53)
|
|
|
+<br /> at com.baomidou.dynamic.datasource.DynamicRoutingDataSource.afterPropertiesSet(DynamicRoutingDataSource.java:225)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1863)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1800)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
|
|
|
+<br /> at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
+<br /> at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
|
|
|
+<br /> at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391)
|
|
|
+<br /> at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311)
|
|
|
+<br /> at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:710)
|
|
|
+<br /> at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:693)
|
|
|
+<br /> at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
|
|
|
+<br /> at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:408)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
|
|
|
+<br /> at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
+<br /> at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955)
|
|
|
+<br /> at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:929)
|
|
|
+<br /> at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:591)
|
|
|
+<br /> at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147)
|
|
|
+<br /> at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:732)
|
|
|
+<br /> at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:409)
|
|
|
+<br /> at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
|
|
|
+<br /> at org.springframework.boot.SpringApplication.run(SpringApplication.java:1300)
|
|
|
+<br /> at org.springframework.boot.SpringApplication.run(SpringApplication.java:1289)
|
|
|
+<br /> at org.jeecg.JeecgSystemApplication.main(JeecgSystemApplication.java:30)
|
|
|
+<br />Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
|
|
|
+
|
|
|
+The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
|
|
|
+<br /> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
|
|
|
+<br /> at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
|
|
|
+<br /> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
|
|
|
+<br /> at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
|
|
|
+<br /> at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
|
|
|
+<br /> at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
|
|
|
+<br /> at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)
|
|
|
+<br /> at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)
|
|
|
+<br /> at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:89)
|
|
|
+<br /> at com.mysql.cj.NativeSession.connect(NativeSession.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:948)
|
|
|
+<br /> at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:818)
|
|
|
+<br /> ... 51 common frames omitted
|
|
|
+<br />Caused by: java.net.ConnectException: Connection refused: connect
|
|
|
+<br /> at java.net.DualStackPlainSocketImpl.connect0(Native Method)
|
|
|
+<br /> at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79)
|
|
|
+<br /> at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
|
|
|
+<br /> at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
|
|
|
+<br /> at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
|
|
|
+<br /> at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
|
|
|
+<br /> at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
|
|
|
+<br /> at java.net.Socket.connect(Socket.java:589)
|
|
|
+<br /> at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:156)
|
|
|
+<br /> at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:63)
|
|
|
+<br /> ... 54 common frames omitted
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:09:39,062</td>
|
|
|
+<td class="Message">Application run failed</td>
|
|
|
+<td class="MethodOfCaller">reportFailure</td>
|
|
|
+<td class="FileOfCaller">SpringApplication.java</td>
|
|
|
+<td class="LineOfCaller">818</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'flywayConfig': Unsatisfied dependency expressed through field 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/baomidou/dynamic/datasource/spring/boot/autoconfigure/DynamicDataSourceAutoConfiguration.class]: Invocation of init method failed; nested exception is com.baomidou.dynamic.datasource.exception.ErrorCreateDataSourceException: druid create error
|
|
|
+<br /> at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:713)
|
|
|
+<br /> at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:693)
|
|
|
+<br /> at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
|
|
|
+<br /> at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:408)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
|
|
|
+<br /> at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
+<br /> at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955)
|
|
|
+<br /> at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:929)
|
|
|
+<br /> at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:591)
|
|
|
+<br /> at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147)
|
|
|
+<br /> at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:732)
|
|
|
+<br /> at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:409)
|
|
|
+<br /> at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
|
|
|
+<br /> at org.springframework.boot.SpringApplication.run(SpringApplication.java:1300)
|
|
|
+<br /> at org.springframework.boot.SpringApplication.run(SpringApplication.java:1289)
|
|
|
+<br /> at org.jeecg.JeecgSystemApplication.main(JeecgSystemApplication.java:30)
|
|
|
+<br />Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/baomidou/dynamic/datasource/spring/boot/autoconfigure/DynamicDataSourceAutoConfiguration.class]: Invocation of init method failed; nested exception is com.baomidou.dynamic.datasource.exception.ErrorCreateDataSourceException: druid create error
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1804)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
|
|
|
+<br /> at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
+<br /> at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
|
|
|
+<br /> at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391)
|
|
|
+<br /> at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311)
|
|
|
+<br /> at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:710)
|
|
|
+<br /> ... 20 common frames omitted
|
|
|
+<br />Caused by: com.baomidou.dynamic.datasource.exception.ErrorCreateDataSourceException: druid create error
|
|
|
+<br /> at com.baomidou.dynamic.datasource.creator.druid.DruidDataSourceCreator.createDataSource(DruidDataSourceCreator.java:134)
|
|
|
+<br /> at com.baomidou.dynamic.datasource.creator.DefaultDataSourceCreator.createDataSource(DefaultDataSourceCreator.java:97)
|
|
|
+<br /> at com.baomidou.dynamic.datasource.provider.AbstractDataSourceProvider.createDataSourceMap(AbstractDataSourceProvider.java:53)
|
|
|
+<br /> at com.baomidou.dynamic.datasource.provider.YmlDynamicDataSourceProvider.loadDataSources(YmlDynamicDataSourceProvider.java:53)
|
|
|
+<br /> at com.baomidou.dynamic.datasource.DynamicRoutingDataSource.afterPropertiesSet(DynamicRoutingDataSource.java:225)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1863)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1800)
|
|
|
+<br /> ... 30 common frames omitted
|
|
|
+<br />Caused by: com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
|
|
|
+
|
|
|
+The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
|
|
|
+<br /> at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:828)
|
|
|
+<br /> at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:448)
|
|
|
+<br /> at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:241)
|
|
|
+<br /> at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:198)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:132)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterAdapter.connection_connect(FilterAdapter.java:764)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.connection_connect(FilterEventAdapter.java:33)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterAdapter.connection_connect(FilterAdapter.java:764)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126)
|
|
|
+<br /> at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:244)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1687)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1803)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:924)
|
|
|
+<br /> at com.baomidou.dynamic.datasource.creator.druid.DruidDataSourceCreator.createDataSource(DruidDataSourceCreator.java:132)
|
|
|
+<br /> ... 36 common frames omitted
|
|
|
+<br />Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
|
|
|
+
|
|
|
+The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
|
|
|
+<br /> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
|
|
|
+<br /> at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
|
|
|
+<br /> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
|
|
|
+<br /> at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
|
|
|
+<br /> at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
|
|
|
+<br /> at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
|
|
|
+<br /> at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)
|
|
|
+<br /> at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)
|
|
|
+<br /> at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:89)
|
|
|
+<br /> at com.mysql.cj.NativeSession.connect(NativeSession.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:948)
|
|
|
+<br /> at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:818)
|
|
|
+<br /> ... 51 common frames omitted
|
|
|
+<br />Caused by: java.net.ConnectException: Connection refused: connect
|
|
|
+<br /> at java.net.DualStackPlainSocketImpl.connect0(Native Method)
|
|
|
+<br /> at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79)
|
|
|
+<br /> at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
|
|
|
+<br /> at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
|
|
|
+<br /> at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
|
|
|
+<br /> at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
|
|
|
+<br /> at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
|
|
|
+<br /> at java.net.Socket.connect(Socket.java:589)
|
|
|
+<br /> at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:156)
|
|
|
+<br /> at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:63)
|
|
|
+<br /> ... 54 common frames omitted
|
|
|
+</td></tr></table>
|
|
|
+</body></html><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
+<html>
|
|
|
+ <head>
|
|
|
+ <title>Logback Log Messages</title>
|
|
|
+<style type="text/css">
|
|
|
+table { margin-left: 2em; margin-right: 2em; border-left: 2px solid #AAA; }
|
|
|
+TR.even { background: #FFFFFF; }
|
|
|
+TR.odd { background: #EAEAEA; }
|
|
|
+TR.warn TD.Level, TR.error TD.Level, TR.fatal TD.Level {font-weight: bold; color: #FF4040 }
|
|
|
+TD { padding-right: 1ex; padding-left: 1ex; border-right: 2px solid #AAA; }
|
|
|
+TD.Time, TD.Date { text-align: right; font-family: courier, monospace; font-size: smaller; }
|
|
|
+TD.Thread { text-align: left; }
|
|
|
+TD.Level { text-align: right; }
|
|
|
+TD.Logger { text-align: left; }
|
|
|
+TR.header { background: #596ED5; color: #FFF; font-weight: bold; font-size: larger; }
|
|
|
+TD.Exception { background: #A2AEE8; font-family: courier, monospace;}
|
|
|
+</style>
|
|
|
+
|
|
|
+ </head>
|
|
|
+<body>
|
|
|
+<hr/>
|
|
|
+<p>Log session start time Wed Apr 16 10:11:59 CST 2025</p><p></p>
|
|
|
+
|
|
|
+<table cellspacing="0">
|
|
|
+<tr class="header">
|
|
|
+<td class="Level">Level</td>
|
|
|
+<td class="Date">Date</td>
|
|
|
+<td class="Message">Message</td>
|
|
|
+<td class="MethodOfCaller">MethodOfCaller</td>
|
|
|
+<td class="FileOfCaller">FileOfCaller</td>
|
|
|
+<td class="LineOfCaller">LineOfCaller</td>
|
|
|
+</tr>
|
|
|
+
|
|
|
+
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:12:19,509</td>
|
|
|
+<td class="Message">{conn-10005, pstmt-20015} execute error. SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = 'MyScheduler' AND LOCK_NAME = ? FOR UPDATE</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.initialize(JobStoreSupport.java:3920)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.schedulerStarted(JobStoreSupport.java:692)
|
|
|
+<br /> at org.quartz.core.QuartzScheduler.start(QuartzScheduler.java:539)
|
|
|
+<br /> at org.quartz.impl.StdScheduler.start(StdScheduler.java:142)
|
|
|
+<br /> at org.springframework.scheduling.quartz.SchedulerFactoryBean$1.run(SchedulerFactoryBean.java:753)
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:12:20,539</td>
|
|
|
+<td class="Message">{conn-10005, pstmt-20016} execute error. SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = 'MyScheduler' AND LOCK_NAME = ? FOR UPDATE</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.initialize(JobStoreSupport.java:3920)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.schedulerStarted(JobStoreSupport.java:692)
|
|
|
+<br /> at org.quartz.core.QuartzScheduler.start(QuartzScheduler.java:539)
|
|
|
+<br /> at org.quartz.impl.StdScheduler.start(StdScheduler.java:142)
|
|
|
+<br /> at org.springframework.scheduling.quartz.SchedulerFactoryBean$1.run(SchedulerFactoryBean.java:753)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:12:21,558</td>
|
|
|
+<td class="Message">{conn-10005, pstmt-20017} execute error. SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = 'MyScheduler' AND LOCK_NAME = ? FOR UPDATE</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.initialize(JobStoreSupport.java:3920)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.schedulerStarted(JobStoreSupport.java:692)
|
|
|
+<br /> at org.quartz.core.QuartzScheduler.start(QuartzScheduler.java:539)
|
|
|
+<br /> at org.quartz.impl.StdScheduler.start(StdScheduler.java:142)
|
|
|
+<br /> at org.springframework.scheduling.quartz.SchedulerFactoryBean$1.run(SchedulerFactoryBean.java:753)
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:12:21,592</td>
|
|
|
+<td class="Message">ClusterManager: Error managing cluster: Failure obtaining db row lock: Table 'jeecg-boot.qrtz_locks' doesn't exist</td>
|
|
|
+<td class="MethodOfCaller">manage</td>
|
|
|
+<td class="FileOfCaller">JobStoreSupport.java</td>
|
|
|
+<td class="LineOfCaller">3941</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">org.quartz.impl.jdbcjobstore.LockException: Failure obtaining db row lock: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:184)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.initialize(JobStoreSupport.java:3920)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.schedulerStarted(JobStoreSupport.java:692)
|
|
|
+<br /> at org.quartz.core.QuartzScheduler.start(QuartzScheduler.java:539)
|
|
|
+<br /> at org.quartz.impl.StdScheduler.start(StdScheduler.java:142)
|
|
|
+<br /> at org.springframework.scheduling.quartz.SchedulerFactoryBean$1.run(SchedulerFactoryBean.java:753)
|
|
|
+<br />Caused by: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> ... 8 common frames omitted
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:12:21,605</td>
|
|
|
+<td class="Message">{conn-10005, pstmt-20018} execute error. SELECT COUNT(TRIGGER_NAME) FROM QRTZ_TRIGGERS WHERE SCHED_NAME = 'MyScheduler' AND NOT (MISFIRE_INSTR = -1) AND NEXT_FIRE_TIME < ? AND TRIGGER_STATE = ?</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_triggers' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.countMisfiredTriggersInState(StdJDBCDelegate.java:393)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doRecoverMisfires(JobStoreSupport.java:3253)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.manage(JobStoreSupport.java:4012)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.run(JobStoreSupport.java:4033)
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:12:21,608</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20019} execute error. SELECT TRIGGER_NAME, TRIGGER_GROUP, NEXT_FIRE_TIME, PRIORITY FROM QRTZ_TRIGGERS WHERE SCHED_NAME = 'MyScheduler' AND TRIGGER_STATE = ? AND NEXT_FIRE_TIME <= ? AND (MISFIRE_INSTR = -1 OR (MISFIRE_INSTR != -1 AND NEXT_FIRE_TIME >= ?)) ORDER BY NEXT_FIRE_TIME ASC, PRIORITY DESC</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_triggers' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.selectTriggerToAcquire(StdJDBCDelegate.java:2613)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTrigger(JobStoreSupport.java:2844)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2805)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2803)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.executeInNonManagedTXLock(JobStoreSupport.java:3864)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTriggers(JobStoreSupport.java:2802)
|
|
|
+<br /> at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:287)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:12:21,624</td>
|
|
|
+<td class="Message">MisfireHandler: Error handling misfires: Database error recovering from misfires.</td>
|
|
|
+<td class="MethodOfCaller">manage</td>
|
|
|
+<td class="FileOfCaller">JobStoreSupport.java</td>
|
|
|
+<td class="LineOfCaller">4017</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">org.quartz.JobPersistenceException: Database error recovering from misfires.
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doRecoverMisfires(JobStoreSupport.java:3274)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.manage(JobStoreSupport.java:4012)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.run(JobStoreSupport.java:4033)
|
|
|
+<br />Caused by: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_triggers' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.countMisfiredTriggersInState(StdJDBCDelegate.java:393)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doRecoverMisfires(JobStoreSupport.java:3253)
|
|
|
+<br /> ... 2 common frames omitted
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:12:21,631</td>
|
|
|
+<td class="Message">An error occurred while scanning for the next triggers to fire.</td>
|
|
|
+<td class="MethodOfCaller">schedulerError</td>
|
|
|
+<td class="FileOfCaller">QuartzScheduler.java</td>
|
|
|
+<td class="LineOfCaller">2407</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">org.quartz.JobPersistenceException: Couldn't acquire next trigger: Table 'jeecg-boot.qrtz_triggers' doesn't exist
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTrigger(JobStoreSupport.java:2923)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2805)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2803)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.executeInNonManagedTXLock(JobStoreSupport.java:3864)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTriggers(JobStoreSupport.java:2802)
|
|
|
+<br /> at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:287)
|
|
|
+<br />Caused by: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_triggers' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.selectTriggerToAcquire(StdJDBCDelegate.java:2613)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTrigger(JobStoreSupport.java:2844)
|
|
|
+<br /> ... 5 common frames omitted
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:12:21,704</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20020} execute error. SELECT TRIGGER_NAME, TRIGGER_GROUP, NEXT_FIRE_TIME, PRIORITY FROM QRTZ_TRIGGERS WHERE SCHED_NAME = 'MyScheduler' AND TRIGGER_STATE = ? AND NEXT_FIRE_TIME <= ? AND (MISFIRE_INSTR = -1 OR (MISFIRE_INSTR != -1 AND NEXT_FIRE_TIME >= ?)) ORDER BY NEXT_FIRE_TIME ASC, PRIORITY DESC</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_triggers' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.selectTriggerToAcquire(StdJDBCDelegate.java:2613)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTrigger(JobStoreSupport.java:2844)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2805)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2803)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.executeInNonManagedTXLock(JobStoreSupport.java:3864)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTriggers(JobStoreSupport.java:2802)
|
|
|
+<br /> at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:287)
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:12:36,649</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20021} execute error. SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = 'MyScheduler' AND LOCK_NAME = ? FOR UPDATE</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:12:36,680</td>
|
|
|
+<td class="Message">{conn-10005, pstmt-20022} execute error. SELECT COUNT(TRIGGER_NAME) FROM QRTZ_TRIGGERS WHERE SCHED_NAME = 'MyScheduler' AND NOT (MISFIRE_INSTR = -1) AND NEXT_FIRE_TIME < ? AND TRIGGER_STATE = ?</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_triggers' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.countMisfiredTriggersInState(StdJDBCDelegate.java:393)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doRecoverMisfires(JobStoreSupport.java:3253)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.manage(JobStoreSupport.java:4012)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.run(JobStoreSupport.java:4033)
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:12:36,753</td>
|
|
|
+<td class="Message">{conn-10003, pstmt-20023} execute error. SELECT TRIGGER_NAME, TRIGGER_GROUP, NEXT_FIRE_TIME, PRIORITY FROM QRTZ_TRIGGERS WHERE SCHED_NAME = 'MyScheduler' AND TRIGGER_STATE = ? AND NEXT_FIRE_TIME <= ? AND (MISFIRE_INSTR = -1 OR (MISFIRE_INSTR != -1 AND NEXT_FIRE_TIME >= ?)) ORDER BY NEXT_FIRE_TIME ASC, PRIORITY DESC</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_triggers' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.selectTriggerToAcquire(StdJDBCDelegate.java:2613)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTrigger(JobStoreSupport.java:2844)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2805)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2803)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.executeInNonManagedTXLock(JobStoreSupport.java:3864)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTriggers(JobStoreSupport.java:2802)
|
|
|
+<br /> at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:287)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:12:37,711</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20024} execute error. SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = 'MyScheduler' AND LOCK_NAME = ? FOR UPDATE</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:12:38,727</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20025} execute error. SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = 'MyScheduler' AND LOCK_NAME = ? FOR UPDATE</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:12:51,756</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20026} execute error. SELECT COUNT(TRIGGER_NAME) FROM QRTZ_TRIGGERS WHERE SCHED_NAME = 'MyScheduler' AND NOT (MISFIRE_INSTR = -1) AND NEXT_FIRE_TIME < ? AND TRIGGER_STATE = ?</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_triggers' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.countMisfiredTriggersInState(StdJDBCDelegate.java:393)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doRecoverMisfires(JobStoreSupport.java:3253)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.manage(JobStoreSupport.java:4012)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.run(JobStoreSupport.java:4033)
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:12:51,891</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20027} execute error. SELECT TRIGGER_NAME, TRIGGER_GROUP, NEXT_FIRE_TIME, PRIORITY FROM QRTZ_TRIGGERS WHERE SCHED_NAME = 'MyScheduler' AND TRIGGER_STATE = ? AND NEXT_FIRE_TIME <= ? AND (MISFIRE_INSTR = -1 OR (MISFIRE_INSTR != -1 AND NEXT_FIRE_TIME >= ?)) ORDER BY NEXT_FIRE_TIME ASC, PRIORITY DESC</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_triggers' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.selectTriggerToAcquire(StdJDBCDelegate.java:2613)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTrigger(JobStoreSupport.java:2844)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2805)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2803)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.executeInNonManagedTXLock(JobStoreSupport.java:3864)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTriggers(JobStoreSupport.java:2802)
|
|
|
+<br /> at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:287)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:12:53,782</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20028} execute error. SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = 'MyScheduler' AND LOCK_NAME = ? FOR UPDATE</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:12:54,798</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20029} execute error. SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = 'MyScheduler' AND LOCK_NAME = ? FOR UPDATE</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:12:55,805</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20030} execute error. SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = 'MyScheduler' AND LOCK_NAME = ? FOR UPDATE</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:13:06,807</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20031} execute error. SELECT COUNT(TRIGGER_NAME) FROM QRTZ_TRIGGERS WHERE SCHED_NAME = 'MyScheduler' AND NOT (MISFIRE_INSTR = -1) AND NEXT_FIRE_TIME < ? AND TRIGGER_STATE = ?</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_triggers' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.countMisfiredTriggersInState(StdJDBCDelegate.java:393)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doRecoverMisfires(JobStoreSupport.java:3253)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.manage(JobStoreSupport.java:4012)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.run(JobStoreSupport.java:4033)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:13:06,941</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20032} execute error. SELECT TRIGGER_NAME, TRIGGER_GROUP, NEXT_FIRE_TIME, PRIORITY FROM QRTZ_TRIGGERS WHERE SCHED_NAME = 'MyScheduler' AND TRIGGER_STATE = ? AND NEXT_FIRE_TIME <= ? AND (MISFIRE_INSTR = -1 OR (MISFIRE_INSTR != -1 AND NEXT_FIRE_TIME >= ?)) ORDER BY NEXT_FIRE_TIME ASC, PRIORITY DESC</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_triggers' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.selectTriggerToAcquire(StdJDBCDelegate.java:2613)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTrigger(JobStoreSupport.java:2844)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2805)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2803)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.executeInNonManagedTXLock(JobStoreSupport.java:3864)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTriggers(JobStoreSupport.java:2802)
|
|
|
+<br /> at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:287)
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:13:10,874</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20033} execute error. SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = 'MyScheduler' AND LOCK_NAME = ? FOR UPDATE</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:13:11,882</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20034} execute error. SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = 'MyScheduler' AND LOCK_NAME = ? FOR UPDATE</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:13:12,919</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20035} execute error. SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = 'MyScheduler' AND LOCK_NAME = ? FOR UPDATE</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:13:21,845</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20036} execute error. SELECT COUNT(TRIGGER_NAME) FROM QRTZ_TRIGGERS WHERE SCHED_NAME = 'MyScheduler' AND NOT (MISFIRE_INSTR = -1) AND NEXT_FIRE_TIME < ? AND TRIGGER_STATE = ?</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_triggers' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.countMisfiredTriggersInState(StdJDBCDelegate.java:393)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doRecoverMisfires(JobStoreSupport.java:3253)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.manage(JobStoreSupport.java:4012)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.run(JobStoreSupport.java:4033)
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:13:21,869</td>
|
|
|
+<td class="Message">MisfireHandler: Error handling misfires: Database error recovering from misfires.</td>
|
|
|
+<td class="MethodOfCaller">manage</td>
|
|
|
+<td class="FileOfCaller">JobStoreSupport.java</td>
|
|
|
+<td class="LineOfCaller">4017</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">org.quartz.JobPersistenceException: Database error recovering from misfires.
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doRecoverMisfires(JobStoreSupport.java:3274)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.manage(JobStoreSupport.java:4012)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.run(JobStoreSupport.java:4033)
|
|
|
+<br />Caused by: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_triggers' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.countMisfiredTriggersInState(StdJDBCDelegate.java:393)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doRecoverMisfires(JobStoreSupport.java:3253)
|
|
|
+<br /> ... 2 common frames omitted
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:13:22,086</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20037} execute error. SELECT TRIGGER_NAME, TRIGGER_GROUP, NEXT_FIRE_TIME, PRIORITY FROM QRTZ_TRIGGERS WHERE SCHED_NAME = 'MyScheduler' AND TRIGGER_STATE = ? AND NEXT_FIRE_TIME <= ? AND (MISFIRE_INSTR = -1 OR (MISFIRE_INSTR != -1 AND NEXT_FIRE_TIME >= ?)) ORDER BY NEXT_FIRE_TIME ASC, PRIORITY DESC</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_triggers' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.selectTriggerToAcquire(StdJDBCDelegate.java:2613)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTrigger(JobStoreSupport.java:2844)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2805)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2803)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.executeInNonManagedTXLock(JobStoreSupport.java:3864)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTriggers(JobStoreSupport.java:2802)
|
|
|
+<br /> at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:287)
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:13:27,993</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20038} execute error. SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = 'MyScheduler' AND LOCK_NAME = ? FOR UPDATE</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:13:29,018</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20039} execute error. SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = 'MyScheduler' AND LOCK_NAME = ? FOR UPDATE</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:13:30,035</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20040} execute error. SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = 'MyScheduler' AND LOCK_NAME = ? FOR UPDATE</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:13:30,048</td>
|
|
|
+<td class="Message">ClusterManager: Error managing cluster: Failure obtaining db row lock: Table 'jeecg-boot.qrtz_locks' doesn't exist</td>
|
|
|
+<td class="MethodOfCaller">manage</td>
|
|
|
+<td class="FileOfCaller">JobStoreSupport.java</td>
|
|
|
+<td class="LineOfCaller">3941</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">org.quartz.impl.jdbcjobstore.LockException: Failure obtaining db row lock: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:184)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
|
|
|
+<br />Caused by: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> ... 4 common frames omitted
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:13:36,892</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20041} execute error. SELECT COUNT(TRIGGER_NAME) FROM QRTZ_TRIGGERS WHERE SCHED_NAME = 'MyScheduler' AND NOT (MISFIRE_INSTR = -1) AND NEXT_FIRE_TIME < ? AND TRIGGER_STATE = ?</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_triggers' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.countMisfiredTriggersInState(StdJDBCDelegate.java:393)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doRecoverMisfires(JobStoreSupport.java:3253)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.manage(JobStoreSupport.java:4012)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.run(JobStoreSupport.java:4033)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:13:37,137</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20042} execute error. SELECT TRIGGER_NAME, TRIGGER_GROUP, NEXT_FIRE_TIME, PRIORITY FROM QRTZ_TRIGGERS WHERE SCHED_NAME = 'MyScheduler' AND TRIGGER_STATE = ? AND NEXT_FIRE_TIME <= ? AND (MISFIRE_INSTR = -1 OR (MISFIRE_INSTR != -1 AND NEXT_FIRE_TIME >= ?)) ORDER BY NEXT_FIRE_TIME ASC, PRIORITY DESC</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_triggers' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.selectTriggerToAcquire(StdJDBCDelegate.java:2613)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTrigger(JobStoreSupport.java:2844)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2805)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2803)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.executeInNonManagedTXLock(JobStoreSupport.java:3864)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTriggers(JobStoreSupport.java:2802)
|
|
|
+<br /> at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:287)
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:13:42,948</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20043} execute error. SELECT id, create_by, create_time, update_by, update_time, sys_org_code, push_name, name_cn, is_web_socket, is_mqtt, is_rabbitmq, is_mongodb, is_sql, push_freq, push_type, run_status FROM push WHERE (run_status = ? AND push_freq = ?)</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:686)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy527.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)
|
|
|
+<br /> at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
|
|
|
+<br /> at com.sun.proxy.$Proxy158.selectList(Unknown Source)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
+<br /> at com.sun.proxy.$Proxy429.selectList(Unknown Source)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.push(PushWatch.java:92)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.tt(PushWatch.java:86)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
|
|
|
+<br /> at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
|
|
|
+<br /> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
|
|
|
+<br /> at java.lang.Thread.run(Thread.java:745)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:13:42,978</td>
|
|
|
+<td class="Message">Unexpected error occurred in scheduled task</td>
|
|
|
+<td class="MethodOfCaller">handleError</td>
|
|
|
+<td class="FileOfCaller">TaskUtils.java</td>
|
|
|
+<td class="LineOfCaller">95</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">org.springframework.jdbc.BadSqlGrammarException:
|
|
|
+### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+### The error may exist in org/jeecg/modules/push/mapper/PushMapper.java (best guess)
|
|
|
+### The error may involve defaultParameterMap
|
|
|
+### The error occurred while setting parameters
|
|
|
+### SQL: SELECT id, create_by, create_time, update_by, update_time, sys_org_code, push_name, name_cn, is_web_socket, is_mqtt, is_rabbitmq, is_mongodb, is_sql, push_freq, push_type, run_status FROM push WHERE (run_status = ? AND push_freq = ?)
|
|
|
+### Cause: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:236)
|
|
|
+<br /> at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)
|
|
|
+<br /> at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)
|
|
|
+<br /> at com.sun.proxy.$Proxy158.selectList(Unknown Source)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
+<br /> at com.sun.proxy.$Proxy429.selectList(Unknown Source)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.push(PushWatch.java:92)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.tt(PushWatch.java:86)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
|
|
|
+<br /> at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
|
|
|
+<br /> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
|
|
|
+<br /> at java.lang.Thread.run(Thread.java:745)
|
|
|
+<br />Caused by: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:686)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy527.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)
|
|
|
+<br /> at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
|
|
|
+<br /> ... 23 common frames omitted
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:13:45,091</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20046} execute error. SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = 'MyScheduler' AND LOCK_NAME = ? FOR UPDATE</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:13:46,118</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20049} execute error. SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = 'MyScheduler' AND LOCK_NAME = ? FOR UPDATE</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:13:47,127</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20050} execute error. SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = 'MyScheduler' AND LOCK_NAME = ? FOR UPDATE</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:13:48,006</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20051} execute error. SELECT id, create_by, create_time, update_by, update_time, sys_org_code, push_name, name_cn, is_web_socket, is_mqtt, is_rabbitmq, is_mongodb, is_sql, push_freq, push_type, run_status FROM push WHERE (run_status = ? AND push_freq = ?)</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:686)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy527.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)
|
|
|
+<br /> at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
|
|
|
+<br /> at com.sun.proxy.$Proxy158.selectList(Unknown Source)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
+<br /> at com.sun.proxy.$Proxy429.selectList(Unknown Source)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.push(PushWatch.java:92)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.tt(PushWatch.java:86)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
|
|
|
+<br /> at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
|
|
|
+<br /> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
|
|
|
+<br /> at java.lang.Thread.run(Thread.java:745)
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:13:48,009</td>
|
|
|
+<td class="Message">Unexpected error occurred in scheduled task</td>
|
|
|
+<td class="MethodOfCaller">handleError</td>
|
|
|
+<td class="FileOfCaller">TaskUtils.java</td>
|
|
|
+<td class="LineOfCaller">95</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">org.springframework.jdbc.BadSqlGrammarException:
|
|
|
+### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+### The error may exist in org/jeecg/modules/push/mapper/PushMapper.java (best guess)
|
|
|
+### The error may involve defaultParameterMap
|
|
|
+### The error occurred while setting parameters
|
|
|
+### SQL: SELECT id, create_by, create_time, update_by, update_time, sys_org_code, push_name, name_cn, is_web_socket, is_mqtt, is_rabbitmq, is_mongodb, is_sql, push_freq, push_type, run_status FROM push WHERE (run_status = ? AND push_freq = ?)
|
|
|
+### Cause: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:236)
|
|
|
+<br /> at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)
|
|
|
+<br /> at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)
|
|
|
+<br /> at com.sun.proxy.$Proxy158.selectList(Unknown Source)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
+<br /> at com.sun.proxy.$Proxy429.selectList(Unknown Source)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.push(PushWatch.java:92)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.tt(PushWatch.java:86)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
|
|
|
+<br /> at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
|
|
|
+<br /> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
|
|
|
+<br /> at java.lang.Thread.run(Thread.java:745)
|
|
|
+<br />Caused by: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:686)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy527.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)
|
|
|
+<br /> at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
|
|
|
+<br /> ... 23 common frames omitted
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:13:51,958</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20052} execute error. SELECT COUNT(TRIGGER_NAME) FROM QRTZ_TRIGGERS WHERE SCHED_NAME = 'MyScheduler' AND NOT (MISFIRE_INSTR = -1) AND NEXT_FIRE_TIME < ? AND TRIGGER_STATE = ?</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_triggers' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.countMisfiredTriggersInState(StdJDBCDelegate.java:393)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doRecoverMisfires(JobStoreSupport.java:3253)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.manage(JobStoreSupport.java:4012)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.run(JobStoreSupport.java:4033)
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:13:52,188</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20053} execute error. SELECT TRIGGER_NAME, TRIGGER_GROUP, NEXT_FIRE_TIME, PRIORITY FROM QRTZ_TRIGGERS WHERE SCHED_NAME = 'MyScheduler' AND TRIGGER_STATE = ? AND NEXT_FIRE_TIME <= ? AND (MISFIRE_INSTR = -1 OR (MISFIRE_INSTR != -1 AND NEXT_FIRE_TIME >= ?)) ORDER BY NEXT_FIRE_TIME ASC, PRIORITY DESC</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_triggers' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.selectTriggerToAcquire(StdJDBCDelegate.java:2613)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTrigger(JobStoreSupport.java:2844)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2805)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2803)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.executeInNonManagedTXLock(JobStoreSupport.java:3864)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTriggers(JobStoreSupport.java:2802)
|
|
|
+<br /> at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:287)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:13:53,047</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20054} execute error. SELECT id, create_by, create_time, update_by, update_time, sys_org_code, push_name, name_cn, is_web_socket, is_mqtt, is_rabbitmq, is_mongodb, is_sql, push_freq, push_type, run_status FROM push WHERE (run_status = ? AND push_freq = ?)</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:686)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy527.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)
|
|
|
+<br /> at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
|
|
|
+<br /> at com.sun.proxy.$Proxy158.selectList(Unknown Source)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
+<br /> at com.sun.proxy.$Proxy429.selectList(Unknown Source)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.push(PushWatch.java:92)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.tt(PushWatch.java:86)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
|
|
|
+<br /> at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
|
|
|
+<br /> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
|
|
|
+<br /> at java.lang.Thread.run(Thread.java:745)
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:13:53,048</td>
|
|
|
+<td class="Message">Unexpected error occurred in scheduled task</td>
|
|
|
+<td class="MethodOfCaller">handleError</td>
|
|
|
+<td class="FileOfCaller">TaskUtils.java</td>
|
|
|
+<td class="LineOfCaller">95</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">org.springframework.jdbc.BadSqlGrammarException:
|
|
|
+### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+### The error may exist in org/jeecg/modules/push/mapper/PushMapper.java (best guess)
|
|
|
+### The error may involve defaultParameterMap
|
|
|
+### The error occurred while setting parameters
|
|
|
+### SQL: SELECT id, create_by, create_time, update_by, update_time, sys_org_code, push_name, name_cn, is_web_socket, is_mqtt, is_rabbitmq, is_mongodb, is_sql, push_freq, push_type, run_status FROM push WHERE (run_status = ? AND push_freq = ?)
|
|
|
+### Cause: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:236)
|
|
|
+<br /> at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)
|
|
|
+<br /> at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)
|
|
|
+<br /> at com.sun.proxy.$Proxy158.selectList(Unknown Source)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
+<br /> at com.sun.proxy.$Proxy429.selectList(Unknown Source)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.push(PushWatch.java:92)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.tt(PushWatch.java:86)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
|
|
|
+<br /> at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
|
|
|
+<br /> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
|
|
|
+<br /> at java.lang.Thread.run(Thread.java:745)
|
|
|
+<br />Caused by: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:686)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy527.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)
|
|
|
+<br /> at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
|
|
|
+<br /> ... 23 common frames omitted
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:13:58,067</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20055} execute error. SELECT id, create_by, create_time, update_by, update_time, sys_org_code, push_name, name_cn, is_web_socket, is_mqtt, is_rabbitmq, is_mongodb, is_sql, push_freq, push_type, run_status FROM push WHERE (run_status = ? AND push_freq = ?)</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:686)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy527.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)
|
|
|
+<br /> at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
|
|
|
+<br /> at com.sun.proxy.$Proxy158.selectList(Unknown Source)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
+<br /> at com.sun.proxy.$Proxy429.selectList(Unknown Source)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.push(PushWatch.java:92)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.tt(PushWatch.java:86)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
|
|
|
+<br /> at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
|
|
|
+<br /> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
|
|
|
+<br /> at java.lang.Thread.run(Thread.java:745)
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:13:58,068</td>
|
|
|
+<td class="Message">Unexpected error occurred in scheduled task</td>
|
|
|
+<td class="MethodOfCaller">handleError</td>
|
|
|
+<td class="FileOfCaller">TaskUtils.java</td>
|
|
|
+<td class="LineOfCaller">95</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">org.springframework.jdbc.BadSqlGrammarException:
|
|
|
+### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+### The error may exist in org/jeecg/modules/push/mapper/PushMapper.java (best guess)
|
|
|
+### The error may involve defaultParameterMap
|
|
|
+### The error occurred while setting parameters
|
|
|
+### SQL: SELECT id, create_by, create_time, update_by, update_time, sys_org_code, push_name, name_cn, is_web_socket, is_mqtt, is_rabbitmq, is_mongodb, is_sql, push_freq, push_type, run_status FROM push WHERE (run_status = ? AND push_freq = ?)
|
|
|
+### Cause: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:236)
|
|
|
+<br /> at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)
|
|
|
+<br /> at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)
|
|
|
+<br /> at com.sun.proxy.$Proxy158.selectList(Unknown Source)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
+<br /> at com.sun.proxy.$Proxy429.selectList(Unknown Source)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.push(PushWatch.java:92)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.tt(PushWatch.java:86)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
|
|
|
+<br /> at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
|
|
|
+<br /> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
|
|
|
+<br /> at java.lang.Thread.run(Thread.java:745)
|
|
|
+<br />Caused by: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:686)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy527.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)
|
|
|
+<br /> at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
|
|
|
+<br /> ... 23 common frames omitted
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:02,160</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20056} execute error. SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = 'MyScheduler' AND LOCK_NAME = ? FOR UPDATE</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:03,096</td>
|
|
|
+<td class="Message">{conn-10003, pstmt-20057} execute error. SELECT id, create_by, create_time, update_by, update_time, sys_org_code, push_name, name_cn, is_web_socket, is_mqtt, is_rabbitmq, is_mongodb, is_sql, push_freq, push_type, run_status FROM push WHERE (run_status = ? AND push_freq = ?)</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:686)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy527.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)
|
|
|
+<br /> at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
|
|
|
+<br /> at com.sun.proxy.$Proxy158.selectList(Unknown Source)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
+<br /> at com.sun.proxy.$Proxy429.selectList(Unknown Source)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.push(PushWatch.java:92)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.tt(PushWatch.java:86)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
|
|
|
+<br /> at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
|
|
|
+<br /> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
|
|
|
+<br /> at java.lang.Thread.run(Thread.java:745)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:03,098</td>
|
|
|
+<td class="Message">Unexpected error occurred in scheduled task</td>
|
|
|
+<td class="MethodOfCaller">handleError</td>
|
|
|
+<td class="FileOfCaller">TaskUtils.java</td>
|
|
|
+<td class="LineOfCaller">95</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">org.springframework.jdbc.BadSqlGrammarException:
|
|
|
+### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+### The error may exist in org/jeecg/modules/push/mapper/PushMapper.java (best guess)
|
|
|
+### The error may involve defaultParameterMap
|
|
|
+### The error occurred while setting parameters
|
|
|
+### SQL: SELECT id, create_by, create_time, update_by, update_time, sys_org_code, push_name, name_cn, is_web_socket, is_mqtt, is_rabbitmq, is_mongodb, is_sql, push_freq, push_type, run_status FROM push WHERE (run_status = ? AND push_freq = ?)
|
|
|
+### Cause: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:236)
|
|
|
+<br /> at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)
|
|
|
+<br /> at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)
|
|
|
+<br /> at com.sun.proxy.$Proxy158.selectList(Unknown Source)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
+<br /> at com.sun.proxy.$Proxy429.selectList(Unknown Source)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.push(PushWatch.java:92)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.tt(PushWatch.java:86)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
|
|
|
+<br /> at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
|
|
|
+<br /> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
|
|
|
+<br /> at java.lang.Thread.run(Thread.java:745)
|
|
|
+<br />Caused by: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:686)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy527.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)
|
|
|
+<br /> at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
|
|
|
+<br /> ... 23 common frames omitted
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:03,179</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20058} execute error. SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = 'MyScheduler' AND LOCK_NAME = ? FOR UPDATE</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:04,194</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20059} execute error. SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = 'MyScheduler' AND LOCK_NAME = ? FOR UPDATE</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:06,983</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20060} execute error. SELECT COUNT(TRIGGER_NAME) FROM QRTZ_TRIGGERS WHERE SCHED_NAME = 'MyScheduler' AND NOT (MISFIRE_INSTR = -1) AND NEXT_FIRE_TIME < ? AND TRIGGER_STATE = ?</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_triggers' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.countMisfiredTriggersInState(StdJDBCDelegate.java:393)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doRecoverMisfires(JobStoreSupport.java:3253)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.manage(JobStoreSupport.java:4012)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.run(JobStoreSupport.java:4033)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:07,215</td>
|
|
|
+<td class="Message">{conn-10003, pstmt-20061} execute error. SELECT TRIGGER_NAME, TRIGGER_GROUP, NEXT_FIRE_TIME, PRIORITY FROM QRTZ_TRIGGERS WHERE SCHED_NAME = 'MyScheduler' AND TRIGGER_STATE = ? AND NEXT_FIRE_TIME <= ? AND (MISFIRE_INSTR = -1 OR (MISFIRE_INSTR != -1 AND NEXT_FIRE_TIME >= ?)) ORDER BY NEXT_FIRE_TIME ASC, PRIORITY DESC</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_triggers' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.selectTriggerToAcquire(StdJDBCDelegate.java:2613)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTrigger(JobStoreSupport.java:2844)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2805)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2803)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.executeInNonManagedTXLock(JobStoreSupport.java:3864)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTriggers(JobStoreSupport.java:2802)
|
|
|
+<br /> at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:287)
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:08,249</td>
|
|
|
+<td class="Message">{conn-10003, pstmt-20062} execute error. SELECT id, create_by, create_time, update_by, update_time, sys_org_code, push_name, name_cn, is_web_socket, is_mqtt, is_rabbitmq, is_mongodb, is_sql, push_freq, push_type, run_status FROM push WHERE (run_status = ? AND push_freq = ?)</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:686)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy527.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)
|
|
|
+<br /> at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
|
|
|
+<br /> at com.sun.proxy.$Proxy158.selectList(Unknown Source)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
+<br /> at com.sun.proxy.$Proxy429.selectList(Unknown Source)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.push(PushWatch.java:92)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.tt(PushWatch.java:86)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
|
|
|
+<br /> at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
|
|
|
+<br /> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
|
|
|
+<br /> at java.lang.Thread.run(Thread.java:745)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:08,250</td>
|
|
|
+<td class="Message">Unexpected error occurred in scheduled task</td>
|
|
|
+<td class="MethodOfCaller">handleError</td>
|
|
|
+<td class="FileOfCaller">TaskUtils.java</td>
|
|
|
+<td class="LineOfCaller">95</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">org.springframework.jdbc.BadSqlGrammarException:
|
|
|
+### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+### The error may exist in org/jeecg/modules/push/mapper/PushMapper.java (best guess)
|
|
|
+### The error may involve defaultParameterMap
|
|
|
+### The error occurred while setting parameters
|
|
|
+### SQL: SELECT id, create_by, create_time, update_by, update_time, sys_org_code, push_name, name_cn, is_web_socket, is_mqtt, is_rabbitmq, is_mongodb, is_sql, push_freq, push_type, run_status FROM push WHERE (run_status = ? AND push_freq = ?)
|
|
|
+### Cause: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:236)
|
|
|
+<br /> at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)
|
|
|
+<br /> at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)
|
|
|
+<br /> at com.sun.proxy.$Proxy158.selectList(Unknown Source)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
+<br /> at com.sun.proxy.$Proxy429.selectList(Unknown Source)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.push(PushWatch.java:92)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.tt(PushWatch.java:86)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
|
|
|
+<br /> at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
|
|
|
+<br /> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
|
|
|
+<br /> at java.lang.Thread.run(Thread.java:745)
|
|
|
+<br />Caused by: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:686)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy527.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)
|
|
|
+<br /> at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
|
|
|
+<br /> ... 23 common frames omitted
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:13,267</td>
|
|
|
+<td class="Message">{conn-10003, pstmt-20063} execute error. SELECT id, create_by, create_time, update_by, update_time, sys_org_code, push_name, name_cn, is_web_socket, is_mqtt, is_rabbitmq, is_mongodb, is_sql, push_freq, push_type, run_status FROM push WHERE (run_status = ? AND push_freq = ?)</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:686)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy527.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)
|
|
|
+<br /> at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
|
|
|
+<br /> at com.sun.proxy.$Proxy158.selectList(Unknown Source)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
+<br /> at com.sun.proxy.$Proxy429.selectList(Unknown Source)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.push(PushWatch.java:92)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.tt(PushWatch.java:86)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
|
|
|
+<br /> at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
|
|
|
+<br /> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
|
|
|
+<br /> at java.lang.Thread.run(Thread.java:745)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:13,269</td>
|
|
|
+<td class="Message">Unexpected error occurred in scheduled task</td>
|
|
|
+<td class="MethodOfCaller">handleError</td>
|
|
|
+<td class="FileOfCaller">TaskUtils.java</td>
|
|
|
+<td class="LineOfCaller">95</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">org.springframework.jdbc.BadSqlGrammarException:
|
|
|
+### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+### The error may exist in org/jeecg/modules/push/mapper/PushMapper.java (best guess)
|
|
|
+### The error may involve defaultParameterMap
|
|
|
+### The error occurred while setting parameters
|
|
|
+### SQL: SELECT id, create_by, create_time, update_by, update_time, sys_org_code, push_name, name_cn, is_web_socket, is_mqtt, is_rabbitmq, is_mongodb, is_sql, push_freq, push_type, run_status FROM push WHERE (run_status = ? AND push_freq = ?)
|
|
|
+### Cause: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:236)
|
|
|
+<br /> at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)
|
|
|
+<br /> at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)
|
|
|
+<br /> at com.sun.proxy.$Proxy158.selectList(Unknown Source)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
+<br /> at com.sun.proxy.$Proxy429.selectList(Unknown Source)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.push(PushWatch.java:92)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.tt(PushWatch.java:86)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
|
|
|
+<br /> at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
|
|
|
+<br /> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
|
|
|
+<br /> at java.lang.Thread.run(Thread.java:745)
|
|
|
+<br />Caused by: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:686)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy527.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)
|
|
|
+<br /> at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
|
|
|
+<br /> ... 23 common frames omitted
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:18,284</td>
|
|
|
+<td class="Message">{conn-10003, pstmt-20064} execute error. SELECT id, create_by, create_time, update_by, update_time, sys_org_code, push_name, name_cn, is_web_socket, is_mqtt, is_rabbitmq, is_mongodb, is_sql, push_freq, push_type, run_status FROM push WHERE (run_status = ? AND push_freq = ?)</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:686)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy527.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)
|
|
|
+<br /> at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
|
|
|
+<br /> at com.sun.proxy.$Proxy158.selectList(Unknown Source)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
+<br /> at com.sun.proxy.$Proxy429.selectList(Unknown Source)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.push(PushWatch.java:92)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.tt(PushWatch.java:86)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
|
|
|
+<br /> at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
|
|
|
+<br /> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
|
|
|
+<br /> at java.lang.Thread.run(Thread.java:745)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:18,285</td>
|
|
|
+<td class="Message">Unexpected error occurred in scheduled task</td>
|
|
|
+<td class="MethodOfCaller">handleError</td>
|
|
|
+<td class="FileOfCaller">TaskUtils.java</td>
|
|
|
+<td class="LineOfCaller">95</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">org.springframework.jdbc.BadSqlGrammarException:
|
|
|
+### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+### The error may exist in org/jeecg/modules/push/mapper/PushMapper.java (best guess)
|
|
|
+### The error may involve defaultParameterMap
|
|
|
+### The error occurred while setting parameters
|
|
|
+### SQL: SELECT id, create_by, create_time, update_by, update_time, sys_org_code, push_name, name_cn, is_web_socket, is_mqtt, is_rabbitmq, is_mongodb, is_sql, push_freq, push_type, run_status FROM push WHERE (run_status = ? AND push_freq = ?)
|
|
|
+### Cause: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:236)
|
|
|
+<br /> at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)
|
|
|
+<br /> at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)
|
|
|
+<br /> at com.sun.proxy.$Proxy158.selectList(Unknown Source)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
+<br /> at com.sun.proxy.$Proxy429.selectList(Unknown Source)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.push(PushWatch.java:92)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.tt(PushWatch.java:86)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
|
|
|
+<br /> at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
|
|
|
+<br /> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
|
|
|
+<br /> at java.lang.Thread.run(Thread.java:745)
|
|
|
+<br />Caused by: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:686)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy527.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)
|
|
|
+<br /> at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
|
|
|
+<br /> ... 23 common frames omitted
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:19,226</td>
|
|
|
+<td class="Message">{conn-10003, pstmt-20065} execute error. SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = 'MyScheduler' AND LOCK_NAME = ? FOR UPDATE</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:20,247</td>
|
|
|
+<td class="Message">{conn-10003, pstmt-20066} execute error. SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = 'MyScheduler' AND LOCK_NAME = ? FOR UPDATE</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:21,253</td>
|
|
|
+<td class="Message">{conn-10003, pstmt-20067} execute error. SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = 'MyScheduler' AND LOCK_NAME = ? FOR UPDATE</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:22,005</td>
|
|
|
+<td class="Message">{conn-10004, pstmt-20068} execute error. SELECT COUNT(TRIGGER_NAME) FROM QRTZ_TRIGGERS WHERE SCHED_NAME = 'MyScheduler' AND NOT (MISFIRE_INSTR = -1) AND NEXT_FIRE_TIME < ? AND TRIGGER_STATE = ?</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_triggers' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.countMisfiredTriggersInState(StdJDBCDelegate.java:393)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doRecoverMisfires(JobStoreSupport.java:3253)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.manage(JobStoreSupport.java:4012)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.run(JobStoreSupport.java:4033)
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:22,018</td>
|
|
|
+<td class="Message">MisfireHandler: Error handling misfires: Database error recovering from misfires.</td>
|
|
|
+<td class="MethodOfCaller">manage</td>
|
|
|
+<td class="FileOfCaller">JobStoreSupport.java</td>
|
|
|
+<td class="LineOfCaller">4017</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">org.quartz.JobPersistenceException: Database error recovering from misfires.
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doRecoverMisfires(JobStoreSupport.java:3274)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.manage(JobStoreSupport.java:4012)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.run(JobStoreSupport.java:4033)
|
|
|
+<br />Caused by: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_triggers' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.countMisfiredTriggersInState(StdJDBCDelegate.java:393)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doRecoverMisfires(JobStoreSupport.java:3253)
|
|
|
+<br /> ... 2 common frames omitted
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:22,250</td>
|
|
|
+<td class="Message">{conn-10003, pstmt-20069} execute error. SELECT TRIGGER_NAME, TRIGGER_GROUP, NEXT_FIRE_TIME, PRIORITY FROM QRTZ_TRIGGERS WHERE SCHED_NAME = 'MyScheduler' AND TRIGGER_STATE = ? AND NEXT_FIRE_TIME <= ? AND (MISFIRE_INSTR = -1 OR (MISFIRE_INSTR != -1 AND NEXT_FIRE_TIME >= ?)) ORDER BY NEXT_FIRE_TIME ASC, PRIORITY DESC</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_triggers' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.selectTriggerToAcquire(StdJDBCDelegate.java:2613)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTrigger(JobStoreSupport.java:2844)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2805)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2803)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.executeInNonManagedTXLock(JobStoreSupport.java:3864)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTriggers(JobStoreSupport.java:2802)
|
|
|
+<br /> at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:287)
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:23,305</td>
|
|
|
+<td class="Message">{conn-10003, pstmt-20070} execute error. SELECT id, create_by, create_time, update_by, update_time, sys_org_code, push_name, name_cn, is_web_socket, is_mqtt, is_rabbitmq, is_mongodb, is_sql, push_freq, push_type, run_status FROM push WHERE (run_status = ? AND push_freq = ?)</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:686)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy527.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)
|
|
|
+<br /> at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
|
|
|
+<br /> at com.sun.proxy.$Proxy158.selectList(Unknown Source)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
+<br /> at com.sun.proxy.$Proxy429.selectList(Unknown Source)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.push(PushWatch.java:92)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.tt(PushWatch.java:86)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
|
|
|
+<br /> at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
|
|
|
+<br /> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
|
|
|
+<br /> at java.lang.Thread.run(Thread.java:745)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:23,307</td>
|
|
|
+<td class="Message">Unexpected error occurred in scheduled task</td>
|
|
|
+<td class="MethodOfCaller">handleError</td>
|
|
|
+<td class="FileOfCaller">TaskUtils.java</td>
|
|
|
+<td class="LineOfCaller">95</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">org.springframework.jdbc.BadSqlGrammarException:
|
|
|
+### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+### The error may exist in org/jeecg/modules/push/mapper/PushMapper.java (best guess)
|
|
|
+### The error may involve defaultParameterMap
|
|
|
+### The error occurred while setting parameters
|
|
|
+### SQL: SELECT id, create_by, create_time, update_by, update_time, sys_org_code, push_name, name_cn, is_web_socket, is_mqtt, is_rabbitmq, is_mongodb, is_sql, push_freq, push_type, run_status FROM push WHERE (run_status = ? AND push_freq = ?)
|
|
|
+### Cause: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:236)
|
|
|
+<br /> at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)
|
|
|
+<br /> at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)
|
|
|
+<br /> at com.sun.proxy.$Proxy158.selectList(Unknown Source)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
+<br /> at com.sun.proxy.$Proxy429.selectList(Unknown Source)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.push(PushWatch.java:92)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.tt(PushWatch.java:86)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
|
|
|
+<br /> at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
|
|
|
+<br /> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
|
|
|
+<br /> at java.lang.Thread.run(Thread.java:745)
|
|
|
+<br />Caused by: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:686)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy527.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)
|
|
|
+<br /> at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
|
|
|
+<br /> ... 23 common frames omitted
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:28,335</td>
|
|
|
+<td class="Message">{conn-10003, pstmt-20071} execute error. SELECT id, create_by, create_time, update_by, update_time, sys_org_code, push_name, name_cn, is_web_socket, is_mqtt, is_rabbitmq, is_mongodb, is_sql, push_freq, push_type, run_status FROM push WHERE (run_status = ? AND push_freq = ?)</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:686)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy527.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)
|
|
|
+<br /> at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
|
|
|
+<br /> at com.sun.proxy.$Proxy158.selectList(Unknown Source)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
+<br /> at com.sun.proxy.$Proxy429.selectList(Unknown Source)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.push(PushWatch.java:92)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.tt(PushWatch.java:86)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
|
|
|
+<br /> at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
|
|
|
+<br /> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
|
|
|
+<br /> at java.lang.Thread.run(Thread.java:745)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:28,337</td>
|
|
|
+<td class="Message">Unexpected error occurred in scheduled task</td>
|
|
|
+<td class="MethodOfCaller">handleError</td>
|
|
|
+<td class="FileOfCaller">TaskUtils.java</td>
|
|
|
+<td class="LineOfCaller">95</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">org.springframework.jdbc.BadSqlGrammarException:
|
|
|
+### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+### The error may exist in org/jeecg/modules/push/mapper/PushMapper.java (best guess)
|
|
|
+### The error may involve defaultParameterMap
|
|
|
+### The error occurred while setting parameters
|
|
|
+### SQL: SELECT id, create_by, create_time, update_by, update_time, sys_org_code, push_name, name_cn, is_web_socket, is_mqtt, is_rabbitmq, is_mongodb, is_sql, push_freq, push_type, run_status FROM push WHERE (run_status = ? AND push_freq = ?)
|
|
|
+### Cause: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:236)
|
|
|
+<br /> at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)
|
|
|
+<br /> at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)
|
|
|
+<br /> at com.sun.proxy.$Proxy158.selectList(Unknown Source)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
+<br /> at com.sun.proxy.$Proxy429.selectList(Unknown Source)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.push(PushWatch.java:92)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.tt(PushWatch.java:86)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
|
|
|
+<br /> at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
|
|
|
+<br /> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
|
|
|
+<br /> at java.lang.Thread.run(Thread.java:745)
|
|
|
+<br />Caused by: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:686)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy527.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)
|
|
|
+<br /> at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
|
|
|
+<br /> ... 23 common frames omitted
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:33,353</td>
|
|
|
+<td class="Message">{conn-10003, pstmt-20072} execute error. SELECT id, create_by, create_time, update_by, update_time, sys_org_code, push_name, name_cn, is_web_socket, is_mqtt, is_rabbitmq, is_mongodb, is_sql, push_freq, push_type, run_status FROM push WHERE (run_status = ? AND push_freq = ?)</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:686)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy527.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)
|
|
|
+<br /> at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
|
|
|
+<br /> at com.sun.proxy.$Proxy158.selectList(Unknown Source)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
+<br /> at com.sun.proxy.$Proxy429.selectList(Unknown Source)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.push(PushWatch.java:92)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.tt(PushWatch.java:86)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
|
|
|
+<br /> at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
|
|
|
+<br /> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
|
|
|
+<br /> at java.lang.Thread.run(Thread.java:745)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:33,354</td>
|
|
|
+<td class="Message">Unexpected error occurred in scheduled task</td>
|
|
|
+<td class="MethodOfCaller">handleError</td>
|
|
|
+<td class="FileOfCaller">TaskUtils.java</td>
|
|
|
+<td class="LineOfCaller">95</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">org.springframework.jdbc.BadSqlGrammarException:
|
|
|
+### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+### The error may exist in org/jeecg/modules/push/mapper/PushMapper.java (best guess)
|
|
|
+### The error may involve defaultParameterMap
|
|
|
+### The error occurred while setting parameters
|
|
|
+### SQL: SELECT id, create_by, create_time, update_by, update_time, sys_org_code, push_name, name_cn, is_web_socket, is_mqtt, is_rabbitmq, is_mongodb, is_sql, push_freq, push_type, run_status FROM push WHERE (run_status = ? AND push_freq = ?)
|
|
|
+### Cause: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:236)
|
|
|
+<br /> at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)
|
|
|
+<br /> at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)
|
|
|
+<br /> at com.sun.proxy.$Proxy158.selectList(Unknown Source)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
+<br /> at com.sun.proxy.$Proxy429.selectList(Unknown Source)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.push(PushWatch.java:92)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.tt(PushWatch.java:86)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
|
|
|
+<br /> at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
|
|
|
+<br /> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
|
|
|
+<br /> at java.lang.Thread.run(Thread.java:745)
|
|
|
+<br />Caused by: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:686)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy527.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)
|
|
|
+<br /> at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
|
|
|
+<br /> ... 23 common frames omitted
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:36,283</td>
|
|
|
+<td class="Message">{conn-10003, pstmt-20073} execute error. SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = 'MyScheduler' AND LOCK_NAME = ? FOR UPDATE</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:37,061</td>
|
|
|
+<td class="Message">{conn-10005, pstmt-20074} execute error. SELECT COUNT(TRIGGER_NAME) FROM QRTZ_TRIGGERS WHERE SCHED_NAME = 'MyScheduler' AND NOT (MISFIRE_INSTR = -1) AND NEXT_FIRE_TIME < ? AND TRIGGER_STATE = ?</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_triggers' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.countMisfiredTriggersInState(StdJDBCDelegate.java:393)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doRecoverMisfires(JobStoreSupport.java:3253)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.manage(JobStoreSupport.java:4012)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.run(JobStoreSupport.java:4033)
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:37,285</td>
|
|
|
+<td class="Message">{conn-10005, pstmt-20076} execute error. SELECT TRIGGER_NAME, TRIGGER_GROUP, NEXT_FIRE_TIME, PRIORITY FROM QRTZ_TRIGGERS WHERE SCHED_NAME = 'MyScheduler' AND TRIGGER_STATE = ? AND NEXT_FIRE_TIME <= ? AND (MISFIRE_INSTR = -1 OR (MISFIRE_INSTR != -1 AND NEXT_FIRE_TIME >= ?)) ORDER BY NEXT_FIRE_TIME ASC, PRIORITY DESC</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_triggers' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.selectTriggerToAcquire(StdJDBCDelegate.java:2613)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTrigger(JobStoreSupport.java:2844)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2805)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2803)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.executeInNonManagedTXLock(JobStoreSupport.java:3864)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTriggers(JobStoreSupport.java:2802)
|
|
|
+<br /> at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:287)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:37,288</td>
|
|
|
+<td class="Message">{conn-10003, pstmt-20077} execute error. SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = 'MyScheduler' AND LOCK_NAME = ? FOR UPDATE</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:38,305</td>
|
|
|
+<td class="Message">{conn-10003, pstmt-20079} execute error. SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = 'MyScheduler' AND LOCK_NAME = ? FOR UPDATE</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:38,314</td>
|
|
|
+<td class="Message">ClusterManager: Error managing cluster: Failure obtaining db row lock: Table 'jeecg-boot.qrtz_locks' doesn't exist</td>
|
|
|
+<td class="MethodOfCaller">manage</td>
|
|
|
+<td class="FileOfCaller">JobStoreSupport.java</td>
|
|
|
+<td class="LineOfCaller">3941</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">org.quartz.impl.jdbcjobstore.LockException: Failure obtaining db row lock: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:184)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
|
|
|
+<br />Caused by: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> ... 4 common frames omitted
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:38,387</td>
|
|
|
+<td class="Message">{conn-10003, pstmt-20080} execute error. SELECT id, create_by, create_time, update_by, update_time, sys_org_code, push_name, name_cn, is_web_socket, is_mqtt, is_rabbitmq, is_mongodb, is_sql, push_freq, push_type, run_status FROM push WHERE (run_status = ? AND push_freq = ?)</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:686)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy527.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)
|
|
|
+<br /> at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
|
|
|
+<br /> at com.sun.proxy.$Proxy158.selectList(Unknown Source)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
+<br /> at com.sun.proxy.$Proxy429.selectList(Unknown Source)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.push(PushWatch.java:92)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.tt(PushWatch.java:86)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
|
|
|
+<br /> at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
|
|
|
+<br /> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
|
|
|
+<br /> at java.lang.Thread.run(Thread.java:745)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:38,389</td>
|
|
|
+<td class="Message">Unexpected error occurred in scheduled task</td>
|
|
|
+<td class="MethodOfCaller">handleError</td>
|
|
|
+<td class="FileOfCaller">TaskUtils.java</td>
|
|
|
+<td class="LineOfCaller">95</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">org.springframework.jdbc.BadSqlGrammarException:
|
|
|
+### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+### The error may exist in org/jeecg/modules/push/mapper/PushMapper.java (best guess)
|
|
|
+### The error may involve defaultParameterMap
|
|
|
+### The error occurred while setting parameters
|
|
|
+### SQL: SELECT id, create_by, create_time, update_by, update_time, sys_org_code, push_name, name_cn, is_web_socket, is_mqtt, is_rabbitmq, is_mongodb, is_sql, push_freq, push_type, run_status FROM push WHERE (run_status = ? AND push_freq = ?)
|
|
|
+### Cause: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:236)
|
|
|
+<br /> at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)
|
|
|
+<br /> at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)
|
|
|
+<br /> at com.sun.proxy.$Proxy158.selectList(Unknown Source)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
+<br /> at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
+<br /> at com.sun.proxy.$Proxy429.selectList(Unknown Source)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.push(PushWatch.java:92)
|
|
|
+<br /> at org.jeecg.modules.watch.PushWatch.tt(PushWatch.java:86)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
|
|
|
+<br /> at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
|
|
|
+<br /> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
|
|
|
+<br /> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
|
|
|
+<br /> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
|
|
|
+<br /> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
|
|
|
+<br /> at java.lang.Thread.run(Thread.java:745)
|
|
|
+<br />Caused by: java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.push' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:686)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy527.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)
|
|
|
+<br /> at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)
|
|
|
+<br /> at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)
|
|
|
+<br /> at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
|
|
|
+<br /> at com.sun.proxy.$Proxy526.query(Unknown Source)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
|
|
|
+<br /> at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)
|
|
|
+<br /> at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
|
|
|
+<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+<br /> at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+<br /> at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
|
|
|
+<br /> ... 23 common frames omitted
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:52,092</td>
|
|
|
+<td class="Message">{conn-10003, pstmt-20082} execute error. SELECT COUNT(TRIGGER_NAME) FROM QRTZ_TRIGGERS WHERE SCHED_NAME = 'MyScheduler' AND NOT (MISFIRE_INSTR = -1) AND NEXT_FIRE_TIME < ? AND TRIGGER_STATE = ?</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_triggers' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.countMisfiredTriggersInState(StdJDBCDelegate.java:393)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doRecoverMisfires(JobStoreSupport.java:3253)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.manage(JobStoreSupport.java:4012)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.run(JobStoreSupport.java:4033)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:52,306</td>
|
|
|
+<td class="Message">{conn-10003, pstmt-20083} execute error. SELECT TRIGGER_NAME, TRIGGER_GROUP, NEXT_FIRE_TIME, PRIORITY FROM QRTZ_TRIGGERS WHERE SCHED_NAME = 'MyScheduler' AND TRIGGER_STATE = ? AND NEXT_FIRE_TIME <= ? AND (MISFIRE_INSTR = -1 OR (MISFIRE_INSTR != -1 AND NEXT_FIRE_TIME >= ?)) ORDER BY NEXT_FIRE_TIME ASC, PRIORITY DESC</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_triggers' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.selectTriggerToAcquire(StdJDBCDelegate.java:2613)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTrigger(JobStoreSupport.java:2844)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2805)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2803)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.executeInNonManagedTXLock(JobStoreSupport.java:3864)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTriggers(JobStoreSupport.java:2802)
|
|
|
+<br /> at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:287)
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:53,331</td>
|
|
|
+<td class="Message">{conn-10003, pstmt-20084} execute error. SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = 'MyScheduler' AND LOCK_NAME = ? FOR UPDATE</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:54,348</td>
|
|
|
+<td class="Message">{conn-10003, pstmt-20085} execute error. SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = 'MyScheduler' AND LOCK_NAME = ? FOR UPDATE</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:14:55,368</td>
|
|
|
+<td class="Message">{conn-10003, pstmt-20086} execute error. SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = 'MyScheduler' AND LOCK_NAME = ? FOR UPDATE</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:15:07,136</td>
|
|
|
+<td class="Message">{conn-10003, pstmt-20087} execute error. SELECT COUNT(TRIGGER_NAME) FROM QRTZ_TRIGGERS WHERE SCHED_NAME = 'MyScheduler' AND NOT (MISFIRE_INSTR = -1) AND NEXT_FIRE_TIME < ? AND TRIGGER_STATE = ?</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_triggers' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.countMisfiredTriggersInState(StdJDBCDelegate.java:393)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doRecoverMisfires(JobStoreSupport.java:3253)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.manage(JobStoreSupport.java:4012)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.run(JobStoreSupport.java:4033)
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:15:07,368</td>
|
|
|
+<td class="Message">{conn-10003, pstmt-20088} execute error. SELECT TRIGGER_NAME, TRIGGER_GROUP, NEXT_FIRE_TIME, PRIORITY FROM QRTZ_TRIGGERS WHERE SCHED_NAME = 'MyScheduler' AND TRIGGER_STATE = ? AND NEXT_FIRE_TIME <= ? AND (MISFIRE_INSTR = -1 OR (MISFIRE_INSTR != -1 AND NEXT_FIRE_TIME >= ?)) ORDER BY NEXT_FIRE_TIME ASC, PRIORITY DESC</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_triggers' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.selectTriggerToAcquire(StdJDBCDelegate.java:2613)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTrigger(JobStoreSupport.java:2844)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2805)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2803)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.executeInNonManagedTXLock(JobStoreSupport.java:3864)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTriggers(JobStoreSupport.java:2802)
|
|
|
+<br /> at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:287)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:15:10,416</td>
|
|
|
+<td class="Message">{conn-10003, pstmt-20089} execute error. SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = 'MyScheduler' AND LOCK_NAME = ? FOR UPDATE</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:15:11,427</td>
|
|
|
+<td class="Message">{conn-10003, pstmt-20090} execute error. SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = 'MyScheduler' AND LOCK_NAME = ? FOR UPDATE</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:15:12,441</td>
|
|
|
+<td class="Message">{conn-10003, pstmt-20091} execute error. SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = 'MyScheduler' AND LOCK_NAME = ? FOR UPDATE</td>
|
|
|
+<td class="MethodOfCaller">statementLogError</td>
|
|
|
+<td class="FileOfCaller">Slf4jLogFilter.java</td>
|
|
|
+<td class="LineOfCaller">157</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Table 'jeecg-boot.qrtz_locks' doesn't exist
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
|
|
+<br /> at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3241)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.wall.WallFilter.preparedStatement_executeQuery(WallFilter.java:707)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:459)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3238)
|
|
|
+<br /> at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:175)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:213)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.executeSQL(StdRowLockSemaphore.java:123)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.DBSemaphore.obtainLock(DBSemaphore.java:113)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3335)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
|
|
|
+<br /> at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
|
|
|
+</td></tr><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
+<html>
|
|
|
+ <head>
|
|
|
+ <title>Logback Log Messages</title>
|
|
|
+<style type="text/css">
|
|
|
+table { margin-left: 2em; margin-right: 2em; border-left: 2px solid #AAA; }
|
|
|
+TR.even { background: #FFFFFF; }
|
|
|
+TR.odd { background: #EAEAEA; }
|
|
|
+TR.warn TD.Level, TR.error TD.Level, TR.fatal TD.Level {font-weight: bold; color: #FF4040 }
|
|
|
+TD { padding-right: 1ex; padding-left: 1ex; border-right: 2px solid #AAA; }
|
|
|
+TD.Time, TD.Date { text-align: right; font-family: courier, monospace; font-size: smaller; }
|
|
|
+TD.Thread { text-align: left; }
|
|
|
+TD.Level { text-align: right; }
|
|
|
+TD.Logger { text-align: left; }
|
|
|
+TR.header { background: #596ED5; color: #FFF; font-weight: bold; font-size: larger; }
|
|
|
+TD.Exception { background: #A2AEE8; font-family: courier, monospace;}
|
|
|
+</style>
|
|
|
+
|
|
|
+ </head>
|
|
|
+<body>
|
|
|
+<hr/>
|
|
|
+<p>Log session start time Wed Apr 16 10:15:27 CST 2025</p><p></p>
|
|
|
+
|
|
|
+<table cellspacing="0">
|
|
|
+<tr class="header">
|
|
|
+<td class="Level">Level</td>
|
|
|
+<td class="Date">Date</td>
|
|
|
+<td class="Message">Message</td>
|
|
|
+<td class="MethodOfCaller">MethodOfCaller</td>
|
|
|
+<td class="FileOfCaller">FileOfCaller</td>
|
|
|
+<td class="LineOfCaller">LineOfCaller</td>
|
|
|
+</tr>
|
|
|
+
|
|
|
+
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:15:33,832</td>
|
|
|
+<td class="Message">init datasource error, url: jdbc:mysql://192.168.1.53:3306/lg-steel?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai</td>
|
|
|
+<td class="MethodOfCaller">init</td>
|
|
|
+<td class="FileOfCaller">DruidDataSource.java</td>
|
|
|
+<td class="LineOfCaller">928</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Unknown database 'lg-steel'
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:828)
|
|
|
+<br /> at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:448)
|
|
|
+<br /> at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:241)
|
|
|
+<br /> at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:198)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:132)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterAdapter.connection_connect(FilterAdapter.java:764)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.connection_connect(FilterEventAdapter.java:33)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterAdapter.connection_connect(FilterAdapter.java:764)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126)
|
|
|
+<br /> at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:244)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1687)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1803)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:924)
|
|
|
+<br /> at com.baomidou.dynamic.datasource.creator.druid.DruidDataSourceCreator.createDataSource(DruidDataSourceCreator.java:132)
|
|
|
+<br /> at com.baomidou.dynamic.datasource.creator.DefaultDataSourceCreator.createDataSource(DefaultDataSourceCreator.java:97)
|
|
|
+<br /> at com.baomidou.dynamic.datasource.provider.AbstractDataSourceProvider.createDataSourceMap(AbstractDataSourceProvider.java:53)
|
|
|
+<br /> at com.baomidou.dynamic.datasource.provider.YmlDynamicDataSourceProvider.loadDataSources(YmlDynamicDataSourceProvider.java:53)
|
|
|
+<br /> at com.baomidou.dynamic.datasource.DynamicRoutingDataSource.afterPropertiesSet(DynamicRoutingDataSource.java:225)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1863)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1800)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
|
|
|
+<br /> at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
+<br /> at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
|
|
|
+<br /> at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391)
|
|
|
+<br /> at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311)
|
|
|
+<br /> at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:710)
|
|
|
+<br /> at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:693)
|
|
|
+<br /> at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
|
|
|
+<br /> at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:408)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
|
|
|
+<br /> at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
+<br /> at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955)
|
|
|
+<br /> at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:929)
|
|
|
+<br /> at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:591)
|
|
|
+<br /> at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147)
|
|
|
+<br /> at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:732)
|
|
|
+<br /> at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:409)
|
|
|
+<br /> at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
|
|
|
+<br /> at org.springframework.boot.SpringApplication.run(SpringApplication.java:1300)
|
|
|
+<br /> at org.springframework.boot.SpringApplication.run(SpringApplication.java:1289)
|
|
|
+<br /> at org.jeecg.JeecgSystemApplication.main(JeecgSystemApplication.java:30)
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:15:33,835</td>
|
|
|
+<td class="Message">{dataSource-1} init error</td>
|
|
|
+<td class="MethodOfCaller">init</td>
|
|
|
+<td class="FileOfCaller">DruidDataSource.java</td>
|
|
|
+<td class="LineOfCaller">977</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Unknown database 'lg-steel'
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:828)
|
|
|
+<br /> at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:448)
|
|
|
+<br /> at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:241)
|
|
|
+<br /> at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:198)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:132)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterAdapter.connection_connect(FilterAdapter.java:764)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.connection_connect(FilterEventAdapter.java:33)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterAdapter.connection_connect(FilterAdapter.java:764)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126)
|
|
|
+<br /> at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:244)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1687)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1803)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:924)
|
|
|
+<br /> at com.baomidou.dynamic.datasource.creator.druid.DruidDataSourceCreator.createDataSource(DruidDataSourceCreator.java:132)
|
|
|
+<br /> at com.baomidou.dynamic.datasource.creator.DefaultDataSourceCreator.createDataSource(DefaultDataSourceCreator.java:97)
|
|
|
+<br /> at com.baomidou.dynamic.datasource.provider.AbstractDataSourceProvider.createDataSourceMap(AbstractDataSourceProvider.java:53)
|
|
|
+<br /> at com.baomidou.dynamic.datasource.provider.YmlDynamicDataSourceProvider.loadDataSources(YmlDynamicDataSourceProvider.java:53)
|
|
|
+<br /> at com.baomidou.dynamic.datasource.DynamicRoutingDataSource.afterPropertiesSet(DynamicRoutingDataSource.java:225)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1863)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1800)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
|
|
|
+<br /> at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
+<br /> at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
|
|
|
+<br /> at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391)
|
|
|
+<br /> at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311)
|
|
|
+<br /> at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:710)
|
|
|
+<br /> at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:693)
|
|
|
+<br /> at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
|
|
|
+<br /> at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:408)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
|
|
|
+<br /> at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
+<br /> at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955)
|
|
|
+<br /> at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:929)
|
|
|
+<br /> at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:591)
|
|
|
+<br /> at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147)
|
|
|
+<br /> at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:732)
|
|
|
+<br /> at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:409)
|
|
|
+<br /> at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
|
|
|
+<br /> at org.springframework.boot.SpringApplication.run(SpringApplication.java:1300)
|
|
|
+<br /> at org.springframework.boot.SpringApplication.run(SpringApplication.java:1289)
|
|
|
+<br /> at org.jeecg.JeecgSystemApplication.main(JeecgSystemApplication.java:30)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:15:33,862</td>
|
|
|
+<td class="Message">create connection SQLException, url: jdbc:mysql://192.168.1.53:3306/lg-steel?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai, errorCode 1049, state 42000</td>
|
|
|
+<td class="MethodOfCaller">run</td>
|
|
|
+<td class="FileOfCaller">DruidDataSource.java</td>
|
|
|
+<td class="LineOfCaller">2930</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Unknown database 'lg-steel'
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:828)
|
|
|
+<br /> at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:448)
|
|
|
+<br /> at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:241)
|
|
|
+<br /> at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:198)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:132)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterAdapter.connection_connect(FilterAdapter.java:764)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.connection_connect(FilterEventAdapter.java:33)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterAdapter.connection_connect(FilterAdapter.java:764)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126)
|
|
|
+<br /> at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:244)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1687)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1803)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2928)
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:15:33,878</td>
|
|
|
+<td class="Message">create connection SQLException, url: jdbc:mysql://192.168.1.53:3306/lg-steel?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai, errorCode 1049, state 42000</td>
|
|
|
+<td class="MethodOfCaller">run</td>
|
|
|
+<td class="FileOfCaller">DruidDataSource.java</td>
|
|
|
+<td class="LineOfCaller">2930</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Unknown database 'lg-steel'
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:828)
|
|
|
+<br /> at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:448)
|
|
|
+<br /> at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:241)
|
|
|
+<br /> at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:198)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:132)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterAdapter.connection_connect(FilterAdapter.java:764)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.connection_connect(FilterEventAdapter.java:33)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterAdapter.connection_connect(FilterAdapter.java:764)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126)
|
|
|
+<br /> at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:244)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1687)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1803)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2928)
|
|
|
+</td></tr>
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:15:33,908</td>
|
|
|
+<td class="Message">Application run failed</td>
|
|
|
+<td class="MethodOfCaller">reportFailure</td>
|
|
|
+<td class="FileOfCaller">SpringApplication.java</td>
|
|
|
+<td class="LineOfCaller">818</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'flywayConfig': Unsatisfied dependency expressed through field 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/baomidou/dynamic/datasource/spring/boot/autoconfigure/DynamicDataSourceAutoConfiguration.class]: Invocation of init method failed; nested exception is com.baomidou.dynamic.datasource.exception.ErrorCreateDataSourceException: druid create error
|
|
|
+<br /> at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:713)
|
|
|
+<br /> at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:693)
|
|
|
+<br /> at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
|
|
|
+<br /> at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:408)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
|
|
|
+<br /> at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
+<br /> at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955)
|
|
|
+<br /> at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:929)
|
|
|
+<br /> at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:591)
|
|
|
+<br /> at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147)
|
|
|
+<br /> at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:732)
|
|
|
+<br /> at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:409)
|
|
|
+<br /> at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
|
|
|
+<br /> at org.springframework.boot.SpringApplication.run(SpringApplication.java:1300)
|
|
|
+<br /> at org.springframework.boot.SpringApplication.run(SpringApplication.java:1289)
|
|
|
+<br /> at org.jeecg.JeecgSystemApplication.main(JeecgSystemApplication.java:30)
|
|
|
+<br />Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/baomidou/dynamic/datasource/spring/boot/autoconfigure/DynamicDataSourceAutoConfiguration.class]: Invocation of init method failed; nested exception is com.baomidou.dynamic.datasource.exception.ErrorCreateDataSourceException: druid create error
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1804)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
|
|
|
+<br /> at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
+<br /> at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
|
|
|
+<br /> at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391)
|
|
|
+<br /> at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311)
|
|
|
+<br /> at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:710)
|
|
|
+<br /> ... 20 common frames omitted
|
|
|
+<br />Caused by: com.baomidou.dynamic.datasource.exception.ErrorCreateDataSourceException: druid create error
|
|
|
+<br /> at com.baomidou.dynamic.datasource.creator.druid.DruidDataSourceCreator.createDataSource(DruidDataSourceCreator.java:134)
|
|
|
+<br /> at com.baomidou.dynamic.datasource.creator.DefaultDataSourceCreator.createDataSource(DefaultDataSourceCreator.java:97)
|
|
|
+<br /> at com.baomidou.dynamic.datasource.provider.AbstractDataSourceProvider.createDataSourceMap(AbstractDataSourceProvider.java:53)
|
|
|
+<br /> at com.baomidou.dynamic.datasource.provider.YmlDynamicDataSourceProvider.loadDataSources(YmlDynamicDataSourceProvider.java:53)
|
|
|
+<br /> at com.baomidou.dynamic.datasource.DynamicRoutingDataSource.afterPropertiesSet(DynamicRoutingDataSource.java:225)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1863)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1800)
|
|
|
+<br /> ... 30 common frames omitted
|
|
|
+<br />Caused by: java.sql.SQLSyntaxErrorException: Unknown database 'lg-steel'
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:828)
|
|
|
+<br /> at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:448)
|
|
|
+<br /> at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:241)
|
|
|
+<br /> at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:198)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:132)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterAdapter.connection_connect(FilterAdapter.java:764)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.connection_connect(FilterEventAdapter.java:33)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterAdapter.connection_connect(FilterAdapter.java:764)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126)
|
|
|
+<br /> at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:244)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1687)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1803)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:924)
|
|
|
+<br /> at com.baomidou.dynamic.datasource.creator.druid.DruidDataSourceCreator.createDataSource(DruidDataSourceCreator.java:132)
|
|
|
+<br /> ... 36 common frames omitted
|
|
|
+</td></tr>
|
|
|
+<tr class="error odd">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-04-16 10:15:34,405</td>
|
|
|
+<td class="Message">create connection SQLException, url: jdbc:mysql://192.168.1.53:3306/lg-steel?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai, errorCode 1049, state 42000</td>
|
|
|
+<td class="MethodOfCaller">run</td>
|
|
|
+<td class="FileOfCaller">DruidDataSource.java</td>
|
|
|
+<td class="LineOfCaller">2930</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">java.sql.SQLSyntaxErrorException: Unknown database 'lg-steel'
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
|
|
|
+<br /> at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
+<br /> at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:828)
|
|
|
+<br /> at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:448)
|
|
|
+<br /> at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:241)
|
|
|
+<br /> at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:198)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:132)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterAdapter.connection_connect(FilterAdapter.java:764)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterEventAdapter.connection_connect(FilterEventAdapter.java:33)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterAdapter.connection_connect(FilterAdapter.java:764)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126)
|
|
|
+<br /> at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:244)
|
|
|
+<br /> at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1687)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1803)
|
|
|
+<br /> at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2928)
|
|
|
+</td></tr></table>
|
|
|
+</body></html><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
+<html>
|
|
|
+ <head>
|
|
|
+ <title>Logback Log Messages</title>
|
|
|
+<style type="text/css">
|
|
|
+table { margin-left: 2em; margin-right: 2em; border-left: 2px solid #AAA; }
|
|
|
+TR.even { background: #FFFFFF; }
|
|
|
+TR.odd { background: #EAEAEA; }
|
|
|
+TR.warn TD.Level, TR.error TD.Level, TR.fatal TD.Level {font-weight: bold; color: #FF4040 }
|
|
|
+TD { padding-right: 1ex; padding-left: 1ex; border-right: 2px solid #AAA; }
|
|
|
+TD.Time, TD.Date { text-align: right; font-family: courier, monospace; font-size: smaller; }
|
|
|
+TD.Thread { text-align: left; }
|
|
|
+TD.Level { text-align: right; }
|
|
|
+TD.Logger { text-align: left; }
|
|
|
+TR.header { background: #596ED5; color: #FFF; font-weight: bold; font-size: larger; }
|
|
|
+TD.Exception { background: #A2AEE8; font-family: courier, monospace;}
|
|
|
+</style>
|
|
|
+
|
|
|
+ </head>
|
|
|
+<body>
|
|
|
+<hr/>
|
|
|
+<p>Log session start time Wed Apr 16 10:15:52 CST 2025</p><p></p>
|
|
|
+
|
|
|
+<table cellspacing="0">
|
|
|
+<tr class="header">
|
|
|
+<td class="Level">Level</td>
|
|
|
+<td class="Date">Date</td>
|
|
|
+<td class="Message">Message</td>
|
|
|
+<td class="MethodOfCaller">MethodOfCaller</td>
|
|
|
+<td class="FileOfCaller">FileOfCaller</td>
|
|
|
+<td class="LineOfCaller">LineOfCaller</td>
|
|
|
+</tr>
|
|
|
+
|
|
|
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
+<html>
|
|
|
+ <head>
|
|
|
+ <title>Logback Log Messages</title>
|
|
|
+<style type="text/css">
|
|
|
+table { margin-left: 2em; margin-right: 2em; border-left: 2px solid #AAA; }
|
|
|
+TR.even { background: #FFFFFF; }
|
|
|
+TR.odd { background: #EAEAEA; }
|
|
|
+TR.warn TD.Level, TR.error TD.Level, TR.fatal TD.Level {font-weight: bold; color: #FF4040 }
|
|
|
+TD { padding-right: 1ex; padding-left: 1ex; border-right: 2px solid #AAA; }
|
|
|
+TD.Time, TD.Date { text-align: right; font-family: courier, monospace; font-size: smaller; }
|
|
|
+TD.Thread { text-align: left; }
|
|
|
+TD.Level { text-align: right; }
|
|
|
+TD.Logger { text-align: left; }
|
|
|
+TR.header { background: #596ED5; color: #FFF; font-weight: bold; font-size: larger; }
|
|
|
+TD.Exception { background: #A2AEE8; font-family: courier, monospace;}
|
|
|
+</style>
|
|
|
+
|
|
|
+ </head>
|
|
|
+<body>
|
|
|
+<hr/>
|
|
|
+<p>Log session start time Wed Apr 16 10:18:40 CST 2025</p><p></p>
|
|
|
+
|
|
|
+<table cellspacing="0">
|
|
|
+<tr class="header">
|
|
|
+<td class="Level">Level</td>
|
|
|
+<td class="Date">Date</td>
|
|
|
+<td class="Message">Message</td>
|
|
|
+<td class="MethodOfCaller">MethodOfCaller</td>
|
|
|
+<td class="FileOfCaller">FileOfCaller</td>
|
|
|
+<td class="LineOfCaller">LineOfCaller</td>
|
|
|
+</tr>
|
|
|
+
|