Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [INFO] BUILD FAILURE
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 31.089 s (Wall Clock)
- [INFO] Finished at: 2020-07-16T12:45:17+03:00
- [INFO] ------------------------------------------------------------------------
- [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:
- [ERROR] Migration V00.09.00.00033.09500.000__add_cofiguration_properties.sql failed
- [ERROR] ---------------------------------------------------------------------------
- [ERROR] SQL State : 23502
- [ERROR] Error Code : 0
- [ERROR] Message : ERROR: null value in column "value" violates not-null constraint
- [ERROR] Подробности: Failing row contains (27, null, external.system, default.external.school, null, При создании пользователя с ролью ...).
- [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)
- [ERROR] Line : 1
- [ERROR] Statement : INSERT INTO configurations (group_name, property_code, "value", description)
- [ERROR] VALUES
- [ERROR] ('external.system', 'default.external.school', (SELECT school_id FROM schools WHERE short_name = 'Хорошкола'), 'При создании пользователя с ролью в этой школе, будет создан линк на ADFS'),
- [ERROR] ('external.system', 'default.external.source.system', (SELECT source_system_id FROM source_systems WHERE name = 'horoschool-adfs'), 'Система первоисточник пользователя по умолчанию для школы из свойства default.external.school')
- [ERROR]
- [ERROR] -> [Help 1]
- [ERROR]
- [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
- [ERROR] Re-run Maven using the -X switch to enable full debug logging.
- [ERROR]
- [ERROR] For more information about the errors and possible solutions, please read the following articles:
- [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
- [ERROR]
- [ERROR] After correcting the problems, you can resume the build with the command
- [ERROR] mvn <args> -rf :data-structure
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement