Advertisement
alexpetro000

Untitled

Jul 16th, 2020
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. [INFO] BUILD FAILURE
  2. [INFO] ------------------------------------------------------------------------
  3. [INFO] Total time: 31.089 s (Wall Clock)
  4. [INFO] Finished at: 2020-07-16T12:45:17+03:00
  5. [INFO] ------------------------------------------------------------------------
  6. [ERROR] Failed to execute goal org.flywaydb:flyway-maven-plugin:5.2.4:migrate (global-migration) on project data-structure: org.flywaydb.core.internal.command.DbMigrate$FlywayMigrateException:
  7. [ERROR] Migration V00.09.00.00033.09500.000__add_cofiguration_properties.sql failed
  8. [ERROR] ---------------------------------------------------------------------------
  9. [ERROR] SQL State : 23502
  10. [ERROR] Error Code : 0
  11. [ERROR] Message : ERROR: null value in column "value" violates not-null constraint
  12. [ERROR] Подробности: Failing row contains (27, null, external.system, default.external.school, null, При создании пользователя с ролью ...).
  13. [ERROR] Location : db/migration/edu_power_global/V00.09.00/rc3/V00.09.00.00033.09500.000__add_cofiguration_properties.sql (/Users/alexp/Documents/edupower/back/data/data-structure/target/classes/db/migration/edu_power_global/V00.09.00/rc3/V00.09.00.00033.09500.000__add_cofiguration_properties.sql)
  14. [ERROR] Line : 1
  15. [ERROR] Statement : INSERT INTO configurations (group_name, property_code, "value", description)
  16. [ERROR] VALUES
  17. [ERROR] ('external.system', 'default.external.school', (SELECT school_id FROM schools WHERE short_name = 'Хорошкола'), 'При создании пользователя с ролью в этой школе, будет создан линк на ADFS'),
  18. [ERROR] ('external.system', 'default.external.source.system', (SELECT source_system_id FROM source_systems WHERE name = 'horoschool-adfs'), 'Система первоисточник пользователя по умолчанию для школы из свойства default.external.school')
  19. [ERROR]
  20. [ERROR] -> [Help 1]
  21. [ERROR]
  22. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  23. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  24. [ERROR]
  25. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  26. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  27. [ERROR]
  28. [ERROR] After correcting the problems, you can resume the build with the command
  29. [ERROR] mvn <args> -rf :data-structure
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement