2024-10-30 11:56:27 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.0.Final 2024-10-30 11:56:30 [main] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'sysLocalStorageMapper' and 'com.nb.oss.strategy.mapper.SysLocalStorageMapper' mapperInterface. Bean already defined with the same name! 2024-10-30 11:56:30 [main] WARN o.m.s.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.nb.oss.strategy.mapper]' package. Please check your configuration. 2024-10-30 11:56:33 [main] WARN io.undertow.websockets.jsr - UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used 2024-10-30 11:56:33 [main] INFO io.undertow.servlet - Initializing Spring embedded WebApplicationContext 2024-10-30 11:56:37 [main] INFO org.redisson.Version - Redisson 3.17.0 2024-10-30 11:56:40 [redisson-netty-2-16] INFO o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for localhost/127.0.0.1:6379 2024-10-30 11:56:40 [redisson-netty-2-20] INFO o.r.c.pool.MasterConnectionPool - 24 connections initialized for localhost/127.0.0.1:6379 2024-10-30 11:56:41 [main] WARN o.t.w.s.TioWebSocketServerBootstrap - no bean type of IpStatListener found 2024-10-30 11:56:41 [main] WARN o.t.w.s.TioWebSocketServerBootstrap - no bean type of GroupListener found 2024-10-30 11:56:44 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource 2024-10-30 11:56:45 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited 2024-10-30 11:56:45 [ForkJoinPool.commonPool-worker-1] WARN c.n.c.q.d.RedissonDelayMessageManager - 延迟队列消息处理失败,消息【{"msgId":"a2d89a80-6594-47be-8073-38cbaae1b784","body":{"nativeValue":"初始化数据"},"handlerId":"无","properties":{"expire":3,"timeUnit":"SECONDS"}}】无相应的处理器处理 2024-10-30 11:56:45 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-2} inited 2024-10-30 11:56:45 [main] INFO o.f.c.i.license.VersionPrinter - Flyway Community Edition 7.15.0 by Redgate 2024-10-30 11:56:45 [main] INFO o.f.c.i.d.base.BaseDatabaseType - Database: jdbc:mysql://localhost:3306/nbnetpump (MySQL 5.7) 2024-10-30 11:56:46 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'flywayInitializer' defined in class path resource [org/springframework/boot/autoconfigure/flyway/FlywayAutoConfiguration$FlywayConfiguration.class]: Invocation of init method failed; nested exception is org.flywaydb.core.api.exception.FlywayValidateException: Validate failed: Migrations have failed validation Migration checksum mismatch for migration version 1 -> Applied to database : 924581919 -> Resolved locally : 1551578977. Either revert the changes to the migration, or run repair to update the schema history. Migration description mismatch for migration version 2 -> Applied to database : init 20240830 -> Resolved locally : init 20240830. 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 2024-10-30 11:56:46 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closing ... 2024-10-30 11:56:46 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed 2024-10-30 11:56:46 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-2} closing ... 2024-10-30 11:56:46 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-2} closed 2024-10-30 11:56:46 [main] ERROR o.s.boot.SpringApplication - Application run failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'flywayInitializer' defined in class path resource [org/springframework/boot/autoconfigure/flyway/FlywayAutoConfiguration$FlywayConfiguration.class]: Invocation of init method failed; nested exception is org.flywaydb.core.api.exception.FlywayValidateException: Validate failed: Migrations have failed validation Migration checksum mismatch for migration version 1 -> Applied to database : 924581919 -> Resolved locally : 1551578977. Either revert the changes to the migration, or run repair to update the schema history. Migration description mismatch for migration version 2 -> Applied to database : init 20240830 -> Resolved locally : init 20240830. 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.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1804) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:953) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:765) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:445) at org.springframework.boot.SpringApplication.run(SpringApplication.java:338) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1354) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343) at com.nb.admin.AdminApplication.main(AdminApplication.java:46) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:108) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) Caused by: org.flywaydb.core.api.exception.FlywayValidateException: Validate failed: Migrations have failed validation Migration checksum mismatch for migration version 1 -> Applied to database : 924581919 -> Resolved locally : 1551578977. Either revert the changes to the migration, or run repair to update the schema history. Migration description mismatch for migration version 2 -> Applied to database : init 20240830 -> Resolved locally : init 20240830. 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$1.execute(Flyway.java:177) at org.flywaydb.core.Flyway$1.execute(Flyway.java:170) at org.flywaydb.core.Flyway.execute(Flyway.java:586) at org.flywaydb.core.Flyway.migrate(Flyway.java:170) at org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer.afterPropertiesSet(FlywayMigrationInitializer.java:66) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1863) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1800) ... 26 common frames omitted