Advertisement
Guest User

error from 1.8-1.9 masaka2

a guest
Apr 13th, 2012
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.38 KB | None | 0 0
  1. WARNING 4/13/12 2:34 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
  2. INFO 4/13/12 2:34 PM:liquibase: Reading from `liquibasechangelog`
  3. SEVERE 4/13/12 2:34 PM:liquibase: Change Set liquibase-update-to-latest.xml::201011051300::bwolfe failed. Error: Migration failed for change set liquibase-update-to-latest.xml::201011051300::bwolfe:
  4. Reason:
  5. liquibase-update-to-latest.xml : Table 'openmrs.visit_attribute_type' doesn't exist
  6. :
  7. Caused By: Precondition Error
  8. liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-latest.xml::201011051300::bwolfe:
  9. Reason:
  10. liquibase-update-to-latest.xml : Table 'openmrs.visit_attribute_type' doesn't exist
  11. :
  12. Caused By: Precondition Error
  13. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:285)
  14. at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
  15. at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:199)
  16. at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
  17. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:227)
  18. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:164)
  19. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:149)
  20. at org.openmrs.web.filter.update.UpdateFilter$UpdateFilterCompletion$1.run(UpdateFilter.java:680)
  21. at java.lang.Thread.run(Unknown Source)
  22. Caused by: liquibase.exception.PreconditionErrorException: Precondition Error
  23. at liquibase.precondition.core.IndexExistsPrecondition.check(IndexExistsPrecondition.java:80)
  24. at liquibase.precondition.core.NotPrecondition.check(NotPrecondition.java:30)
  25. at liquibase.precondition.core.AndPrecondition.check(AndPrecondition.java:34)
  26. at liquibase.precondition.core.PreconditionContainer.check(PreconditionContainer.java:199)
  27. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:249)
  28. ... 8 more
  29. INFO 4/13/12 2:34 PM:liquibase: Successfully released change log lock
  30. ERROR - UpdateFilter$UpdateFilterCompletion$1.run(697) |2012-04-13 14:34:10,728| Unable to update the database
  31. 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::201011051300::bwolfe:
  32. Reason:
  33. liquibase-update-to-latest.xml : Table 'openmrs.visit_attribute_type' doesn't exist
  34. :
  35. Caused By: Precondition Error
  36. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:152)
  37. at org.openmrs.web.filter.update.UpdateFilter$UpdateFilterCompletion$1.run(UpdateFilter.java:680)
  38. at java.lang.Thread.run(Unknown Source)
  39. Caused by: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-latest.xml::201011051300::bwolfe:
  40. Reason:
  41. liquibase-update-to-latest.xml : Table 'openmrs.visit_attribute_type' doesn't exist
  42. :
  43. Caused By: Precondition Error
  44. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:285)
  45. at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
  46. at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:199)
  47. at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
  48. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:227)
  49. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:164)
  50. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:149)
  51. ... 2 more
  52. Caused by: liquibase.exception.PreconditionErrorException: Precondition Error
  53. at liquibase.precondition.core.IndexExistsPrecondition.check(IndexExistsPrecondition.java:80)
  54. at liquibase.precondition.core.NotPrecondition.check(NotPrecondition.java:30)
  55. at liquibase.precondition.core.AndPrecondition.check(AndPrecondition.java:34)
  56. at liquibase.precondition.core.PreconditionContainer.check(PreconditionContainer.java:199)
  57. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:249)
  58. ... 8 more
  59. INFO 4/13/12 2:34 PM:liquibase: Reading from `liquibasechangelog`
  60. WARNING 4/13/12 2:34 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement