Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. mvn liquibase:update
  2. [INFO] Scanning for projects...
  3. [INFO]
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO] Building evm-changeset 2.0
  6. [INFO] ------------------------------------------------------------------------
  7. [INFO]
  8. [INFO] --- liquibase-maven-plugin:3.4.2:update (default-cli) @ evm-changeset ---
  9. [INFO] ------------------------------------------------------------------------
  10. [INFO] Parsing Liquibase Properties File
  11. [INFO] File: src/main/resources/liquibase.properties
  12. [INFO] ------------------------------------------------------------------------
  13. [INFO] Executing on Database: jdbc:mysql://localhost:3306/forte
  14. INFO 27.07.16 15:20: liquibase: Successfully acquired change log lock
  15. INFO 27.07.16 15:20: liquibase: Reading from DATABASECHANGELOG
  16. WARNING 27.07.16 15:20: liquibase: modifyDataType will lose primary key/autoincrem
  17. ent/not null settings for mysql. Use <sql> and re-specify all configuration if th
  18. is is the case
  19. WARNING 27.07.16 15:20: liquibase: modifyDataType will lose primary key/autoincrem
  20. ent/not null settings for mysql. Use <sql> and re-specify all configuration if th
  21. is is the case
  22. WARNING 27.07.16 15:20: liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  23. WARNING 27.07.16 15:20: liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  24. INFO 27.07.16 15:20: liquibase: Successfully released change log lock
  25. [INFO] ------------------------------------------------------------------------
  26. [INFO] BUILD FAILURE
  27. [INFO] ------------------------------------------------------------------------
  28. [INFO] Total time: 5.957s
  29. [INFO] Finished at: Wed Jul 27 15:20:09 MSK 2016
  30. [INFO] Final Memory: 15M/275M
  31. [INFO] ------------------------------------------------------------------------
  32. [ERROR] Failed to execute goal org.liquibase:liquibase-maven-plugin:3.4.2:update (default-cli) on project evm-changeset: Error setting up or running Liquibase: Validation Failed:
  33. [ERROR] 1 change sets check sum
  34. [ERROR] src/main/resources/liquibase/001-stage-6.xml::20160531-FTT-551-3::anton.nadezhkin is now: 7:b47411f5b0f26a8b78046dfba5b7d59d
  35. [ERROR] -> [Help 1]
  36. [ERROR]
  37. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  38. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  39. [ERROR]
  40. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  41. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement