Advertisement
fedorm

fedorm

Dec 27th, 2018
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 13.80 KB | None | 0 0
  1. ➜  resources git:(SLS-58) ✗ docker-compose logs crud-service-test
  2. Attaching to resources_crud-service-test_1
  3. crud-service-test_1    |
  4. crud-service-test_1    |   .   ____          _            __ _ _
  5. crud-service-test_1    |  /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
  6. crud-service-test_1    | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  7. crud-service-test_1    |  \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  8. crud-service-test_1    |   '  |____| .__|_| |_|_| |_\__, | / / / /
  9. crud-service-test_1    |  =========|_|==============|___/=/_/_/_/
  10. crud-service-test_1    |  :: Spring Boot ::        (v2.0.1.RELEASE)
  11. crud-service-test_1    |
  12. crud-service-test_1    | 2018-12-27 13:08:55.048  INFO 1 --- [           main] r.c.p.coupon.crud.CrudApplication        : Starting CrudApplication on 80e801177e35 with PID 1 (/app/crud-service.jar started by root in /)
  13. crud-service-test_1    | 2018-12-27 13:08:55.100  INFO 1 --- [           main] r.c.p.coupon.crud.CrudApplication        : No active profile set, falling back to default profiles: default
  14. crud-service-test_1    | 2018-12-27 13:08:55.225  INFO 1 --- [           main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@44e81672: startup date [Thu Dec 27 13:08:55 MSK 2018]; root of context hierarchy
  15. crud-service-test_1    | 2018-12-27 13:08:56.347  INFO 1 --- [           main] o.s.b.f.s.DefaultListableBeanFactory     : Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Generic; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Generic.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]]
  16. crud-service-test_1    | 2018-12-27 13:08:57.054  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$e6b45730] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  17. crud-service-test_1    | 2018-12-27 13:08:57.372  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8080 (http)
  18. crud-service-test_1    | 2018-12-27 13:08:57.404  INFO 1 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
  19. crud-service-test_1    | 2018-12-27 13:08:57.405  INFO 1 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet Engine: Apache Tomcat/8.5.29
  20. crud-service-test_1    | 2018-12-27 13:08:57.418  INFO 1 --- [ost-startStop-1] o.a.catalina.core.AprLifecycleListener   : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/java/packages/lib/amd64:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib]
  21. crud-service-test_1    | 2018-12-27 13:08:57.508  INFO 1 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
  22. crud-service-test_1    | 2018-12-27 13:08:57.508  INFO 1 --- [ost-startStop-1] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 2288 ms
  23. crud-service-test_1    | 2018-12-27 13:08:57.654  INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean  : Servlet dispatcherServlet mapped to [/]
  24. crud-service-test_1    | 2018-12-27 13:08:57.658  INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'characterEncodingFilter' to: [/*]
  25. crud-service-test_1    | 2018-12-27 13:08:57.658  INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  26. crud-service-test_1    | 2018-12-27 13:08:57.658  INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'httpPutFormContentFilter' to: [/*]
  27. crud-service-test_1    | 2018-12-27 13:08:57.659  INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'requestContextFilter' to: [/*]
  28. crud-service-test_1    | 2018-12-27 13:08:57.875  INFO 1 --- [           main] o.f.core.internal.util.VersionPrinter    : Flyway Community Edition 5.0.7 by Boxfuse
  29. crud-service-test_1    | 2018-12-27 13:08:57.882  INFO 1 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
  30. crud-service-test_1    | 2018-12-27 13:08:58.057  INFO 1 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
  31. crud-service-test_1    | 2018-12-27 13:08:58.063  INFO 1 --- [           main] o.f.c.internal.database.DatabaseFactory  : Database: jdbc:postgresql://psql-test:5432/coupons (PostgreSQL 11.1)
  32. crud-service-test_1    | 2018-12-27 13:08:58.082  WARN 1 --- [           main] o.f.core.internal.database.Database      : Flyway upgrade recommended: PostgreSQL 11.1 is newer than this version of Flyway and support has not been tested.
  33. crud-service-test_1    | 2018-12-27 13:08:58.134  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.0
  34. crud-service-test_1    | -> Applied to database : 691721885
  35. crud-service-test_1    | -> Resolved locally    : -1854746647
  36. crud-service-test_1    | 2018-12-27 13:08:58.135  INFO 1 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
  37. crud-service-test_1    | 2018-12-27 13:08:58.141  INFO 1 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.
  38. crud-service-test_1    | 2018-12-27 13:08:58.144  INFO 1 --- [           main] o.apache.catalina.core.StandardService   : Stopping service [Tomcat]
  39. crud-service-test_1    | 2018-12-27 13:08:58.156  INFO 1 --- [           main] ConditionEvaluationReportLoggingListener :
  40. crud-service-test_1    |
  41. crud-service-test_1    | Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  42. crud-service-test_1    | 2018-12-27 13:08:58.161 ERROR 1 --- [           main] o.s.boot.SpringApplication               : Application run failed
  43. crud-service-test_1    |
  44. crud-service-test_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.0
  45. crud-service-test_1    | -> Applied to database : 691721885
  46. crud-service-test_1    | -> Resolved locally    : -1854746647
  47. crud-service-test_1    |    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1702) ~[spring-beans-5.0.5.RELEASE.jar!/:5.0.5.RELEASE]
  48. crud-service-test_1    |    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:579) ~[spring-beans-5.0.5.RELEASE.jar!/:5.0.5.RELEASE]
  49. crud-service-test_1    |    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:501) ~[spring-beans-5.0.5.RELEASE.jar!/:5.0.5.RELEASE]
  50. crud-service-test_1    |    at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) ~[spring-beans-5.0.5.RELEASE.jar!/:5.0.5.RELEASE]
  51. crud-service-test_1    |    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228) ~[spring-beans-5.0.5.RELEASE.jar!/:5.0.5.RELEASE]
  52. crud-service-test_1    |    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) ~[spring-beans-5.0.5.RELEASE.jar!/:5.0.5.RELEASE]
  53. crud-service-test_1    |    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.0.5.RELEASE.jar!/:5.0.5.RELEASE]
  54. crud-service-test_1    |    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:304) ~[spring-beans-5.0.5.RELEASE.jar!/:5.0.5.RELEASE]
  55. crud-service-test_1    |    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.0.5.RELEASE.jar!/:5.0.5.RELEASE]
  56. crud-service-test_1    |    at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1089) ~[spring-context-5.0.5.RELEASE.jar!/:5.0.5.RELEASE]
  57. crud-service-test_1    |    at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:859) ~[spring-context-5.0.5.RELEASE.jar!/:5.0.5.RELEASE]
  58. crud-service-test_1    |    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550) ~[spring-context-5.0.5.RELEASE.jar!/:5.0.5.RELEASE]
  59. crud-service-test_1    |    at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) ~[spring-boot-2.0.1.RELEASE.jar!/:2.0.1.RELEASE]
  60. crud-service-test_1    |    at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759) [spring-boot-2.0.1.RELEASE.jar!/:2.0.1.RELEASE]
  61. crud-service-test_1    |    at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:395) [spring-boot-2.0.1.RELEASE.jar!/:2.0.1.RELEASE]
  62. crud-service-test_1    |    at org.springframework.boot.SpringApplication.run(SpringApplication.java:327) [spring-boot-2.0.1.RELEASE.jar!/:2.0.1.RELEASE]
  63. crud-service-test_1    |    at org.springframework.boot.SpringApplication.run(SpringApplication.java:1255) [spring-boot-2.0.1.RELEASE.jar!/:2.0.1.RELEASE]
  64. crud-service-test_1    |    at org.springframework.boot.SpringApplication.run(SpringApplication.java:1243) [spring-boot-2.0.1.RELEASE.jar!/:2.0.1.RELEASE]
  65. crud-service-test_1    |    at ru.crystals.processing.coupon.crud.CrudApplication.main(CrudApplication.java:10) [classes!/:na]
  66. crud-service-test_1    |    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_181]
  67. crud-service-test_1    |    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_181]
  68. crud-service-test_1    |    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_181]
  69. crud-service-test_1    |    at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_181]
  70. crud-service-test_1    |    at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) [crud-service.jar:na]
  71. crud-service-test_1    |    at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) [crud-service.jar:na]
  72. crud-service-test_1    |    at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) [crud-service.jar:na]
  73. crud-service-test_1    |    at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) [crud-service.jar:na]
  74. crud-service-test_1    | Caused by: org.flywaydb.core.api.FlywayException: Validate failed: Migration checksum mismatch for migration version 1.0
  75. crud-service-test_1    | -> Applied to database : 691721885
  76. crud-service-test_1    | -> Resolved locally    : -1854746647
  77. crud-service-test_1    |    at org.flywaydb.core.Flyway.doValidate(Flyway.java:1286) ~[flyway-core-5.0.7.jar!/:na]
  78. crud-service-test_1    |    at org.flywaydb.core.Flyway.access$100(Flyway.java:71) ~[flyway-core-5.0.7.jar!/:na]
  79. crud-service-test_1    |    at org.flywaydb.core.Flyway$1.execute(Flyway.java:1176) ~[flyway-core-5.0.7.jar!/:na]
  80. crud-service-test_1    |    at org.flywaydb.core.Flyway$1.execute(Flyway.java:1168) ~[flyway-core-5.0.7.jar!/:na]
  81. crud-service-test_1    |    at org.flywaydb.core.Flyway.execute(Flyway.java:1655) ~[flyway-core-5.0.7.jar!/:na]
  82. crud-service-test_1    |    at org.flywaydb.core.Flyway.migrate(Flyway.java:1168) ~[flyway-core-5.0.7.jar!/:na]
  83. crud-service-test_1    |    at org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer.afterPropertiesSet(FlywayMigrationInitializer.java:66) ~[spring-boot-autoconfigure-2.0.1.RELEASE.jar!/:2.0.1.RELEASE]
  84. crud-service-test_1    |    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1761) ~[spring-beans-5.0.5.RELEASE.jar!/:5.0.5.RELEASE]
  85. crud-service-test_1    |    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1698) ~[spring-beans-5.0.5.RELEASE.jar!/:5.0.5.RELEASE]
  86. crud-service-test_1    |    ... 26 common frames omitted
  87. crud-service-test_1    |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement