Advertisement
Guest User

Untitled

a guest
Apr 16th, 2012
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.18 KB | None | 0 0
  1. WARN - OpenmrsUtil.getRuntimeProperties(2401) |2012-04-13 14:58:54,302| Unable to find a runtime properties file. Initial setup is needed. View the webapp to run the setup wizard.
  2. ERROR - TestInstallUtil.addTestData(117) |2012-04-13 17:06:53,292| The process terminated abnormally while adding test data
  3. INFO 4/13/12 5:07 PM:liquibase: Reading from `liquibasechangelog`
  4. WARNING 4/13/12 5:07 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. ERROR - DatabaseUpdater.executeChangelog(237) |2012-04-13 17:07:18,853| Could not release lock
  6. liquibase.exception.LockException: liquibase.exception.LockException: Did not update change log lock correctly.
  7.  
  8. 0 rows were updated instead of the expected 1 row using executor liquibase.executor.jvm.JdbcExecutor there are 0 rows in the table
  9. at liquibase.lockservice.LockService.releaseLock(LockService.java:152)
  10. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:234)
  11. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:164)
  12. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:149)
  13. at org.openmrs.web.filter.initialization.InitializationFilter$InitializationCompletion$1.run(InitializationFilter.java:1525)
  14. at java.lang.Thread.run(Thread.java:662)
  15. Caused by: liquibase.exception.LockException: Did not update change log lock correctly.
  16.  
  17. 0 rows were updated instead of the expected 1 row using executor liquibase.executor.jvm.JdbcExecutor there are 0 rows in the table
  18. at liquibase.lockservice.LockService.releaseLock(LockService.java:140)
  19. ... 5 more
  20. WARN - InitializationFilter$InitializationCompletion$1.run(1531) |2012-04-13 17:07:18,854| Error while trying to update to the latest database version
  21. org.openmrs.util.DatabaseUpdateException: There was an error while updating the database to the latest. file: liquibase-update-to-latest.xml. Error: liquibase.exception.DatabaseException: Empty result set, expected one row
  22. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:152)
  23. at org.openmrs.web.filter.initialization.InitializationFilter$InitializationCompletion$1.run(InitializationFilter.java:1525)
  24. at java.lang.Thread.run(Thread.java:662)
  25. Caused by: liquibase.exception.LockException: liquibase.exception.DatabaseException: Empty result set, expected one row
  26. at liquibase.lockservice.LockService.acquireLock(LockService.java:121)
  27. at liquibase.lockservice.LockService.waitForLock(LockService.java:61)
  28. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:216)
  29. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:164)
  30. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:149)
  31. ... 2 more
  32. Caused by: liquibase.exception.DatabaseException: Empty result set, expected one row
  33. at liquibase.util.JdbcUtils.requiredSingleResult(JdbcUtils.java:124)
  34. at liquibase.executor.jvm.JdbcExecutor.queryForObject(JdbcExecutor.java:160)
  35. at liquibase.executor.jvm.JdbcExecutor.queryForObject(JdbcExecutor.java:168)
  36. at liquibase.executor.jvm.JdbcExecutor.queryForObject(JdbcExecutor.java:164)
  37. at liquibase.lockservice.LockService.acquireLock(LockService.java:96)
  38. ... 6 more
  39. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2438) |2012-04-13 17:52:41,297| Unable to find a runtime properties file at /var/lib/tomcat6/openmrs-runtime.properties
  40. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2464) |2012-04-13 17:52:41,297| Unable to find properties file: /usr/share/tomcat6/.OpenMRS/openmrs-runtime.properties
  41. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2438) |2012-04-13 17:52:47,828| Unable to find a runtime properties file at /var/lib/tomcat6/openmrs-runtime.properties
  42. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2464) |2012-04-13 17:52:47,829| Unable to find properties file: /usr/share/tomcat6/.OpenMRS/openmrs-runtime.properties
  43. WARN - OpenmrsUtil.getRuntimeProperties(2401) |2012-04-13 17:52:47,829| Unable to find a runtime properties file. Initial setup is needed. View the webapp to run the setup wizard.
  44. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2438) |2012-04-13 17:53:08,996| Unable to find a runtime properties file at /var/lib/tomcat6/openmrs-runtime.properties
  45. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2464) |2012-04-13 17:53:08,997| Unable to find properties file: /usr/share/tomcat6/.OpenMRS/openmrs-runtime.properties
  46. WARN - OpenmrsUtil.getRuntimeProperties(2401) |2012-04-13 17:53:08,997| Unable to find a runtime properties file. Initial setup is needed. View the webapp to run the setup wizard.
  47. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2438) |2012-04-13 17:53:21,759| Unable to find a runtime properties file at /var/lib/tomcat6/openmrs-runtime.properties
  48. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2464) |2012-04-13 17:53:21,760| Unable to find properties file: /usr/share/tomcat6/.OpenMRS/openmrs-runtime.properties
  49. WARN - OpenmrsUtil.getRuntimeProperties(2401) |2012-04-13 17:53:21,760| Unable to find a runtime properties file. Initial setup is needed. View the webapp to run the setup wizard.
  50. ERROR - TestInstallUtil.addTestData(117) |2012-04-13 20:02:17,220| The process terminated abnormally while adding test data
  51. INFO 4/13/12 8:02 PM:liquibase: Reading from `liquibasechangelog`
  52. WARNING 4/13/12 8:02 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
  53. ERROR - DatabaseUpdater.executeChangelog(237) |2012-04-13 20:02:37,386| Could not release lock
  54. liquibase.exception.LockException: liquibase.exception.LockException: Did not update change log lock correctly.
  55.  
  56. 0 rows were updated instead of the expected 1 row using executor liquibase.executor.jvm.JdbcExecutor there are 0 rows in the table
  57. at liquibase.lockservice.LockService.releaseLock(LockService.java:152)
  58. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:234)
  59. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:164)
  60. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:149)
  61. at org.openmrs.web.filter.initialization.InitializationFilter$InitializationCompletion$1.run(InitializationFilter.java:1525)
  62. at java.lang.Thread.run(Thread.java:662)
  63. Caused by: liquibase.exception.LockException: Did not update change log lock correctly.
  64.  
  65. 0 rows were updated instead of the expected 1 row using executor liquibase.executor.jvm.JdbcExecutor there are 0 rows in the table
  66. at liquibase.lockservice.LockService.releaseLock(LockService.java:140)
  67. ... 5 more
  68. WARN - InitializationFilter$InitializationCompletion$1.run(1531) |2012-04-13 20:02:37,390| Error while trying to update to the latest database version
  69. org.openmrs.util.DatabaseUpdateException: There was an error while updating the database to the latest. file: liquibase-update-to-latest.xml. Error: liquibase.exception.DatabaseException: Empty result set, expected one row
  70. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:152)
  71. at org.openmrs.web.filter.initialization.InitializationFilter$InitializationCompletion$1.run(InitializationFilter.java:1525)
  72. at java.lang.Thread.run(Thread.java:662)
  73. Caused by: liquibase.exception.LockException: liquibase.exception.DatabaseException: Empty result set, expected one row
  74. at liquibase.lockservice.LockService.acquireLock(LockService.java:121)
  75. at liquibase.lockservice.LockService.waitForLock(LockService.java:61)
  76. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:216)
  77. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:164)
  78. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:149)
  79. ... 2 more
  80. Caused by: liquibase.exception.DatabaseException: Empty result set, expected one row
  81. at liquibase.util.JdbcUtils.requiredSingleResult(JdbcUtils.java:124)
  82. at liquibase.executor.jvm.JdbcExecutor.queryForObject(JdbcExecutor.java:160)
  83. at liquibase.executor.jvm.JdbcExecutor.queryForObject(JdbcExecutor.java:168)
  84. at liquibase.executor.jvm.JdbcExecutor.queryForObject(JdbcExecutor.java:164)
  85. at liquibase.lockservice.LockService.acquireLock(LockService.java:96)
  86. ... 6 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement