Advertisement
Guest User

Untitled

a guest
Jun 30th, 2021
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.22 KB | None | 0 0
  1. amrs_1 | ... 7 more
  2. amrs_1 | INFO - LoggingAdvice.invoke(115) |2021-06-30 22:24:52,988| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  3. amrs_1 | INFO - LoggingAdvice.invoke(155) |2021-06-30 22:24:52,999| Exiting method saveAlert
  4. amrs_1 | INFO 6/30/21 10:27 PM:liquibase: Reading from `liquibasechangelog`
  5. amrs_1 | WARNING 6/30/21 10:27 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  6. amrs_1 | INFO 6/30/21 10:27 PM:liquibase: Successfully acquired change log lock
  7. amrs_1 | WARNING 6/30/21 10:27 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  8. amrs_1 | INFO 6/30/21 10:27 PM:liquibase: Reading from `liquibasechangelog`
  9. amrs_1 | SEVERE 6/30/21 10:27 PM:liquibase: Change Set liquibase.xml::add_cohort_location_index::ibacher failed. Error: Migration failed for change set liquibase.xml::add_cohort_location_index::ibacher:
  10. amrs_1 | Reason:
  11. amrs_1 | liquibase.xml : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ID FROM `import_backup` WHERE 1 = 0' at line 1
  12. amrs_1 | :
  13. amrs_1 | Caused By: Precondition Error
  14. amrs_1 | liquibase.exception.MigrationFailedException: Migration failed for change set liquibase.xml::add_cohort_location_index::ibacher:
  15. amrs_1 | Reason:
  16. amrs_1 | liquibase.xml : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ID FROM `import_backup` WHERE 1 = 0' at line 1
  17. amrs_1 | :
  18. amrs_1 | Caused By: Precondition Error
  19. amrs_1 | at liquibase.changelog.ChangeSet.execute(ChangeSet.java:285)
  20. amrs_1 | at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
  21. amrs_1 | at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:189)
  22. amrs_1 | at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
  23. amrs_1 | at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:218)
  24. amrs_1 | at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:1062)
  25. amrs_1 | at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:768)
  26. amrs_1 | at org.openmrs.api.context.Daemon$1.run(Daemon.java:74)
  27. amrs_1 | Caused by: liquibase.exception.PreconditionErrorException: Precondition Error
  28. amrs_1 | at liquibase.precondition.core.IndexExistsPrecondition.check(IndexExistsPrecondition.java:80)
  29. amrs_1 | at liquibase.precondition.core.NotPrecondition.check(NotPrecondition.java:30)
  30. amrs_1 | at liquibase.precondition.core.AndPrecondition.check(AndPrecondition.java:34)
  31. amrs_1 | at liquibase.precondition.core.PreconditionContainer.check(PreconditionContainer.java:199)
  32. amrs_1 | at liquibase.changelog.ChangeSet.execute(ChangeSet.java:249)
  33. amrs_1 | ... 7 more
  34. amrs_1 | INFO 6/30/21 10:27 PM:liquibase: Successfully released change log lock
  35. amrs_1 | WARN - ModuleFactory.startModuleInternal(828) |2021-06-30 22:27:16,466| Error while trying to start module: cohort
  36. amrs_1 | org.openmrs.module.ModuleException: Unable to update data model using liquibase.xml. Module: Cohort Module
  37. amrs_1 | at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:1072)
  38. amrs_1 | at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:768)
  39. amrs_1 | at org.openmrs.api.context.Daemon$1.run(Daemon.java:74)
  40. amrs_1 | Caused by: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase.xml::add_cohort_location_index::ibacher:
  41. amrs_1 | Reason:
  42. amrs_1 | liquibase.xml : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ID FROM `import_backup` WHERE 1 = 0' at line 1
  43. amrs_1 | :
  44. amrs_1 | Caused By: Precondition Error
  45. amrs_1 | at liquibase.changelog.ChangeSet.execute(ChangeSet.java:285)
  46. amrs_1 | at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
  47. amrs_1 | at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:189)
  48. amrs_1 | at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
  49. amrs_1 | at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:218)
  50. amrs_1 | at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:1062)
  51. amrs_1 | ... 2 more
  52. amrs_1 | Caused by: liquibase.exception.PreconditionErrorException: Precondition Error
  53. amrs_1 | at liquibase.precondition.core.IndexExistsPrecondition.check(IndexExistsPrecondition.java:80)
  54. amrs_1 | at liquibase.precondition.core.NotPrecondition.check(NotPrecondition.java:30)
  55. amrs_1 | at liquibase.precondition.core.AndPrecondition.check(AndPrecondition.java:34)
  56. amrs_1 | at liquibase.precondition.core.PreconditionContainer.check(PreconditionContainer.java:199)
  57. amrs_1 | at liquibase.changelog.ChangeSet.execute(ChangeSet.java:249)
  58. amrs_1 | ... 7 more
  59. amrs_1 | INFO - LoggingAdvice.invoke(115) |2021-06-30 22:27:16,748| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  60. amrs_1 | INFO - LoggingAdvice.invoke(155) |2021-06-30 22:27:16,767| Exiting method saveAlert
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement