Advertisement
Guest User

Untitled

a guest
Sep 11th, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. INFO 7/11/19 3:07 PM:liquibase: Successfully released change log lock
  2. 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::201402120720-TRUNK-3902::k-joseph:
  3. Reason: liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE `concept_numeric` CHANGE `precise` `allow_decimal` BOOLEAN: Unknown column 'precise' in 'concept_numeric':
  4. Caused By: Error executing SQL ALTER TABLE `concept_numeric` CHANGE `precise` `allow_decimal` BOOLEAN: Unknown column 'precise' in 'concept_numeric':
  5. Caused By: Unknown column 'precise' in 'concept_numeric'
  6. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:154)
  7. at org.openmrs.web.filter.initialization.InitializationFilter$InitializationCompletion$1.run(InitializationFilter.java:1644)
  8. at java.lang.Thread.run(Thread.java:748)
  9. Caused by: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-latest.xml::201402120720-TRUNK-3902::k-joseph:
  10. Reason: liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE `concept_numeric` CHANGE `precise` `allow_decimal` BOOLEAN: Unknown column 'precise' in 'concept_numeric':
  11. Caused By: Error executing SQL ALTER TABLE `concept_numeric` CHANGE `precise` `allow_decimal` BOOLEAN: Unknown column 'precise' in 'concept_numeric':
  12. Caused By: Unknown column 'precise' in 'concept_numeric'
  13. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:347)
  14. at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
  15. at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:191)
  16. at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
  17. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:220)
  18. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:150)
  19. ... 2 more
  20. Caused by: liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE `concept_numeric` CHANGE `precise` `allow_decimal` BOOLEAN: Unknown column 'precise' in 'concept_numeric'
  21. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:62)
  22. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:104)
  23. at liquibase.database.AbstractDatabase.execute(AbstractDatabase.java:1091)
  24. at liquibase.database.AbstractDatabase.executeStatements(AbstractDatabase.java:1075)
  25. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:317)
  26. ... 7 more
  27. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'precise' in 'concept_numeric'
  28. at sun.reflect.GeneratedConstructorAccessor112.newInstance(Unknown Source)
  29. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  30. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  31. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  32. at com.mysql.jdbc.Util.getInstance(Util.java:408)
  33. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
  34. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  35. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  36. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  37. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  38. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2480)
  39. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2438)
  40. at com.mysql.jdbc.StatementImpl.executeInternal(StatementImpl.java:845)
  41. at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:745)
  42. at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement(JdbcExecutor.java:92)
  43. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)
  44. ... 11 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement