Advertisement
Dileka

Untitled

Jul 14th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.31 KB | None | 0 0
  1. INFO 7/14/18 10:35 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  2. INFO 7/14/18 10:35 PM:liquibase: Reading from `liquibasechangelog`
  3. INFO 7/14/18 10:35 PM:liquibase: Successfully acquired change log lock
  4. INFO 7/14/18 10:35 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  5. INFO 7/14/18 10:35 PM:liquibase: Reading from `liquibasechangelog`
  6. INFO 7/14/18 10:35 PM:liquibase: ChangeSet liquibase.xml::html5form-2013-06-11-12:30::ThoughtWorks ran successfully in 378ms
  7. INFO 7/14/18 10:35 PM:liquibase: ChangeSet liquibase.xml::html5form-2013-06-12-05:30::ThoughtWorks ran successfully in 964ms
  8. INFO 7/14/18 10:35 PM:liquibase: ChangeSet liquibase.xml::html5form-2013-06-13-07:15::ThoughtWorks ran successfully in 874ms
  9. INFO 7/14/18 10:35 PM:liquibase: ChangeSet liquibase.xml::html5form-2013-06-25-18:15::ThoughtWorks ran successfully in 1210ms
  10. INFO 7/14/18 10:35 PM:liquibase: ChangeSet liquibase.xml::html5form-2013-07-1-18:15::ThoughtWorks ran successfully in 1009ms
  11. INFO 7/14/18 10:35 PM:liquibase: ChangeSet liquibase.xml::html5form-2013-07-1-20:15::ThoughtWorks ran successfully in 1032ms
  12. INFO 7/14/18 10:35 PM:liquibase: ChangeSet liquibase.xml::muzimaform-2013-07-10-12:00::ThoughtWorks ran successfully in 491ms
  13. INFO 7/14/18 10:35 PM:liquibase: ChangeSet liquibase.xml::muzimaform-2013-07-10-16:30::ThoughtWorks ran successfully in 1457ms
  14. INFO 7/14/18 10:35 PM:liquibase: ChangeSet liquibase.xml::muzimaform-2013-07-10-18:00::ThoughtWorks ran successfully in 743ms
  15. INFO 7/14/18 10:35 PM:liquibase: ChangeSet liquibase.xml::muzimaform-2013-07-10-18:30::ThoughtWorks ran successfully in 584ms
  16. INFO 7/14/18 10:35 PM:liquibase: ChangeSet liquibase.xml::muzimaform-2013-07-10-19:00::ThoughtWorks ran successfully in 246ms
  17. INFO 7/14/18 10:35 PM:liquibase: ChangeSet liquibase.xml::muzimaform-2013-07-10-20:00::ThoughtWorks ran successfully in 18362ms
  18. INFO 7/14/18 10:35 PM:liquibase: ChangeSet liquibase.xml::muzimaform-2013-07-15-16:30::ThoughtWorks ran successfully in 2748ms
  19. INFO 7/14/18 10:35 PM:liquibase: ChangeSet liquibase.xml::muzimaform-2013-08-20-16:40::ThoughtWorks ran successfully in 1786ms
  20. INFO 7/14/18 10:35 PM:liquibase: ChangeSet liquibase.xml::muzimaform-2013-08-20-17:08::ThoughtWorks ran successfully in 46ms
  21. INFO 7/14/18 10:35 PM:liquibase: ChangeSet liquibase.xml::muzimaform-2013-12-01-09:30::ThoughtWorks ran successfully in 157ms
  22. INFO 7/14/18 10:35 PM:liquibase: ChangeSet liquibase.xml::muzimaform-2013-12-02-09:30::ThoughtWorks ran successfully in 3ms
  23. INFO 7/14/18 10:35 PM:liquibase: ChangeSet liquibase.xml::muzimaform-2014-06-29-22:55::nribeka ran successfully in 884ms
  24. INFO 7/14/18 10:35 PM:liquibase: ChangeSet liquibase.xml::muzimaform-2014-07-14-21:36::nribeka ran successfully in 766ms
  25. INFO 7/14/18 10:35 PM:liquibase: ChangeSet liquibase.xml::muzimaform-2014-10-16::SahajSoft ran successfully in 737ms
  26. SEVERE 7/14/18 10:35 PM:liquibase: Change Set liquibase.xml::muzimaform-2014-10-31::SahajSoft failed. Error: Error executing SQL ALTER TABLE `muzimaforms_form` ADD CONSTRAINT `fk_muzimaforms_form_openmrs_form` FOREIGN KEY (`form`) REFERENCES `form` (`uuid`): Cannot add foreign key constraint
  27. liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE `muzimaforms_form` ADD CONSTRAINT `fk_muzimaforms_form_openmrs_form` FOREIGN KEY (`form`) REFERENCES `form` (`uuid`): Cannot add foreign key constraint
  28. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:62)
  29. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:104)
  30. at liquibase.database.AbstractDatabase.execute(AbstractDatabase.java:1091)
  31. at liquibase.database.AbstractDatabase.executeStatements(AbstractDatabase.java:1075)
  32. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:317)
  33. at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
  34. at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:200)
  35. at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
  36. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:229)
  37. at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:1028)
  38. at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:730)
  39. at org.openmrs.api.context.Daemon$1.run(Daemon.java:70)
  40. Caused by: java.sql.SQLException: Cannot add foreign key constraint
  41. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1086)
  42. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4237)
  43. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4169)
  44. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2617)
  45. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2778)
  46. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2819)
  47. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2768)
  48. at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:949)
  49. at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:795)
  50. at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement(JdbcExecutor.java:92)
  51. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)
  52. ... 11 more
  53. INFO 7/14/18 10:35 PM:liquibase: Successfully released change log lock
  54. WARN - ModuleFactory.startModuleInternal(792) |2018-07-14 22:35:44,286| Error while trying to start module: muzimacore
  55. org.openmrs.module.ModuleException: Unable to update data model using liquibase.xml. Module: Muzima Core Module
  56. at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:1038)
  57. at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:730)
  58. at org.openmrs.api.context.Daemon$1.run(Daemon.java:70)
  59. Caused by: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase.xml::muzimaform-2014-10-31::SahajSoft:
  60. Reason: liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE `muzimaforms_form` ADD CONSTRAINT `fk_muzimaforms_form_openmrs_form` FOREIGN KEY (`form`) REFERENCES `form` (`uuid`): Cannot add foreign key constraint:
  61. Caused By: Error executing SQL ALTER TABLE `muzimaforms_form` ADD CONSTRAINT `fk_muzimaforms_form_openmrs_form` FOREIGN KEY (`form`) REFERENCES `form` (`uuid`): Cannot add foreign key constraint:
  62. Caused By: Cannot add foreign key constraint
  63. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:347)
  64. at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
  65. at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:200)
  66. at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
  67. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:229)
  68. at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:1028)
  69. ... 2 more
  70. Caused by: liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE `muzimaforms_form` ADD CONSTRAINT `fk_muzimaforms_form_openmrs_form` FOREIGN KEY (`form`) REFERENCES `form` (`uuid`): Cannot add foreign key constraint
  71. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:62)
  72. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:104)
  73. at liquibase.database.AbstractDatabase.execute(AbstractDatabase.java:1091)
  74. at liquibase.database.AbstractDatabase.executeStatements(AbstractDatabase.java:1075)
  75. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:317)
  76. ... 7 more
  77. Caused by: java.sql.SQLException: Cannot add foreign key constraint
  78. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1086)
  79. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4237)
  80. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4169)
  81. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2617)
  82. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2778)
  83. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2819)
  84. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2768)
  85. at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:949)
  86. at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:795)
  87. at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement(JdbcExecutor.java:92)
  88. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)
  89. ... 11 more
  90. INFO - LoggingAdvice.invoke(115) |2018-07-14 22:35:44,326| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  91. INFO - LoggingAdvice.invoke(155) |2018-07-14 22:35:44,329| Exiting method saveAlert
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement