ODORA

ServerError

Apr 14th, 2021
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 173.42 KB | None | 0 0
  1. Microsoft Windows [Version 10.0.19042.867]
  2. (c) 2020 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Users\Admin>mvn openmrs-sdk:run
  5. [INFO] Scanning for projects...
  6. [INFO]
  7. [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
  8. [INFO] Building Maven Stub Project (No POM) 1
  9. [INFO] --------------------------------[ pom ]---------------------------------
  10. [INFO]
  11. [INFO] --- openmrs-sdk-maven-plugin:3.13.7:run (default-cli) @ standalone-pom ---
  12.  
  13. You have the following servers::
  14. 1) server1
  15. 2) server
  16. 3) distro-2-10-0
  17. 4) ugreports
  18. 5) Trial
  19. 6) reports
  20.  
  21. Which one do you choose? [1/2/3/4/5/6]: 1
  22.  
  23. Checking if port 8080 is in use... [free]
  24.  
  25. Cannot create a link at C:\Users\Admin\openmrs\server1\watched-projects\ugandaemr due to:
  26. C:\Users\Admin\openmrs\server1\watched-projects\ugandaemr: A required privilege is not held by the client.
  27.  
  28. The project will be built in random order.
  29. Please try running the command as an administrator.
  30.  
  31. Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T21:41:47+03:00)
  32. Maven home: C:\apache-maven-3.6.0\bin\..
  33. Java version: 1.8.0_171, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk1.8.0_171\jre
  34. Default locale: en_US, platform encoding: Cp1252
  35. OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
  36. [INFO] Scanning for projects...
  37. [INFO] ------------------------------------------------------------------------
  38. [INFO] Reactor Build Order:
  39. [INFO]
  40. [INFO] Ugandaemr [pom]
  41. [INFO] Ugandaemr Module API [jar]
  42. [INFO] Ugandaemr Module OMOD [jar]
  43. [INFO] ugandaemr tools Module [jar]
  44. [INFO]
  45. [INFO] --------------------< org.openmrs.module:ugandaemr >--------------------
  46. [INFO] Building Ugandaemr 3.2.0-SNAPSHOT [1/4]
  47. [INFO] --------------------------------[ pom ]---------------------------------
  48. [INFO]
  49. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ugandaemr ---
  50. [INFO]
  51. [INFO] --- maven-install-plugin:2.4:install (default-install) @ ugandaemr ---
  52. [INFO] Installing C:\Users\Admin\openmrs-module-ugandaemr\pom.xml to C:\Users\Admin\.m2\repository\org\openmrs\module\ugandaemr\3.2.0-SNAPSHOT\ugandaemr-3.2.0-SNAPSHOT.pom
  53. [INFO]
  54. [INFO] ------------------< org.openmrs.module:ugandaemr-api >------------------
  55. [INFO] Building Ugandaemr Module API 3.2.0-SNAPSHOT [2/4]
  56. [INFO] --------------------------------[ jar ]---------------------------------
  57. [INFO]
  58. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ugandaemr-api ---
  59. [INFO] Deleting C:\Users\Admin\openmrs-module-ugandaemr\api\target
  60. [INFO]
  61. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ugandaemr-api ---
  62. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  63. [INFO] Copying 16 resources
  64. [INFO] Copying 2 resources
  65. [INFO]
  66. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ ugandaemr-api ---
  67. [INFO] Changes detected - recompiling the module!
  68. [INFO] Compiling 58 source files to C:\Users\Admin\openmrs-module-ugandaemr\api\target\classes
  69. [WARNING] /C:/Users/Admin/openmrs-module-ugandaemr/api/src/main/java/org/openmrs/module/ugandaemr/api/impl/UgandaEMRServiceImpl.java: C:\Users\Admin\openmrs-module-ugandaemr\api\src\main\java\org\openmrs\module\ugandaemr\api\impl\UgandaEMRServiceImpl.java uses or overrides a deprecated API.
  70. [WARNING] /C:/Users/Admin/openmrs-module-ugandaemr/api/src/main/java/org/openmrs/module/ugandaemr/api/impl/UgandaEMRServiceImpl.java: Recompile with -Xlint:deprecation for details.
  71. [WARNING] /C:/Users/Admin/openmrs-module-ugandaemr/api/src/main/java/org/openmrs/module/ugandaemr/api/impl/UgandaEMRServiceImpl.java: Some input files use unchecked or unsafe operations.
  72. [WARNING] /C:/Users/Admin/openmrs-module-ugandaemr/api/src/main/java/org/openmrs/module/ugandaemr/api/impl/UgandaEMRServiceImpl.java: Recompile with -Xlint:unchecked for details.
  73. [INFO]
  74. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ugandaemr-api ---
  75. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  76. [INFO] Copying 7 resources
  77. [INFO]
  78. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ ugandaemr-api ---
  79. [INFO] Changes detected - recompiling the module!
  80. [INFO] Compiling 7 source files to C:\Users\Admin\openmrs-module-ugandaemr\api\target\test-classes
  81. [INFO]
  82. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ ugandaemr-api ---
  83. [INFO] Tests are skipped.
  84. [INFO]
  85. [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ ugandaemr-api ---
  86. [INFO] Building jar: C:\Users\Admin\openmrs-module-ugandaemr\api\target\ugandaemr-3.2.0-SNAPSHOT.jar
  87. [INFO]
  88. [INFO] --- maven-jar-plugin:2.3.2:test-jar (default) @ ugandaemr-api ---
  89. [INFO] Building jar: C:\Users\Admin\openmrs-module-ugandaemr\api\target\ugandaemr-3.2.0-SNAPSHOT-tests.jar
  90. [INFO]
  91. [INFO] --- maven-install-plugin:2.4:install (default-install) @ ugandaemr-api ---
  92. [INFO] Installing C:\Users\Admin\openmrs-module-ugandaemr\api\target\ugandaemr-3.2.0-SNAPSHOT.jar to C:\Users\Admin\.m2\repository\org\openmrs\module\ugandaemr-api\3.2.0-SNAPSHOT\ugandaemr-api-3.2.0-SNAPSHOT.jar
  93. [INFO] Installing C:\Users\Admin\openmrs-module-ugandaemr\api\pom.xml to C:\Users\Admin\.m2\repository\org\openmrs\module\ugandaemr-api\3.2.0-SNAPSHOT\ugandaemr-api-3.2.0-SNAPSHOT.pom
  94. [INFO] Installing C:\Users\Admin\openmrs-module-ugandaemr\api\target\ugandaemr-3.2.0-SNAPSHOT-tests.jar to C:\Users\Admin\.m2\repository\org\openmrs\module\ugandaemr-api\3.2.0-SNAPSHOT\ugandaemr-api-3.2.0-SNAPSHOT-tests.jar
  95. [INFO]
  96. [INFO] -----------------< org.openmrs.module:ugandaemr-omod >------------------
  97. [INFO] Building Ugandaemr Module OMOD 3.2.0-SNAPSHOT [3/4]
  98. [INFO] --------------------------------[ jar ]---------------------------------
  99. [INFO]
  100. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ugandaemr-omod ---
  101. [INFO] Deleting C:\Users\Admin\openmrs-module-ugandaemr\omod\target
  102. [INFO]
  103. [INFO] --- maven-openmrs-plugin:1.0.1:initialize-module (init) @ ugandaemr-omod ---
  104. [INFO]
  105. [INFO] --- maven-dependency-plugin:2.8:unpack-dependencies (Expand moduleApplicationContext and messages) @ ugandaemr-omod ---
  106. [INFO] Unpacking C:\Users\Admin\openmrs-module-ugandaemr\api\target\ugandaemr-3.2.0-SNAPSHOT.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\classes with includes "**\/*.xml,**\/*.properties" and excludes ""
  107. [INFO] Unpacking C:\Users\Admin\openmrs-module-ugandaemr\api\target\ugandaemr-3.2.0-SNAPSHOT-tests.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\classes with includes "**\/*.xml,**\/*.properties" and excludes ""
  108. [INFO]
  109. [INFO] --- maven-dependency-plugin:2.8:unpack-dependencies (Copy new install script) @ ugandaemr-omod ---
  110. [INFO]
  111. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ugandaemr-omod ---
  112. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  113. [INFO] Copying 9 resources
  114. [INFO] Copying 63 resources to web/module
  115. [INFO] Copying 0 resource to web/module
  116. [INFO] Copying 63 resources to web/module
  117. [INFO]
  118. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ ugandaemr-omod ---
  119. [INFO] Changes detected - recompiling the module!
  120. [INFO] Compiling 42 source files to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\classes
  121. [WARNING] /C:/Users/Admin/openmrs-module-ugandaemr/omod/src/main/java/org/openmrs/module/ugandaemr/web/resource/PublicHolidayResource.java: Some input files use or override a deprecated API.
  122. [WARNING] /C:/Users/Admin/openmrs-module-ugandaemr/omod/src/main/java/org/openmrs/module/ugandaemr/web/resource/PublicHolidayResource.java: Recompile with -Xlint:deprecation for details.
  123. [WARNING] /C:/Users/Admin/openmrs-module-ugandaemr/omod/src/main/java/org/openmrs/module/ugandaemr/fragment/controller/ClinicianQueueListFragmentController.java: Some input files use unchecked or unsafe operations.
  124. [WARNING] /C:/Users/Admin/openmrs-module-ugandaemr/omod/src/main/java/org/openmrs/module/ugandaemr/fragment/controller/ClinicianQueueListFragmentController.java: Recompile with -Xlint:unchecked for details.
  125. [INFO]
  126. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ugandaemr-omod ---
  127. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  128. [INFO] skip non existing resourceDirectory C:\Users\Admin\openmrs-module-ugandaemr\omod\src\test\resources
  129. [INFO]
  130. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ ugandaemr-omod ---
  131. [INFO] Changes detected - recompiling the module!
  132. [INFO] Compiling 13 source files to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\test-classes
  133. [WARNING] /C:/Users/Admin/openmrs-module-ugandaemr/omod/src/test/java/org/openmrs/module/ugandaemr/web/controller/PublicHolidayControllerTest.java: C:\Users\Admin\openmrs-module-ugandaemr\omod\src\test\java\org\openmrs\module\ugandaemr\web\controller\PublicHolidayControllerTest.java uses unchecked or unsafe operations.
  134. [WARNING] /C:/Users/Admin/openmrs-module-ugandaemr/omod/src/test/java/org/openmrs/module/ugandaemr/web/controller/PublicHolidayControllerTest.java: Recompile with -Xlint:unchecked for details.
  135. [INFO]
  136. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ ugandaemr-omod ---
  137. [INFO] Tests are skipped.
  138. [INFO]
  139. [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ ugandaemr-omod ---
  140. [INFO] Building jar: C:\Users\Admin\openmrs-module-ugandaemr\omod\target\ugandaemr-3.2.0-SNAPSHOT.jar
  141. [INFO]
  142. [INFO] --- maven-openmrs-plugin:1.0.1:package-module (pack) @ ugandaemr-omod ---
  143. [INFO] Packaging OpenMRS module
  144. [INFO] Building jar: C:\Users\Admin\openmrs-module-ugandaemr\omod\target\ugandaemr-3.2.0-SNAPSHOT.omod
  145. [INFO]
  146. [INFO] --- maven-jar-plugin:2.3.2:test-jar (default) @ ugandaemr-omod ---
  147. [INFO] Building jar: C:\Users\Admin\openmrs-module-ugandaemr\omod\target\ugandaemr-3.2.0-SNAPSHOT-tests.jar
  148. [INFO]
  149. [INFO] --- maven-install-plugin:2.4:install (default-install) @ ugandaemr-omod ---
  150. [INFO] Installing C:\Users\Admin\openmrs-module-ugandaemr\omod\target\ugandaemr-3.2.0-SNAPSHOT.omod to C:\Users\Admin\.m2\repository\org\openmrs\module\ugandaemr-omod\3.2.0-SNAPSHOT\ugandaemr-omod-3.2.0-SNAPSHOT.jar
  151. [INFO] Installing C:\Users\Admin\openmrs-module-ugandaemr\omod\pom.xml to C:\Users\Admin\.m2\repository\org\openmrs\module\ugandaemr-omod\3.2.0-SNAPSHOT\ugandaemr-omod-3.2.0-SNAPSHOT.pom
  152. [INFO] Installing C:\Users\Admin\openmrs-module-ugandaemr\omod\target\ugandaemr-3.2.0-SNAPSHOT-tests.jar to C:\Users\Admin\.m2\repository\org\openmrs\module\ugandaemr-omod\3.2.0-SNAPSHOT\ugandaemr-omod-3.2.0-SNAPSHOT-tests.jar
  153. [INFO]
  154. [INFO] --- openmrs-sdk-maven-plugin:3.13.1:build-distro (build-distro) @ ugandaemr-omod ---
  155.  
  156. Downloading modules...
  157.  
  158. [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.3.1:war
  159. [INFO] Copying openmrs-webapp-2.3.1.war to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\openmrs-2.3.1.war
  160. file:C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\openmrs-2.3.1.war
  161. target:C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web
  162. [INFO] Configured Artifact: org.openmrs.module:addresshierarchy-omod:2.11.0:jar
  163. [INFO] Configured Artifact: org.openmrs.module:legacyui-omod:1.6.0:jar
  164. [INFO] Configured Artifact: org.openmrs.module:metadatadeploy-omod:1.11.0:jar
  165. [INFO] Configured Artifact: org.openmrs.module:reportingrest-omod:1.11.0:jar
  166. [INFO] Configured Artifact: org.openmrs.module:owa-omod:1.10.0:jar
  167. [INFO] Configured Artifact: org.openmrs.module:fhir2-omod:1.1.0:jar
  168. [INFO] Configured Artifact: org.openmrs.module:serialization.xstream-omod:0.2.14:omod
  169. [INFO] Configured Artifact: org.openmrs.module:registrationapp-omod:1.18.0:jar
  170. [INFO] Configured Artifact: org.openmrs.module:dataintegrity-omod:4.4.3:jar
  171. [INFO] Configured Artifact: org.openmrs:event-omod:2.7.0:jar
  172. [INFO] Configured Artifact: org.openmrs.module:databasebackup-omod:1.3.0:jar
  173. [INFO] Configured Artifact: org.openmrs.module:uilibrary-omod:2.0.6:jar
  174. [INFO] Configured Artifact: org.openmrs.module:htmlwidgets-omod:1.10.0:jar
  175. [INFO] Configured Artifact: org.openmrs.module:dataexchange-omod:1.3.3:jar
  176. [INFO] Configured Artifact: org.openmrs.module:patientflags-omod:3.0.2:jar
  177. [INFO] Configured Artifact: org.openmrs.module:patientqueueing-omod:1.2.0-SNAPSHOT:jar
  178. [INFO] Configured Artifact: org.openmrs.module:ugandaemr-omod:3.2.0-SNAPSHOT:jar
  179. [INFO] Configured Artifact: org.openmrs.module:appui-omod:1.12.0:jar
  180. [INFO] Configured Artifact: org.openmrs.module:allergyui-omod:1.8.2:jar
  181. [INFO] Configured Artifact: org.openmrs.module:providermanagement-omod:2.11.0:jar
  182. [INFO] Configured Artifact: org.openmrs.module:appointmentschedulingui-omod:1.9.0:jar
  183. [INFO] Configured Artifact: org.openmrs.module:ugandaemrsync-omod:1.0.9:jar
  184. [INFO] Configured Artifact: org.openmrs.module:ugandaemrfingerprint-omod:1.0.11:jar
  185. [INFO] Configured Artifact: org.openmrs.module:formentryapp-omod:1.4.2:jar
  186. [INFO] Configured Artifact: org.openmrs.module:idgen-omod:4.5.0:jar
  187. [INFO] Configured Artifact: org.openmrs.module:metadatamapping-omod:1.3.4:jar
  188. [INFO] Configured Artifact: org.openmrs.module:htmlformentryui-omod:1.10.0:jar
  189. [INFO] Configured Artifact: org.openmrs.module:emrapi-omod:1.29.0:jar
  190. [INFO] Configured Artifact: org.openmrs.module:referenceapplication-omod:2.10.0:jar
  191. [INFO] Configured Artifact: org.openmrs.module:htmlformentry-omod:3.11.0:jar
  192. [INFO] Configured Artifact: org.openmrs.module:appframework-omod:2.14.0:jar
  193. [INFO] Configured Artifact: org.openmrs.module:referencemetadata-omod:2.10.1:jar
  194. [INFO] Configured Artifact: org.openmrs.module:reportingui-omod:1.6.0:jar
  195. [INFO] Configured Artifact: org.openmrs.module:coreapps-omod:1.31.0:jar
  196. [INFO] Configured Artifact: org.openmrs.module:reportingcompatibility-omod:2.0.6:jar
  197. [INFO] Configured Artifact: org.openmrs.module:reporting-omod:1.20.0:jar
  198. [INFO] Configured Artifact: org.openmrs.module:adminui-omod:1.3.0:jar
  199. [INFO] Configured Artifact: org.openmrs.module:registrationcore-omod:1.9.0:jar
  200. [INFO] Configured Artifact: org.openmrs.module:appointmentscheduling-omod:1.12.0:jar
  201. [INFO] Configured Artifact: org.openmrs.module:calculation-omod:1.2:jar
  202. [INFO] Configured Artifact: org.openmrs.module:webservices.rest-omod:2.28.0:jar
  203. [INFO] Configured Artifact: org.openmrs.module:uicommons-omod:2.12.0:jar
  204. [INFO] Configured Artifact: org.openmrs.module:xforms-omod:4.3.12:jar
  205. [INFO] Configured Artifact: org.openmrs.module:uiframework-omod:3.17.0:jar
  206. [INFO] Configured Artifact: org.openmrs.module:dataentrystatistics-omod:1.7.0:jar
  207. [INFO] Configured Artifact: org.openmrs.module:ugandaemrreports-omod:2.0.23:jar
  208. [INFO] Configured Artifact: org.openmrs.module:metadatasharing-omod:1.6.0:jar
  209. [INFO] Copying addresshierarchy-omod-2.11.0.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\addresshierarchy-2.11.0.omod
  210. [INFO] Copying legacyui-omod-1.6.0.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\legacyui-1.6.0.omod
  211. [INFO] Copying metadatadeploy-omod-1.11.0.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\metadatadeploy-1.11.0.omod
  212. [INFO] Copying reportingrest-omod-1.11.0.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\reportingrest-1.11.0.omod
  213. [INFO] Copying owa-omod-1.10.0.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\owa-1.10.0.omod
  214. [INFO] Copying fhir2-omod-1.1.0.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\fhir2-1.1.0.omod
  215. [INFO] Copying serialization.xstream-omod-0.2.14.omod to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\serialization.xstream-0.2.14.omod
  216. [INFO] Copying registrationapp-omod-1.18.0.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\registrationapp-1.18.0.omod
  217. [INFO] Copying dataintegrity-omod-4.4.3.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\dataintegrity-4.4.3.omod
  218. [INFO] Copying event-omod-2.7.0.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\event-2.7.0.omod
  219. [INFO] Copying databasebackup-omod-1.3.0.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\databasebackup-1.3.0.omod
  220. [INFO] Copying uilibrary-omod-2.0.6.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\uilibrary-2.0.6.omod
  221. [INFO] Copying htmlwidgets-omod-1.10.0.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\htmlwidgets-1.10.0.omod
  222. [INFO] Copying dataexchange-omod-1.3.3.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\dataexchange-1.3.3.omod
  223. [INFO] Copying patientflags-omod-3.0.2.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\patientflags-3.0.2.omod
  224. [INFO] Copying patientqueueing-omod-1.2.0-SNAPSHOT.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\patientqueueing-1.2.0-SNAPSHOT.omod
  225. [INFO] Copying ugandaemr-3.2.0-SNAPSHOT.omod to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\ugandaemr-3.2.0-SNAPSHOT.omod
  226. [INFO] Copying appui-omod-1.12.0.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\appui-1.12.0.omod
  227. [INFO] Copying allergyui-omod-1.8.2.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\allergyui-1.8.2.omod
  228. [INFO] Copying providermanagement-omod-2.11.0.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\providermanagement-2.11.0.omod
  229. [INFO] Copying appointmentschedulingui-omod-1.9.0.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\appointmentschedulingui-1.9.0.omod
  230. [INFO] Copying ugandaemrsync-omod-1.0.9.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\ugandaemrsync-1.0.9.omod
  231. [INFO] Copying ugandaemrfingerprint-omod-1.0.11.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\ugandaemrfingerprint-1.0.11.omod
  232. [INFO] Copying formentryapp-omod-1.4.2.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\formentryapp-1.4.2.omod
  233. [INFO] Copying idgen-omod-4.5.0.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\idgen-4.5.0.omod
  234. [INFO] Copying metadatamapping-omod-1.3.4.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\metadatamapping-1.3.4.omod
  235. [INFO] Copying htmlformentryui-omod-1.10.0.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\htmlformentryui-1.10.0.omod
  236. [INFO] Copying emrapi-omod-1.29.0.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\emrapi-1.29.0.omod
  237. [INFO] Copying referenceapplication-omod-2.10.0.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\referenceapplication-2.10.0.omod
  238. [INFO] Copying htmlformentry-omod-3.11.0.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\htmlformentry-3.11.0.omod
  239. [INFO] Copying appframework-omod-2.14.0.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\appframework-2.14.0.omod
  240. [INFO] Copying referencemetadata-omod-2.10.1.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\referencemetadata-2.10.1.omod
  241. [INFO] Copying reportingui-omod-1.6.0.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\reportingui-1.6.0.omod
  242. [INFO] Copying coreapps-omod-1.31.0.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\coreapps-1.31.0.omod
  243. [INFO] Copying reportingcompatibility-omod-2.0.6.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\reportingcompatibility-2.0.6.omod
  244. [INFO] Copying reporting-omod-1.20.0.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\reporting-1.20.0.omod
  245. [INFO] Copying adminui-omod-1.3.0.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\adminui-1.3.0.omod
  246. [INFO] Copying registrationcore-omod-1.9.0.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\registrationcore-1.9.0.omod
  247. [INFO] Copying appointmentscheduling-omod-1.12.0.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\appointmentscheduling-1.12.0.omod
  248. [INFO] Copying calculation-omod-1.2.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\calculation-1.2.omod
  249. [INFO] Copying webservices.rest-omod-2.28.0.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\webservices.rest-2.28.0.omod
  250. [INFO] Copying uicommons-omod-2.12.0.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\uicommons-2.12.0.omod
  251. [INFO] Copying xforms-omod-4.3.12.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\xforms-4.3.12.omod
  252. [INFO] Copying uiframework-omod-3.17.0.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\uiframework-3.17.0.omod
  253. [INFO] Copying dataentrystatistics-omod-1.7.0.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\dataentrystatistics-1.7.0.omod
  254. [INFO] Copying ugandaemrreports-omod-2.0.23.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\ugandaemrreports-2.0.23.omod
  255. [INFO] Copying metadatasharing-omod-1.6.0.jar to C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker\web\WEB-INF\bundledModules\metadatasharing-1.6.0.omod
  256.  
  257. Creating Docker Compose configuration...
  258.  
  259.  
  260. The 'ugandaemr' distribution created! To start up the server run 'docker-compose up' from C:\Users\Admin\openmrs-module-ugandaemr\omod\target\docker
  261.  
  262. [INFO]
  263. [INFO] -----------------< org.openmrs.module:ugandaemr-tools >-----------------
  264. [INFO] Building ugandaemr tools Module 3.2.0-SNAPSHOT [4/4]
  265. [INFO] --------------------------------[ jar ]---------------------------------
  266. [INFO]
  267. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ugandaemr-tools ---
  268. [INFO] Deleting C:\Users\Admin\openmrs-module-ugandaemr\tools\target
  269. [INFO]
  270. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ugandaemr-tools ---
  271. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  272. [INFO] Copying 52 resources
  273. [INFO] skip non existing resourceDirectory C:\Users\Admin\openmrs-module-ugandaemr\tools\src\main\webapp
  274. [INFO] skip non existing resourceDirectory C:\Users\Admin\openmrs-module-ugandaemr\tools\src\main\webapp
  275. [INFO]
  276. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ ugandaemr-tools ---
  277. [INFO] No sources to compile
  278. [INFO]
  279. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ugandaemr-tools ---
  280. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  281. [INFO] skip non existing resourceDirectory C:\Users\Admin\openmrs-module-ugandaemr\tools\src\test\resources
  282. [INFO]
  283. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ ugandaemr-tools ---
  284. [INFO] No sources to compile
  285. [INFO]
  286. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ ugandaemr-tools ---
  287. [INFO] Tests are skipped.
  288. [INFO]
  289. [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ ugandaemr-tools ---
  290. [INFO] Building jar: C:\Users\Admin\openmrs-module-ugandaemr\tools\target\ugandaemr-3.2.0-SNAPSHOT.jar
  291. [INFO]
  292. [INFO] --- exec-maven-plugin:1.3.1:exec (default) @ ugandaemr-tools ---
  293. [INFO]
  294. [INFO] --- maven-jar-plugin:2.3.2:test-jar (default) @ ugandaemr-tools ---
  295. [WARNING] JAR will be empty - no content was marked for inclusion!
  296. [INFO] Building jar: C:\Users\Admin\openmrs-module-ugandaemr\tools\target\ugandaemr-3.2.0-SNAPSHOT-tests.jar
  297. [INFO]
  298. [INFO] --- maven-install-plugin:2.4:install (default-install) @ ugandaemr-tools ---
  299. [INFO] Installing C:\Users\Admin\openmrs-module-ugandaemr\tools\target\ugandaemr-3.2.0-SNAPSHOT.jar to C:\Users\Admin\.m2\repository\org\openmrs\module\ugandaemr-tools\3.2.0-SNAPSHOT\ugandaemr-tools-3.2.0-SNAPSHOT.jar
  300. [INFO] Installing C:\Users\Admin\openmrs-module-ugandaemr\tools\pom.xml to C:\Users\Admin\.m2\repository\org\openmrs\module\ugandaemr-tools\3.2.0-SNAPSHOT\ugandaemr-tools-3.2.0-SNAPSHOT.pom
  301. [INFO] Installing C:\Users\Admin\openmrs-module-ugandaemr\tools\target\ugandaemr-3.2.0-SNAPSHOT-tests.jar to C:\Users\Admin\.m2\repository\org\openmrs\module\ugandaemr-tools\3.2.0-SNAPSHOT\ugandaemr-tools-3.2.0-SNAPSHOT-tests.jar
  302. [INFO] ------------------------------------------------------------------------
  303. [INFO] Reactor Summary for Ugandaemr 3.2.0-SNAPSHOT:
  304. [INFO]
  305. [INFO] Ugandaemr .......................................... SUCCESS [ 2.720 s]
  306. [INFO] Ugandaemr Module API ............................... SUCCESS [01:00 min]
  307. [INFO] Ugandaemr Module OMOD .............................. SUCCESS [01:10 min]
  308. [INFO] ugandaemr tools Module ............................. SUCCESS [ 31.620 s]
  309. [INFO] ------------------------------------------------------------------------
  310. [INFO] BUILD SUCCESS
  311. [INFO] ------------------------------------------------------------------------
  312. [INFO] Total time: 02:51 min
  313. [INFO] Finished at: 2021-04-14T10:09:49+03:00
  314. [INFO] ------------------------------------------------------------------------
  315. Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T21:41:47+03:00)
  316. Maven home: C:\apache-maven-3.6.0\bin\..
  317. Java version: 1.8.0_171, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk1.8.0_171\jre
  318. Default locale: en_US, platform encoding: Cp1252
  319. OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
  320. [INFO] Scanning for projects...
  321. [INFO]
  322. [INFO] ---< org.openmrs.maven.plugins:openmrs-sdk-watched-projects-server1 >---
  323. [INFO] Building openmrs-sdk-watched-projects-server1 1.0.0-SNAPSHOT
  324. [INFO] --------------------------------[ pom ]---------------------------------
  325. [INFO]
  326. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-sdk-watched-projects-server1 ---
  327. [INFO]
  328. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-sdk-watched-projects-server1 ---
  329. [INFO] Installing C:\Users\Admin\openmrs\server1\watched-projects\pom.xml to C:\Users\Admin\.m2\repository\org\openmrs\maven\plugins\openmrs-sdk-watched-projects-server1\1.0.0-SNAPSHOT\openmrs-sdk-watched-projects-server1-1.0.0-SNAPSHOT.pom
  330. [INFO] ------------------------------------------------------------------------
  331. [INFO] BUILD SUCCESS
  332. [INFO] ------------------------------------------------------------------------
  333. [INFO] Total time: 1.455 s
  334. [INFO] Finished at: 2021-04-14T10:09:56+03:00
  335. [INFO] ------------------------------------------------------------------------
  336. [INFO] Configured Artifact: org.openmrs.module:ugandaemr-omod:3.2.0-SNAPSHOT:jar
  337. [INFO] Copying ugandaemr-omod-3.2.0-SNAPSHOT.jar to C:\Users\Admin\openmrs\server1\modules\ugandaemr-3.2.0-SNAPSHOT.omod
  338. [info] Module 'ugandaemr' was updated to version '3.2.0-SNAPSHOT'
  339.  
  340. Forking a new process... (use -Dfork=false to prevent forking)
  341.  
  342. Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T21:41:47+03:00)
  343. Maven home: C:\apache-maven-3.6.0\bin\..
  344. Java version: 1.8.0_171, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk1.8.0_171\jre
  345. Default locale: en_US, platform encoding: Cp1252
  346. OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
  347. [INFO] Scanning for projects...
  348. [INFO]
  349. [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
  350. [INFO] Building Maven Stub Project (No POM) 1
  351. [INFO] --------------------------------[ pom ]---------------------------------
  352. [INFO]
  353. [INFO] --- openmrs-sdk-maven-plugin:3.13.7:run-tomcat (default-cli) @ standalone-pom ---
  354.  
  355.  
  356. Using JAVA_HOME: C:\Program Files\Java\jdk1.8.0_171\jre
  357.  
  358. Using MAVEN_OPTS: -Xmx768m -XX:MaxPermSize=512m
  359.  
  360. Starting Tomcat...
  361.  
  362.  
  363. Hot redeployment of UI framework changes enabled for:
  364.  
  365. 1) org.openmrs.module:ugandaemr at C:\Users\Admin\openmrs-module-ugandaemr
  366.  
  367.  
  368. Apr 14, 2021 10:10:16 AM org.apache.coyote.AbstractProtocol init
  369. INFO: Initializing ProtocolHandler ["http-bio-8080"]
  370. Apr 14, 2021 10:10:16 AM org.apache.catalina.core.StandardService startInternal
  371. INFO: Starting service [Tomcat]
  372. Apr 14, 2021 10:10:16 AM org.apache.catalina.core.StandardEngine startInternal
  373. INFO: Starting Servlet Engine: Apache Tomcat/7.0.100
  374. Apr 14, 2021 10:10:16 AM org.apache.catalina.startup.TldConfig execute
  375. INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
  376. Apr 14, 2021 10:10:18 AM org.apache.catalina.util.SessionIdGeneratorBase createSecureRandom
  377. WARNING: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [2,011] milliseconds.
  378. Apr 14, 2021 10:10:24 AM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment
  379. INFO: No global web.xml found
  380. Apr 14, 2021 10:10:26 AM org.apache.catalina.deploy.WebXml setVersion
  381. WARNING: Unknown version string [4.0]. Default version will be used.
  382. Apr 14, 2021 10:10:37 AM org.apache.catalina.startup.TaglibUriRule body
  383. INFO: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined
  384. Apr 14, 2021 10:10:37 AM org.apache.catalina.startup.TaglibUriRule body
  385. INFO: TLD skipped. URI: http://java.sun.com/jstl/core is already defined
  386. Apr 14, 2021 10:10:37 AM org.apache.catalina.startup.TaglibUriRule body
  387. INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/core is already defined
  388. Apr 14, 2021 10:10:37 AM org.apache.catalina.startup.TaglibUriRule body
  389. INFO: TLD skipped. URI: http://java.sun.com/jstl/fmt_rt is already defined
  390. Apr 14, 2021 10:10:37 AM org.apache.catalina.startup.TaglibUriRule body
  391. INFO: TLD skipped. URI: http://java.sun.com/jstl/fmt is already defined
  392. Apr 14, 2021 10:10:37 AM org.apache.catalina.startup.TaglibUriRule body
  393. INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/fmt is already defined
  394. Apr 14, 2021 10:10:37 AM org.apache.catalina.startup.TaglibUriRule body
  395. INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined
  396. Apr 14, 2021 10:10:37 AM org.apache.catalina.startup.TaglibUriRule body
  397. INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/permittedTaglibs is already defined
  398. Apr 14, 2021 10:10:37 AM org.apache.catalina.startup.TaglibUriRule body
  399. INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/scriptfree is already defined
  400. Apr 14, 2021 10:10:37 AM org.apache.catalina.startup.TaglibUriRule body
  401. INFO: TLD skipped. URI: http://java.sun.com/jstl/sql_rt is already defined
  402. Apr 14, 2021 10:10:37 AM org.apache.catalina.startup.TaglibUriRule body
  403. INFO: TLD skipped. URI: http://java.sun.com/jstl/sql is already defined
  404. Apr 14, 2021 10:10:37 AM org.apache.catalina.startup.TaglibUriRule body
  405. INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/sql is already defined
  406. Apr 14, 2021 10:10:37 AM org.apache.catalina.startup.TaglibUriRule body
  407. INFO: TLD skipped. URI: http://java.sun.com/jstl/xml_rt is already defined
  408. Apr 14, 2021 10:10:37 AM org.apache.catalina.startup.TaglibUriRule body
  409. INFO: TLD skipped. URI: http://java.sun.com/jstl/xml is already defined
  410. Apr 14, 2021 10:10:37 AM org.apache.catalina.startup.TaglibUriRule body
  411. INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/xml is already defined
  412. Apr 14, 2021 10:10:37 AM org.apache.catalina.startup.TldConfig execute
  413. INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
  414. SLF4J: Class path contains multiple SLF4J bindings.
  415. SLF4J: Found binding in [jar:file:/C:/Users/Admin/openmrs/server1/tmp/openmrs/WEB-INF/lib/slf4j-log4j12-1.7.26.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  416. SLF4J: Found binding in [jar:file:/C:/Users/Admin/.m2/repository/org/slf4j/slf4j-simple/1.6.2/slf4j-simple-1.6.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  417. SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
  418. SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
  419. Apr 14, 2021 10:10:38 AM org.apache.catalina.core.ApplicationContext log
  420. INFO: Initializing log4j from [classpath:log4j.xml]
  421. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2078) |2021-04-14 10:10:39,316| Unable to find a runtime properties file at C:\Users\Admin\openmrs-runtime.properties
  422. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2078) |2021-04-14 10:10:39,382| Unable to find a runtime properties file at C:\Users\Admin\openmrs-runtime.properties
  423. INFO - Listener.contextInitialized(173) |2021-04-14 10:10:39,383| Using runtime properties file: C:\Users\Admin\openmrs\server1\openmrs-runtime.properties
  424. Wed Apr 14 10:10:41 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  425. INFO 4/14/21 10:10 AM:liquibase: Reading from `liquibasechangelog`
  426. WARNING 4/14/21 10:10 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
  427. WARNING 4/14/21 10:10 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
  428. WARNING 4/14/21 10:10 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
  429. Wed Apr 14 10:10:48 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  430. INFO - EhCacheManagerFactoryBean.afterPropertiesSet(129) |2021-04-14 10:10:56,672| Initializing EhCache CacheManager
  431. Wed Apr 14 10:11:03 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  432. WARN - SimpleUrlHandlerMapping.registerHandlers(115) |2021-04-14 10:11:17,554| Neither 'urlMap' nor 'mappings' set on SimpleUrlHandlerMapping
  433. WARN - Listener.loadBundledModules(500) |2021-04-14 10:11:17,614| Bundled module folder doesn't exist: C:\Users\Admin\openmrs\server1\tmp\openmrs\WEB-INF\bundledModules
  434. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2078) |2021-04-14 10:11:17,614| Unable to find a runtime properties file at C:\Users\Admin\openmrs-runtime.properties
  435. Wed Apr 14 10:11:17 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  436. INFO 4/14/21 10:11 AM:liquibase: Reading from `liquibasechangelog`
  437. WARNING 4/14/21 10:11 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
  438. WARNING 4/14/21 10:11 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
  439. WARNING 4/14/21 10:11 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
  440. Wed Apr 14 10:11:19 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  441. Wed Apr 14 10:12:32 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  442. Wed Apr 14 10:12:32 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  443. Wed Apr 14 10:14:56 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  444. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:14:57,945| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: legacyui.started value: true,
  445. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:14:58,021| Exiting method saveGlobalProperty
  446. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:14:58,032| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: legacyui.mandatory value: false,
  447. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:14:58,041| Exiting method saveGlobalProperty
  448. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:14:58,162| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: dataexchange.started value: true,
  449. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:14:58,174| Exiting method saveGlobalProperty
  450. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:14:58,183| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: dataexchange.mandatory value: false,
  451. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:14:58,194| Exiting method saveGlobalProperty
  452. Wed Apr 14 10:14:58 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  453. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:14:58,355| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: serialization.xstream.started value: true,
  454. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:14:58,363| Exiting method saveGlobalProperty
  455. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:14:58,374| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: serialization.xstream.mandatory value: false,
  456. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:14:58,383| Exiting method saveGlobalProperty
  457. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:14:58,449| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlwidgets.started value: true,
  458. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:14:58,458| Exiting method saveGlobalProperty
  459. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:14:58,470| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlwidgets.mandatory value: false,
  460. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:14:58,490| Exiting method saveGlobalProperty
  461. Wed Apr 14 10:14:59 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  462. INFO 4/14/21 10:14 AM:liquibase: Reading from `liquibasechangelog`
  463. INFO 4/14/21 10:14 AM:liquibase: Successfully acquired change log lock
  464. INFO 4/14/21 10:15 AM:liquibase: Successfully released change log lock
  465. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:00,147| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: databasebackup.started value: true,
  466. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:00,156| Exiting method saveGlobalProperty
  467. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:00,167| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: databasebackup.mandatory value: false,
  468. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:00,175| Exiting method saveGlobalProperty
  469. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:01,485| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: event.started value: true,
  470. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:01,492| Exiting method saveGlobalProperty
  471. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:01,499| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: event.mandatory value: false,
  472. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:01,505| Exiting method saveGlobalProperty
  473. Wed Apr 14 10:15:13 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  474. INFO 4/14/21 10:15 AM:liquibase: Reading from `liquibasechangelog`
  475. INFO 4/14/21 10:15 AM:liquibase: Successfully acquired change log lock
  476. INFO 4/14/21 10:15 AM:liquibase: Successfully released change log lock
  477. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:14,795| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: fhir2.started value: true,
  478. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:14,807| Exiting method saveGlobalProperty
  479. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:14,818| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: fhir2.mandatory value: false,
  480. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:14,828| Exiting method saveGlobalProperty
  481. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:15,107| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingcompatibility.started value: true,
  482. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:15,116| Exiting method saveGlobalProperty
  483. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:15,129| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingcompatibility.mandatory value: false,
  484. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:15,137| Exiting method saveGlobalProperty
  485. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:15,664| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: webservices.rest.started value: true,
  486. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:15,671| Exiting method saveGlobalProperty
  487. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:15,685| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: webservices.rest.mandatory value: false,
  488. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:15,695| Exiting method saveGlobalProperty
  489. Wed Apr 14 10:15:16 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  490. INFO 4/14/21 10:15 AM:liquibase: Reading from `liquibasechangelog`
  491. INFO 4/14/21 10:15 AM:liquibase: Successfully acquired change log lock
  492. INFO 4/14/21 10:15 AM:liquibase: Successfully released change log lock
  493. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:18,449| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: idgen.started value: true,
  494. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:18,461| Exiting method saveGlobalProperty
  495. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:18,474| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: idgen.mandatory value: false,
  496. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:18,483| Exiting method saveGlobalProperty
  497. Wed Apr 14 10:15:18 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  498. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  499. INFO 4/14/21 10:15 AM:liquibase: Reading from `liquibasechangelog`
  500. INFO 4/14/21 10:15 AM:liquibase: Successfully acquired change log lock
  501. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  502. INFO 4/14/21 10:15 AM:liquibase: Successfully released change log lock
  503. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:19,291| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.started value: true,
  504. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:19,300| Exiting method saveGlobalProperty
  505. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:19,309| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.mandatory value: false,
  506. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:19,319| Exiting method saveGlobalProperty
  507. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:19,369| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.patientNameSearch value: registrationcore.BasicPatientNameSearch,
  508. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:19,577| Exiting method saveGlobalProperty
  509. Wed Apr 14 10:15:20 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  510. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  511. INFO 4/14/21 10:15 AM:liquibase: Reading from `liquibasechangelog`
  512. INFO 4/14/21 10:15 AM:liquibase: Successfully acquired change log lock
  513. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  514. INFO 4/14/21 10:15 AM:liquibase: Successfully released change log lock
  515. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:20,730| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uiframework.started value: true,
  516. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:20,738| Exiting method saveGlobalProperty
  517. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:20,749| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uiframework.mandatory value: false,
  518. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:20,756| Exiting method saveGlobalProperty
  519. Wed Apr 14 10:15:20 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  520. Wed Apr 14 10:15:20 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  521. Wed Apr 14 10:15:21 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  522. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  523. INFO 4/14/21 10:15 AM:liquibase: Reading from `liquibasechangelog`
  524. INFO 4/14/21 10:15 AM:liquibase: Successfully acquired change log lock
  525. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  526. INFO 4/14/21 10:15 AM:liquibase: Successfully released change log lock
  527. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:22,009| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uicommons.started value: true,
  528. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:22,018| Exiting method saveGlobalProperty
  529. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:22,030| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uicommons.mandatory value: false,
  530. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:22,041| Exiting method saveGlobalProperty
  531. Wed Apr 14 10:15:22 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  532. INFO 4/14/21 10:15 AM:liquibase: Reading from `liquibasechangelog`
  533. INFO 4/14/21 10:15 AM:liquibase: Successfully acquired change log lock
  534. INFO 4/14/21 10:15 AM:liquibase: Successfully released change log lock
  535. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:22,967| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: dataintegrity.started value: true,
  536. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:22,976| Exiting method saveGlobalProperty
  537. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:22,985| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: dataintegrity.mandatory value: false,
  538. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:22,994| Exiting method saveGlobalProperty
  539. Wed Apr 14 10:15:23 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  540. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  541. INFO 4/14/21 10:15 AM:liquibase: Reading from `liquibasechangelog`
  542. INFO 4/14/21 10:15 AM:liquibase: Successfully acquired change log lock
  543. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  544. INFO 4/14/21 10:15 AM:liquibase: Successfully released change log lock
  545. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:23,535| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uilibrary.started value: true,
  546. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:23,542| Exiting method saveGlobalProperty
  547. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:23,553| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uilibrary.mandatory value: false,
  548. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:23,562| Exiting method saveGlobalProperty
  549. Wed Apr 14 10:15:23 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  550. INFO 4/14/21 10:15 AM:liquibase: Reading from `liquibasechangelog`
  551. INFO 4/14/21 10:15 AM:liquibase: Successfully acquired change log lock
  552. INFO 4/14/21 10:15 AM:liquibase: Successfully released change log lock
  553. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:24,905| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: providermanagement.started value: true,
  554. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:24,913| Exiting method saveGlobalProperty
  555. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:24,922| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: providermanagement.mandatory value: false,
  556. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:24,931| Exiting method saveGlobalProperty
  557. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:25,235| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.started value: true,
  558. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:25,242| Exiting method saveGlobalProperty
  559. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:25,250| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.mandatory value: false,
  560. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:25,256| Exiting method saveGlobalProperty
  561. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:25,686| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: owa.started value: true,
  562. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:25,694| Exiting method saveGlobalProperty
  563. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:25,706| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: owa.mandatory value: false,
  564. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:25,715| Exiting method saveGlobalProperty
  565. Wed Apr 14 10:15:27 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  566. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  567. INFO 4/14/21 10:15 AM:liquibase: Reading from `liquibasechangelog`
  568. INFO 4/14/21 10:15 AM:liquibase: Successfully acquired change log lock
  569. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  570. INFO 4/14/21 10:15 AM:liquibase: Successfully released change log lock
  571. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:28,559| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatamapping.started value: true,
  572. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:28,570| Exiting method saveGlobalProperty
  573. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:28,584| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatamapping.mandatory value: false,
  574. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:28,592| Exiting method saveGlobalProperty
  575. Wed Apr 14 10:15:28 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  576. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  577. INFO 4/14/21 10:15 AM:liquibase: Reading from `liquibasechangelog`
  578. INFO 4/14/21 10:15 AM:liquibase: Successfully acquired change log lock
  579. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  580. INFO 4/14/21 10:15 AM:liquibase: Successfully released change log lock
  581. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:29,694| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlformentry.started value: true,
  582. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:29,703| Exiting method saveGlobalProperty
  583. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:29,714| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlformentry.mandatory value: false,
  584. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:29,721| Exiting method saveGlobalProperty
  585. Wed Apr 14 10:15:29 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  586. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  587. INFO 4/14/21 10:15 AM:liquibase: Reading from `liquibasechangelog`
  588. INFO 4/14/21 10:15 AM:liquibase: Successfully acquired change log lock
  589. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  590. INFO 4/14/21 10:15 AM:liquibase: Successfully released change log lock
  591. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:30,365| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatasharing.started value: true,
  592. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:30,372| Exiting method saveGlobalProperty
  593. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:30,383| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatasharing.mandatory value: false,
  594. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:30,391| Exiting method saveGlobalProperty
  595. Wed Apr 14 10:15:30 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  596. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  597. INFO 4/14/21 10:15 AM:liquibase: Reading from `liquibasechangelog`
  598. INFO 4/14/21 10:15 AM:liquibase: Successfully acquired change log lock
  599. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  600. INFO 4/14/21 10:15 AM:liquibase: Successfully released change log lock
  601. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:31,291| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatadeploy.started value: true,
  602. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:31,300| Exiting method saveGlobalProperty
  603. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:31,310| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatadeploy.mandatory value: false,
  604. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:31,317| Exiting method saveGlobalProperty
  605. Wed Apr 14 10:15:31 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  606. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  607. INFO 4/14/21 10:15 AM:liquibase: Reading from `liquibasechangelog`
  608. INFO 4/14/21 10:15 AM:liquibase: Successfully acquired change log lock
  609. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  610. INFO 4/14/21 10:15 AM:liquibase: Successfully released change log lock
  611. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:31,806| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: patientflags.started value: true,
  612. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:31,813| Exiting method saveGlobalProperty
  613. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:31,822| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: patientflags.mandatory value: false,
  614. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:31,831| Exiting method saveGlobalProperty
  615. Wed Apr 14 10:15:32 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  616. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  617. INFO 4/14/21 10:15 AM:liquibase: Reading from `liquibasechangelog`
  618. INFO 4/14/21 10:15 AM:liquibase: Successfully acquired change log lock
  619. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  620. INFO 4/14/21 10:15 AM:liquibase: Successfully released change log lock
  621. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:32,587| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: calculation.started value: true,
  622. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:32,596| Exiting method saveGlobalProperty
  623. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:32,603| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: calculation.mandatory value: false,
  624. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:32,611| Exiting method saveGlobalProperty
  625. Wed Apr 14 10:15:35 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  626. INFO 4/14/21 10:15 AM:liquibase: Reading from `liquibasechangelog`
  627. INFO 4/14/21 10:15 AM:liquibase: Successfully acquired change log lock
  628. INFO 4/14/21 10:15 AM:liquibase: Successfully released change log lock
  629. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:35,762| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.started value: true,
  630. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:35,769| Exiting method saveGlobalProperty
  631. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:35,779| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.mandatory value: false,
  632. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:35,786| Exiting method saveGlobalProperty
  633. Wed Apr 14 10:15:36 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  634. INFO 4/14/21 10:15 AM:liquibase: Reading from `liquibasechangelog`
  635. INFO 4/14/21 10:15 AM:liquibase: Successfully acquired change log lock
  636. INFO 4/14/21 10:15 AM:liquibase: Successfully released change log lock
  637. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:36,815| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: emrapi.started value: true,
  638. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:36,822| Exiting method saveGlobalProperty
  639. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:36,832| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: emrapi.mandatory value: false,
  640. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:36,839| Exiting method saveGlobalProperty
  641. Wed Apr 14 10:15:37 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  642. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  643. INFO 4/14/21 10:15 AM:liquibase: Reading from `liquibasechangelog`
  644. INFO 4/14/21 10:15 AM:liquibase: Successfully acquired change log lock
  645. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  646. INFO 4/14/21 10:15 AM:liquibase: Successfully released change log lock
  647. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:38,482| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appointmentscheduling.started value: true,
  648. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:38,489| Exiting method saveGlobalProperty
  649. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:38,499| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appointmentscheduling.mandatory value: false,
  650. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:38,506| Exiting method saveGlobalProperty
  651. Wed Apr 14 10:15:38 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  652. INFO 4/14/21 10:15 AM:liquibase: Reading from `liquibasechangelog`
  653. INFO 4/14/21 10:15 AM:liquibase: Successfully acquired change log lock
  654. INFO 4/14/21 10:15 AM:liquibase: Successfully released change log lock
  655. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:39,387| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referencemetadata.started value: true,
  656. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:39,391| Exiting method saveGlobalProperty
  657. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:39,401| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referencemetadata.mandatory value: false,
  658. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:39,410| Exiting method saveGlobalProperty
  659. Wed Apr 14 10:15:39 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  660. INFO 4/14/21 10:15 AM:liquibase: Reading from `liquibasechangelog`
  661. INFO 4/14/21 10:15 AM:liquibase: Successfully acquired change log lock
  662. INFO 4/14/21 10:15 AM:liquibase: Successfully released change log lock
  663. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:40,277| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingrest.started value: true,
  664. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:40,285| Exiting method saveGlobalProperty
  665. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:40,291| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingrest.mandatory value: false,
  666. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:40,299| Exiting method saveGlobalProperty
  667. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:40,375| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: dataentrystatistics.started value: true,
  668. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:40,382| Exiting method saveGlobalProperty
  669. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:40,389| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: dataentrystatistics.mandatory value: false,
  670. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:40,394| Exiting method saveGlobalProperty
  671. Wed Apr 14 10:15:41 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  672. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  673. INFO 4/14/21 10:15 AM:liquibase: Reading from `liquibasechangelog`
  674. INFO 4/14/21 10:15 AM:liquibase: Successfully acquired change log lock
  675. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  676. INFO 4/14/21 10:15 AM:liquibase: Successfully released change log lock
  677. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:42,290| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appframework.started value: true,
  678. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:42,299| Exiting method saveGlobalProperty
  679. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:42,309| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appframework.mandatory value: false,
  680. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:42,318| Exiting method saveGlobalProperty
  681. Wed Apr 14 10:15:42 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  682. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  683. INFO 4/14/21 10:15 AM:liquibase: Reading from `liquibasechangelog`
  684. INFO 4/14/21 10:15 AM:liquibase: Successfully acquired change log lock
  685. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  686. INFO 4/14/21 10:15 AM:liquibase: Successfully released change log lock
  687. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:42,878| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: formentryapp.started value: true,
  688. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:42,887| Exiting method saveGlobalProperty
  689. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:42,898| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: formentryapp.mandatory value: false,
  690. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:42,905| Exiting method saveGlobalProperty
  691. Wed Apr 14 10:15:43 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  692. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  693. INFO 4/14/21 10:15 AM:liquibase: Reading from `liquibasechangelog`
  694. INFO 4/14/21 10:15 AM:liquibase: Successfully acquired change log lock
  695. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  696. INFO 4/14/21 10:15 AM:liquibase: Successfully released change log lock
  697. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:44,010| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: allergyui.started value: true,
  698. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:44,016| Exiting method saveGlobalProperty
  699. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:44,022| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: allergyui.mandatory value: false,
  700. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:44,028| Exiting method saveGlobalProperty
  701. Wed Apr 14 10:15:44 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  702. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  703. INFO 4/14/21 10:15 AM:liquibase: Reading from `liquibasechangelog`
  704. INFO 4/14/21 10:15 AM:liquibase: Successfully acquired change log lock
  705. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  706. INFO 4/14/21 10:15 AM:liquibase: Successfully released change log lock
  707. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:45,263| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appui.started value: true,
  708. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:45,271| Exiting method saveGlobalProperty
  709. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:45,284| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appui.mandatory value: false,
  710. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:45,290| Exiting method saveGlobalProperty
  711. Wed Apr 14 10:15:45 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  712. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  713. INFO 4/14/21 10:15 AM:liquibase: Reading from `liquibasechangelog`
  714. INFO 4/14/21 10:15 AM:liquibase: Successfully acquired change log lock
  715. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  716. INFO 4/14/21 10:15 AM:liquibase: Successfully released change log lock
  717. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:46,114| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: adminui.started value: true,
  718. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:46,129| Exiting method saveGlobalProperty
  719. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:46,137| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: adminui.mandatory value: false,
  720. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:46,144| Exiting method saveGlobalProperty
  721. Wed Apr 14 10:15:46 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  722. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  723. INFO 4/14/21 10:15 AM:liquibase: Reading from `liquibasechangelog`
  724. INFO 4/14/21 10:15 AM:liquibase: Successfully acquired change log lock
  725. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  726. INFO 4/14/21 10:15 AM:liquibase: Successfully released change log lock
  727. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:47,372| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: coreapps.started value: true,
  728. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:47,387| Exiting method saveGlobalProperty
  729. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:47,397| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: coreapps.mandatory value: false,
  730. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:47,401| Exiting method saveGlobalProperty
  731. Wed Apr 14 10:15:48 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  732. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  733. INFO 4/14/21 10:15 AM:liquibase: Reading from `liquibasechangelog`
  734. INFO 4/14/21 10:15 AM:liquibase: Successfully acquired change log lock
  735. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  736. INFO 4/14/21 10:15 AM:liquibase: Successfully released change log lock
  737. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:49,237| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: ugandaemrfingerprint.started value: true,
  738. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:49,244| Exiting method saveGlobalProperty
  739. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:49,254| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: ugandaemrfingerprint.mandatory value: false,
  740. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:49,260| Exiting method saveGlobalProperty
  741. Wed Apr 14 10:15:49 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  742. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  743. INFO 4/14/21 10:15 AM:liquibase: Reading from `liquibasechangelog`
  744. INFO 4/14/21 10:15 AM:liquibase: Successfully acquired change log lock
  745. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  746. INFO 4/14/21 10:15 AM:liquibase: Successfully released change log lock
  747. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:49,940| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: patientqueueing.started value: true,
  748. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:49,949| Exiting method saveGlobalProperty
  749. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:49,957| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: patientqueueing.mandatory value: false,
  750. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:49,966| Exiting method saveGlobalProperty
  751. Wed Apr 14 10:15:51 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  752. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  753. INFO 4/14/21 10:15 AM:liquibase: Reading from `liquibasechangelog`
  754. INFO 4/14/21 10:15 AM:liquibase: Successfully acquired change log lock
  755. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  756. INFO 4/14/21 10:15 AM:liquibase: Successfully released change log lock
  757. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:52,194| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: xforms.started value: true,
  758. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:52,202| Exiting method saveGlobalProperty
  759. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:52,210| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: xforms.mandatory value: false,
  760. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:52,218| Exiting method saveGlobalProperty
  761. Wed Apr 14 10:15:53 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  762. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  763. INFO 4/14/21 10:15 AM:liquibase: Reading from `liquibasechangelog`
  764. INFO 4/14/21 10:15 AM:liquibase: Successfully acquired change log lock
  765. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  766. INFO 4/14/21 10:15 AM:liquibase: Successfully released change log lock
  767. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:55,021| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: ugandaemrreports.started value: true,
  768. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:55,033| Exiting method saveGlobalProperty
  769. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:15:55,042| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: ugandaemrreports.mandatory value: false,
  770. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:15:55,050| Exiting method saveGlobalProperty
  771. Wed Apr 14 10:15:57 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  772. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  773. INFO 4/14/21 10:15 AM:liquibase: Reading from `liquibasechangelog`
  774. INFO 4/14/21 10:15 AM:liquibase: Successfully acquired change log lock
  775. INFO 4/14/21 10:15 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  776. INFO 4/14/21 10:15 AM:liquibase: Reading from `liquibasechangelog`
  777. SEVERE 4/14/21 10:15 AM:liquibase: Change Set liquibase.xml::ugandaemrsync-1561871469104-1::slubwama failed. Error: Error executing SQL CREATE TABLE `sync_task` (`sync_task_id` INT AUTO_INCREMENT NOT NULL, `sync_task_type` INT DEFAULT 0 NOT NULL, `sync_task` VARCHAR(255) NOT NULL, `status` VARCHAR(255) NOT NULL, `status_code` INT DEFAULT 0 NOT NULL, `sent_to_url` VARCHAR(255) NOT NULL, `require_action` TINYINT(3) DEFAULT 0 NULL, `action_completed` TINYINT(3) DEFAULT 0 NULL, `date_sent` DATETIME NULL, `creator` INT NULL, `date_created` DATETIME NULL, `changed_by` INT NULL, `date_changed` DATETIME NULL, `voided` TINYINT(3) NULL, `date_voided` DATETIME NULL, `voided_by` INT NULL, `void_reason` VARCHAR(255) NULL, `uuid` VARCHAR(38) NULL, CONSTRAINT `PK_SYNC_TASK` PRIMARY KEY (`sync_task_id`)): Table 'sync_task' already exists
  778. liquibase.exception.DatabaseException: Error executing SQL CREATE TABLE `sync_task` (`sync_task_id` INT AUTO_INCREMENT NOT NULL, `sync_task_type` INT DEFAULT 0 NOT NULL, `sync_task` VARCHAR(255) NOT NULL, `status` VARCHAR(255) NOT NULL, `status_code` INT DEFAULT 0 NOT NULL, `sent_to_url` VARCHAR(255) NOT NULL, `require_action` TINYINT(3) DEFAULT 0 NULL, `action_completed` TINYINT(3) DEFAULT 0 NULL, `date_sent` DATETIME NULL, `creator` INT NULL, `date_created` DATETIME NULL, `changed_by` INT NULL, `date_changed` DATETIME NULL, `voided` TINYINT(3) NULL, `date_voided` DATETIME NULL, `voided_by` INT NULL, `void_reason` VARCHAR(255) NULL, `uuid` VARCHAR(38) NULL, CONSTRAINT `PK_SYNC_TASK` PRIMARY KEY (`sync_task_id`)): Table 'sync_task' already exists
  779. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:62)
  780. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:104)
  781. at liquibase.database.AbstractDatabase.execute(AbstractDatabase.java:1091)
  782. at liquibase.database.AbstractDatabase.executeStatements(AbstractDatabase.java:1075)
  783. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:317)
  784. at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
  785. at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:191)
  786. at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
  787. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:220)
  788. at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:986)
  789. at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:726)
  790. at org.openmrs.api.context.Daemon$1.run(Daemon.java:80)
  791. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'sync_task' already exists
  792. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  793. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  794. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  795. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  796. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  797. at com.mysql.jdbc.Util.getInstance(Util.java:408)
  798. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
  799. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  800. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  801. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  802. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  803. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2480)
  804. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2438)
  805. at com.mysql.jdbc.StatementImpl.executeInternal(StatementImpl.java:845)
  806. at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:745)
  807. at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement(JdbcExecutor.java:92)
  808. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)
  809. ... 11 more
  810. INFO 4/14/21 10:15 AM:liquibase: Successfully released change log lock
  811. WARN - ModuleFactory.startModuleInternal(786) |2021-04-14 10:15:58,657| Error while trying to start module: ugandaemrsync
  812. org.openmrs.module.ModuleException: Unable to update data model using liquibase.xml. Module: UgandaemrSync
  813. at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:993)
  814. at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:726)
  815. at org.openmrs.api.context.Daemon$1.run(Daemon.java:80)
  816. Caused by: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase.xml::ugandaemrsync-1561871469104-1::slubwama:
  817. Reason: liquibase.exception.DatabaseException: Error executing SQL CREATE TABLE `sync_task` (`sync_task_id` INT AUTO_INCREMENT NOT NULL, `sync_task_type` INT DEFAULT 0 NOT NULL, `sync_task` VARCHAR(255) NOT NULL, `status` VARCHAR(255) NOT NULL, `status_code` INT DEFAULT 0 NOT NULL, `sent_to_url` VARCHAR(255) NOT NULL, `require_action` TINYINT(3) DEFAULT 0 NULL, `action_completed` TINYINT(3) DEFAULT 0 NULL, `date_sent` DATETIME NULL, `creator` INT NULL, `date_created` DATETIME NULL, `changed_by` INT NULL, `date_changed` DATETIME NULL, `voided` TINYINT(3) NULL, `date_voided` DATETIME NULL, `voided_by` INT NULL, `void_reason` VARCHAR(255) NULL, `uuid` VARCHAR(38) NULL, CONSTRAINT `PK_SYNC_TASK` PRIMARY KEY (`sync_task_id`)): Table 'sync_task' already exists:
  818. Caused By: Error executing SQL CREATE TABLE `sync_task` (`sync_task_id` INT AUTO_INCREMENT NOT NULL, `sync_task_type` INT DEFAULT 0 NOT NULL, `sync_task` VARCHAR(255) NOT NULL, `status` VARCHAR(255) NOT NULL, `status_code` INT DEFAULT 0 NOT NULL, `sent_to_url` VARCHAR(255) NOT NULL, `require_action` TINYINT(3) DEFAULT 0 NULL, `action_completed` TINYINT(3) DEFAULT 0 NULL, `date_sent` DATETIME NULL, `creator` INT NULL, `date_created` DATETIME NULL, `changed_by` INT NULL, `date_changed` DATETIME NULL, `voided` TINYINT(3) NULL, `date_voided` DATETIME NULL, `voided_by` INT NULL, `void_reason` VARCHAR(255) NULL, `uuid` VARCHAR(38) NULL, CONSTRAINT `PK_SYNC_TASK` PRIMARY KEY (`sync_task_id`)): Table 'sync_task' already exists:
  819. Caused By: Table 'sync_task' already exists
  820. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:347)
  821. at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
  822. at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:191)
  823. at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
  824. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:220)
  825. at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:986)
  826. ... 2 more
  827. Caused by: liquibase.exception.DatabaseException: Error executing SQL CREATE TABLE `sync_task` (`sync_task_id` INT AUTO_INCREMENT NOT NULL, `sync_task_type` INT DEFAULT 0 NOT NULL, `sync_task` VARCHAR(255) NOT NULL, `status` VARCHAR(255) NOT NULL, `status_code` INT DEFAULT 0 NOT NULL, `sent_to_url` VARCHAR(255) NOT NULL, `require_action` TINYINT(3) DEFAULT 0 NULL, `action_completed` TINYINT(3) DEFAULT 0 NULL, `date_sent` DATETIME NULL, `creator` INT NULL, `date_created` DATETIME NULL, `changed_by` INT NULL, `date_changed` DATETIME NULL, `voided` TINYINT(3) NULL, `date_voided` DATETIME NULL, `voided_by` INT NULL, `void_reason` VARCHAR(255) NULL, `uuid` VARCHAR(38) NULL, CONSTRAINT `PK_SYNC_TASK` PRIMARY KEY (`sync_task_id`)): Table 'sync_task' already exists
  828. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:62)
  829. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:104)
  830. at liquibase.database.AbstractDatabase.execute(AbstractDatabase.java:1091)
  831. at liquibase.database.AbstractDatabase.executeStatements(AbstractDatabase.java:1075)
  832. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:317)
  833. ... 7 more
  834. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'sync_task' already exists
  835. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  836. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  837. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  838. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  839. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  840. at com.mysql.jdbc.Util.getInstance(Util.java:408)
  841. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
  842. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  843. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  844. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  845. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  846. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2480)
  847. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2438)
  848. at com.mysql.jdbc.StatementImpl.executeInternal(StatementImpl.java:845)
  849. at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:745)
  850. at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement(JdbcExecutor.java:92)
  851. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)
  852. ... 11 more
  853. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:16:00,390| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  854. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:16:00,821| Exiting method saveAlert
  855. Wed Apr 14 10:16:01 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  856. INFO 4/14/21 10:16 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  857. INFO 4/14/21 10:16 AM:liquibase: Reading from `liquibasechangelog`
  858. INFO 4/14/21 10:16 AM:liquibase: Successfully acquired change log lock
  859. INFO 4/14/21 10:16 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  860. INFO 4/14/21 10:16 AM:liquibase: Successfully released change log lock
  861. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:16:01,616| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationapp.started value: true,
  862. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:16:01,620| Exiting method saveGlobalProperty
  863. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:16:01,627| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationapp.mandatory value: false,
  864. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:16:01,636| Exiting method saveGlobalProperty
  865. Wed Apr 14 10:16:01 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  866. INFO 4/14/21 10:16 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  867. INFO 4/14/21 10:16 AM:liquibase: Reading from `liquibasechangelog`
  868. INFO 4/14/21 10:16 AM:liquibase: Successfully acquired change log lock
  869. INFO 4/14/21 10:16 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  870. INFO 4/14/21 10:16 AM:liquibase: Successfully released change log lock
  871. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:16:02,331| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingui.started value: true,
  872. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:16:02,348| Exiting method saveGlobalProperty
  873. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:16:02,358| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingui.mandatory value: false,
  874. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:16:02,367| Exiting method saveGlobalProperty
  875. log4j:ERROR Could not create an Appender. Reported error follows.
  876. java.lang.ClassCastException: org.openmrs.util.MemoryAppender cannot be cast to org.apache.log4j.Appender
  877. at org.apache.log4j.xml.DOMConfigurator.parseAppender(DOMConfigurator.java:238)
  878. at org.apache.log4j.xml.DOMConfigurator.findAppenderByName(DOMConfigurator.java:171)
  879. at org.apache.log4j.xml.DOMConfigurator.findAppenderByReference(DOMConfigurator.java:184)
  880. at org.apache.log4j.xml.DOMConfigurator.parseChildrenOfLoggerElement(DOMConfigurator.java:502)
  881. at org.apache.log4j.xml.DOMConfigurator.parseRoot(DOMConfigurator.java:471)
  882. at org.apache.log4j.xml.DOMConfigurator.parse(DOMConfigurator.java:921)
  883. at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:790)
  884. at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:696)
  885. at org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionConverter.java:471)
  886. at org.apache.log4j.LogManager.<clinit>(LogManager.java:125)
  887. at org.apache.log4j.Logger.getLogger(Logger.java:105)
  888. at org.apache.commons.logging.impl.Log4JLogger.getLogger(Log4JLogger.java:262)
  889. at org.apache.commons.logging.impl.Log4JLogger.<init>(Log4JLogger.java:108)
  890. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  891. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  892. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  893. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  894. at org.apache.commons.logging.impl.LogFactoryImpl.createLogFromClass(LogFactoryImpl.java:1025)
  895. at org.apache.commons.logging.impl.LogFactoryImpl.discoverLogImplementation(LogFactoryImpl.java:844)
  896. at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:541)
  897. at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:292)
  898. at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:269)
  899. at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:657)
  900. at org.openmrs.module.muzima.extension.html.AdminList.<init>(AdminList.java:30)
  901. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  902. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  903. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  904. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  905. at java.lang.Class.newInstance(Class.java:442)
  906. at org.openmrs.module.Module.expandExtensionNames(Module.java:566)
  907. at org.openmrs.module.Module.getExtensions(Module.java:492)
  908. at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:675)
  909. at org.openmrs.api.context.Daemon$1.run(Daemon.java:80)
  910. log4j:ERROR Could not parse url [file:/C:/Users/Admin/openmrs/server1/tmp/openmrs/WEB-INF/classes/log4j.xml].
  911. java.lang.NullPointerException
  912. at java.util.Hashtable.put(Hashtable.java:460)
  913. at org.apache.log4j.xml.DOMConfigurator.findAppenderByName(DOMConfigurator.java:172)
  914. at org.apache.log4j.xml.DOMConfigurator.findAppenderByReference(DOMConfigurator.java:184)
  915. at org.apache.log4j.xml.DOMConfigurator.parseChildrenOfLoggerElement(DOMConfigurator.java:502)
  916. at org.apache.log4j.xml.DOMConfigurator.parseRoot(DOMConfigurator.java:471)
  917. at org.apache.log4j.xml.DOMConfigurator.parse(DOMConfigurator.java:921)
  918. at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:790)
  919. at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:696)
  920. at org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionConverter.java:471)
  921. at org.apache.log4j.LogManager.<clinit>(LogManager.java:125)
  922. at org.apache.log4j.Logger.getLogger(Logger.java:105)
  923. at org.apache.commons.logging.impl.Log4JLogger.getLogger(Log4JLogger.java:262)
  924. at org.apache.commons.logging.impl.Log4JLogger.<init>(Log4JLogger.java:108)
  925. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  926. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  927. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  928. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  929. at org.apache.commons.logging.impl.LogFactoryImpl.createLogFromClass(LogFactoryImpl.java:1025)
  930. at org.apache.commons.logging.impl.LogFactoryImpl.discoverLogImplementation(LogFactoryImpl.java:844)
  931. at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:541)
  932. at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:292)
  933. at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:269)
  934. at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:657)
  935. at org.openmrs.module.muzima.extension.html.AdminList.<init>(AdminList.java:30)
  936. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  937. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  938. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  939. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  940. at java.lang.Class.newInstance(Class.java:442)
  941. at org.openmrs.module.Module.expandExtensionNames(Module.java:566)
  942. at org.openmrs.module.Module.getExtensions(Module.java:492)
  943. at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:675)
  944. at org.openmrs.api.context.Daemon$1.run(Daemon.java:80)
  945. log4j:ERROR A "org.apache.log4j.xml.DOMConfigurator" object is not assignable to a "org.apache.log4j.spi.Configurator" variable.
  946. log4j:ERROR The class "org.apache.log4j.spi.Configurator" was loaded by
  947. log4j:ERROR [ClassRealm[plugin>org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:3.13.7, parent: sun.misc.Launcher$AppClassLoader@5c647e05]] whereas object of type
  948. log4j:ERROR "org.apache.log4j.xml.DOMConfigurator" was loaded by [{ModuleClassLoader: uid=1232454176; ugandaemrsync}].
  949. log4j:ERROR Could not instantiate configurator [org.apache.log4j.xml.DOMConfigurator].
  950. log4j:ERROR A "org.apache.log4j.xml.DOMConfigurator" object is not assignable to a "org.apache.log4j.spi.Configurator" variable.
  951. log4j:ERROR The class "org.apache.log4j.spi.Configurator" was loaded by
  952. log4j:ERROR [{ModuleClassLoader: uid=1361782125; muzimacore}] whereas object of type
  953. log4j:ERROR "org.apache.log4j.xml.DOMConfigurator" was loaded by [{ModuleClassLoader: uid=1232454176; ugandaemrsync}].
  954. log4j:ERROR Could not instantiate configurator [org.apache.log4j.xml.DOMConfigurator].
  955. Wed Apr 14 10:16:03 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  956. INFO 4/14/21 10:16 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  957. INFO 4/14/21 10:16 AM:liquibase: Reading from `liquibasechangelog`
  958. INFO 4/14/21 10:16 AM:liquibase: Successfully acquired change log lock
  959. INFO 4/14/21 10:16 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  960. INFO 4/14/21 10:16 AM:liquibase: Reading from `liquibasechangelog`
  961. SEVERE 4/14/21 10:16 AM:liquibase: Change Set liquibase.xml::muzima-20151102-105200::mssavai failed. Error: Error executing SQL ALTER TABLE `muzima_error_data` CHANGE `patientUuid` `patient_uuid` varchar(255): Duplicate column name 'patient_uuid'
  962. liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE `muzima_error_data` CHANGE `patientUuid` `patient_uuid` varchar(255): Duplicate column name 'patient_uuid'
  963. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:62)
  964. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:104)
  965. at liquibase.database.AbstractDatabase.execute(AbstractDatabase.java:1091)
  966. at liquibase.database.AbstractDatabase.executeStatements(AbstractDatabase.java:1075)
  967. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:317)
  968. at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
  969. at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:191)
  970. at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
  971. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:220)
  972. at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:986)
  973. WARN - ModuleFactory.startModuleInternal(786) |2021-04-14 10:16:04,302| Error while trying to start module: muzimacore
  974. at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:726)
  975. org.openmrs.module.ModuleException: Unable to update data model using liquibase.xml. Module: Muzima Core Module
  976. at org.openmrs.api.context.Daemon$1.run(Daemon.java:80)
  977. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Duplicate column name 'patient_uuid'
  978. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  979. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  980. at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:993)
  981. at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:726)
  982. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  983. at org.openmrs.api.context.Daemon$1.run(Daemon.java:80)
  984. Caused by: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase.xml::muzima-20151102-105200::mssavai:
  985. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  986. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  987. Reason: liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE `muzima_error_data` CHANGE `patientUuid` `patient_uuid` varchar(255): Duplicate column name 'patient_uuid':
  988. at com.mysql.jdbc.Util.getInstance(Util.java:408)
  989. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
  990. Caused By: Error executing SQL ALTER TABLE `muzima_error_data` CHANGE `patientUuid` `patient_uuid` varchar(255): Duplicate column name 'patient_uuid':
  991. Caused By: Duplicate column name 'patient_uuid'
  992. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:347)
  993. at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
  994. at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:191)
  995. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  996. at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
  997. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:220)
  998. at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:986)
  999. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  1000. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  1001. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  1002. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2480)
  1003. ... 2 more
  1004. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2438)
  1005. at com.mysql.jdbc.StatementImpl.executeInternal(StatementImpl.java:845)
  1006. at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:745)
  1007. at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement(JdbcExecutor.java:92)
  1008. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)
  1009. Caused by: liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE `muzima_error_data` CHANGE `patientUuid` `patient_uuid` varchar(255): Duplicate column name 'patient_uuid'
  1010. ... 11 more
  1011. INFO 4/14/21 10:16 AM:liquibase: Successfully released change log lock
  1012. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:62)
  1013. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:104)
  1014. at liquibase.database.AbstractDatabase.execute(AbstractDatabase.java:1091)
  1015. at liquibase.database.AbstractDatabase.executeStatements(AbstractDatabase.java:1075)
  1016. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:317)
  1017. ... 7 more
  1018. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Duplicate column name 'patient_uuid'
  1019. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  1020. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  1021. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  1022. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  1023. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  1024. at com.mysql.jdbc.Util.getInstance(Util.java:408)
  1025. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
  1026. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  1027. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  1028. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  1029. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  1030. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2480)
  1031. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2438)
  1032. at com.mysql.jdbc.StatementImpl.executeInternal(StatementImpl.java:845)
  1033. at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:745)
  1034. at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement(JdbcExecutor.java:92)
  1035. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)
  1036. ... 11 more
  1037. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:16:04,363| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  1038. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:16:04,401| Exiting method saveAlert
  1039. Wed Apr 14 10:16:04 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  1040. INFO 4/14/21 10:16 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  1041. INFO 4/14/21 10:16 AM:liquibase: Reading from `liquibasechangelog`
  1042. INFO 4/14/21 10:16 AM:liquibase: Successfully acquired change log lock
  1043. INFO 4/14/21 10:16 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  1044. INFO 4/14/21 10:16 AM:liquibase: Successfully released change log lock
  1045. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:16:04,889| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appointmentschedulingui.started value: true,
  1046. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:16:04,896| Exiting method saveGlobalProperty
  1047. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:16:04,901| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appointmentschedulingui.mandatory value: false,
  1048. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:16:04,908| Exiting method saveGlobalProperty
  1049. Wed Apr 14 10:16:05 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  1050. INFO 4/14/21 10:16 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  1051. INFO 4/14/21 10:16 AM:liquibase: Reading from `liquibasechangelog`
  1052. INFO 4/14/21 10:16 AM:liquibase: Successfully acquired change log lock
  1053. INFO 4/14/21 10:16 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  1054. INFO 4/14/21 10:16 AM:liquibase: Successfully released change log lock
  1055. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:16:05,322| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlformentryui.started value: true,
  1056. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:16:05,329| Exiting method saveGlobalProperty
  1057. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:16:05,338| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlformentryui.mandatory value: false,
  1058. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:16:05,345| Exiting method saveGlobalProperty
  1059. Wed Apr 14 10:16:05 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  1060. INFO 4/14/21 10:16 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  1061. INFO 4/14/21 10:16 AM:liquibase: Reading from `liquibasechangelog`
  1062. INFO 4/14/21 10:16 AM:liquibase: Successfully acquired change log lock
  1063. INFO 4/14/21 10:16 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  1064. INFO 4/14/21 10:16 AM:liquibase: Successfully released change log lock
  1065. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:16:05,746| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referenceapplication.started value: true,
  1066. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:16:05,750| Exiting method saveGlobalProperty
  1067. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:16:05,756| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referenceapplication.mandatory value: false,
  1068. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:16:05,761| Exiting method saveGlobalProperty
  1069. Wed Apr 14 10:16:06 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  1070. INFO 4/14/21 10:16 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  1071. INFO 4/14/21 10:16 AM:liquibase: Reading from `liquibasechangelog`
  1072. INFO 4/14/21 10:16 AM:liquibase: Successfully acquired change log lock
  1073. INFO 4/14/21 10:16 AM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  1074. INFO 4/14/21 10:16 AM:liquibase: Reading from `liquibasechangelog`
  1075. INFO 4/14/21 10:16 AM:liquibase: Continuing past: liquibase.xml::ugandaemr-08-08-2020-1155::mmwanje::(Checksum: 3:fe8c39578e4daf235da9e7da7ff9ccee) despite precondition failure due to onFail='CONTINUE':
  1076. liquibase.xml : SQL Precondition failed. Expected '1' got '0'
  1077.  
  1078. SEVERE 4/14/21 10:16 AM:liquibase: Change Set liquibase.xml::ugandaemr-14-08-2020-04::dbaluku failed. Error: Error executing SQL UPDATE obs SET concept_id = 165275 WHERE concept_id = 90253 and obs_group_id is not null: Cannot add or update a child row: a foreign key constraint fails (`server1`.`obs`, CONSTRAINT `obs_concept` FOREIGN KEY (`concept_id`) REFERENCES `concept` (`concept_id`))
  1079. liquibase.exception.DatabaseException: Error executing SQL UPDATE obs SET concept_id = 165275 WHERE concept_id = 90253 and obs_group_id is not null: Cannot add or update a child row: a foreign key constraint fails (`server1`.`obs`, CONSTRAINT `obs_concept` FOREIGN KEY (`concept_id`) REFERENCES `concept` (`concept_id`))
  1080. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:62)
  1081. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:104)
  1082. at liquibase.database.AbstractDatabase.execute(AbstractDatabase.java:1091)
  1083. at liquibase.database.AbstractDatabase.executeStatements(AbstractDatabase.java:1075)
  1084. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:317)
  1085. at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
  1086. at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:191)
  1087. at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
  1088. WARN - ModuleFactory.startModuleInternal(786) |2021-04-14 10:16:08,190| Error while trying to start module: ugandaemr
  1089. org.openmrs.module.ModuleException: Unable to update data model using liquibase.xml. Module: Ugandaemr
  1090. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:220)
  1091. at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:993)
  1092. at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:726)
  1093. at org.openmrs.api.context.Daemon$1.run(Daemon.java:80)
  1094. Caused by: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase.xml::ugandaemr-14-08-2020-04::dbaluku:
  1095. Reason: liquibase.exception.DatabaseException: Error executing SQL UPDATE obs SET concept_id = 165275 WHERE concept_id = 90253 and obs_group_id is not null: Cannot add or update a child row: a foreign key constraint fails (`server1`.`obs`, CONSTRAINT `obs_concept` FOREIGN KEY (`concept_id`) REFERENCES `concept` (`concept_id`)):
  1096. Caused By: Error executing SQL UPDATE obs SET concept_id = 165275 WHERE concept_id = 90253 and obs_group_id is not null: Cannot add or update a child row: a foreign key constraint fails (`server1`.`obs`, CONSTRAINT `obs_concept` FOREIGN KEY (`concept_id`) REFERENCES `concept` (`concept_id`)):
  1097. Caused By: Cannot add or update a child row: a foreign key constraint fails (`server1`.`obs`, CONSTRAINT `obs_concept` FOREIGN KEY (`concept_id`) REFERENCES `concept` (`concept_id`))
  1098. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:347)
  1099. at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
  1100. at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:191)
  1101. at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
  1102. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:220)
  1103. at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:986)
  1104. ... 2 more
  1105. Caused by: liquibase.exception.DatabaseException: Error executing SQL UPDATE obs SET concept_id = 165275 WHERE concept_id = 90253 and obs_group_id is not null: Cannot add or update a child row: a foreign key constraint fails (`server1`.`obs`, CONSTRAINT `obs_concept` FOREIGN KEY (`concept_id`) REFERENCES `concept` (`concept_id`))
  1106. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:62)
  1107. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:104)
  1108. at liquibase.database.AbstractDatabase.execute(AbstractDatabase.java:1091)
  1109. at liquibase.database.AbstractDatabase.executeStatements(AbstractDatabase.java:1075)
  1110. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:317)
  1111. ... 7 more
  1112. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot add or update a child row: a foreign key constraint fails (`server1`.`obs`, CONSTRAINT `obs_concept` FOREIGN KEY (`concept_id`) REFERENCES `concept` (`concept_id`))
  1113. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  1114. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  1115. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  1116. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  1117. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  1118. at com.mysql.jdbc.Util.getInstance(Util.java:408)
  1119. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936)
  1120. at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:986)
  1121. at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:726)
  1122. at org.openmrs.api.context.Daemon$1.run(Daemon.java:80)
  1123. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot add or update a child row: a foreign key constraint fails (`server1`.`obs`, CONSTRAINT `obs_concept` FOREIGN KEY (`concept_id`) REFERENCES `concept` (`concept_id`))
  1124. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  1125. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  1126. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  1127. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  1128. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  1129. at com.mysql.jdbc.Util.getInstance(Util.java:408)
  1130. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936)
  1131. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  1132. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  1133. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  1134. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  1135. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2480)
  1136. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2438)
  1137. at com.mysql.jdbc.StatementImpl.executeInternal(StatementImpl.java:845)
  1138. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  1139. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  1140. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  1141. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  1142. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2480)
  1143. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2438)
  1144. at com.mysql.jdbc.StatementImpl.executeInternal(StatementImpl.java:845)
  1145. at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:745)
  1146. at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement(JdbcExecutor.java:92)
  1147. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)
  1148. ... 11 more
  1149. at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:745)
  1150. at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement(JdbcExecutor.java:92)
  1151. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:16:08,237| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  1152. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:16:08,260| Exiting method saveAlert
  1153. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)
  1154. ... 11 more
  1155. INFO 4/14/21 10:16 AM:liquibase: Successfully released change log lock
  1156. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:16:47,811| In method SchedulerService.saveToMemento. Arguments:
  1157. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:16:47,820| Exiting method saveToMemento
  1158. INFO - EhCacheManagerFactoryBean.destroy(181) |2021-04-14 10:16:47,894| Shutting down EhCache CacheManager
  1159. INFO - ServiceContext.startRefreshingContext(832) |2021-04-14 10:16:47,897| Refreshing Context
  1160. INFO - EhCacheManagerFactoryBean.afterPropertiesSet(129) |2021-04-14 10:19:57,966| Initializing EhCache CacheManager
  1161. Wed Apr 14 10:21:18 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  1162. WARN - IdgenTask.run(32) |2021-04-14 10:23:16,550| Not running scheduled task. DaemonToken = null; enabled = false
  1163. SLF4J: Class path contains multiple SLF4J bindings.
  1164. SLF4J: Found binding in [jar:file:/C:/Users/Admin/openmrs/server1/tmp/openmrs/WEB-INF/lib/slf4j-log4j12-1.7.26.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  1165. SLF4J: Found binding in [jar:file:/C:/Users/Admin/.m2/repository/org/slf4j/slf4j-simple/1.6.2/slf4j-simple-1.6.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  1166. SLF4J: Found binding in [jar:file:/C:/Users/Admin/openmrs/server1/.openmrs-lib-cache/muzimacore/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  1167. SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
  1168. SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
  1169. WARN - SimpleUrlHandlerMapping.registerHandlers(115) |2021-04-14 10:23:41,304| Neither 'urlMap' nor 'mappings' set on SimpleUrlHandlerMapping
  1170. INFO - ServiceContext.doneRefreshingContext(843) |2021-04-14 10:23:41,313| Done refreshing Context
  1171. Wed Apr 14 10:23:41 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  1172. Wed Apr 14 10:23:41 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  1173. ERROR - UiFrameworkActivator.contextRefreshed(95) |2021-04-14 10:24:54,705| Error in UiContextRefreshedCallback: org.openmrs.ui.framework.StandardModuleUiConfiguration for module ugandaemr
  1174. java.lang.NullPointerException
  1175. at org.openmrs.module.ModuleFactory.getModuleClassLoader(ModuleFactory.java:1366)
  1176. at org.openmrs.module.ModuleFactory.getModuleClassLoader(ModuleFactory.java:1387)
  1177. at org.openmrs.ui.framework.StandardModuleUiConfiguration.afterContextRefreshed(StandardModuleUiConfiguration.java:106)
  1178. at org.openmrs.module.uiframework.UiFrameworkActivator.contextRefreshed(UiFrameworkActivator.java:92)
  1179. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:923)
  1180. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:847)
  1181. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:632)
  1182. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:612)
  1183. at org.openmrs.web.Listener.startOpenmrs(Listener.java:251)
  1184. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  1185. ERROR - UiFrameworkActivator.contextRefreshed(95) |2021-04-14 10:24:54,707| Error in UiContextRefreshedCallback: org.openmrs.ui.framework.StandardModuleUiConfiguration for module ugandaemrsync
  1186. java.lang.NullPointerException
  1187. at org.openmrs.module.ModuleFactory.getModuleClassLoader(ModuleFactory.java:1366)
  1188. at org.openmrs.module.ModuleFactory.getModuleClassLoader(ModuleFactory.java:1387)
  1189. at org.openmrs.ui.framework.StandardModuleUiConfiguration.afterContextRefreshed(StandardModuleUiConfiguration.java:106)
  1190. at org.openmrs.module.uiframework.UiFrameworkActivator.contextRefreshed(UiFrameworkActivator.java:92)
  1191. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:923)
  1192. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:847)
  1193. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:632)
  1194. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:612)
  1195. at org.openmrs.web.Listener.startOpenmrs(Listener.java:251)
  1196. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  1197. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:24:54,713| In method DataIntegrityService.saveRule. Arguments: DataIntegrityRule=Incomplete Exposed Infant information for patient with handler java using org.openmrs.module.ugandaemr.dataintegrity.IncompleteExposedInfantInformation with rule_id 0 and uuid e0e6cb8d-8492-4bed-bf3f-08a3ecf3bedb,
  1198. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:24:55,136| Exiting method saveRule
  1199. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:24:55,136| In method DataIntegrityService.saveRule. Arguments: DataIntegrityRule=Incomplete ART Information for patient with handler java using org.openmrs.module.ugandaemr.dataintegrity.IncompleteARTInformation with rule_id 0 and uuid cff2fc9e-329c-4c08-a432-e90b428268e3,
  1200. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:24:55,168| Exiting method saveRule
  1201. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:24:55,168| In method DataIntegrityService.saveRule. Arguments: DataIntegrityRule=Invalid TB Encounters for patient with handler java using org.openmrs.module.ugandaemr.dataintegrity.InvalidTBEncounters with rule_id 0 and uuid 94e9a389-b872-4b74-b72c-df9fa7197e39,
  1202. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:24:55,188| Exiting method saveRule
  1203. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:24:55,189| In method DataIntegrityService.saveRule. Arguments: DataIntegrityRule=Invalid ART Encounter pages for patient with handler java using org.openmrs.module.ugandaemr.dataintegrity.InvalidARTEncounters with rule_id 0 and uuid c57c3b5a-9019-11e6-85aa-b75ca9392202,
  1204. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:24:55,211| Exiting method saveRule
  1205. Wed Apr 14 10:25:29 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  1206. WARN - AddressConfigurationLoader.loadAddressConfiguration(64) |2021-04-14 10:26:02,005| Address hierarchy configuration file appears invalid, skipping the loading process: addressConfiguration.xml
  1207. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:06,415| In method UserService.saveRole. Arguments: Role=Privilege Level: Full,
  1208. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:06,690| Exiting method saveRole
  1209. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:06,734| In method UserService.saveRole. Arguments: Role=Privilege Level: High,
  1210. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:06,954| Exiting method saveRole
  1211. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:07,638| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: visits.assignmentHandler value: org.openmrs.module.emrapi.adt.EmrApiVisitAssignmentHandler,
  1212. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:07,733| Exiting method saveGlobalProperty
  1213. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:08,854| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referencemetadata.installedVersion value: 18,
  1214. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:09,228| Exiting method saveGlobalProperty
  1215. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:09,247| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.systemAdministration,
  1216. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:09,248| Exiting method savePrivilege
  1217. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:09,255| In method UserService.savePrivilege. Arguments: Privilege=App: referenceapplication.legacyAdmin,
  1218. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:09,256| Exiting method savePrivilege
  1219. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:09,265| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.activeVisits,
  1220. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:09,265| Exiting method savePrivilege
  1221. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:09,273| In method UserService.savePrivilege. Arguments: Privilege=App: atlas.manage,
  1222. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:09,273| Exiting method savePrivilege
  1223. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:09,282| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.configuremetadata,
  1224. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:09,283| Exiting method savePrivilege
  1225. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:09,295| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.findPatient,
  1226. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:09,296| Exiting method savePrivilege
  1227. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:09,313| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.patientDashboard,
  1228. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:09,314| Exiting method savePrivilege
  1229. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:09,369| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.patientVisits,
  1230. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:09,385| Exiting method savePrivilege
  1231. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:09,405| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.systemAdministration,
  1232. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:09,406| Exiting method savePrivilege
  1233. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:09,414| In method UserService.savePrivilege. Arguments: Privilege=App: formentryapp.forms,
  1234. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:09,415| Exiting method savePrivilege
  1235. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:09,423| In method UserService.savePrivilege. Arguments: Privilege=App: referenceapplication.vitals,
  1236. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:09,423| Exiting method savePrivilege
  1237. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:09,432| In method UserService.savePrivilege. Arguments: Privilege=App: registrationapp.registerPatient,
  1238. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:09,432| Exiting method savePrivilege
  1239. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:09,440| In method UserService.savePrivilege. Arguments: Privilege=Task: coreapps.createRetrospectiveVisit,
  1240. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:09,444| Exiting method savePrivilege
  1241. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:09,452| In method UserService.savePrivilege. Arguments: Privilege=Task: coreapps.createVisit,
  1242. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:09,453| Exiting method savePrivilege
  1243. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:09,465| In method UserService.savePrivilege. Arguments: Privilege=Task: coreapps.endVisit,
  1244. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:09,465| Exiting method savePrivilege
  1245. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:09,473| In method UserService.savePrivilege. Arguments: Privilege=Task: coreapps.mergeVisits,
  1246. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:09,473| Exiting method savePrivilege
  1247. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:09,487| In method UserService.savePrivilege. Arguments: Privilege=Task: referenceapplication.simpleAdmission,
  1248. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:09,487| Exiting method savePrivilege
  1249. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:09,497| In method UserService.savePrivilege. Arguments: Privilege=Task: referenceapplication.simpleDischarge,
  1250. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:09,498| Exiting method savePrivilege
  1251. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:09,505| In method UserService.savePrivilege. Arguments: Privilege=Task: referenceapplication.simpleTransfer,
  1252. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:09,506| Exiting method savePrivilege
  1253. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:09,516| In method UserService.savePrivilege. Arguments: Privilege=Task: referenceapplication.simpleVisitNote,
  1254. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:09,516| Exiting method savePrivilege
  1255. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:09,524| In method UserService.savePrivilege. Arguments: Privilege=Task: referenceapplication.vitals,
  1256. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:09,524| Exiting method savePrivilege
  1257. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:09,533| In method UserService.savePrivilege. Arguments: Privilege=Task: Modify Allergies,
  1258. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:09,534| Exiting method savePrivilege
  1259. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:09,546| In method UserService.savePrivilege. Arguments: Privilege=Task: emr.patient.encounter.delete,
  1260. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:09,546| Exiting method savePrivilege
  1261. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:09,554| In method UserService.savePrivilege. Arguments: Privilege=Task: emr.patient.encounter.edit,
  1262. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:09,556| Exiting method savePrivilege
  1263. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:09,631| In method UserService.saveRole. Arguments: Role=Application: Administers System,
  1264. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:09,632| Exiting method saveRole
  1265. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:09,690| In method UserService.saveRole. Arguments: Role=Application: Configures Metadata,
  1266. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:09,690| Exiting method saveRole
  1267. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:09,756| In method UserService.saveRole. Arguments: Role=Application: Configures Forms,
  1268. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:09,756| Exiting method saveRole
  1269. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:09,820| In method UserService.saveRole. Arguments: Role=Application: Manages Atlas,
  1270. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:09,821| Exiting method saveRole
  1271. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:09,896| In method UserService.saveRole. Arguments: Role=Application: Registers Patients,
  1272. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:09,899| Exiting method saveRole
  1273. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:09,972| In method UserService.saveRole. Arguments: Role=Application: Enters Vitals,
  1274. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:09,973| Exiting method saveRole
  1275. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:10,028| In method UserService.saveRole. Arguments: Role=Application: Uses Capture Vitals App,
  1276. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:10,029| Exiting method saveRole
  1277. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:10,098| In method UserService.saveRole. Arguments: Role=Application: Uses Patient Summary,
  1278. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:10,098| Exiting method saveRole
  1279. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:10,174| In method UserService.saveRole. Arguments: Role=Application: Writes Clinical Notes,
  1280. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:10,176| Exiting method saveRole
  1281. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:10,281| In method UserService.saveRole. Arguments: Role=Application: Enters ADT Events,
  1282. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:10,281| Exiting method saveRole
  1283. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:10,346| In method UserService.saveRole. Arguments: Role=Application: Records Allergies,
  1284. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:10,347| Exiting method saveRole
  1285. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:10,367| In method UserService.saveRole. Arguments: Role=Application: Has Super User Privileges,
  1286. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:10,368| Exiting method saveRole
  1287. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:10,440| In method UserService.saveRole. Arguments: Role=Application: Edits Existing Encounters,
  1288. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:10,441| Exiting method saveRole
  1289. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:10,545| In method UserService.saveRole. Arguments: Role=Application: Sees Appointment Schedule,
  1290. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:10,546| Exiting method saveRole
  1291. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:10,573| In method UserService.saveRole. Arguments: Role=Application: Requests Appointments,
  1292. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:10,573| Exiting method saveRole
  1293. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:10,611| In method UserService.saveRole. Arguments: Role=Application: Schedules Appointments,
  1294. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:10,618| Exiting method saveRole
  1295. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:10,661| In method UserService.saveRole. Arguments: Role=Application: Schedules And Overbooks Appointments,
  1296. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:10,663| Exiting method saveRole
  1297. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:10,715| In method UserService.saveRole. Arguments: Role=Application: Manages Provider Schedules,
  1298. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:10,715| Exiting method saveRole
  1299. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:10,753| In method UserService.saveRole. Arguments: Role=Application: Configures Appointment Scheduling,
  1300. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:10,754| Exiting method saveRole
  1301. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:10,806| In method UserService.saveRole. Arguments: Role=Organizational: Doctor,
  1302. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:10,806| Exiting method saveRole
  1303. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:10,890| In method UserService.saveRole. Arguments: Role=Organizational: Nurse,
  1304. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:10,891| Exiting method saveRole
  1305. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:10,919| In method UserService.saveRole. Arguments: Role=Organizational: Registration Clerk,
  1306. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:10,920| Exiting method saveRole
  1307. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:10,963| In method UserService.saveRole. Arguments: Role=Organizational: System Administrator,
  1308. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:10,964| Exiting method saveRole
  1309. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:10,998| In method UserService.saveRole. Arguments: Role=Organizational: Hospital Administrator,
  1310. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:10,999| Exiting method saveRole
  1311. INFO - SerializationServiceImpl.getDefaultSerializer(73) |2021-04-14 10:26:16,916| No default serializer specified - using builtin SimpleXStreamSerializer.
  1312. Security framework of XStream not initialized, XStream is probably vulnerable.
  1313. Security framework of XStream not initialized, XStream is probably vulnerable.
  1314. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:17,496| In method UserService.saveRole. Arguments: Role=Application: Administers System,
  1315. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:17,683| Exiting method saveRole
  1316. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:17,702| In method UserService.saveRole. Arguments: Role=Application: Configures Appointment Scheduling,
  1317. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:17,835| Exiting method saveRole
  1318. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:17,864| In method UserService.saveRole. Arguments: Role=Application: Configures Forms,
  1319. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:18,006| Exiting method saveRole
  1320. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:18,027| In method UserService.saveRole. Arguments: Role=Application: Configures Metadata,
  1321. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:18,124| Exiting method saveRole
  1322. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:18,138| In method UserService.saveRole. Arguments: Role=Application: Edits Existing Encounters,
  1323. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:18,236| Exiting method saveRole
  1324. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:18,249| In method UserService.saveRole. Arguments: Role=Application: Enters ADT Events,
  1325. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:18,325| Exiting method saveRole
  1326. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:18,337| In method UserService.saveRole. Arguments: Role=Application: Enters Vitals,
  1327. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:18,425| Exiting method saveRole
  1328. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:18,442| In method UserService.saveRole. Arguments: Role=Application: Has Super User Privileges,
  1329. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:18,672| Exiting method saveRole
  1330. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:18,707| In method UserService.saveRole. Arguments: Role=Application: Manages Atlas,
  1331. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:18,821| Exiting method saveRole
  1332. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:18,859| In method UserService.saveRole. Arguments: Role=Application: Manages Provider Schedules,
  1333. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:18,970| Exiting method saveRole
  1334. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:18,991| In method UserService.saveRole. Arguments: Role=Application: Records Allergies,
  1335. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:19,114| Exiting method saveRole
  1336. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:19,129| In method UserService.saveRole. Arguments: Role=Application: Registers Patients,
  1337. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:19,202| Exiting method saveRole
  1338. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:19,216| In method UserService.saveRole. Arguments: Role=Application: Requests Appointments,
  1339. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:19,325| Exiting method saveRole
  1340. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:19,339| In method UserService.saveRole. Arguments: Role=Application: Schedules And Overbooks Appointments,
  1341. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:19,436| Exiting method saveRole
  1342. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:19,450| In method UserService.saveRole. Arguments: Role=Application: Schedules Appointments,
  1343. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:19,548| Exiting method saveRole
  1344. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:19,561| In method UserService.saveRole. Arguments: Role=Application: Sees Appointment Schedule,
  1345. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:19,635| Exiting method saveRole
  1346. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:19,649| In method UserService.saveRole. Arguments: Role=Application: Uses Capture Vitals App,
  1347. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:19,760| Exiting method saveRole
  1348. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:19,773| In method UserService.saveRole. Arguments: Role=Application: Uses Patient Summary,
  1349. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:20,014| Exiting method saveRole
  1350. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:20,030| In method UserService.saveRole. Arguments: Role=Application: Writes Clinical Notes,
  1351. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:20,191| Exiting method saveRole
  1352. WARN - HibernateConceptDAO.getConceptByName(1799) |2021-04-14 10:26:21,195| No concept found for '53df33eb-4060-4300-8b7e-0f0784947767'
  1353. WARN - ModuleUtil.refreshApplicationContext(935) |2021-04-14 10:26:21,207| Unable to invoke started() method on the module's activator
  1354. java.lang.IllegalArgumentException: Unable to find Concept using key: 53df33eb-4060-4300-8b7e-0f0784947767
  1355. at org.openmrs.module.ugandaemrreports.metadata.Metadata.getConcept(Metadata.java:89)
  1356. at org.openmrs.module.ugandaemrreports.metadata.HIVMetadata.getHepBScreeningDate(HIVMetadata.java:587)
  1357. at org.openmrs.module.ugandaemrreports.library.HIVPatientDataLibrary.getLastHepBScreeningDate(HIVPatientDataLibrary.java:613)
  1358. at org.openmrs.module.ugandaemrreports.reports.SetupPEPFARActiveOnCareList.constructReportDefinition(SetupPEPFARActiveOnCareList.java:163)
  1359. at org.openmrs.module.reporting.report.manager.ReportManagerUtil.setupReport(ReportManagerUtil.java:67)
  1360. at org.openmrs.module.reporting.report.manager.ReportManagerUtil.setupAllReports(ReportManagerUtil.java:48)
  1361. at org.openmrs.module.referencemetadata.ReferenceMetadataActivator.started(ReferenceMetadataActivator.java:74)
  1362. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:927)
  1363. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:847)
  1364. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:632)
  1365. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:612)
  1366. at org.openmrs.web.Listener.startOpenmrs(Listener.java:251)
  1367. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  1368. WARN - OpenmrsUtil.deleteDirectory(935) |2021-04-14 10:26:21,271| ...could not remove directory: C:\Users\Admin\openmrs\server1\.openmrs-lib-cache\referencemetadata\lib
  1369. WARN - OpenmrsUtil.deleteDirectory(935) |2021-04-14 10:26:24,831| ...could not remove directory: C:\Users\Admin\openmrs\server1\.openmrs-lib-cache\referencemetadata
  1370. WARN - ModuleUtil.refreshApplicationContext(935) |2021-04-14 10:26:28,328| Unable to invoke started() method on the module's activator
  1371. org.openmrs.module.metadatadeploy.MissingMetadataException: No such EncounterType with identifier '791faefd-36b8-482f-ab78-20c297b03851'
  1372. at org.openmrs.module.metadatadeploy.MetadataUtils.existing(MetadataUtils.java:56)
  1373. at org.openmrs.module.ugandaemrreports.metadata.HIVMetadata.getMissedAppointmentRegisterEncounterType(HIVMetadata.java:165)
  1374. at org.openmrs.module.ugandaemrreports.reports.SetupAnalyticsMetricReport.constructReportDefinition(SetupAnalyticsMetricReport.java:137)
  1375. at org.openmrs.module.reporting.report.manager.ReportManagerUtil.setupReport(ReportManagerUtil.java:67)
  1376. at org.openmrs.module.reporting.report.manager.ReportManagerUtil.setupAllReports(ReportManagerUtil.java:48)
  1377. at org.openmrs.module.ugandaemrreports.activator.ReportInitializer.started(ReportInitializer.java:39)
  1378. at org.openmrs.module.ugandaemrreports.activator.UgandaEMRReportsActivator.started(UgandaEMRReportsActivator.java:41)
  1379. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:927)
  1380. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:847)
  1381. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:632)
  1382. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:612)
  1383. at org.openmrs.web.Listener.startOpenmrs(Listener.java:251)
  1384. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  1385. WARN - OpenmrsUtil.deleteDirectory(935) |2021-04-14 10:26:28,365| ...could not remove directory: C:\Users\Admin\openmrs\server1\.openmrs-lib-cache\ugandaemrreports\lib
  1386. WARN - OpenmrsUtil.deleteDirectory(935) |2021-04-14 10:26:33,308| ...could not remove directory: C:\Users\Admin\openmrs\server1\.openmrs-lib-cache\ugandaemrreports
  1387. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:33,455| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.identifierSourceId value: 1,
  1388. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:33,508| Exiting method saveGlobalProperty
  1389. Security framework of XStream not initialized, XStream is probably vulnerable.
  1390. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:34,578| In method DefinitionService.saveDefinition. Arguments: Definition=appointmentschedulingui.appointmentDataSetDefinition.dailyAppointments,
  1391. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:34,585| In method SerializedDefinitionService.saveDefinition. Arguments: Definition=appointmentschedulingui.appointmentDataSetDefinition.dailyAppointments,
  1392. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:34,657| Exiting method saveDefinition
  1393. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:34,657| Exiting method saveDefinition
  1394. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:35,366| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.patientNameSearch value: registrationcore.ExistingPatientNameSearch,
  1395. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:35,590| Exiting method saveGlobalProperty
  1396. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:35,796| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: emr.concept.diagnosisSetOfSets value: 160167AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,
  1397. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:35,901| Exiting method saveGlobalProperty
  1398. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:35,916| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: namephonetics.givenNameStringEncoder value: Soundex,
  1399. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:36,020| Exiting method saveGlobalProperty
  1400. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:36,034| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: namephonetics.middleNameStringEncoder value: Soundex,
  1401. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:36,142| Exiting method saveGlobalProperty
  1402. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:36,155| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: namephonetics.familyNameStringEncoder value: Soundex,
  1403. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:36,259| Exiting method saveGlobalProperty
  1404. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:36,272| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: namephonetics.familyName2StringEncoder value: Soundex,
  1405. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:36,380| Exiting method saveGlobalProperty
  1406. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:36,395| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.patientNameSearch value: registrationcore.BasicPatientNameSearch,
  1407. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:36,569| Exiting method saveGlobalProperty
  1408. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:36,584| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.fastSimilarPatientSearchAlgorithm value: registrationcore.BasicSimilarPatientSearchAlgorithm,
  1409. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:36,688| Exiting method saveGlobalProperty
  1410. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:36,701| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.preciseSimilarPatientSearchAlgorithm value: registrationcore.BasicExactPatientSearchAlgorithm,
  1411. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:36,847| Exiting method saveGlobalProperty
  1412. INFO - LoggingAdvice.invoke(116) |2021-04-14 10:26:36,862| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: conceptmanagementapps.snomedCtConceptSource value: 1ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,
  1413. INFO - LoggingAdvice.invoke(156) |2021-04-14 10:26:36,998| Exiting method saveGlobalProperty
  1414. ERROR - CommonsLoggingOutput.error(75) |2021-04-14 10:26:41,302| Line=365 The content of element type "dwr" must match "(init?,allow?,signatures?)".
  1415. ERROR - CommonsLoggingOutput.error(75) |2021-04-14 10:26:41,315| Parameter mismatch parsing signatures section in dwr.xml on line: DWRHtmlFormEntryService.checkIfLoggedIn()
  1416. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2078) |2021-04-14 10:26:41,365| Unable to find a runtime properties file at C:\Users\Admin\openmrs-runtime.properties
  1417. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2078) |2021-04-14 10:26:41,724| Unable to find a runtime properties file at C:\Users\Admin\openmrs-runtime.properties
  1418. Wed Apr 14 10:26:41 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  1419.  
  1420. OpenMRS is ready for you at http://localhost:8080/openmrs/
  1421. Apr 14, 2021 10:26:46 AM org.apache.coyote.AbstractProtocol start
  1422. INFO: Starting ProtocolHandler ["http-bio-8080"]
  1423. Wed Apr 14 10:29:29 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  1424. Wed Apr 14 10:29:29 EAT 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  1425. Apr 14, 2021 10:33:27 AM org.apache.catalina.core.ApplicationContext log
  1426. INFO: Initializing Spring FrameworkServlet 'openmrs'
  1427. Apr 14, 2021 10:33:44 AM org.apache.jasper.compiler.TldLocationsCache tldScanJar
  1428. INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
  1429. ERROR - PageController.handlePath(156) |2021-04-14 10:33:55,745| No viewProvider named ugandaemr
  1430. org.openmrs.ui.framework.UiFrameworkException: No viewProvider named ugandaemr
  1431. at org.openmrs.ui.framework.page.PageFactory.getView(PageFactory.java:290)
  1432. at org.openmrs.ui.framework.page.PageFactory.processThisFragment(PageFactory.java:183)
  1433. at org.openmrs.ui.framework.page.PageFactory.process(PageFactory.java:116)
  1434. at org.openmrs.ui.framework.page.PageFactory.handle(PageFactory.java:86)
  1435. at org.openmrs.module.uiframework.PageController.handlePath(PageController.java:117)
  1436. at org.openmrs.module.uiframework.PageController.handleUrlWithDotPage(PageController.java:84)
  1437. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1438. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1439. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1440. at java.lang.reflect.Method.invoke(Method.java:498)
  1441. at org.springframework.web.bind.annotation.support.HandlerMethodInvoker.invokeHandlerMethod(HandlerMethodInvoker.java:177)
  1442. at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.java:446)
  1443. at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.handle(AnnotationMethodHandlerAdapter.java:434)
  1444. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:943)
  1445. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:877)
  1446. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:966)
  1447. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:857)
  1448. at javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
  1449. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:842)
  1450. at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
  1451. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
  1452. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1453. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:101)
  1454. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  1455. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1456. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:101)
  1457. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  1458. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1459. at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:742)
  1460. at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:484)
  1461. at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:409)
  1462. at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:337)
  1463. at org.springframework.web.servlet.view.InternalResourceView.renderMergedOutputModel(InternalResourceView.java:168)
  1464. at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:303)
  1465. at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1228)
  1466. at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1011)
  1467. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:955)
  1468. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:877)
  1469. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:966)
  1470. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:857)
  1471. at javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
  1472. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:842)
  1473. at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
  1474. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
  1475. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1476. at org.openmrs.module.web.filter.ForcePasswordChangeFilter.doFilter(ForcePasswordChangeFilter.java:60)
  1477. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  1478. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1479. at org.openmrs.web.filter.GZIPFilter.doFilterInternal(GZIPFilter.java:65)
  1480. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  1481. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  1482. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1483. at org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilterChain.java:73)
  1484. at org.openmrs.module.owa.filter.OwaFilter.doFilter(OwaFilter.java:68)
  1485. at org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilterChain.java:71)
  1486. at org.openmrs.module.xforms.web.XformsFilter.doFilter(XformsFilter.java:69)
  1487. at org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilterChain.java:71)
  1488. at org.openmrs.module.referenceapplication.filter.RequireLoginLocationFilter.doFilter(RequireLoginLocationFilter.java:93)
  1489. at org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilterChain.java:71)
  1490. at org.openmrs.module.web.filter.ModuleFilter.doFilter(ModuleFilter.java:57)
  1491. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  1492. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1493. at org.openmrs.web.filter.OpenmrsFilter.doFilterInternal(OpenmrsFilter.java:109)
  1494. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  1495. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  1496. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1497. at org.springframework.orm.hibernate4.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:150)
  1498. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  1499. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  1500. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1501. at org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:107)
  1502. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  1503. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1504. at org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:107)
  1505. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  1506. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1507. at org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:107)
  1508. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  1509. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1510. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
  1511. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  1512. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  1513. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1514. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:219)
  1515. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:110)
  1516. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:492)
  1517. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:165)
  1518. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
  1519. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
  1520. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:452)
  1521. at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1195)
  1522. at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:654)
  1523. at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:319)
  1524. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1525. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1526. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  1527. at java.lang.Thread.run(Thread.java:748)
  1528.  
Add Comment
Please, Sign In to add comment