|
|
@@ -429,4 +429,434 @@ Need more flexibility with validation rules? Learn more: https://rd.gt/3AbJUZE
|
|
|
<br /> at org.springframework.boot.SpringApplication.run(SpringApplication.java:1289)
|
|
|
<br /> at org.jeecg.JeecgSystemApplication.main(JeecgSystemApplication.java:30)
|
|
|
</td></tr></table>
|
|
|
-</body></html>
|
|
|
+</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 Mon Nov 03 15:38:26 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-11-03 15:39:15,010</td>
|
|
|
+<td class="Message">【数据库升级】flyway执行sql脚本失败</td>
|
|
|
+<td class="MethodOfCaller">lambda$migrate$0</td>
|
|
|
+<td class="FileOfCaller">FlywayConfig.java</td>
|
|
|
+<td class="LineOfCaller">128</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">org.flywaydb.core.api.exception.FlywayValidateException: Validate failed: Migrations have failed validation
|
|
|
+Detected resolved migration not applied to database: 3.6.2. To ignore this migration, set -ignoreIgnoredMigrations=true. To allow executing this migration, set -outOfOrder=true.
|
|
|
+Detected resolved migration not applied to database: 3.6.3. To ignore this migration, set -ignoreIgnoredMigrations=true. To allow executing this migration, set -outOfOrder=true.
|
|
|
+Detected resolved migration not applied to database: 3.7.0. To ignore this migration, set -ignoreIgnoredMigrations=true. To allow executing this migration, set -outOfOrder=true.
|
|
|
+Detected resolved migration not applied to database: 3.7.1. To ignore this migration, set -ignoreIgnoredMigrations=true. To allow executing this migration, set -outOfOrder=true.
|
|
|
+Detected resolved migration not applied to database: 3.7.12. To ignore this migration, set -ignoreIgnoredMigrations=true. To allow executing this migration, set -outOfOrder=true.
|
|
|
+Need more flexibility with validation rules? Learn more: https://rd.gt/3AbJUZE
|
|
|
+<br /> at org.flywaydb.core.Flyway$1.execute(Flyway.java:177)
|
|
|
+<br /> at org.flywaydb.core.Flyway$1.execute(Flyway.java:170)
|
|
|
+<br /> at org.flywaydb.core.Flyway.execute(Flyway.java:586)
|
|
|
+<br /> at org.flywaydb.core.Flyway.migrate(Flyway.java:170)
|
|
|
+<br /> at org.jeecg.config.flyway.FlywayConfig.lambda$migrate$0(FlywayConfig.java:125)
|
|
|
+<br /> at java.util.concurrent.ConcurrentHashMap.forEach(ConcurrentHashMap.java:1597)
|
|
|
+<br /> at org.jeecg.config.flyway.FlywayConfig.migrate(FlywayConfig.java:107)
|
|
|
+<br /> at org.jeecg.config.flyway.FlywayConfig$$EnhancerBySpringCGLIB$$8365477b.CGLIB$migrate$0(<generated>)
|
|
|
+<br /> at org.jeecg.config.flyway.FlywayConfig$$EnhancerBySpringCGLIB$$8365477b$$FastClassBySpringCGLIB$$b32106f3.invoke(<generated>)
|
|
|
+<br /> at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244)
|
|
|
+<br /> at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331)
|
|
|
+<br /> at org.jeecg.config.flyway.FlywayConfig$$EnhancerBySpringCGLIB$$8365477b.migrate(<generated>)
|
|
|
+<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.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
|
|
|
+<br /> at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:648)
|
|
|
+<br /> at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:481)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
|
|
|
+<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><!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 Mon Nov 03 15:49:12 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-11-03 15:49:26,446</td>
|
|
|
+<td class="Message">【数据库升级】flyway执行sql脚本失败</td>
|
|
|
+<td class="MethodOfCaller">lambda$migrate$0</td>
|
|
|
+<td class="FileOfCaller">FlywayConfig.java</td>
|
|
|
+<td class="LineOfCaller">128</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">org.flywaydb.core.api.exception.FlywayValidateException: Validate failed: Migrations have failed validation
|
|
|
+Detected resolved migration not applied to database: 3.6.2. To ignore this migration, set -ignoreIgnoredMigrations=true. To allow executing this migration, set -outOfOrder=true.
|
|
|
+Detected resolved migration not applied to database: 3.6.3. To ignore this migration, set -ignoreIgnoredMigrations=true. To allow executing this migration, set -outOfOrder=true.
|
|
|
+Detected resolved migration not applied to database: 3.7.0. To ignore this migration, set -ignoreIgnoredMigrations=true. To allow executing this migration, set -outOfOrder=true.
|
|
|
+Detected resolved migration not applied to database: 3.7.1. To ignore this migration, set -ignoreIgnoredMigrations=true. To allow executing this migration, set -outOfOrder=true.
|
|
|
+Detected resolved migration not applied to database: 3.7.12. To ignore this migration, set -ignoreIgnoredMigrations=true. To allow executing this migration, set -outOfOrder=true.
|
|
|
+Need more flexibility with validation rules? Learn more: https://rd.gt/3AbJUZE
|
|
|
+<br /> at org.flywaydb.core.Flyway$1.execute(Flyway.java:177)
|
|
|
+<br /> at org.flywaydb.core.Flyway$1.execute(Flyway.java:170)
|
|
|
+<br /> at org.flywaydb.core.Flyway.execute(Flyway.java:586)
|
|
|
+<br /> at org.flywaydb.core.Flyway.migrate(Flyway.java:170)
|
|
|
+<br /> at org.jeecg.config.flyway.FlywayConfig.lambda$migrate$0(FlywayConfig.java:125)
|
|
|
+<br /> at java.util.concurrent.ConcurrentHashMap.forEach(ConcurrentHashMap.java:1597)
|
|
|
+<br /> at org.jeecg.config.flyway.FlywayConfig.migrate(FlywayConfig.java:107)
|
|
|
+<br /> at org.jeecg.config.flyway.FlywayConfig$$EnhancerBySpringCGLIB$$f3e7735f.CGLIB$migrate$0(<generated>)
|
|
|
+<br /> at org.jeecg.config.flyway.FlywayConfig$$EnhancerBySpringCGLIB$$f3e7735f$$FastClassBySpringCGLIB$$ade85917.invoke(<generated>)
|
|
|
+<br /> at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244)
|
|
|
+<br /> at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331)
|
|
|
+<br /> at org.jeecg.config.flyway.FlywayConfig$$EnhancerBySpringCGLIB$$f3e7735f.migrate(<generated>)
|
|
|
+<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.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
|
|
|
+<br /> at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:648)
|
|
|
+<br /> at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:481)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
|
|
|
+<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><!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 Mon Nov 03 15:57:36 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-11-03 15:57:51,317</td>
|
|
|
+<td class="Message">【数据库升级】flyway执行sql脚本失败</td>
|
|
|
+<td class="MethodOfCaller">lambda$migrate$0</td>
|
|
|
+<td class="FileOfCaller">FlywayConfig.java</td>
|
|
|
+<td class="LineOfCaller">128</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">org.flywaydb.core.api.exception.FlywayValidateException: Validate failed: Migrations have failed validation
|
|
|
+Detected resolved migration not applied to database: 3.6.2. To ignore this migration, set -ignoreIgnoredMigrations=true. To allow executing this migration, set -outOfOrder=true.
|
|
|
+Detected resolved migration not applied to database: 3.6.3. To ignore this migration, set -ignoreIgnoredMigrations=true. To allow executing this migration, set -outOfOrder=true.
|
|
|
+Detected resolved migration not applied to database: 3.7.0. To ignore this migration, set -ignoreIgnoredMigrations=true. To allow executing this migration, set -outOfOrder=true.
|
|
|
+Detected resolved migration not applied to database: 3.7.1. To ignore this migration, set -ignoreIgnoredMigrations=true. To allow executing this migration, set -outOfOrder=true.
|
|
|
+Detected resolved migration not applied to database: 3.7.12. To ignore this migration, set -ignoreIgnoredMigrations=true. To allow executing this migration, set -outOfOrder=true.
|
|
|
+Need more flexibility with validation rules? Learn more: https://rd.gt/3AbJUZE
|
|
|
+<br /> at org.flywaydb.core.Flyway$1.execute(Flyway.java:177)
|
|
|
+<br /> at org.flywaydb.core.Flyway$1.execute(Flyway.java:170)
|
|
|
+<br /> at org.flywaydb.core.Flyway.execute(Flyway.java:586)
|
|
|
+<br /> at org.flywaydb.core.Flyway.migrate(Flyway.java:170)
|
|
|
+<br /> at org.jeecg.config.flyway.FlywayConfig.lambda$migrate$0(FlywayConfig.java:125)
|
|
|
+<br /> at java.util.concurrent.ConcurrentHashMap.forEach(ConcurrentHashMap.java:1597)
|
|
|
+<br /> at org.jeecg.config.flyway.FlywayConfig.migrate(FlywayConfig.java:107)
|
|
|
+<br /> at org.jeecg.config.flyway.FlywayConfig$$EnhancerBySpringCGLIB$$9fd0989b.CGLIB$migrate$0(<generated>)
|
|
|
+<br /> at org.jeecg.config.flyway.FlywayConfig$$EnhancerBySpringCGLIB$$9fd0989b$$FastClassBySpringCGLIB$$f31ac2ac.invoke(<generated>)
|
|
|
+<br /> at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244)
|
|
|
+<br /> at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331)
|
|
|
+<br /> at org.jeecg.config.flyway.FlywayConfig$$EnhancerBySpringCGLIB$$9fd0989b.migrate(<generated>)
|
|
|
+<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.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
|
|
|
+<br /> at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:648)
|
|
|
+<br /> at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:481)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
|
|
|
+<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><!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 Mon Nov 03 15:59: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>
|
|
|
+
|
|
|
+
|
|
|
+<tr class="error even">
|
|
|
+<td class="Level">ERROR</td>
|
|
|
+<td class="Date">2025-11-03 15:59:54,145</td>
|
|
|
+<td class="Message">【数据库升级】flyway执行sql脚本失败</td>
|
|
|
+<td class="MethodOfCaller">lambda$migrate$0</td>
|
|
|
+<td class="FileOfCaller">FlywayConfig.java</td>
|
|
|
+<td class="LineOfCaller">128</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">org.flywaydb.core.api.exception.FlywayValidateException: Validate failed: Migrations have failed validation
|
|
|
+Detected resolved migration not applied to database: 3.6.2. To ignore this migration, set -ignoreIgnoredMigrations=true. To allow executing this migration, set -outOfOrder=true.
|
|
|
+Detected resolved migration not applied to database: 3.6.3. To ignore this migration, set -ignoreIgnoredMigrations=true. To allow executing this migration, set -outOfOrder=true.
|
|
|
+Detected resolved migration not applied to database: 3.7.0. To ignore this migration, set -ignoreIgnoredMigrations=true. To allow executing this migration, set -outOfOrder=true.
|
|
|
+Detected resolved migration not applied to database: 3.7.1. To ignore this migration, set -ignoreIgnoredMigrations=true. To allow executing this migration, set -outOfOrder=true.
|
|
|
+Detected resolved migration not applied to database: 3.7.12. To ignore this migration, set -ignoreIgnoredMigrations=true. To allow executing this migration, set -outOfOrder=true.
|
|
|
+Need more flexibility with validation rules? Learn more: https://rd.gt/3AbJUZE
|
|
|
+<br /> at org.flywaydb.core.Flyway$1.execute(Flyway.java:177)
|
|
|
+<br /> at org.flywaydb.core.Flyway$1.execute(Flyway.java:170)
|
|
|
+<br /> at org.flywaydb.core.Flyway.execute(Flyway.java:586)
|
|
|
+<br /> at org.flywaydb.core.Flyway.migrate(Flyway.java:170)
|
|
|
+<br /> at org.jeecg.config.flyway.FlywayConfig.lambda$migrate$0(FlywayConfig.java:125)
|
|
|
+<br /> at java.util.concurrent.ConcurrentHashMap.forEach(ConcurrentHashMap.java:1597)
|
|
|
+<br /> at org.jeecg.config.flyway.FlywayConfig.migrate(FlywayConfig.java:107)
|
|
|
+<br /> at org.jeecg.config.flyway.FlywayConfig$$EnhancerBySpringCGLIB$$35d6b675.CGLIB$migrate$0(<generated>)
|
|
|
+<br /> at org.jeecg.config.flyway.FlywayConfig$$EnhancerBySpringCGLIB$$35d6b675$$FastClassBySpringCGLIB$$64298651.invoke(<generated>)
|
|
|
+<br /> at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244)
|
|
|
+<br /> at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331)
|
|
|
+<br /> at org.jeecg.config.flyway.FlywayConfig$$EnhancerBySpringCGLIB$$35d6b675.migrate(<generated>)
|
|
|
+<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.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
|
|
|
+<br /> at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:648)
|
|
|
+<br /> at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:481)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
|
|
|
+<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><!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 Mon Nov 03 16:03:18 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-11-03 16:03:33,519</td>
|
|
|
+<td class="Message">【数据库升级】flyway执行sql脚本失败</td>
|
|
|
+<td class="MethodOfCaller">lambda$migrate$0</td>
|
|
|
+<td class="FileOfCaller">FlywayConfig.java</td>
|
|
|
+<td class="LineOfCaller">128</td>
|
|
|
+</tr>
|
|
|
+<tr><td class="Exception" colspan="6">org.flywaydb.core.api.exception.FlywayValidateException: Validate failed: Migrations have failed validation
|
|
|
+Detected resolved migration not applied to database: 3.6.2. To ignore this migration, set -ignoreIgnoredMigrations=true. To allow executing this migration, set -outOfOrder=true.
|
|
|
+Detected resolved migration not applied to database: 3.6.3. To ignore this migration, set -ignoreIgnoredMigrations=true. To allow executing this migration, set -outOfOrder=true.
|
|
|
+Detected resolved migration not applied to database: 3.7.0. To ignore this migration, set -ignoreIgnoredMigrations=true. To allow executing this migration, set -outOfOrder=true.
|
|
|
+Detected resolved migration not applied to database: 3.7.1. To ignore this migration, set -ignoreIgnoredMigrations=true. To allow executing this migration, set -outOfOrder=true.
|
|
|
+Detected resolved migration not applied to database: 3.7.12. To ignore this migration, set -ignoreIgnoredMigrations=true. To allow executing this migration, set -outOfOrder=true.
|
|
|
+Need more flexibility with validation rules? Learn more: https://rd.gt/3AbJUZE
|
|
|
+<br /> at org.flywaydb.core.Flyway$1.execute(Flyway.java:177)
|
|
|
+<br /> at org.flywaydb.core.Flyway$1.execute(Flyway.java:170)
|
|
|
+<br /> at org.flywaydb.core.Flyway.execute(Flyway.java:586)
|
|
|
+<br /> at org.flywaydb.core.Flyway.migrate(Flyway.java:170)
|
|
|
+<br /> at org.jeecg.config.flyway.FlywayConfig.lambda$migrate$0(FlywayConfig.java:125)
|
|
|
+<br /> at java.util.concurrent.ConcurrentHashMap.forEach(ConcurrentHashMap.java:1597)
|
|
|
+<br /> at org.jeecg.config.flyway.FlywayConfig.migrate(FlywayConfig.java:107)
|
|
|
+<br /> at org.jeecg.config.flyway.FlywayConfig$$EnhancerBySpringCGLIB$$a15808fa.CGLIB$migrate$0(<generated>)
|
|
|
+<br /> at org.jeecg.config.flyway.FlywayConfig$$EnhancerBySpringCGLIB$$a15808fa$$FastClassBySpringCGLIB$$ead86601.invoke(<generated>)
|
|
|
+<br /> at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244)
|
|
|
+<br /> at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331)
|
|
|
+<br /> at org.jeecg.config.flyway.FlywayConfig$$EnhancerBySpringCGLIB$$a15808fa.migrate(<generated>)
|
|
|
+<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.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
|
|
|
+<br /> at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:648)
|
|
|
+<br /> at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:481)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195)
|
|
|
+<br /> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
|
|
|
+<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>
|