sys-console.log 8.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. 2024-10-30 11:56:27 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.0.Final
  2. 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!
  3. 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.
  4. 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
  5. 2024-10-30 11:56:33 [main] INFO io.undertow.servlet - Initializing Spring embedded WebApplicationContext
  6. 2024-10-30 11:56:37 [main] INFO org.redisson.Version - Redisson 3.17.0
  7. 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
  8. 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
  9. 2024-10-30 11:56:41 [main] WARN o.t.w.s.TioWebSocketServerBootstrap - no bean type of IpStatListener found
  10. 2024-10-30 11:56:41 [main] WARN o.t.w.s.TioWebSocketServerBootstrap - no bean type of GroupListener found
  11. 2024-10-30 11:56:44 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
  12. 2024-10-30 11:56:45 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
  13. 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"}}】无相应的处理器处理
  14. 2024-10-30 11:56:45 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-2} inited
  15. 2024-10-30 11:56:45 [main] INFO o.f.c.i.license.VersionPrinter - Flyway Community Edition 7.15.0 by Redgate
  16. 2024-10-30 11:56:45 [main] INFO o.f.c.i.d.base.BaseDatabaseType - Database: jdbc:mysql://localhost:3306/nbnetpump (MySQL 5.7)
  17. 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
  18. Migration checksum mismatch for migration version 1
  19. -> Applied to database : 924581919
  20. -> Resolved locally : 1551578977. Either revert the changes to the migration, or run repair to update the schema history.
  21. Migration description mismatch for migration version 2
  22. -> Applied to database : init 20240830
  23. -> Resolved locally : init 20240830. Either revert the changes to the migration, or run repair to update the schema history.
  24. Need more flexibility with validation rules? Learn more: https://rd.gt/3AbJUZE
  25. 2024-10-30 11:56:46 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closing ...
  26. 2024-10-30 11:56:46 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed
  27. 2024-10-30 11:56:46 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-2} closing ...
  28. 2024-10-30 11:56:46 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-2} closed
  29. 2024-10-30 11:56:46 [main] ERROR o.s.boot.SpringApplication - Application run failed
  30. 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
  31. Migration checksum mismatch for migration version 1
  32. -> Applied to database : 924581919
  33. -> Resolved locally : 1551578977. Either revert the changes to the migration, or run repair to update the schema history.
  34. Migration description mismatch for migration version 2
  35. -> Applied to database : init 20240830
  36. -> Resolved locally : init 20240830. Either revert the changes to the migration, or run repair to update the schema history.
  37. Need more flexibility with validation rules? Learn more: https://rd.gt/3AbJUZE
  38. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1804)
  39. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620)
  40. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
  41. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
  42. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
  43. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
  44. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
  45. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
  46. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
  47. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:953)
  48. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
  49. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
  50. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
  51. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:765)
  52. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:445)
  53. at org.springframework.boot.SpringApplication.run(SpringApplication.java:338)
  54. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1354)
  55. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343)
  56. at com.nb.admin.AdminApplication.main(AdminApplication.java:46)
  57. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  58. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  59. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  60. at java.lang.reflect.Method.invoke(Method.java:498)
  61. at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
  62. at org.springframework.boot.loader.Launcher.launch(Launcher.java:108)
  63. at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
  64. at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
  65. Caused by: org.flywaydb.core.api.exception.FlywayValidateException: Validate failed: Migrations have failed validation
  66. Migration checksum mismatch for migration version 1
  67. -> Applied to database : 924581919
  68. -> Resolved locally : 1551578977. Either revert the changes to the migration, or run repair to update the schema history.
  69. Migration description mismatch for migration version 2
  70. -> Applied to database : init 20240830
  71. -> Resolved locally : init 20240830. Either revert the changes to the migration, or run repair to update the schema history.
  72. Need more flexibility with validation rules? Learn more: https://rd.gt/3AbJUZE
  73. at org.flywaydb.core.Flyway$1.execute(Flyway.java:177)
  74. at org.flywaydb.core.Flyway$1.execute(Flyway.java:170)
  75. at org.flywaydb.core.Flyway.execute(Flyway.java:586)
  76. at org.flywaydb.core.Flyway.migrate(Flyway.java:170)
  77. at org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer.afterPropertiesSet(FlywayMigrationInitializer.java:66)
  78. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1863)
  79. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1800)
  80. ... 26 common frames omitted