Advertisement
Guest User

Untitled

a guest
Nov 20th, 2020
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.59 KB | None | 0 0
  1. OpenMRS is ready for you at http://localhost:8081/openmrs/
  2. Nov 20, 2020 3:18:21 AM org.apache.coyote.AbstractProtocol start
  3. INFO: Starting ProtocolHandler ["http-bio-8081"]
  4. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2078) |2020-11-20 03:18:36,740| Unable to find a runtime properties file at /home/shayyan/Desktop/OpenMRS/Core/openmrs-core/webapp/openmrs-runtime.properties
  5. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2106) |2020-11-20 03:18:36,743| Unable to find properties file: /home/shayyan/openmrs/server4/openmrs-runtime.properties
  6. INFO 11/20/20 3:18 AM:liquibase: Reading from `liquibasechangelog`
  7. WARNING 11/20/20 3:18 AM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  8. WARNING 11/20/20 3:18 AM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  9. WARNING 11/20/20 3:18 AM: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 11/20/20 3:18 AM:liquibase: Successfully acquired change log lock
  11. WARNING 11/20/20 3:18 AM: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. WARNING 11/20/20 3:18 AM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  13. WARNING 11/20/20 3:18 AM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  14. INFO 11/20/20 3:18 AM:liquibase: Reading from `liquibasechangelog`
  15. SEVERE 11/20/20 3:18 AM:liquibase: Change Set liquibase-update-to-latest.xml::20090316-1008::vanand failed. Error: Error executing SQL ALTER TABLE `concept_numeric` MODIFY `precise` SMALLINT NOT NULL DEFAULT 0 DEFAULT 0: Unknown column 'precise' in 'concept_numeric'
  16. liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE `concept_numeric` MODIFY `precise` SMALLINT NOT NULL DEFAULT 0 DEFAULT 0: Unknown column 'precise' in 'concept_numeric'
  17. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:62)
  18. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:104)
  19. at liquibase.database.AbstractDatabase.execute(AbstractDatabase.java:1091)
  20. at liquibase.database.AbstractDatabase.executeStatements(AbstractDatabase.java:1075)
  21. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:317)
  22. at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
  23. at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:191)
  24. at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
  25. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:220)
  26. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:150)
  27. at org.openmrs.web.filter.initialization.InitializationFilter$InitializationCompletion$1.run(InitializationFilter.java:1644)
  28. at java.lang.Thread.run(Thread.java:748)
  29. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'precise' in 'concept_numeric'
  30. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  31. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  32. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  33. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  34. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  35. at com.mysql.jdbc.Util.getInstance(Util.java:408)
  36. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
  37. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  38. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  39. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  40. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  41. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2480)
  42. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2438)
  43. at com.mysql.jdbc.StatementImpl.executeInternal(StatementImpl.java:845)
  44. at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:745)
  45. at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement(JdbcExecutor.java:92)
  46. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)
  47. ... 11 more
  48. INFO 11/20/20 3:18 AM:liquibase: Successfully released change log lock
  49. WARN - InitializationFilter$InitializationCompletion$1.run(1650) |2020-11-20 03:18:39,501| Error while trying to update to the latest database version
  50. 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::20090316-1008::vanand:
  51. Reason: liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE `concept_numeric` MODIFY `precise` SMALLINT NOT NULL DEFAULT 0 DEFAULT 0: Unknown column 'precise' in 'concept_numeric':
  52. Caused By: Error executing SQL ALTER TABLE `concept_numeric` MODIFY `precise` SMALLINT NOT NULL DEFAULT 0 DEFAULT 0: Unknown column 'precise' in 'concept_numeric':
  53. Caused By: Unknown column 'precise' in 'concept_numeric'
  54. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:154)
  55. at org.openmrs.web.filter.initialization.InitializationFilter$InitializationCompletion$1.run(InitializationFilter.java:1644)
  56. at java.lang.Thread.run(Thread.java:748)
  57. Caused by: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-latest.xml::20090316-1008::vanand:
  58. Reason: liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE `concept_numeric` MODIFY `precise` SMALLINT NOT NULL DEFAULT 0 DEFAULT 0: Unknown column 'precise' in 'concept_numeric':
  59. Caused By: Error executing SQL ALTER TABLE `concept_numeric` MODIFY `precise` SMALLINT NOT NULL DEFAULT 0 DEFAULT 0: Unknown column 'precise' in 'concept_numeric':
  60. Caused By: Unknown column 'precise' in 'concept_numeric'
  61. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:347)
  62. at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
  63. at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:191)
  64. at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
  65. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:220)
  66. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:150)
  67. ... 2 more
  68. Caused by: liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE `concept_numeric` MODIFY `precise` SMALLINT NOT NULL DEFAULT 0 DEFAULT 0: Unknown column 'precise' in 'concept_numeric'
  69. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:62)
  70. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:104)
  71. at liquibase.database.AbstractDatabase.execute(AbstractDatabase.java:1091)
  72. at liquibase.database.AbstractDatabase.executeStatements(AbstractDatabase.java:1075)
  73. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:317)
  74. ... 7 more
  75. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'precise' in 'concept_numeric'
  76. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  77. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  78. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  79. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  80. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  81. at com.mysql.jdbc.Util.getInstance(Util.java:408)
  82. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
  83. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  84. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  85. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  86. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  87. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2480)
  88. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2438)
  89. at com.mysql.jdbc.StatementImpl.executeInternal(StatementImpl.java:845)
  90. at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:745)
  91. at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement(JdbcExecutor.java:92)
  92. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)
  93. ... 11 more
  94.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement