Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- category-service_1 | 2019-06-19 16:35:08.714 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
- 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)
- 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.
- 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
- category-service_1 | -> Applied to database : -1676369492
- category-service_1 | -> Resolved locally : -1219183921
- category-service_1 | 2019-06-19 16:35:08.891 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
- category-service_1 | 2019-06-19 16:35:08.926 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
- category-service_1 | 2019-06-19 16:35:08.951 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
- category-service_1 | 2019-06-19 16:35:09.073 INFO 1 --- [ main] ConditionEvaluationReportLoggingListener :
- category-service_1 |
- category-service_1 | Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- category-service_1 | 2019-06-19 16:35:09.087 ERROR 1 --- [ main] o.s.boot.SpringApplication : Application run failed
- category-service_1 |
- 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
- category-service_1 | -> Applied to database : -1676369492
- category-service_1 | -> Resolved locally : -1219183921
- category-service_1 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1706)
- category-service_1 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:579)
- category-service_1 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:501)
- category-service_1 | at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317)
- category-service_1 | at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
- category-service_1 | at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315)
- category-service_1 | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
- category-service_1 | at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:304)
- category-service_1 | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
- category-service_1 | at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1089)
- category-service_1 | at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:859)
- category-service_1 | at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550)
- category-service_1 | at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
- category-service_1 | at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759)
- category-service_1 | at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:395)
- category-service_1 | at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
- category-service_1 | at org.springframework.boot.SpringApplication.run(SpringApplication.java:1255)
- category-service_1 | at org.springframework.boot.SpringApplication.run(SpringApplication.java:1243)
- category-service_1 | at ru.crystals.processing.coupons.category.CategoryApplication.main(CategoryApplication.java:17)
- category-service_1 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- category-service_1 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- category-service_1 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- category-service_1 | at java.lang.reflect.Method.invoke(Method.java:498)
- category-service_1 | at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)
- category-service_1 | at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
- category-service_1 | at org.springframework.boot.loader.Launcher.launch(Launcher.java:50)
- category-service_1 | at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51)
- category-service_1 | Caused by: org.flywaydb.core.api.FlywayException: Validate failed: Migration checksum mismatch for migration version 1.3
- category-service_1 | -> Applied to database : -1676369492
- category-service_1 | -> Resolved locally : -1219183921
- category-service_1 | at org.flywaydb.core.Flyway.doValidate(Flyway.java:1286)
- category-service_1 | at org.flywaydb.core.Flyway.access$100(Flyway.java:71)
- category-service_1 | at org.flywaydb.core.Flyway$1.execute(Flyway.java:1176)
- category-service_1 | at org.flywaydb.core.Flyway$1.execute(Flyway.java:1168)
- category-service_1 | at org.flywaydb.core.Flyway.execute(Flyway.java:1655)
- category-service_1 | at org.flywaydb.core.Flyway.migrate(Flyway.java:1168)
- category-service_1 | at org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer.afterPropertiesSet(FlywayMigrationInitializer.java:66)
- category-service_1 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1765)
- category-service_1 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1702)
- category-service_1 | ... 26 common frames omitted
- category-service_1 |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement