Advertisement
Guest User

Untitled

a guest
Mar 16th, 2018
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.58 KB | None | 0 0
  1. WARNING: The Docker Engine you're using is running in swarm mode.
  2.  
  3. Compose does not use swarm mode to deploy services to multiple nodes in a swarm. All containers will be scheduled on the current node.
  4.  
  5. To deploy your application across the swarm, use `docker stack deploy`.
  6.  
  7. Starting policymanager_postgres_1 ... done
  8. Recreating policymanager_policy-manager_1 ... done
  9. Attaching to policymanager_postgres_1, policymanager_policy-manager_1
  10. postgres_1 | 2018-03-16 15:12:19.758 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
  11. postgres_1 | 2018-03-16 15:12:19.758 UTC [1] LOG: listening on IPv6 address "::", port 5432
  12. postgres_1 | 2018-03-16 15:12:19.932 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
  13. postgres_1 | 2018-03-16 15:12:20.076 UTC [20] LOG: database system was shut down at 2018-03-16 15:10:54 UTC
  14. postgres_1 | 2018-03-16 15:12:20.118 UTC [1] LOG: database system is ready to accept connections
  15. policy-manager_1 | 2018-03-16 15:12:21.931 DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-1 - configuration:
  16. policy-manager_1 | 2018-03-16 15:12:21.938 DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false
  17. policy-manager_1 | 2018-03-16 15:12:21.938 DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true
  18. policy-manager_1 | 2018-03-16 15:12:21.938 DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none
  19. policy-manager_1 | 2018-03-16 15:12:21.938 DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none
  20. policy-manager_1 | 2018-03-16 15:12:21.938 DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none
  21. policy-manager_1 | 2018-03-16 15:12:21.938 DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000
  22. policy-manager_1 | 2018-03-16 15:12:21.938 DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................none
  23. policy-manager_1 | 2018-03-16 15:12:21.939 DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none
  24. policy-manager_1 | 2018-03-16 15:12:21.939 DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none
  25. policy-manager_1 | 2018-03-16 15:12:21.941 DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=<masked>}
  26. policy-manager_1 | 2018-03-16 15:12:21.952 DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none
  27. policy-manager_1 | 2018-03-16 15:12:21.952 DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{}
  28. policy-manager_1 | 2018-03-16 15:12:21.952 DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none
  29. policy-manager_1 | 2018-03-16 15:12:21.952 DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000
  30. policy-manager_1 | 2018-03-16 15:12:21.952 DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true
  31. policy-manager_1 | 2018-03-16 15:12:21.952 DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......30000
  32. policy-manager_1 | 2018-03-16 15:12:21.952 DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false
  33. policy-manager_1 | 2018-03-16 15:12:21.952 DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false
  34. policy-manager_1 | 2018-03-16 15:12:21.953 DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................jdbc:postgresql://postgres:5432/policy_manager
  35. policy-manager_1 | 2018-03-16 15:12:21.953 DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0
  36. policy-manager_1 | 2018-03-16 15:12:21.953 DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000
  37. policy-manager_1 | 2018-03-16 15:12:21.953 DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................5
  38. policy-manager_1 | 2018-03-16 15:12:21.953 DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none
  39. policy-manager_1 | 2018-03-16 15:12:21.953 DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none
  40. policy-manager_1 | 2018-03-16 15:12:21.953 DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................5
  41. policy-manager_1 | 2018-03-16 15:12:21.953 DEBUG com.zaxxer.hikari.HikariConfig - password........................<masked>
  42. policy-manager_1 | 2018-03-16 15:12:21.953 DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-1"
  43. policy-manager_1 | 2018-03-16 15:12:21.953 DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false
  44. policy-manager_1 | 2018-03-16 15:12:21.953 DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false
  45. policy-manager_1 | 2018-03-16 15:12:21.953 DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none
  46. policy-manager_1 | 2018-03-16 15:12:21.953 DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal
  47. policy-manager_1 | 2018-03-16 15:12:21.953 DEBUG com.zaxxer.hikari.HikariConfig - schema..........................none
  48. policy-manager_1 | 2018-03-16 15:12:21.954 DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal
  49. policy-manager_1 | 2018-03-16 15:12:21.954 DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default
  50. policy-manager_1 | 2018-03-16 15:12:21.954 DEBUG com.zaxxer.hikari.HikariConfig - username........................"postgres"
  51. policy-manager_1 | 2018-03-16 15:12:21.954 DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000
  52. policy-manager_1 | 2018-03-16 15:12:21.955 INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
  53. policy-manager_1 | 2018-03-16 15:12:22.065 INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
  54. policy-manager_1 | 2018-03-16 15:12:22.067 INFO o.f.c.internal.util.VersionPrinter - Flyway 4.2.0 by Boxfuse
  55. policy-manager_1 | 2018-03-16 15:12:22.082 INFO o.f.c.i.dbsupport.DbSupportFactory - Database: jdbc:postgresql://postgres:5432/policy_manager (PostgreSQL 10.3)
  56. policy-manager_1 | 2018-03-16 15:12:22.085 DEBUG org.flywaydb.core.Flyway - DDL Transactions Supported: true
  57. policy-manager_1 | 2018-03-16 15:12:22.086 DEBUG org.flywaydb.core.Flyway - Schema: public
  58. policy-manager_1 | 2018-03-16 15:12:22.090 DEBUG o.f.c.internal.util.FeatureDetector - Spring Jdbc available: false
  59. policy-manager_1 | 2018-03-16 15:12:22.091 DEBUG o.f.c.i.c.SqlScriptFlywayCallback - Scanning for SQL callbacks ...
  60. policy-manager_1 | 2018-03-16 15:12:22.091 DEBUG o.f.c.i.u.s.c.ClassPathScanner - Scanning for classpath resources at 'classpath:db/migration' (Prefix: '', Suffix: '.sql')
  61. policy-manager_1 | 2018-03-16 15:12:22.091 DEBUG o.f.c.i.u.s.c.ClassPathScanner - Determining location urls for classpath:db/migration using ClassLoader sun.misc.Launcher$AppClassLoader@70dea4e ...
  62. policy-manager_1 | 2018-03-16 15:12:22.091 DEBUG o.f.c.i.u.s.c.ClassPathScanner - Scanning URL: jar:file:/opt/docker/lib/com.datatroniq.policy-manager-1.0-SNAPSHOT.jar!/db/migration
  63. policy-manager_1 | 2018-03-16 15:12:22.091 DEBUG o.f.c.internal.util.FeatureDetector - JBoss VFS v2 available: false
  64. policy-manager_1 | 2018-03-16 15:12:22.113 DEBUG o.f.c.i.u.s.c.ClassPathScanner - Filtering out resource: db/migration/ (filename: )
  65. policy-manager_1 | 2018-03-16 15:12:22.113 DEBUG o.f.c.i.u.s.c.ClassPathScanner - Found resource: db/migration/V1__initial_schema.sql
  66. policy-manager_1 | 2018-03-16 15:12:22.113 DEBUG o.f.c.i.u.s.c.ClassPathScanner - Found resource: db/migration/V2__drop_intent_table.sql
  67. policy-manager_1 | 2018-03-16 15:12:22.113 DEBUG o.f.c.i.u.s.c.ClassPathScanner - Found resource: db/migration/V3__fix_relationships.sql
  68. policy-manager_1 | 2018-03-16 15:12:22.114 DEBUG o.f.c.i.u.s.c.ClassPathScanner - Found resource: db/migration/V4__queue_child.sql
  69. policy-manager_1 | 2018-03-16 15:12:22.136 DEBUG o.f.c.i.dbsupport.JdbcTemplate - Update Count: 0
  70. policy-manager_1 | 2018-03-16 15:12:22.142 DEBUG o.f.core.internal.command.DbValidate - Validating migrations ...
  71. policy-manager_1 | 2018-03-16 15:12:22.143 DEBUG o.f.c.i.dbsupport.JdbcTemplate - Update Count: 0
  72. policy-manager_1 | 2018-03-16 15:12:22.145 DEBUG o.f.c.i.u.s.c.ClassPathScanner - Scanning for classpath resources at 'classpath:db/migration' (Prefix: 'V', Suffix: '.sql')
  73. policy-manager_1 | 2018-03-16 15:12:22.145 DEBUG o.f.c.i.u.s.c.ClassPathScanner - Scanning URL: jar:file:/opt/docker/lib/com.datatroniq.policy-manager-1.0-SNAPSHOT.jar!/db/migration
  74. policy-manager_1 | 2018-03-16 15:12:22.145 DEBUG o.f.c.internal.util.FeatureDetector - JBoss VFS v2 available: false
  75. policy-manager_1 | 2018-03-16 15:12:22.157 DEBUG o.f.c.i.u.s.c.ClassPathScanner - Filtering out resource: db/migration/ (filename: )
  76. policy-manager_1 | 2018-03-16 15:12:22.157 DEBUG o.f.c.i.u.s.c.ClassPathScanner - Found resource: db/migration/V1__initial_schema.sql
  77. policy-manager_1 | 2018-03-16 15:12:22.157 DEBUG o.f.c.i.u.s.c.ClassPathScanner - Found resource: db/migration/V2__drop_intent_table.sql
  78. policy-manager_1 | 2018-03-16 15:12:22.157 DEBUG o.f.c.i.u.s.c.ClassPathScanner - Found resource: db/migration/V3__fix_relationships.sql
  79. policy-manager_1 | 2018-03-16 15:12:22.157 DEBUG o.f.c.i.u.s.c.ClassPathScanner - Found resource: db/migration/V4__queue_child.sql
  80. policy-manager_1 | 2018-03-16 15:12:22.167 DEBUG o.f.c.i.u.s.c.ClassPathScanner - Scanning for classpath resources at 'classpath:db/migration' (Prefix: 'R', Suffix: '.sql')
  81. policy-manager_1 | 2018-03-16 15:12:22.167 DEBUG o.f.c.i.u.s.c.ClassPathScanner - Scanning URL: jar:file:/opt/docker/lib/com.datatroniq.policy-manager-1.0-SNAPSHOT.jar!/db/migration
  82. policy-manager_1 | 2018-03-16 15:12:22.167 DEBUG o.f.c.internal.util.FeatureDetector - JBoss VFS v2 available: false
  83. policy-manager_1 | 2018-03-16 15:12:22.179 DEBUG o.f.c.i.u.s.c.ClassPathScanner - Filtering out resource: db/migration/ (filename: )
  84. policy-manager_1 | 2018-03-16 15:12:22.179 DEBUG o.f.c.i.u.s.c.ClassPathScanner - Filtering out resource: db/migration/V1__initial_schema.sql (filename: V1__initial_schema.sql)
  85. policy-manager_1 | 2018-03-16 15:12:22.179 DEBUG o.f.c.i.u.s.c.ClassPathScanner - Filtering out resource: db/migration/V2__drop_intent_table.sql (filename: V2__drop_intent_table.sql)
  86. policy-manager_1 | 2018-03-16 15:12:22.179 DEBUG o.f.c.i.u.s.c.ClassPathScanner - Filtering out resource: db/migration/V3__fix_relationships.sql (filename: V3__fix_relationships.sql)
  87. policy-manager_1 | 2018-03-16 15:12:22.179 DEBUG o.f.c.i.u.s.c.ClassPathScanner - Filtering out resource: db/migration/V4__queue_child.sql (filename: V4__queue_child.sql)
  88. policy-manager_1 | 2018-03-16 15:12:22.182 DEBUG o.f.c.i.u.s.c.ClassPathScanner - Scanning for classes at 'classpath:db/migration' (Implementing: 'org.flywaydb.core.api.migration.jdbc.JdbcMigration')
  89. policy-manager_1 | 2018-03-16 15:12:22.182 DEBUG o.f.c.i.u.s.c.ClassPathScanner - Scanning URL: jar:file:/opt/docker/lib/com.datatroniq.policy-manager-1.0-SNAPSHOT.jar!/db/migration
  90. policy-manager_1 | 2018-03-16 15:12:22.183 DEBUG o.f.c.internal.util.FeatureDetector - JBoss VFS v2 available: false
  91. policy-manager_1 | 2018-03-16 15:12:22.190 DEBUG o.f.c.i.u.s.c.ClassPathScanner - Filtering out resource: db/migration/ (filename: )
  92. policy-manager_1 | 2018-03-16 15:12:22.190 DEBUG o.f.c.i.u.s.c.ClassPathScanner - Filtering out resource: db/migration/V1__initial_schema.sql (filename: V1__initial_schema.sql)
  93. policy-manager_1 | 2018-03-16 15:12:22.190 DEBUG o.f.c.i.u.s.c.ClassPathScanner - Filtering out resource: db/migration/V2__drop_intent_table.sql (filename: V2__drop_intent_table.sql)
  94. policy-manager_1 | 2018-03-16 15:12:22.190 DEBUG o.f.c.i.u.s.c.ClassPathScanner - Filtering out resource: db/migration/V3__fix_relationships.sql (filename: V3__fix_relationships.sql)
  95. policy-manager_1 | 2018-03-16 15:12:22.191 DEBUG o.f.c.i.u.s.c.ClassPathScanner - Filtering out resource: db/migration/V4__queue_child.sql (filename: V4__queue_child.sql)
  96. policy-manager_1 | 2018-03-16 15:12:22.221 DEBUG o.f.c.i.dbsupport.JdbcTemplate - Update Count: 0
  97. policy-manager_1 | Exception in thread "main" org.flywaydb.core.api.FlywayException: Validate failed: Migration checksum mismatch for migration 2
  98. policy-manager_1 | -> Applied to database : -146030968
  99. policy-manager_1 | -> Resolved locally : -1246867014
  100. policy-manager_1 | at org.flywaydb.core.Flyway.doValidate(Flyway.java:1065)
  101. policy-manager_1 | at org.flywaydb.core.Flyway.access$100(Flyway.java:72)
  102. policy-manager_1 | at org.flywaydb.core.Flyway$1.execute(Flyway.java:975)
  103. policy-manager_1 | at org.flywaydb.core.Flyway$1.execute(Flyway.java:971)
  104. policy-manager_1 | at org.flywaydb.core.Flyway.execute(Flyway.java:1464)
  105. policy-manager_1 | at org.flywaydb.core.Flyway.migrate(Flyway.java:971)
  106. policy-manager_1 | at com.datatroniq.policymanager.HttpServer$.delayedEndpoint$com$datatroniq$policymanager$HttpServer$1(HttpServer.scala:20)
  107. policy-manager_1 | at com.datatroniq.policymanager.HttpServer$delayedInit$body.apply(HttpServer.scala:7)
  108. policy-manager_1 | at scala.Function0.apply$mcV$sp(Function0.scala:34)
  109. policy-manager_1 | at scala.Function0.apply$mcV$sp$(Function0.scala:34)
  110. policy-manager_1 | at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
  111. policy-manager_1 | at scala.App.$anonfun$main$1$adapted(App.scala:76)
  112. policy-manager_1 | at scala.collection.immutable.List.foreach(List.scala:389)
  113. policy-manager_1 | at scala.App.main(App.scala:76)
  114. policy-manager_1 | at scala.App.main$(App.scala:74)
  115. policy-manager_1 | at com.datatroniq.policymanager.HttpServer$.main(HttpServer.scala:7)
  116. policy-manager_1 | at com.datatroniq.policymanager.HttpServer.main(HttpServer.scala)
  117. policymanager_policy-manager_1 exited with code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement