Advertisement
Guest User

Untitled

a guest
Nov 17th, 2020 (edited)
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.40 KB | None | 0 0
  1. INFO 11/17/20 10:32 PM:liquibase: Reading from `liquibasechangelog`
  2. SEVERE 11/17/20 10:32 PM:liquibase: Change Set liquibase-update-to-latest.xml::TRUNK-5672-201910211105::Mritunjay failed. Error: Error executing SQL UPDATE `users` SET `username` = 'admin' WHERE system_id='admin': admin user account is locked
  3. liquibase.exception.DatabaseException: Error executing SQL UPDATE `users` SET `username` = 'admin' WHERE system_id='admin': admin user account is locked
  4. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:62)
  5. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:104)
  6. at liquibase.database.AbstractDatabase.execute(AbstractDatabase.java:1091)
  7. at liquibase.database.AbstractDatabase.executeStatements(AbstractDatabase.java:1075)
  8. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:317)
  9. at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
  10. at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:191)
  11. at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
  12. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:220)
  13. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:150)
  14. at org.openmrs.web.filter.update.UpdateFilter$UpdateFilterCompletion$1.run(UpdateFilter.java:726)
  15. at java.lang.Thread.run(Thread.java:748)
  16. Caused by: java.sql.SQLException: admin user account is locked
  17. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)
  18. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  19. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  20. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  21. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  22. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2480)
  23. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2438)
  24. at com.mysql.jdbc.StatementImpl.executeInternal(StatementImpl.java:845)
  25. at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:745)
  26. at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement(JdbcExecutor.java:92)
  27. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)
  28. ... 11 more
  29. INFO 11/17/20 10:32 PM:liquibase: Successfully released change log lock
  30. ERROR - UpdateFilter$UpdateFilterCompletion$1.run(742) |2020-11-17 22:32:05,996| Unable to update the database
  31. 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::TRUNK-5672-201910211105::Mritunjay:
  32. Reason: liquibase.exception.DatabaseException: Error executing SQL UPDATE `users` SET `username` = 'admin' WHERE system_id='admin': admin user account is locked:
  33. Caused By: Error executing SQL UPDATE `users` SET `username` = 'admin' WHERE system_id='admin': admin user account is locked:
  34. Caused By: admin user account is locked
  35. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:154)
  36. at org.openmrs.web.filter.update.UpdateFilter$UpdateFilterCompletion$1.run(UpdateFilter.java:726)
  37. at java.lang.Thread.run(Thread.java:748)
  38. Caused by: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-latest.xml::TRUNK-5672-201910211105::Mritunjay:
  39. Reason: liquibase.exception.DatabaseException: Error executing SQL UPDATE `users` SET `username` = 'admin' WHERE system_id='admin': admin user account is locked:
  40. Caused By: Error executing SQL UPDATE `users` SET `username` = 'admin' WHERE system_id='admin': admin user account is locked:
  41. Caused By: admin user account is locked
  42. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:347)
  43. at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
  44. at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:191)
  45. at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
  46. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:220)
  47. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:150)
  48. ... 2 more
  49. Caused by: liquibase.exception.DatabaseException: Error executing SQL UPDATE `users` SET `username` = 'admin' WHERE system_id='admin': admin user account is locked
  50. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:62)
  51. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:104)
  52. at liquibase.database.AbstractDatabase.execute(AbstractDatabase.java:1091)
  53. at liquibase.database.AbstractDatabase.executeStatements(AbstractDatabase.java:1075)
  54. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:317)
  55. ... 7 more
  56. Caused by: java.sql.SQLException: admin user account is locked
  57. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)
  58. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  59. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  60. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  61. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  62. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2480)
  63. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2438)
  64. at com.mysql.jdbc.StatementImpl.executeInternal(StatementImpl.java:845)
  65. at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:745)
  66. at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement(JdbcExecutor.java:92)
  67. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)
  68. ... 11 more
  69. INFO 11/17/20 10:32 PM:liquibase: Reading from `liquibasechangelog`
  70. WARNING 11/17/20 10:32 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
  71. WARNING 11/17/20 10:32 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
  72. WARNING 11/17/20 10:32 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
  73. ERROR - CommonsLogLogChute.log(96) |2020-11-17 22:33:35,713| #parse() null argument
  74. ERROR - CommonsLogLogChute.log(96) |2020-11-17 22:33:35,714| #parse() null argument
  75. ERROR - CommonsLogLogChute.log(96) |2020-11-17 22:33:37,536| #parse() null argument
  76. ERROR - CommonsLogLogChute.log(96) |2020-11-17 22:33:37,536| #parse() null argument
  77. ERROR - CommonsLogLogChute.log(96) |2020-11-17 22:33:44,879| #parse() null argument
  78. ERROR - CommonsLogLogChute.log(96) |2020-11-17 22:33:44,881| #parse() null argument
  79. ERROR - CommonsLogLogChute.log(96) |2020-11-17 22:33:45,026| #parse() null argument
  80. ERROR - CommonsLogLogChute.log(96) |2020-11-17 22:33:45,027| #parse() null argument
  81. ERROR - CommonsLogLogChute.log(96) |2020-11-17 22:33:46,441| #parse() null argument
  82. ERROR - CommonsLogLogChute.log(96) |2020-11-17 22:33:46,444| #parse() null argument
  83. INFO 11/17/20 10:33 PM:liquibase: Reading from `liquibasechangelog`
  84. ERROR - CommonsLogLogChute.log(96) |2020-11-17 22:33:46,633| #parse() null argument
  85. ERROR - CommonsLogLogChute.log(96) |2020-11-17 22:33:46,634| #parse() null argument
  86. WARNING 11/17/20 10:33 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
  87. WARNING 11/17/20 10:33 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
  88. WARNING 11/17/20 10:33 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
  89. INFO 11/17/20 10:33 PM:liquibase: Successfully acquired change log lock
  90. WARNING 11/17/20 10:33 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
  91. WARNING 11/17/20 10:33 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
  92. WARNING 11/17/20 10:33 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
  93. INFO 11/17/20 10:33 PM:liquibase: Reading from `liquibasechangelog`
  94. SEVERE 11/17/20 10:33 PM:liquibase: Change Set liquibase-update-to-latest.xml::TRUNK-5672-201910211105::Mritunjay failed. Error: Error executing SQL UPDATE `users` SET `username` = 'admin' WHERE system_id='admin': admin user account is locked
  95. liquibase.exception.DatabaseException: Error executing SQL UPDATE `users` SET `username` = 'admin' WHERE system_id='admin': admin user account is locked
  96. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:62)
  97. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:104)
  98. at liquibase.database.AbstractDatabase.execute(AbstractDatabase.java:1091)
  99. at liquibase.database.AbstractDatabase.executeStatements(AbstractDatabase.java:1075)
  100. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:317)
  101. at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
  102. at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:191)
  103. at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
  104. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:220)
  105. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:150)
  106. at org.openmrs.web.filter.update.UpdateFilter$UpdateFilterCompletion$1.run(UpdateFilter.java:726)
  107. at java.lang.Thread.run(Thread.java:748)
  108. ERROR - UpdateFilter$UpdateFilterCompletion$1.run(742) |2020-11-17 22:33:52,122| Unable to update the database
  109. Caused by: java.sql.SQLException: admin user account is locked
  110. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)
  111. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  112. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  113. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  114. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  115. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2480)
  116. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2438)
  117. at com.mysql.jdbc.StatementImpl.executeInternal(StatementImpl.java:845)
  118. at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:745)
  119. at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement(JdbcExecutor.java:92)
  120. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)
  121. ... 11 more
  122. INFO 11/17/20 10:33 PM:liquibase: Successfully released change log lock
  123. 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::TRUNK-5672-201910211105::Mritunjay:
  124. Reason: liquibase.exception.DatabaseException: Error executing SQL UPDATE `users` SET `username` = 'admin' WHERE system_id='admin': admin user account is locked:
  125. Caused By: Error executing SQL UPDATE `users` SET `username` = 'admin' WHERE system_id='admin': admin user account is locked:
  126. Caused By: admin user account is locked
  127. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:154)
  128. at org.openmrs.web.filter.update.UpdateFilter$UpdateFilterCompletion$1.run(UpdateFilter.java:726)
  129. at java.lang.Thread.run(Thread.java:748)
  130. Caused by: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-latest.xml::TRUNK-5672-201910211105::Mritunjay:
  131. Reason: liquibase.exception.DatabaseException: Error executing SQL UPDATE `users` SET `username` = 'admin' WHERE system_id='admin': admin user account is locked:
  132. Caused By: Error executing SQL UPDATE `users` SET `username` = 'admin' WHERE system_id='admin': admin user account is locked:
  133. Caused By: admin user account is locked
  134. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:347)
  135. at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
  136. at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:191)
  137. at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
  138. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:220)
  139. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:150)
  140. ... 2 more
  141. Caused by: liquibase.exception.DatabaseException: Error executing SQL UPDATE `users` SET `username` = 'admin' WHERE system_id='admin': admin user account is locked
  142. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:62)
  143. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:104)
  144. at liquibase.database.AbstractDatabase.execute(AbstractDatabase.java:1091)
  145. at liquibase.database.AbstractDatabase.executeStatements(AbstractDatabase.java:1075)
  146. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:317)
  147. ... 7 more
  148. Caused by: java.sql.SQLException: admin user account is locked
  149. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)
  150. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  151. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  152. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  153. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  154. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2480)
  155. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2438)
  156. at com.mysql.jdbc.StatementImpl.executeInternal(StatementImpl.java:845)
  157. at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:745)
  158. at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement(JdbcExecutor.java:92)
  159. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)
  160. ... 11 more
  161. INFO 11/17/20 10:33 PM:liquibase: Reading from `liquibasechangelog`
  162. WARNING 11/17/20 10:33 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
  163. WARNING 11/17/20 10:33 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
  164. WARNING 11/17/20 10:33 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
Advertisement