Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2021
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.56 KB | None | 0 0
  1. INFO 6/23/21, 1:09 PM:liquibase: Reading from `liquibasechangelog`
  2. WARNING 6/23/21, 1:09 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
  3. WARNING 6/23/21, 1:09 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
  4. WARNING 6/23/21, 1:09 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
  5. INFO 6/23/21, 1:09 PM:liquibase: Successfully acquired change log lock
  6. WARNING 6/23/21, 1:09 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
  7. WARNING 6/23/21, 1:09 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. WARNING 6/23/21, 1:09 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
  9. INFO 6/23/21, 1:09 PM:liquibase: Reading from `liquibasechangelog`
  10. SEVERE 6/23/21, 1:09 PM:liquibase: Change Set liquibase-update-to-latest.xml::20100517-1545::wyclif and djazayeri failed. Error: liquibase.exception.CustomChangeException: Unable to create concept with names {pt=[Ljava.lang.String;@348d5a0d, en=[Ljava.lang.String;@1f578405, it=[Ljava.lang.String;@5d7a6008, fr=[Ljava.lang.String;@3f76669b, es=[Ljava.lang.String;@61750e4a}
  11. liquibase.exception.UnexpectedLiquibaseException: liquibase.exception.CustomChangeException: Unable to create concept with names {pt=[Ljava.lang.String;@348d5a0d, en=[Ljava.lang.String;@1f578405, it=[Ljava.lang.String;@5d7a6008, fr=[Ljava.lang.String;@3f76669b, es=[Ljava.lang.String;@61750e4a}
  12. at liquibase.change.custom.CustomChangeWrapper.generateStatements(CustomChangeWrapper.java:115)
  13. at liquibase.database.AbstractDatabase.executeStatements(AbstractDatabase.java:1073)
  14. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:317)
  15. at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
  16. at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:191)
  17. at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
  18. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:220)
  19. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:150)
  20. at org.openmrs.web.filter.initialization.InitializationFilter$InitializationCompletion$1.run(InitializationFilter.java:1644)
  21. at java.base/java.lang.Thread.run(Thread.java:829)
  22. Caused by: liquibase.exception.CustomChangeException: Unable to create concept with names {pt=[Ljava.lang.String;@348d5a0d, en=[Ljava.lang.String;@1f578405, it=[Ljava.lang.String;@5d7a6008, fr=[Ljava.lang.String;@3f76669b, es=[Ljava.lang.String;@61750e4a}
  23. at org.openmrs.util.databasechange.BooleanConceptChangeSet.createConcept(BooleanConceptChangeSet.java:182)
  24. at org.openmrs.util.databasechange.BooleanConceptChangeSet.execute(BooleanConceptChangeSet.java:79)
  25. at liquibase.change.custom.CustomChangeWrapper.generateStatements(CustomChangeWrapper.java:110)
  26. ... 9 more
  27. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot add or update a child row: a foreign key constraint fails (`openmrsMD`.`concept`, CONSTRAINT `concept_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`))
  28. at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  29. at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  30. at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  31. at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
  32. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  33. at com.mysql.jdbc.Util.getInstance(Util.java:408)
  34. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936)
  35. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  36. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  37. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  38. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  39. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2484)
  40. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1858)
  41. at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2079)
  42. at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2013)
  43. at com.mysql.jdbc.PreparedStatement.executeLargeUpdate(PreparedStatement.java:5104)
  44. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1998)
  45. at org.openmrs.util.databasechange.BooleanConceptChangeSet.createConcept(BooleanConceptChangeSet.java:138)
  46. ... 11 more
  47. INFO 6/23/21, 1:09 PM:liquibase: Successfully released change log lock
  48. WARN - InitializationFilter$InitializationCompletion$1.run(1650) |2021-06-23 13:09:38,917| Error while trying to update to the latest database version
  49. org.openmrs.util.DatabaseUpdateException: There was an error while updating the database to the latest. file: liquibase-update-to-latest.xml. Error: Migration failed for change set liquibase-update-to-latest.xml::20100517-1545::wyclif and djazayeri:
  50. Reason: liquibase.exception.UnexpectedLiquibaseException: liquibase.exception.CustomChangeException: Unable to create concept with names {pt=[Ljava.lang.String;@348d5a0d, en=[Ljava.lang.String;@1f578405, it=[Ljava.lang.String;@5d7a6008, fr=[Ljava.lang.String;@3f76669b, es=[Ljava.lang.String;@61750e4a}:
  51. Caused By: liquibase.exception.CustomChangeException: Unable to create concept with names {pt=[Ljava.lang.String;@348d5a0d, en=[Ljava.lang.String;@1f578405, it=[Ljava.lang.String;@5d7a6008, fr=[Ljava.lang.String;@3f76669b, es=[Ljava.lang.String;@61750e4a}:
  52. Caused By: Unable to create concept with names {pt=[Ljava.lang.String;@348d5a0d, en=[Ljava.lang.String;@1f578405, it=[Ljava.lang.String;@5d7a6008, fr=[Ljava.lang.String;@3f76669b, es=[Ljava.lang.String;@61750e4a}:
  53. Caused By: Cannot add or update a child row: a foreign key constraint fails (`openmrsMD`.`concept`, CONSTRAINT `concept_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`))
  54. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:154)
  55. at org.openmrs.web.filter.initialization.InitializationFilter$InitializationCompletion$1.run(InitializationFilter.java:1644)
  56. at java.base/java.lang.Thread.run(Thread.java:829)
  57. Caused by: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-latest.xml::20100517-1545::wyclif and djazayeri:
  58. Reason: liquibase.exception.UnexpectedLiquibaseException: liquibase.exception.CustomChangeException: Unable to create concept with names {pt=[Ljava.lang.String;@348d5a0d, en=[Ljava.lang.String;@1f578405, it=[Ljava.lang.String;@5d7a6008, fr=[Ljava.lang.String;@3f76669b, es=[Ljava.lang.String;@61750e4a}:
  59. Caused By: liquibase.exception.CustomChangeException: Unable to create concept with names {pt=[Ljava.lang.String;@348d5a0d, en=[Ljava.lang.String;@1f578405, it=[Ljava.lang.String;@5d7a6008, fr=[Ljava.lang.String;@3f76669b, es=[Ljava.lang.String;@61750e4a}:
  60. Caused By: Unable to create concept with names {pt=[Ljava.lang.String;@348d5a0d, en=[Ljava.lang.String;@1f578405, it=[Ljava.lang.String;@5d7a6008, fr=[Ljava.lang.String;@3f76669b, es=[Ljava.lang.String;@61750e4a}:
  61. Caused By: Cannot add or update a child row: a foreign key constraint fails (`openmrsMD`.`concept`, CONSTRAINT `concept_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`))
  62. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:347)
  63. at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
  64. at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:191)
  65. at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
  66. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:220)
  67. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:150)
  68. ... 2 more
  69. Caused by: liquibase.exception.UnexpectedLiquibaseException: liquibase.exception.CustomChangeException: Unable to create concept with names {pt=[Ljava.lang.String;@348d5a0d, en=[Ljava.lang.String;@1f578405, it=[Ljava.lang.String;@5d7a6008, fr=[Ljava.lang.String;@3f76669b, es=[Ljava.lang.String;@61750e4a}
  70. at liquibase.change.custom.CustomChangeWrapper.generateStatements(CustomChangeWrapper.java:115)
  71. at liquibase.database.AbstractDatabase.executeStatements(AbstractDatabase.java:1073)
  72. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:317)
  73. ... 7 more
  74. Caused by: liquibase.exception.CustomChangeException: Unable to create concept with names {pt=[Ljava.lang.String;@348d5a0d, en=[Ljava.lang.String;@1f578405, it=[Ljava.lang.String;@5d7a6008, fr=[Ljava.lang.String;@3f76669b, es=[Ljava.lang.String;@61750e4a}
  75. at org.openmrs.util.databasechange.BooleanConceptChangeSet.createConcept(BooleanConceptChangeSet.java:182)
  76. at org.openmrs.util.databasechange.BooleanConceptChangeSet.execute(BooleanConceptChangeSet.java:79)
  77. at liquibase.change.custom.CustomChangeWrapper.generateStatements(CustomChangeWrapper.java:110)
  78. ... 9 more
  79. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot add or update a child row: a foreign key constraint fails (`openmrsMD`.`concept`, CONSTRAINT `concept_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`))
  80. at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  81. at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  82. at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  83. at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
  84. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  85. at com.mysql.jdbc.Util.getInstance(Util.java:408)
  86. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936)
  87. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  88. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  89. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  90. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  91. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2484)
  92. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1858)
  93. at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2079)
  94. at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2013)
  95. at com.mysql.jdbc.PreparedStatement.executeLargeUpdate(PreparedStatement.java:5104)
  96. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1998)
  97. at org.openmrs.util.databasechange.BooleanConceptChangeSet.createConcept(BooleanConceptChangeSet.java:138)
  98. ... 11 more
  99.  
  100.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement