Advertisement
fedorm

Untitled

Jun 19th, 2019
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 7.12 KB | None | 0 0
  1. category-service_1  | 2019-06-19 16:35:08.714  INFO 1 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
  2. category-service_1  | 2019-06-19 16:35:08.733  INFO 1 --- [           main] o.f.c.internal.database.DatabaseFactory  : Database: jdbc:postgresql://psql-master:5432/coupons (PostgreSQL 11.3)
  3. category-service_1  | 2019-06-19 16:35:08.769  WARN 1 --- [           main] o.f.core.internal.database.Database      : Flyway upgrade recommended: PostgreSQL 11.3 is newer than this version of Flyway and support has not been tested.
  4. category-service_1  | 2019-06-19 16:35:08.890  WARN 1 --- [           main] ConfigServletWebServerApplicationContext : 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.FlywayException: Validate failed: Migration checksum mismatch for migration version 1.3
  5. category-service_1  | -> Applied to database : -1676369492
  6. category-service_1  | -> Resolved locally    : -1219183921
  7. category-service_1  | 2019-06-19 16:35:08.891  INFO 1 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
  8. category-service_1  | 2019-06-19 16:35:08.926  INFO 1 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.
  9. category-service_1  | 2019-06-19 16:35:08.951  INFO 1 --- [           main] o.apache.catalina.core.StandardService   : Stopping service [Tomcat]
  10. category-service_1  | 2019-06-19 16:35:09.073  INFO 1 --- [           main] ConditionEvaluationReportLoggingListener :
  11. category-service_1  |
  12. category-service_1  | Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  13. category-service_1  | 2019-06-19 16:35:09.087 ERROR 1 --- [           main] o.s.boot.SpringApplication               : Application run failed
  14. category-service_1  |
  15. category-service_1  | 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.FlywayException: Validate failed: Migration checksum mismatch for migration version 1.3
  16. category-service_1  | -> Applied to database : -1676369492
  17. category-service_1  | -> Resolved locally    : -1219183921
  18. category-service_1  |   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1706)
  19. category-service_1  |   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:579)
  20. category-service_1  |   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:501)
  21. category-service_1  |   at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317)
  22. category-service_1  |   at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
  23. category-service_1  |   at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315)
  24. category-service_1  |   at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
  25. category-service_1  |   at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:304)
  26. category-service_1  |   at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
  27. category-service_1  |   at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1089)
  28. category-service_1  |   at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:859)
  29. category-service_1  |   at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550)
  30. category-service_1  |   at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
  31. category-service_1  |   at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759)
  32. category-service_1  |   at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:395)
  33. category-service_1  |   at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
  34. category-service_1  |   at org.springframework.boot.SpringApplication.run(SpringApplication.java:1255)
  35. category-service_1  |   at org.springframework.boot.SpringApplication.run(SpringApplication.java:1243)
  36. category-service_1  |   at ru.crystals.processing.coupons.category.CategoryApplication.main(CategoryApplication.java:17)
  37. category-service_1  |   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  38. category-service_1  |   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  39. category-service_1  |   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  40. category-service_1  |   at java.lang.reflect.Method.invoke(Method.java:498)
  41. category-service_1  |   at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)
  42. category-service_1  |   at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
  43. category-service_1  |   at org.springframework.boot.loader.Launcher.launch(Launcher.java:50)
  44. category-service_1  |   at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51)
  45. category-service_1  | Caused by: org.flywaydb.core.api.FlywayException: Validate failed: Migration checksum mismatch for migration version 1.3
  46. category-service_1  | -> Applied to database : -1676369492
  47. category-service_1  | -> Resolved locally    : -1219183921
  48. category-service_1  |   at org.flywaydb.core.Flyway.doValidate(Flyway.java:1286)
  49. category-service_1  |   at org.flywaydb.core.Flyway.access$100(Flyway.java:71)
  50. category-service_1  |   at org.flywaydb.core.Flyway$1.execute(Flyway.java:1176)
  51. category-service_1  |   at org.flywaydb.core.Flyway$1.execute(Flyway.java:1168)
  52. category-service_1  |   at org.flywaydb.core.Flyway.execute(Flyway.java:1655)
  53. category-service_1  |   at org.flywaydb.core.Flyway.migrate(Flyway.java:1168)
  54. category-service_1  |   at org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer.afterPropertiesSet(FlywayMigrationInitializer.java:66)
  55. category-service_1  |   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1765)
  56. category-service_1  |   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1702)
  57. category-service_1  |   ... 26 common frames omitted
  58. category-service_1  |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement