Guest User

error from 1.8-1.9 masaka

a guest
Apr 10th, 2012
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.77 KB | None | 0 0
  1. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2438) |2012-04-10 13:55:36,804| Unable to find a runtime properties file at C:\Program Files\Apache Software Foundation\Tomcat 6.0\openmrs-runtime.properties
  2. INFO 4/10/12 1:55 PM:liquibase: Reading from `liquibasechangelog`
  3. WARNING 4/10/12 1:55 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. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2438) |2012-04-10 13:55:44,446| Unable to find a runtime properties file at C:\Program Files\Apache Software Foundation\Tomcat 6.0\openmrs-runtime.properties
  5. INFO 4/10/12 1:55 PM:liquibase: Reading from `liquibasechangelog`
  6. WARNING 4/10/12 1:55 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. ERROR - CommonsLogLogChute.log(96) |2012-04-10 13:55:49,612| Exception rendering #parse(org/openmrs/web/filter/update/header.vm) at org.openmrs.web.filter.update.UpdateFilter[line 1, column 1]
  8. INFO 4/10/12 1:56 PM:liquibase: Reading from `liquibasechangelog`
  9. WARNING 4/10/12 1:56 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
  10. INFO 4/10/12 1:56 PM:liquibase: Successfully acquired change log lock
  11. WARNING 4/10/12 1:56 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
  12. INFO 4/10/12 1:56 PM:liquibase: Reading from `liquibasechangelog`
  13. SEVERE 4/10/12 1:56 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:
  14. Reason:
  15. liquibase-update-to-latest.xml : Table 'openmrs.patientflags_flag' doesn't exist
  16. :
  17. Caused By: Precondition Error
  18. liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-latest.xml::201011051300::bwolfe:
  19. Reason:
  20. liquibase-update-to-latest.xml : Table 'openmrs.patientflags_flag' doesn't exist
  21. :
  22. Caused By: Precondition Error
  23. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:285)
  24. at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
  25. at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:199)
  26. at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
  27. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:227)
  28. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:164)
  29. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:149)
  30. at org.openmrs.web.filter.update.UpdateFilter$UpdateFilterCompletion$1.run(UpdateFilter.java:680)
  31. at java.lang.Thread.run(Unknown Source)
  32. Caused by: liquibase.exception.PreconditionErrorException: Precondition Error
  33. at liquibase.precondition.core.IndexExistsPrecondition.check(IndexExistsPrecondition.java:80)
  34. at liquibase.precondition.core.NotPrecondition.check(NotPrecondition.java:30)
  35. at liquibase.precondition.core.AndPrecondition.check(AndPrecondition.java:34)
  36. at liquibase.precondition.core.PreconditionContainer.check(PreconditionContainer.java:199)
  37. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:249)
  38. ... 8 more
  39. INFO 4/10/12 1:56 PM:liquibase: Successfully released change log lock
  40. ERROR - UpdateFilter$UpdateFilterCompletion$1.run(697) |2012-04-10 13:56:18,593| Unable to update the database
  41. 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:
  42. Reason:
  43. liquibase-update-to-latest.xml : Table 'openmrs.patientflags_flag' doesn't exist
  44. :
  45. Caused By: Precondition Error
  46. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:152)
  47. at org.openmrs.web.filter.update.UpdateFilter$UpdateFilterCompletion$1.run(UpdateFilter.java:680)
  48. at java.lang.Thread.run(Unknown Source)
  49. Caused by: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-latest.xml::201011051300::bwolfe:
  50. Reason:
  51. liquibase-update-to-latest.xml : Table 'openmrs.patientflags_flag' doesn't exist
  52. :
  53. Caused By: Precondition Error
  54. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:285)
  55. at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
  56. at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:199)
  57. at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
  58. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:227)
  59. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:164)
  60. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:149)
  61. ... 2 more
  62. Caused by: liquibase.exception.PreconditionErrorException: Precondition Error
  63. at liquibase.precondition.core.IndexExistsPrecondition.check(IndexExistsPrecondition.java:80)
  64. at liquibase.precondition.core.NotPrecondition.check(NotPrecondition.java:30)
  65. at liquibase.precondition.core.AndPrecondition.check(AndPrecondition.java:34)
  66. at liquibase.precondition.core.PreconditionContainer.check(PreconditionContainer.java:199)
  67. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:249)
  68. ... 8 more
  69. INFO 4/10/12 1:56 PM:liquibase: Reading from `liquibasechangelog`
  70. WARNING 4/10/12 1:56 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