EvanderYang opened a new issue, #3882: URL: https://github.com/apache/hertzbeat/issues/3882
### Question Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.hertzbeat.manager.config.FlywayConfiguration$Dummy]: Factory method 'delayedFlywayInitializer' threw exception with message: Validate failed: Migrations have failed validation Migration checksum mismatch for migration version 180 -> Applied to database : 1506411514 -> Resolved locally : -341665313 Either revert the changes to the migration, or run repair to update the schema history. Need more flexibility with validation rules? Learn more: https://rd.gt/3AbJUZE at org.springframework.beans.factory.support.SimpleInstantiationStrategy.lambda$instantiate$0(SimpleInstantiationStrategy.java:199) at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiateWithFactoryMethod(SimpleInstantiationStrategy.java:88) at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:168) at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ... 21 common frames omitted Caused by: org.flywaydb.core.api.exception.FlywayValidateException: Validate failed: Migrations have failed validation Migration checksum mismatch for migration version 180 -> Applied to database : 1506411514 -> Resolved locally : -341665313 Either revert the changes to the migration, or run repair to update the schema history. Need more flexibility with validation rules? Learn more: https://rd.gt/3AbJUZE at org.flywaydb.core.Flyway.lambda$migrate$0(Flyway.java:164) at org.flywaydb.core.FlywayExecutor.execute(FlywayExecutor.java:209) at org.flywaydb.core.Flyway.migrate(Flyway.java:151) at org.apache.hertzbeat.manager.config.FlywayConfiguration.delayedFlywayInitializer(FlywayConfiguration.java:48) at org.apache.hertzbeat.manager.config.FlywayConfiguration$$SpringCGLIB$$0.CGLIB$delayedFlywayInitializer$1(<generated>) at org.apache.hertzbeat.manager.config.FlywayConfiguration$$SpringCGLIB$$FastClass$$1.invoke(<generated>) at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:258) at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:348) at org.apache.hertzbeat.manager.config.FlywayConfiguration$$SpringCGLIB$$0.delayedFlywayInitializer(<generated>) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.springframework.beans.factory.support.SimpleInstantiationStrategy.lambda$instantiate$0(SimpleInstantiationStrategy.java:171) ... 24 common frames omitted -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@hertzbeat.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@hertzbeat.apache.org For additional commands, e-mail: notifications-h...@hertzbeat.apache.org
