Advertisement
Guest User

Untitled

a guest
Apr 18th, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.37 KB | None | 0 0
  1. ERROR - TestInstallUtil.addTestData(117) |2012-04-17 18:21:16,941| The process terminated abnormally while adding test data
  2. INFO 4/17/12 6:21 PM:liquibase: Reading from `liquibasechangelog`
  3. WARNING 4/17/12 6:21 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. ERROR - DatabaseUpdater.executeChangelog(237) |2012-04-17 18:21:40,011| Could not release lock
  5. liquibase.exception.LockException: liquibase.exception.LockException: Did not update change log lock correctly.
  6.  
  7. 0 rows were updated instead of the expected 1 row using executor liquibase.executor.jvm.JdbcExecutor there are 0 rows in the table
  8. at liquibase.lockservice.LockService.releaseLock(LockService.java:152)
  9. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:234)
  10. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:164)
  11. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:149)
  12. at org.openmrs.web.filter.initialization.InitializationFilter$InitializationCompletion$1.run(InitializationFilter.java:1525)
  13. at java.lang.Thread.run(Thread.java:662)
  14. Caused by: liquibase.exception.LockException: Did not update change log lock correctly.
  15.  
  16. 0 rows were updated instead of the expected 1 row using executor liquibase.executor.jvm.JdbcExecutor there are 0 rows in the table
  17. at liquibase.lockservice.LockService.releaseLock(LockService.java:140)
  18. ... 5 more
  19. WARN - InitializationFilter$InitializationCompletion$1.run(1531) |2012-04-17 18:21:40,013| Error while trying to update to the latest database version
  20. 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
  21. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:152)
  22. at org.openmrs.web.filter.initialization.InitializationFilter$InitializationCompletion$1.run(InitializationFilter.java:1525)
  23. at java.lang.Thread.run(Thread.java:662)
  24. Caused by: liquibase.exception.LockException: liquibase.exception.DatabaseException: Empty result set, expected one row
  25. at liquibase.lockservice.LockService.acquireLock(LockService.java:121)
  26. at liquibase.lockservice.LockService.waitForLock(LockService.java:61)
  27. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:216)
  28. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:164)
  29. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:149)
  30. ... 2 more
  31. Caused by: liquibase.exception.DatabaseException: Empty result set, expected one row
  32. at liquibase.util.JdbcUtils.requiredSingleResult(JdbcUtils.java:124)
  33. at liquibase.executor.jvm.JdbcExecutor.queryForObject(JdbcExecutor.java:160)
  34. at liquibase.executor.jvm.JdbcExecutor.queryForObject(JdbcExecutor.java:168)
  35. at liquibase.executor.jvm.JdbcExecutor.queryForObject(JdbcExecutor.java:164)
  36. at liquibase.lockservice.LockService.acquireLock(LockService.java:96)
  37. ... 6 more
  38. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2438) |2012-04-18 08:16:10,513| Unable to find a runtime properties file at /var/lib/tomcat6/openmrs-runtime.properties
  39. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2464) |2012-04-18 08:16:10,513| Unable to find properties file: /usr/share/tomcat6/.OpenMRS/openmrs-runtime.properties
  40. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2438) |2012-04-18 08:16:28,013| Unable to find a runtime properties file at /var/lib/tomcat6/openmrs-runtime.properties
  41. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2464) |2012-04-18 08:16:28,014| Unable to find properties file: /usr/share/tomcat6/.OpenMRS/openmrs-runtime.properties
  42. WARN - OpenmrsUtil.getRuntimeProperties(2401) |2012-04-18 08:16:28,014| Unable to find a runtime properties file. Initial setup is needed. View the webapp to run the setup wizard.
  43. ERROR - Context.getServiceContext(255) |2012-04-18 08:17:45,833| serviceContext is null. Creating new ServiceContext()
  44. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2438) |2012-04-18 08:53:10,902| Unable to find a runtime properties file at /var/lib/tomcat6/openmrs-runtime.properties
  45. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2464) |2012-04-18 08:53:10,903| Unable to find properties file: /usr/share/tomcat6/.OpenMRS/openmrs-runtime.properties
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement