Advertisement
Guest User

Untitled

a guest
Nov 11th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.87 KB | None | 0 0
  1.  
  2. amrs | INFO 11/11/19 10:48 AM:liquibase: Reading from `liquibasechangelog`
  3. amrs | INFO 11/11/19 10:48 AM:liquibase: Successfully acquired change log lock
  4. amrs | INFO 11/11/19 10:48 AM:liquibase: Reading from `liquibasechangelog`
  5. amrs | SEVERE 11/11/19 10:48 AM:liquibase: Change Set liquibase.xml::openconceptlab-v1-5::rkorytkowski failed. Error: Migration failed for change set liquibase.xml::openconceptlab-v1-5::rkorytkowski:
  6. amrs | Reason:
  7. amrs | 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` WHERE 1 = 0' at line 1
  8. amrs | :
  9. amrs | Caused By: Precondition Error
  10. amrs | liquibase.exception.MigrationFailedException: Migration failed for change set liquibase.xml::openconceptlab-v1-5::rkorytkowski:
  11. amrs | Reason:
  12. amrs | 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` WHERE 1 = 0' at line 1
  13. amrs | :
  14. amrs | Caused By: Precondition Error
  15. amrs | at liquibase.changelog.ChangeSet.execute(ChangeSet.java:285)
  16. amrs | at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
  17. amrs | at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:189)
  18. amrs | at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
  19. amrs | at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:218)
  20. amrs | at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:1062)
  21. amrs | at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:768)
  22. amrs | at org.openmrs.api.context.Daemon$1.run(Daemon.java:74)
  23. amrs | Caused by: liquibase.exception.PreconditionErrorException: Precondition Error
  24. amrs | at liquibase.precondition.core.IndexExistsPrecondition.check(IndexExistsPrecondition.java:80)
  25. amrs | at liquibase.precondition.core.NotPrecondition.check(NotPrecondition.java:30)
  26. amrs | at liquibase.precondition.core.AndPrecondition.check(AndPrecondition.java:34)
  27. amrs | at liquibase.precondition.core.PreconditionContainer.check(PreconditionContainer.java:199)
  28. amrs | at liquibase.changelog.ChangeSet.execute(ChangeSet.java:249)
  29. amrs | ... 7 more
  30. amrs | INFO 11/11/19 10:48 AM:liquibase: Successfully released change log lock
  31. amrs | WARN - ModuleFactory.startModuleInternal(828) |2019-11-11 10:48:47,015| Error while trying to start module: openconceptlab
  32. amrs | org.openmrs.module.ModuleException: Unable to update data model using liquibase.xml. Module: Open Concept Lab Module
  33. amrs | at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:1072)
  34. amrs | at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:768)
  35. amrs | at org.openmrs.api.context.Daemon$1.run(Daemon.java:74)
  36. amrs | Caused by: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase.xml::openconceptlab-v1-5::rkorytkowski:
  37. amrs | Reason:
  38. amrs | 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` WHERE 1 = 0' at line 1
  39. amrs | :
  40. amrs | Caused By: Precondition Error
  41. amrs | at liquibase.changelog.ChangeSet.execute(ChangeSet.java:285)
  42. amrs | at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
  43. amrs | at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:189)
  44. amrs | at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
  45. amrs | at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:218)
  46. amrs | at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:1062)
  47. amrs | ... 2 more
  48. amrs | Caused by: liquibase.exception.PreconditionErrorException: Precondition Error
  49. amrs | at liquibase.precondition.core.IndexExistsPrecondition.check(IndexExistsPrecondition.java:80)
  50. amrs | at liquibase.precondition.core.NotPrecondition.check(NotPrecondition.java:30)
  51. amrs | at liquibase.precondition.core.AndPrecondition.check(AndPrecondition.java:34)
  52. amrs | at liquibase.precondition.core.PreconditionContainer.check(PreconditionContainer.java:199)
  53. amrs | at liquibase.changelog.ChangeSet.execute(ChangeSet.java:249)
  54. amrs | ... 7 more
  55. amrs | INFO - LoggingAdvice.invoke(115) |2019-11-11 10:48:47,046| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  56. amrs | INFO - LoggingAdvice.invoke(155) |2019-11-11 10:48:47,051| Exiting method saveAlert
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement