Guest User

Untitled

a guest
Oct 22nd, 2020 (edited)
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 118.20 KB | None | 0 0
  1. Microsoft Windows [Version 10.0.18362.1082]
  2. (c) 2019 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Users\ODEL>netstat -ano | findstr 8080
  5. TCP 0.0.0.0:8080 0.0.0.0:0 LISTENING 2672
  6. TCP [::]:8080 [::]:0 LISTENING 2672
  7. TCP [::1]:59808 [::1]:8080 TIME_WAIT 0
  8. TCP [::1]:59885 [::1]:8080 TIME_WAIT 0
  9. TCP [::1]:59886 [::1]:8080 TIME_WAIT 0
  10. TCP [::1]:59887 [::1]:8080 TIME_WAIT 0
  11. TCP [::1]:59888 [::1]:8080 TIME_WAIT 0
  12. TCP [::1]:59889 [::1]:8080 TIME_WAIT 0
  13.  
  14. C:\Users\ODEL>taskkill /F /PID 2672
  15. SUCCESS: The process with PID 2672 has been terminated.
  16.  
  17. C:\Users\ODEL>netstat -ano | findstr 8080
  18. TCP 0.0.0.0:8080 0.0.0.0:0 LISTENING 12100
  19. TCP [::]:8080 [::]:0 LISTENING 12100
  20.  
  21. C:\Users\ODEL>taskkill /F /PID 12100
  22. SUCCESS: The process with PID 12100 has been terminated.
  23.  
  24. C:\Users\ODEL>taskkill /F /PID 12100
  25. ERROR: The process "12100" not found.
  26.  
  27. C:\Users\ODEL>netstat -ano | findstr 8080
  28.  
  29. C:\Users\ODEL>mvn openmrs-sdk:run
  30. [INFO] Scanning for projects...
  31. [INFO]
  32. [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
  33. [INFO] Building Maven Stub Project (No POM) 1
  34. [INFO] --------------------------------[ pom ]---------------------------------
  35. [INFO]
  36. [INFO] --- openmrs-sdk-maven-plugin:3.13.6:run (default-cli) @ standalone-pom ---
  37.  
  38. You have the following servers::
  39. 1) server
  40.  
  41. Which one do you choose? [1]: 1
  42.  
  43. Checking if port 8080 is in use... [free]
  44.  
  45. Forking a new process... (use -Dfork=false to prevent forking)
  46.  
  47. Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
  48. Maven home: C:\Program Files\apache-maven-3.6.3\bin\..
  49. Java version: 1.8.0-262, vendor: OpenLogic-OpenJDK, runtime: C:\Program Files\java-1.8.0\jre
  50. Default locale: en_US, platform encoding: Cp1252
  51. OS name: "windows 10", version: "10.0", arch: "x86", family: "windows"
  52. [INFO] Scanning for projects...
  53. [INFO]
  54. [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
  55. [INFO] Building Maven Stub Project (No POM) 1
  56. [INFO] --------------------------------[ pom ]---------------------------------
  57. [INFO]
  58. [INFO] --- openmrs-sdk-maven-plugin:3.13.6:run-tomcat (default-cli) @ standalone-pom ---
  59.  
  60.  
  61. Using JAVA_HOME: C:\Program Files\java-1.8.0\jre
  62.  
  63. Using MAVEN_OPTS: -Xmx768m -XX:MaxPermSize=512m
  64.  
  65. Starting Tomcat...
  66.  
  67. Oct 22, 2020 5:19:06 PM org.apache.coyote.AbstractProtocol init
  68. INFO: Initializing ProtocolHandler ["http-bio-8080"]
  69. Oct 22, 2020 5:19:06 PM org.apache.catalina.core.StandardService startInternal
  70. INFO: Starting service [Tomcat]
  71. Oct 22, 2020 5:19:06 PM org.apache.catalina.core.StandardEngine startInternal
  72. INFO: Starting Servlet Engine: Apache Tomcat/7.0.100
  73. Oct 22, 2020 5:19:06 PM org.apache.catalina.startup.TldConfig execute
  74. 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.
  75. Oct 22, 2020 5:19:06 PM org.apache.catalina.util.SessionIdGeneratorBase createSecureRandom
  76. WARNING: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [143] milliseconds.
  77. Oct 22, 2020 5:19:08 PM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment
  78. INFO: No global web.xml found
  79. Oct 22, 2020 5:19:09 PM org.apache.catalina.deploy.WebXml setVersion
  80. WARNING: Unknown version string [4.0]. Default version will be used.
  81. Oct 22, 2020 5:19:22 PM org.apache.catalina.startup.TaglibUriRule body
  82. INFO: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined
  83. Oct 22, 2020 5:19:22 PM org.apache.catalina.startup.TaglibUriRule body
  84. INFO: TLD skipped. URI: http://java.sun.com/jstl/core is already defined
  85. Oct 22, 2020 5:19:22 PM org.apache.catalina.startup.TaglibUriRule body
  86. INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/core is already defined
  87. Oct 22, 2020 5:19:22 PM org.apache.catalina.startup.TaglibUriRule body
  88. INFO: TLD skipped. URI: http://java.sun.com/jstl/fmt_rt is already defined
  89. Oct 22, 2020 5:19:22 PM org.apache.catalina.startup.TaglibUriRule body
  90. INFO: TLD skipped. URI: http://java.sun.com/jstl/fmt is already defined
  91. Oct 22, 2020 5:19:22 PM org.apache.catalina.startup.TaglibUriRule body
  92. INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/fmt is already defined
  93. Oct 22, 2020 5:19:22 PM org.apache.catalina.startup.TaglibUriRule body
  94. INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined
  95. Oct 22, 2020 5:19:22 PM org.apache.catalina.startup.TaglibUriRule body
  96. INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/permittedTaglibs is already defined
  97. Oct 22, 2020 5:19:22 PM org.apache.catalina.startup.TaglibUriRule body
  98. INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/scriptfree is already defined
  99. Oct 22, 2020 5:19:22 PM org.apache.catalina.startup.TaglibUriRule body
  100. INFO: TLD skipped. URI: http://java.sun.com/jstl/sql_rt is already defined
  101. Oct 22, 2020 5:19:22 PM org.apache.catalina.startup.TaglibUriRule body
  102. INFO: TLD skipped. URI: http://java.sun.com/jstl/sql is already defined
  103. Oct 22, 2020 5:19:22 PM org.apache.catalina.startup.TaglibUriRule body
  104. INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/sql is already defined
  105. Oct 22, 2020 5:19:22 PM org.apache.catalina.startup.TaglibUriRule body
  106. INFO: TLD skipped. URI: http://java.sun.com/jstl/xml_rt is already defined
  107. Oct 22, 2020 5:19:22 PM org.apache.catalina.startup.TaglibUriRule body
  108. INFO: TLD skipped. URI: http://java.sun.com/jstl/xml is already defined
  109. Oct 22, 2020 5:19:22 PM org.apache.catalina.startup.TaglibUriRule body
  110. INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/xml is already defined
  111. Oct 22, 2020 5:19:22 PM org.apache.catalina.startup.TldConfig execute
  112. 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.
  113. SLF4J: Class path contains multiple SLF4J bindings.
  114. SLF4J: Found binding in [jar:file:/C:/Users/ODEL/openmrs/server/tmp/openmrs/WEB-INF/lib/slf4j-log4j12-1.7.26.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  115. SLF4J: Found binding in [jar:file:/C:/Users/ODEL/.m2/repository/org/slf4j/slf4j-simple/1.6.2/slf4j-simple-1.6.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  116. SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
  117. SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
  118. Oct 22, 2020 5:19:22 PM org.apache.catalina.core.ApplicationContext log
  119. INFO: Initializing log4j from [classpath:log4j.xml]
  120. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2078) |2020-10-22 17:19:23,083| Unable to find a runtime properties file at C:\Users\ODEL\openmrs-runtime.properties
  121. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2078) |2020-10-22 17:19:23,106| Unable to find a runtime properties file at C:\Users\ODEL\openmrs-runtime.properties
  122. INFO - Listener.contextInitialized(173) |2020-10-22 17:19:23,107| Using runtime properties file: C:\Users\ODEL\openmrs\server\openmrs-runtime.properties
  123. Thu Oct 22 17:19:24 EAT 2020 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.
  124. INFO 10/22/20 5:19 PM:liquibase: Reading from `liquibasechangelog`
  125. WARNING 10/22/20 5:19 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  126. WARNING 10/22/20 5:19 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  127. WARNING 10/22/20 5:19 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  128. Thu Oct 22 17:19:27 EAT 2020 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.
  129. INFO - EhCacheManagerFactoryBean.afterPropertiesSet(129) |2020-10-22 17:19:30,197| Initializing EhCache CacheManager
  130. Thu Oct 22 17:19:33 EAT 2020 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.
  131. WARN - SimpleUrlHandlerMapping.registerHandlers(115) |2020-10-22 17:19:40,195| Neither 'urlMap' nor 'mappings' set on SimpleUrlHandlerMapping
  132. WARN - Listener.loadBundledModules(500) |2020-10-22 17:19:40,221| Bundled module folder doesn't exist: C:\Users\ODEL\openmrs\server\tmp\openmrs\WEB-INF\bundledModules
  133. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2078) |2020-10-22 17:19:40,221| Unable to find a runtime properties file at C:\Users\ODEL\openmrs-runtime.properties
  134. Thu Oct 22 17:19:40 EAT 2020 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.
  135. INFO 10/22/20 5:19 PM:liquibase: Reading from `liquibasechangelog`
  136. WARNING 10/22/20 5:19 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  137. WARNING 10/22/20 5:19 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  138. WARNING 10/22/20 5:19 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  139. Thu Oct 22 17:19:40 EAT 2020 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.
  140. Thu Oct 22 17:19:41 EAT 2020 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.
  141. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:19:43,046| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: layout.address.format value: <org.openmrs.layout.address.AddressTemplate>
  142. <nameMappings class="properties">
  143. <property name="postalCode" value="Location.postalCode"/>
  144. <property name="address2" value="Location.address2"/>
  145. <property name="address1" value="Location.address1"/>
  146. <property name="country" value="Location.country"/>
  147. <property name="stateProvince" value="Location.stateProvince"/>
  148. <property name="cityVillage" value="Location.cityVillage"/>
  149. </nameMappings>
  150. <sizeMappings class="properties">
  151. <property name="postalCode" value="10"/>
  152. <property name="address2" value="40"/>
  153. <property name="address1" value="40"/>
  154. <property name="country" value="10"/>
  155. <property name="stateProvince" value="10"/>
  156. <property name="cityVillage" value="10"/>
  157. </sizeMappings>
  158. <lineByLineFormat>
  159. <string>address1</string>
  160. <string>address2</string>
  161. <string>cityVillage stateProvince country postalCode</string>
  162. </lineByLineFormat>
  163. </org.openmrs.layout.address.AddressTemplate>,
  164. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:19:43,210| Exiting method saveGlobalProperty
  165. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:15,820| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: event.started value: true,
  166. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:15,826| Exiting method saveGlobalProperty
  167. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:15,833| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: event.mandatory value: false,
  168. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:15,838| Exiting method saveGlobalProperty
  169. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:15,963| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: legacyui.started value: true,
  170. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:15,971| Exiting method saveGlobalProperty
  171. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:15,977| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: legacyui.mandatory value: false,
  172. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:15,984| Exiting method saveGlobalProperty
  173. Thu Oct 22 17:20:19 EAT 2020 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.
  174. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  175. INFO 10/22/20 5:20 PM:liquibase: Reading from `liquibasechangelog`
  176. INFO 10/22/20 5:20 PM:liquibase: Successfully acquired change log lock
  177. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  178. INFO 10/22/20 5:20 PM:liquibase: Successfully released change log lock
  179. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:21,611| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: fhir.started value: true,
  180. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:22,435| Exiting method saveGlobalProperty
  181. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:22,449| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: fhir.mandatory value: false,
  182. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:22,460| Exiting method saveGlobalProperty
  183. Thu Oct 22 17:20:22 EAT 2020 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.
  184. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:22,951| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: dataexchange.started value: true,
  185. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:22,962| Exiting method saveGlobalProperty
  186. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:22,970| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: dataexchange.mandatory value: false,
  187. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:22,978| Exiting method saveGlobalProperty
  188. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:23,108| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingcompatibility.started value: true,
  189. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:23,115| Exiting method saveGlobalProperty
  190. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:23,123| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingcompatibility.mandatory value: false,
  191. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:23,130| Exiting method saveGlobalProperty
  192. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:23,494| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: webservices.rest.started value: true,
  193. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:23,498| Exiting method saveGlobalProperty
  194. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:23,502| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: webservices.rest.mandatory value: false,
  195. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:23,507| Exiting method saveGlobalProperty
  196. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:23,868| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: serialization.xstream.started value: true,
  197. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:23,873| Exiting method saveGlobalProperty
  198. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:23,880| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: serialization.xstream.mandatory value: false,
  199. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:23,885| Exiting method saveGlobalProperty
  200. Thu Oct 22 17:20:24 EAT 2020 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.
  201. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  202. INFO 10/22/20 5:20 PM:liquibase: Reading from `liquibasechangelog`
  203. INFO 10/22/20 5:20 PM:liquibase: Successfully acquired change log lock
  204. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  205. INFO 10/22/20 5:20 PM:liquibase: Successfully released change log lock
  206. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:24,524| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uiframework.started value: true,
  207. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:24,531| Exiting method saveGlobalProperty
  208. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:24,539| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uiframework.mandatory value: false,
  209. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:24,548| Exiting method saveGlobalProperty
  210. Thu Oct 22 17:20:24 EAT 2020 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.
  211. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  212. INFO 10/22/20 5:20 PM:liquibase: Reading from `liquibasechangelog`
  213. INFO 10/22/20 5:20 PM:liquibase: Successfully acquired change log lock
  214. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  215. INFO 10/22/20 5:20 PM:liquibase: Successfully released change log lock
  216. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:25,323| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uicommons.started value: true,
  217. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:25,330| Exiting method saveGlobalProperty
  218. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:25,338| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uicommons.mandatory value: false,
  219. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:25,344| Exiting method saveGlobalProperty
  220. Thu Oct 22 17:20:25 EAT 2020 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.
  221. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  222. INFO 10/22/20 5:20 PM:liquibase: Reading from `liquibasechangelog`
  223. INFO 10/22/20 5:20 PM:liquibase: Successfully acquired change log lock
  224. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  225. INFO 10/22/20 5:20 PM:liquibase: Successfully released change log lock
  226. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:25,752| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: atlas.started value: true,
  227. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:25,758| Exiting method saveGlobalProperty
  228. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:25,767| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: atlas.mandatory value: false,
  229. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:25,773| Exiting method saveGlobalProperty
  230. Thu Oct 22 17:20:25 EAT 2020 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.
  231. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  232. INFO 10/22/20 5:20 PM:liquibase: Reading from `liquibasechangelog`
  233. INFO 10/22/20 5:20 PM:liquibase: Successfully acquired change log lock
  234. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  235. INFO 10/22/20 5:20 PM:liquibase: Successfully released change log lock
  236. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:26,477| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uilibrary.started value: true,
  237. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:26,483| Exiting method saveGlobalProperty
  238. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:26,493| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uilibrary.mandatory value: false,
  239. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:26,502| Exiting method saveGlobalProperty
  240. Thu Oct 22 17:20:26 EAT 2020 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.
  241. INFO 10/22/20 5:20 PM:liquibase: Reading from `liquibasechangelog`
  242. INFO 10/22/20 5:20 PM:liquibase: Successfully acquired change log lock
  243. INFO 10/22/20 5:20 PM:liquibase: Successfully released change log lock
  244. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:27,001| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: providermanagement.started value: true,
  245. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:27,009| Exiting method saveGlobalProperty
  246. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:27,017| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: providermanagement.mandatory value: false,
  247. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:27,024| Exiting method saveGlobalProperty
  248. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:27,230| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.started value: true,
  249. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:27,236| Exiting method saveGlobalProperty
  250. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:27,243| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.mandatory value: false,
  251. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:27,249| Exiting method saveGlobalProperty
  252. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:27,347| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlwidgets.started value: true,
  253. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:27,351| Exiting method saveGlobalProperty
  254. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:27,360| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlwidgets.mandatory value: false,
  255. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:27,366| Exiting method saveGlobalProperty
  256. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:27,513| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: owa.started value: true,
  257. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:27,521| Exiting method saveGlobalProperty
  258. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:27,528| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: owa.mandatory value: false,
  259. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:27,532| Exiting method saveGlobalProperty
  260. Thu Oct 22 17:20:27 EAT 2020 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.
  261. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  262. INFO 10/22/20 5:20 PM:liquibase: Reading from `liquibasechangelog`
  263. INFO 10/22/20 5:20 PM:liquibase: Successfully acquired change log lock
  264. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  265. INFO 10/22/20 5:20 PM:liquibase: Successfully released change log lock
  266. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:28,214| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatamapping.started value: true,
  267. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:28,221| Exiting method saveGlobalProperty
  268. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:28,227| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatamapping.mandatory value: false,
  269. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:28,234| Exiting method saveGlobalProperty
  270. Thu Oct 22 17:20:28 EAT 2020 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.
  271. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  272. INFO 10/22/20 5:20 PM:liquibase: Reading from `liquibasechangelog`
  273. INFO 10/22/20 5:20 PM:liquibase: Successfully acquired change log lock
  274. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  275. INFO 10/22/20 5:20 PM:liquibase: Successfully released change log lock
  276. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:28,667| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatasharing.started value: true,
  277. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:28,673| Exiting method saveGlobalProperty
  278. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:28,681| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatasharing.mandatory value: false,
  279. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:28,686| Exiting method saveGlobalProperty
  280. Thu Oct 22 17:20:28 EAT 2020 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.
  281. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  282. INFO 10/22/20 5:20 PM:liquibase: Reading from `liquibasechangelog`
  283. INFO 10/22/20 5:20 PM:liquibase: Successfully acquired change log lock
  284. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  285. INFO 10/22/20 5:20 PM:liquibase: Successfully released change log lock
  286. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:28,980| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatadeploy.started value: true,
  287. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:28,983| Exiting method saveGlobalProperty
  288. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:28,988| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatadeploy.mandatory value: false,
  289. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:28,995| Exiting method saveGlobalProperty
  290. Thu Oct 22 17:20:29 EAT 2020 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.
  291. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  292. INFO 10/22/20 5:20 PM:liquibase: Reading from `liquibasechangelog`
  293. INFO 10/22/20 5:20 PM:liquibase: Successfully acquired change log lock
  294. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  295. INFO 10/22/20 5:20 PM:liquibase: Successfully released change log lock
  296. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:29,621| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlformentry.started value: true,
  297. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:29,631| Exiting method saveGlobalProperty
  298. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:29,640| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlformentry.mandatory value: false,
  299. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:29,645| Exiting method saveGlobalProperty
  300. Thu Oct 22 17:20:29 EAT 2020 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.
  301. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  302. INFO 10/22/20 5:20 PM:liquibase: Reading from `liquibasechangelog`
  303. INFO 10/22/20 5:20 PM:liquibase: Successfully acquired change log lock
  304. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  305. INFO 10/22/20 5:20 PM:liquibase: Successfully released change log lock
  306. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:30,124| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: calculation.started value: true,
  307. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:30,129| Exiting method saveGlobalProperty
  308. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:30,137| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: calculation.mandatory value: false,
  309. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:30,143| Exiting method saveGlobalProperty
  310. Thu Oct 22 17:20:30 EAT 2020 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.
  311. INFO 10/22/20 5:20 PM:liquibase: Reading from `liquibasechangelog`
  312. INFO 10/22/20 5:20 PM:liquibase: Successfully acquired change log lock
  313. INFO 10/22/20 5:20 PM:liquibase: Successfully released change log lock
  314. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:33,069| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.started value: true,
  315. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:33,083| Exiting method saveGlobalProperty
  316. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:33,104| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.mandatory value: false,
  317. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:33,116| Exiting method saveGlobalProperty
  318. Thu Oct 22 17:20:33 EAT 2020 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.
  319. INFO 10/22/20 5:20 PM:liquibase: Reading from `liquibasechangelog`
  320. INFO 10/22/20 5:20 PM:liquibase: Successfully acquired change log lock
  321. INFO 10/22/20 5:20 PM:liquibase: Successfully released change log lock
  322. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:33,552| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: emrapi.started value: true,
  323. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:33,555| Exiting method saveGlobalProperty
  324. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:33,562| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: emrapi.mandatory value: false,
  325. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:33,567| Exiting method saveGlobalProperty
  326. Thu Oct 22 17:20:33 EAT 2020 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.
  327. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  328. INFO 10/22/20 5:20 PM:liquibase: Reading from `liquibasechangelog`
  329. INFO 10/22/20 5:20 PM:liquibase: Successfully acquired change log lock
  330. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  331. INFO 10/22/20 5:20 PM:liquibase: Successfully released change log lock
  332. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:34,224| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appointmentscheduling.started value: true,
  333. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:34,232| Exiting method saveGlobalProperty
  334. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:34,238| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appointmentscheduling.mandatory value: false,
  335. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:34,243| Exiting method saveGlobalProperty
  336. Thu Oct 22 17:20:34 EAT 2020 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.
  337. INFO 10/22/20 5:20 PM:liquibase: Reading from `liquibasechangelog`
  338. INFO 10/22/20 5:20 PM:liquibase: Successfully acquired change log lock
  339. INFO 10/22/20 5:20 PM:liquibase: Successfully released change log lock
  340. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:34,680| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingrest.started value: true,
  341. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:34,691| Exiting method saveGlobalProperty
  342. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:34,702| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingrest.mandatory value: false,
  343. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:34,708| Exiting method saveGlobalProperty
  344. Thu Oct 22 17:20:34 EAT 2020 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.
  345. INFO 10/22/20 5:20 PM:liquibase: Reading from `liquibasechangelog`
  346. INFO 10/22/20 5:20 PM:liquibase: Successfully acquired change log lock
  347. INFO 10/22/20 5:20 PM:liquibase: Successfully released change log lock
  348. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:35,017| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: idgen.started value: true,
  349. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:35,022| Exiting method saveGlobalProperty
  350. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:35,030| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: idgen.mandatory value: false,
  351. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:35,037| Exiting method saveGlobalProperty
  352. Thu Oct 22 17:20:35 EAT 2020 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.
  353. INFO 10/22/20 5:20 PM:liquibase: Reading from `liquibasechangelog`
  354. INFO 10/22/20 5:20 PM:liquibase: Successfully acquired change log lock
  355. INFO 10/22/20 5:20 PM:liquibase: Successfully released change log lock
  356. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:35,339| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referencemetadata.started value: true,
  357. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:35,342| Exiting method saveGlobalProperty
  358. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:35,346| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referencemetadata.mandatory value: false,
  359. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:35,351| Exiting method saveGlobalProperty
  360. Thu Oct 22 17:20:35 EAT 2020 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.
  361. INFO 10/22/20 5:20 PM:liquibase: Reading from `liquibasechangelog`
  362. INFO 10/22/20 5:20 PM:liquibase: Successfully acquired change log lock
  363. INFO 10/22/20 5:20 PM:liquibase: Successfully released change log lock
  364. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:35,611| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referencedemodata.started value: true,
  365. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:35,620| Exiting method saveGlobalProperty
  366. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:35,626| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referencedemodata.mandatory value: false,
  367. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:35,631| Exiting method saveGlobalProperty
  368. Thu Oct 22 17:20:35 EAT 2020 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.
  369. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  370. INFO 10/22/20 5:20 PM:liquibase: Reading from `liquibasechangelog`
  371. INFO 10/22/20 5:20 PM:liquibase: Successfully acquired change log lock
  372. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  373. INFO 10/22/20 5:20 PM:liquibase: Successfully released change log lock
  374. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:35,978| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.started value: true,
  375. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:35,983| Exiting method saveGlobalProperty
  376. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:35,990| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.mandatory value: false,
  377. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:35,995| Exiting method saveGlobalProperty
  378. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:36,027| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.patientNameSearch value: registrationcore.BasicPatientNameSearch,
  379. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:36,143| Exiting method saveGlobalProperty
  380. Thu Oct 22 17:20:36 EAT 2020 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.
  381. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  382. INFO 10/22/20 5:20 PM:liquibase: Reading from `liquibasechangelog`
  383. INFO 10/22/20 5:20 PM:liquibase: Successfully acquired change log lock
  384. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  385. INFO 10/22/20 5:20 PM:liquibase: Successfully released change log lock
  386. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:36,593| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appframework.started value: true,
  387. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:36,604| Exiting method saveGlobalProperty
  388. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:36,614| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appframework.mandatory value: false,
  389. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:36,622| Exiting method saveGlobalProperty
  390. Thu Oct 22 17:20:36 EAT 2020 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.
  391. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  392. INFO 10/22/20 5:20 PM:liquibase: Reading from `liquibasechangelog`
  393. INFO 10/22/20 5:20 PM:liquibase: Successfully acquired change log lock
  394. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  395. INFO 10/22/20 5:20 PM:liquibase: Successfully released change log lock
  396. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:36,842| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: formentryapp.started value: true,
  397. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:36,849| Exiting method saveGlobalProperty
  398. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:36,858| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: formentryapp.mandatory value: false,
  399. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:36,861| Exiting method saveGlobalProperty
  400. Thu Oct 22 17:20:36 EAT 2020 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.
  401. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  402. INFO 10/22/20 5:20 PM:liquibase: Reading from `liquibasechangelog`
  403. INFO 10/22/20 5:20 PM:liquibase: Successfully acquired change log lock
  404. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  405. INFO 10/22/20 5:20 PM:liquibase: Successfully released change log lock
  406. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:37,228| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: allergyui.started value: true,
  407. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:37,233| Exiting method saveGlobalProperty
  408. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:37,243| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: allergyui.mandatory value: false,
  409. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:37,248| Exiting method saveGlobalProperty
  410. Thu Oct 22 17:20:37 EAT 2020 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.
  411. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  412. INFO 10/22/20 5:20 PM:liquibase: Reading from `liquibasechangelog`
  413. INFO 10/22/20 5:20 PM:liquibase: Successfully acquired change log lock
  414. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  415. INFO 10/22/20 5:20 PM:liquibase: Successfully released change log lock
  416. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:37,759| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appui.started value: true,
  417. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:37,763| Exiting method saveGlobalProperty
  418. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:37,770| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appui.mandatory value: false,
  419. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:37,778| Exiting method saveGlobalProperty
  420. Thu Oct 22 17:20:37 EAT 2020 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.
  421. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  422. INFO 10/22/20 5:20 PM:liquibase: Reading from `liquibasechangelog`
  423. INFO 10/22/20 5:20 PM:liquibase: Successfully acquired change log lock
  424. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  425. INFO 10/22/20 5:20 PM:liquibase: Successfully released change log lock
  426. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:38,224| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: adminui.started value: true,
  427. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:38,230| Exiting method saveGlobalProperty
  428. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:38,234| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: adminui.mandatory value: false,
  429. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:38,241| Exiting method saveGlobalProperty
  430. Thu Oct 22 17:20:38 EAT 2020 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.
  431. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  432. INFO 10/22/20 5:20 PM:liquibase: Reading from `liquibasechangelog`
  433. INFO 10/22/20 5:20 PM:liquibase: Successfully acquired change log lock
  434. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  435. INFO 10/22/20 5:20 PM:liquibase: Successfully released change log lock
  436. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:38,580| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: attachments.started value: true,
  437. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:38,584| Exiting method saveGlobalProperty
  438. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:38,597| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: attachments.mandatory value: false,
  439. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:38,602| Exiting method saveGlobalProperty
  440. ERROR - ModuleFactory.startModules(256) |2020-10-22 17:20:38,740| Module Core Apps Module cannot be started because it requires the following module(s): emrapi 1.29.0 Please install and start these modules first.
  441. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:39,164| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  442. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:39,323| Exiting method saveAlert
  443. ERROR - ModuleFactory.startModules(256) |2020-10-22 17:20:39,471| Module Registration App Module cannot be started because it requires the following module(s): coreapps 1.11.1 Please install and start these modules first.
  444. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:39,508| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  445. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:39,515| Exiting method saveAlert
  446. Thu Oct 22 17:20:39 EAT 2020 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.
  447. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  448. INFO 10/22/20 5:20 PM:liquibase: Reading from `liquibasechangelog`
  449. INFO 10/22/20 5:20 PM:liquibase: Successfully acquired change log lock
  450. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  451. INFO 10/22/20 5:20 PM:liquibase: Successfully released change log lock
  452. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:39,926| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingui.started value: true,
  453. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:39,932| Exiting method saveGlobalProperty
  454. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:39,939| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingui.mandatory value: false,
  455. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:39,945| Exiting method saveGlobalProperty
  456. ERROR - ModuleFactory.startModules(256) |2020-10-22 17:20:39,952| Module Appointment Scheduling UI Module cannot be started because it requires the following module(s): coreapps 1.11.1 Please install and start these modules first.
  457. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:40,009| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  458. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:40,068| Exiting method saveAlert
  459. Thu Oct 22 17:20:40 EAT 2020 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.
  460. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  461. INFO 10/22/20 5:20 PM:liquibase: Reading from `liquibasechangelog`
  462. INFO 10/22/20 5:20 PM:liquibase: Successfully acquired change log lock
  463. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  464. INFO 10/22/20 5:20 PM:liquibase: Successfully released change log lock
  465. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:40,474| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlformentryui.started value: true,
  466. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:40,477| Exiting method saveGlobalProperty
  467. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:40,481| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlformentryui.mandatory value: false,
  468. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:40,486| Exiting method saveGlobalProperty
  469. Thu Oct 22 17:20:40 EAT 2020 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.
  470. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  471. INFO 10/22/20 5:20 PM:liquibase: Reading from `liquibasechangelog`
  472. INFO 10/22/20 5:20 PM:liquibase: Successfully acquired change log lock
  473. INFO 10/22/20 5:20 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  474. INFO 10/22/20 5:20 PM:liquibase: Successfully released change log lock
  475. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:40,867| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referenceapplication.started value: true,
  476. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:40,873| Exiting method saveGlobalProperty
  477. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:40,877| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referenceapplication.mandatory value: false,
  478. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:40,882| Exiting method saveGlobalProperty
  479. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:20:54,150| In method SchedulerService.saveToMemento. Arguments:
  480. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:20:54,163| Exiting method saveToMemento
  481. INFO - EhCacheManagerFactoryBean.destroy(181) |2020-10-22 17:20:54,332| Shutting down EhCache CacheManager
  482. INFO - ServiceContext.startRefreshingContext(832) |2020-10-22 17:20:54,334| Refreshing Context
  483. INFO - EhCacheManagerFactoryBean.afterPropertiesSet(129) |2020-10-22 17:21:52,098| Initializing EhCache CacheManager
  484. Thu Oct 22 17:22:15 EAT 2020 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.
  485. WARN - IdgenTask.run(32) |2020-10-22 17:23:39,483| Not running scheduled task. DaemonToken = null; enabled = false
  486. WARN - SimpleUrlHandlerMapping.registerHandlers(115) |2020-10-22 17:23:43,968| Neither 'urlMap' nor 'mappings' set on SimpleUrlHandlerMapping
  487. WARN - SimpleUrlHandlerMapping.registerHandlers(115) |2020-10-22 17:23:48,469| Neither 'urlMap' nor 'mappings' set on SimpleUrlHandlerMapping
  488. INFO - ServiceContext.doneRefreshingContext(843) |2020-10-22 17:23:48,475| Done refreshing Context
  489. Thu Oct 22 17:23:48 EAT 2020 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. Thu Oct 22 17:23:48 EAT 2020 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.
  491. Thu Oct 22 17:23:48 EAT 2020 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.
  492. WARN - AddressConfigurationLoader.loadAddressConfiguration(64) |2020-10-22 17:24:46,964| Address hierarchy configuration file appears invalid, skipping the loading process: addressConfiguration.xml
  493. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:24:59,385| In method UserService.saveRole. Arguments: Role=Privilege Level: Full,
  494. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:24:59,388| Exiting method saveRole
  495. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:24:59,422| In method UserService.saveRole. Arguments: Role=Privilege Level: High,
  496. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:24:59,425| Exiting method saveRole
  497. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:00,392| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: visits.assignmentHandler value: org.openmrs.module.emrapi.adt.EmrApiVisitAssignmentHandler,
  498. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:00,404| Exiting method saveGlobalProperty
  499. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,208| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referencemetadata.installedVersion value: 19,
  500. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,216| Exiting method saveGlobalProperty
  501. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,234| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.systemAdministration,
  502. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,236| Exiting method savePrivilege
  503. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,240| In method UserService.savePrivilege. Arguments: Privilege=App: referenceapplication.legacyAdmin,
  504. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,241| Exiting method savePrivilege
  505. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,248| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.activeVisits,
  506. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,248| Exiting method savePrivilege
  507. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,253| In method UserService.savePrivilege. Arguments: Privilege=App: atlas.manage,
  508. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,254| Exiting method savePrivilege
  509. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,259| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.configuremetadata,
  510. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,260| Exiting method savePrivilege
  511. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,266| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.findPatient,
  512. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,266| Exiting method savePrivilege
  513. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,271| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.patientDashboard,
  514. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,271| Exiting method savePrivilege
  515. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,285| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.patientVisits,
  516. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,286| Exiting method savePrivilege
  517. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,292| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.systemAdministration,
  518. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,293| Exiting method savePrivilege
  519. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,302| In method UserService.savePrivilege. Arguments: Privilege=App: formentryapp.forms,
  520. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,303| Exiting method savePrivilege
  521. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,309| In method UserService.savePrivilege. Arguments: Privilege=App: referenceapplication.vitals,
  522. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,310| Exiting method savePrivilege
  523. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,315| In method UserService.savePrivilege. Arguments: Privilege=App: registrationapp.registerPatient,
  524. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,316| Exiting method savePrivilege
  525. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,322| In method UserService.savePrivilege. Arguments: Privilege=Task: coreapps.createRetrospectiveVisit,
  526. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,322| Exiting method savePrivilege
  527. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,329| In method UserService.savePrivilege. Arguments: Privilege=Task: coreapps.createVisit,
  528. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,330| Exiting method savePrivilege
  529. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,335| In method UserService.savePrivilege. Arguments: Privilege=Task: coreapps.endVisit,
  530. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,336| Exiting method savePrivilege
  531. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,343| In method UserService.savePrivilege. Arguments: Privilege=Task: coreapps.mergeVisits,
  532. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,343| Exiting method savePrivilege
  533. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,351| In method UserService.savePrivilege. Arguments: Privilege=Task: referenceapplication.simpleAdmission,
  534. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,368| Exiting method savePrivilege
  535. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,372| In method UserService.savePrivilege. Arguments: Privilege=Task: referenceapplication.simpleDischarge,
  536. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,373| Exiting method savePrivilege
  537. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,377| In method UserService.savePrivilege. Arguments: Privilege=Task: referenceapplication.simpleTransfer,
  538. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,377| Exiting method savePrivilege
  539. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,382| In method UserService.savePrivilege. Arguments: Privilege=Task: referenceapplication.simpleVisitNote,
  540. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,384| Exiting method savePrivilege
  541. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,387| In method UserService.savePrivilege. Arguments: Privilege=Task: referenceapplication.vitals,
  542. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,387| Exiting method savePrivilege
  543. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,392| In method UserService.savePrivilege. Arguments: Privilege=Task: Modify Allergies,
  544. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,393| Exiting method savePrivilege
  545. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,396| In method UserService.savePrivilege. Arguments: Privilege=Task: emr.patient.encounter.delete,
  546. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,397| Exiting method savePrivilege
  547. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,400| In method UserService.savePrivilege. Arguments: Privilege=Task: emr.patient.encounter.edit,
  548. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,400| Exiting method savePrivilege
  549. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,420| In method UserService.saveRole. Arguments: Role=Application: Administers System,
  550. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,420| Exiting method saveRole
  551. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,467| In method UserService.saveRole. Arguments: Role=Application: Configures Metadata,
  552. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,467| Exiting method saveRole
  553. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,529| In method UserService.saveRole. Arguments: Role=Application: Configures Forms,
  554. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,530| Exiting method saveRole
  555. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,582| In method UserService.saveRole. Arguments: Role=Application: Manages Atlas,
  556. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,583| Exiting method saveRole
  557. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,645| In method UserService.saveRole. Arguments: Role=Application: Registers Patients,
  558. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,647| Exiting method saveRole
  559. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,692| In method UserService.saveRole. Arguments: Role=Application: Enters Vitals,
  560. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,693| Exiting method saveRole
  561. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,721| In method UserService.saveRole. Arguments: Role=Application: Uses Capture Vitals App,
  562. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,721| Exiting method saveRole
  563. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,746| In method UserService.saveRole. Arguments: Role=Application: Uses Patient Summary,
  564. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,748| Exiting method saveRole
  565. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,768| In method UserService.saveRole. Arguments: Role=Application: Writes Clinical Notes,
  566. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,769| Exiting method saveRole
  567. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,808| In method UserService.saveRole. Arguments: Role=Application: Enters ADT Events,
  568. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,808| Exiting method saveRole
  569. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,825| In method UserService.saveRole. Arguments: Role=Application: Records Allergies,
  570. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,826| Exiting method saveRole
  571. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,836| In method UserService.saveRole. Arguments: Role=Application: Has Super User Privileges,
  572. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,836| Exiting method saveRole
  573. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,928| In method UserService.saveRole. Arguments: Role=Application: Edits Existing Encounters,
  574. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,928| Exiting method saveRole
  575. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,949| In method UserService.saveRole. Arguments: Role=Application: Sees Appointment Schedule,
  576. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,950| Exiting method saveRole
  577. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,965| In method UserService.saveRole. Arguments: Role=Application: Requests Appointments,
  578. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,966| Exiting method saveRole
  579. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:02,985| In method UserService.saveRole. Arguments: Role=Application: Schedules Appointments,
  580. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:02,986| Exiting method saveRole
  581. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:03,002| In method UserService.saveRole. Arguments: Role=Application: Schedules And Overbooks Appointments,
  582. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:03,002| Exiting method saveRole
  583. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:03,016| In method UserService.saveRole. Arguments: Role=Application: Manages Provider Schedules,
  584. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:03,017| Exiting method saveRole
  585. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:03,028| In method UserService.saveRole. Arguments: Role=Application: Configures Appointment Scheduling,
  586. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:03,029| Exiting method saveRole
  587. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:03,058| In method UserService.saveRole. Arguments: Role=Organizational: Doctor,
  588. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:03,059| Exiting method saveRole
  589. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:03,099| In method UserService.saveRole. Arguments: Role=Organizational: Nurse,
  590. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:03,100| Exiting method saveRole
  591. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:03,122| In method UserService.saveRole. Arguments: Role=Organizational: Registration Clerk,
  592. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:03,123| Exiting method saveRole
  593. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:03,145| In method UserService.saveRole. Arguments: Role=Organizational: System Administrator,
  594. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:03,145| Exiting method saveRole
  595. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:03,167| In method UserService.saveRole. Arguments: Role=Organizational: Hospital Administrator,
  596. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:03,168| Exiting method saveRole
  597. INFO - SerializationServiceImpl.getDefaultSerializer(73) |2020-10-22 17:25:04,590| No default serializer specified - using builtin SimpleXStreamSerializer.
  598. Security framework of XStream not initialized, XStream is probably vulnerable.
  599. Security framework of XStream not initialized, XStream is probably vulnerable.
  600. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:05,728| In method UserService.saveRole. Arguments: Role=Application: Administers System,
  601. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:06,013| Exiting method saveRole
  602. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:06,052| In method UserService.saveRole. Arguments: Role=Application: Configures Appointment Scheduling,
  603. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:06,138| Exiting method saveRole
  604. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:06,152| In method UserService.saveRole. Arguments: Role=Application: Configures Forms,
  605. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:06,316| Exiting method saveRole
  606. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:06,347| In method UserService.saveRole. Arguments: Role=Application: Configures Metadata,
  607. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:06,433| Exiting method saveRole
  608. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:06,466| In method UserService.saveRole. Arguments: Role=Application: Edits Existing Encounters,
  609. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:06,539| Exiting method saveRole
  610. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:06,550| In method UserService.saveRole. Arguments: Role=Application: Enters ADT Events,
  611. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:06,590| Exiting method saveRole
  612. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:06,604| In method UserService.saveRole. Arguments: Role=Application: Enters Vitals,
  613. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:06,665| Exiting method saveRole
  614. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:06,672| In method UserService.saveRole. Arguments: Role=Application: Has Super User Privileges,
  615. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:06,740| Exiting method saveRole
  616. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:06,749| In method UserService.saveRole. Arguments: Role=Application: Manages Atlas,
  617. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:06,791| Exiting method saveRole
  618. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:06,799| In method UserService.saveRole. Arguments: Role=Application: Manages Provider Schedules,
  619. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:06,872| Exiting method saveRole
  620. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:06,880| In method UserService.saveRole. Arguments: Role=Application: Records Allergies,
  621. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:06,923| Exiting method saveRole
  622. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:06,931| In method UserService.saveRole. Arguments: Role=Application: Registers Patients,
  623. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:06,973| Exiting method saveRole
  624. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:06,990| In method UserService.saveRole. Arguments: Role=Application: Requests Appointments,
  625. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:07,024| Exiting method saveRole
  626. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:07,036| In method UserService.saveRole. Arguments: Role=Application: Schedules And Overbooks Appointments,
  627. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:07,081| Exiting method saveRole
  628. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:07,089| In method UserService.saveRole. Arguments: Role=Application: Schedules Appointments,
  629. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:07,172| Exiting method saveRole
  630. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:07,181| In method UserService.saveRole. Arguments: Role=Application: Sees Appointment Schedule,
  631. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:07,251| Exiting method saveRole
  632. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:07,284| In method UserService.saveRole. Arguments: Role=Application: Uses Capture Vitals App,
  633. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:07,332| Exiting method saveRole
  634. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:07,348| In method UserService.saveRole. Arguments: Role=Application: Uses Patient Summary,
  635. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:07,410| Exiting method saveRole
  636. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:07,418| In method UserService.saveRole. Arguments: Role=Application: Writes Clinical Notes,
  637. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:07,482| Exiting method saveRole
  638. INFO - SerializationServiceImpl.getDefaultSerializer(73) |2020-10-22 17:25:07,552| No default serializer specified - using builtin SimpleXStreamSerializer.
  639. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:07,830| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: layout.address.format value: <org.openmrs.layout.address.AddressTemplate>
  640. <nameMappings class="properties">
  641. <property name="postalCode" value="Location.postalCode"/>
  642. <property name="address2" value="Location.address2"/>
  643. <property name="address1" value="Location.address1"/>
  644. <property name="country" value="Location.country"/>
  645. <property name="stateProvince" value="Location.stateProvince"/>
  646. <property name="cityVillage" value="Location.cityVillage"/>
  647. </nameMappings>
  648. <sizeMappings class="properties">
  649. <property name="postalCode" value="10"/>
  650. <property name="address2" value="40"/>
  651. <property name="address1" value="40"/>
  652. <property name="country" value="10"/>
  653. <property name="stateProvince" value="10"/>
  654. <property name="cityVillage" value="10"/>
  655. </sizeMappings>
  656. <lineByLineFormat>
  657. <string>address1</string>
  658. <string>address2</string>
  659. <string>cityVillage stateProvince country postalCode</string>
  660. </lineByLineFormat>
  661. </org.openmrs.layout.address.AddressTemplate>,
  662. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:07,929| Exiting method saveGlobalProperty
  663. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:08,341| In method UserService.saveUser. Arguments: User=clerk,
  664. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:08,403| Exiting method saveUser
  665. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:08,440| In method UserService.saveUser. Arguments: User=nurse,
  666. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:08,461| Exiting method saveUser
  667. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:08,507| In method UserService.saveUser. Arguments: User=doctor,
  668. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:08,527| Exiting method saveUser
  669. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:08,579| In method UserService.saveUser. Arguments: User=sysadmin,
  670. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:08,597| Exiting method saveUser
  671. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:08,996| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=7fba1e5,uuid=4da187c6-c436-11e4-a470-82b0ea87e2d8],
  672. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:08,998| Exiting method saveAppointmentType
  673. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:09,036| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=c8813f7e,uuid=5ab6d8a8-c436-11e4-a470-82b0ea87e2d8],
  674. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:09,038| Exiting method saveAppointmentType
  675. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:09,068| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=eb3d3d44,uuid=7dd9ac8e-c436-11e4-a470-82b0ea87e2d8],
  676. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:09,070| Exiting method saveAppointmentType
  677. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:09,085| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=ce2c34c4,uuid=7e7d3e26-c436-11e4-a470-82b0ea87e2d8],
  678. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:09,088| Exiting method saveAppointmentType
  679. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:09,104| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=b4b49efa,uuid=7efeaa60-c436-11e4-a470-82b0ea87e2d8],
  680. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:09,107| Exiting method saveAppointmentType
  681. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:09,119| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=abc150ca,uuid=95636ce6-c436-11e4-a470-82b0ea87e2d8],
  682. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:09,122| Exiting method saveAppointmentType
  683. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:09,135| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=b519c52f,uuid=9ebdc232-c436-11e4-a470-82b0ea87e2d8],
  684. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:09,137| Exiting method saveAppointmentType
  685. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:09,148| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=b21fd75e,uuid=a62a40e0-c436-11e4-a470-82b0ea87e2d8],
  686. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:09,153| Exiting method saveAppointmentType
  687. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:09,162| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=f6a1c0a2,uuid=ac71c996-c436-11e4-a470-82b0ea87e2d8],
  688. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:09,164| Exiting method saveAppointmentType
  689. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:09,174| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=44b3d280,uuid=b29be856-c436-11e4-a470-82b0ea87e2d8],
  690. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:09,175| Exiting method saveAppointmentType
  691. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:09,182| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=da393751,uuid=cba5a260-c436-11e4-a470-82b0ea87e2d8],
  692. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:09,183| Exiting method saveAppointmentType
  693. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:09,195| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=e86393c9,uuid=d248c6c4-c436-11e4-a470-82b0ea87e2d8],
  694. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:09,197| Exiting method saveAppointmentType
  695. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:09,209| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=ea148419,uuid=0c617770-c437-11e4-a470-82b0ea87e2d8],
  696. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:09,212| Exiting method saveAppointmentType
  697. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:09,226| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=81627d4b,uuid=136ed9a4-c437-11e4-a470-82b0ea87e2d8],
  698. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:09,227| Exiting method saveAppointmentType
  699. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:09,240| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=fd2cb9c5,uuid=1b2d98c4-c437-11e4-a470-82b0ea87e2d8],
  700. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:09,242| Exiting method saveAppointmentType
  701. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:09,258| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=cb138210,uuid=25873c9e-c437-11e4-a470-82b0ea87e2d8],
  702. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:09,260| Exiting method saveAppointmentType
  703. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:09,277| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=20d32feb,uuid=2febe6a8-c437-11e4-a470-82b0ea87e2d8],
  704. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:09,279| Exiting method saveAppointmentType
  705. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:09,298| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=479f1d6a,uuid=38081afa-c437-11e4-a470-82b0ea87e2d8],
  706. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:09,301| Exiting method saveAppointmentType
  707. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:09,313| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=65d684ad,uuid=3f5a8ca2-c437-11e4-a470-82b0ea87e2d8],
  708. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:09,315| Exiting method saveAppointmentType
  709. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:09,329| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=33718375,uuid=452c596c-c437-11e4-a470-82b0ea87e2d8],
  710. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:09,332| Exiting method saveAppointmentType
  711. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:09,343| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=9e3b268b,uuid=4d3b6396-c437-11e4-a470-82b0ea87e2d8],
  712. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:09,347| Exiting method saveAppointmentType
  713. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:09,358| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=5dd5e553,uuid=4d85dda4-c437-11e4-a470-82b0ea87e2d8e],
  714. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:09,361| Exiting method saveAppointmentType
  715. ERROR - AppFrameworkActivator.registerAppsAndExtensions(101) |2020-10-22 17:25:11,042| Error loading app framework. Some apps might not work.org.openmrs.module.appframework.factory.AppConfigurationLoaderFactory@1f3f989
  716. java.lang.IllegalStateException: App 'referenceapplication.registrationapp.registerPatient' says its an instanceOf 'registrationapp.registerPatient' but there is no AppTemplate with that id
  717. at org.openmrs.module.appframework.repository.AllAppDescriptors.setAppTemplatesOnInstances(AllAppDescriptors.java:74)
  718. at org.openmrs.module.appframework.AppFrameworkActivator.registerAppsAndExtensions(AppFrameworkActivator.java:97)
  719. at org.openmrs.module.appframework.AppFrameworkActivator.contextRefreshed(AppFrameworkActivator.java:69)
  720. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:923)
  721. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:847)
  722. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:632)
  723. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:612)
  724. at org.openmrs.web.Listener.startOpenmrs(Listener.java:251)
  725. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  726. ERROR - AppFrameworkActivator.registerAppsAndExtensions(101) |2020-10-22 17:25:11,574| Error loading app framework. Some apps might not work.org.openmrs.module.formentryapp.FormEntryAppFrameworkFactory@a33f51
  727. java.lang.IllegalStateException: App 'referenceapplication.registrationapp.registerPatient' says its an instanceOf 'registrationapp.registerPatient' but there is no AppTemplate with that id
  728. at org.openmrs.module.appframework.repository.AllAppDescriptors.setAppTemplatesOnInstances(AllAppDescriptors.java:74)
  729. at org.openmrs.module.appframework.AppFrameworkActivator.registerAppsAndExtensions(AppFrameworkActivator.java:97)
  730. at org.openmrs.module.appframework.AppFrameworkActivator.contextRefreshed(AppFrameworkActivator.java:69)
  731. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:923)
  732. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:847)
  733. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:632)
  734. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:612)
  735. at org.openmrs.web.Listener.startOpenmrs(Listener.java:251)
  736. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  737. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:11,943| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.patientNameSearch value: registrationcore.ExistingPatientNameSearch,
  738. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:12,010| Exiting method saveGlobalProperty
  739. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:12,090| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: emr.concept.diagnosisSetOfSets value: 160167AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,
  740. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:12,098| Exiting method saveGlobalProperty
  741. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:12,104| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: namephonetics.givenNameStringEncoder value: Soundex,
  742. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:12,117| Exiting method saveGlobalProperty
  743. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:12,122| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: namephonetics.middleNameStringEncoder value: Soundex,
  744. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:12,134| Exiting method saveGlobalProperty
  745. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:12,139| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: namephonetics.familyNameStringEncoder value: Soundex,
  746. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:12,183| Exiting method saveGlobalProperty
  747. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:12,188| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: namephonetics.familyName2StringEncoder value: Soundex,
  748. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:12,202| Exiting method saveGlobalProperty
  749. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:12,207| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.patientNameSearch value: registrationcore.BasicPatientNameSearch,
  750. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:12,304| Exiting method saveGlobalProperty
  751. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:12,308| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.fastSimilarPatientSearchAlgorithm value: registrationcore.BasicSimilarPatientSearchAlgorithm,
  752. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:12,317| Exiting method saveGlobalProperty
  753. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:12,321| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.preciseSimilarPatientSearchAlgorithm value: registrationcore.BasicExactPatientSearchAlgorithm,
  754. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:12,334| Exiting method saveGlobalProperty
  755. INFO - LoggingAdvice.invoke(116) |2020-10-22 17:25:12,340| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: conceptmanagementapps.snomedCtConceptSource value: 1ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,
  756. INFO - LoggingAdvice.invoke(156) |2020-10-22 17:25:12,351| Exiting method saveGlobalProperty
  757. ERROR - CommonsLoggingOutput.error(75) |2020-10-22 17:25:18,932| Line=362 The content of element type "dwr" must match "(init?,allow?,signatures?)".
  758. ERROR - CommonsLoggingOutput.error(75) |2020-10-22 17:25:18,964| Parameter mismatch parsing signatures section in dwr.xml on line: DWRAtlasService.disableAtlasModule()
  759. ERROR - CommonsLoggingOutput.error(75) |2020-10-22 17:25:18,975| Parameter mismatch parsing signatures section in dwr.xml on line: DWRHtmlFormEntryService.checkIfLoggedIn()
  760. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2078) |2020-10-22 17:25:19,028| Unable to find a runtime properties file at C:\Users\ODEL\openmrs-runtime.properties
  761. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2078) |2020-10-22 17:25:19,609| Unable to find a runtime properties file at C:\Users\ODEL\openmrs-runtime.properties
  762. Thu Oct 22 17:25:19 EAT 2020 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.
  763.  
  764. OpenMRS is ready for you at http://localhost:8080/openmrs/
  765. Oct 22, 2020 5:25:21 PM org.apache.coyote.AbstractProtocol start
  766. INFO: Starting ProtocolHandler ["http-bio-8080"]
  767. Oct 22, 2020 5:25:27 PM org.apache.catalina.core.ApplicationContext log
  768. INFO: Initializing Spring FrameworkServlet 'openmrs'
  769. Thu Oct 22 17:25:31 EAT 2020 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.
  770. Thu Oct 22 17:25:31 EAT 2020 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.
  771. ERROR - PageController.handlePath(156) |2020-10-22 17:25:35,657| Error rendering page view for home. Model properties:
  772. sessionContext
  773. featureToggles
  774. patient
  775. extensions
  776. authenticatedUser
  777. ui
  778. context
  779. contextPath
  780. session
  781. param
  782. out
  783. org.openmrs.ui.framework.ViewException: Error rendering page view for home. Model properties:
  784. sessionContext
  785. featureToggles
  786. patient
  787. extensions
  788. authenticatedUser
  789. ui
  790. context
  791. contextPath
  792. session
  793. param
  794. out
  795. at org.openmrs.ui.framework.page.GroovyPageView.render(GroovyPageView.java:55)
  796. at org.openmrs.ui.framework.page.PageFactory.processThisFragment(PageFactory.java:187)
  797. at org.openmrs.ui.framework.page.PageFactory.process(PageFactory.java:116)
  798. at org.openmrs.ui.framework.page.PageFactory.handle(PageFactory.java:86)
  799. at org.openmrs.module.uiframework.PageController.handlePath(PageController.java:117)
  800. at org.openmrs.module.uiframework.PageController.handleUrlWithDotPage(PageController.java:84)
  801. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  802. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  803. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  804. at java.lang.reflect.Method.invoke(Method.java:498)
  805. at org.springframework.web.bind.annotation.support.HandlerMethodInvoker.invokeHandlerMethod(HandlerMethodInvoker.java:177)
  806. at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.java:446)
  807. at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.handle(AnnotationMethodHandlerAdapter.java:434)
  808. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:943)
  809. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:877)
  810. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:966)
  811. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:857)
  812. at javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
  813. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:842)
  814. at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
  815. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
  816. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  817. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:101)
  818. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  819. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  820. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:101)
  821. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  822. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  823. at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:742)
  824. at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:484)
  825. at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:409)
  826. at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:337)
  827. at org.springframework.web.servlet.view.InternalResourceView.renderMergedOutputModel(InternalResourceView.java:168)
  828. at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:303)
  829. at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1228)
  830. at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1011)
  831. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:955)
  832. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:877)
  833. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:966)
  834. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:857)
  835. at javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
  836. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:842)
  837. at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
  838. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
  839. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  840. at org.openmrs.module.web.filter.ForcePasswordChangeFilter.doFilter(ForcePasswordChangeFilter.java:60)
  841. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  842. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  843. at org.openmrs.web.filter.GZIPFilter.doFilterInternal(GZIPFilter.java:65)
  844. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  845. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  846. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  847. at org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilterChain.java:73)
  848. at org.openmrs.module.owa.filter.OwaFilter.doFilter(OwaFilter.java:68)
  849. at org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilterChain.java:71)
  850. at org.openmrs.module.referenceapplication.filter.RequireLoginLocationFilter.doFilter(RequireLoginLocationFilter.java:93)
  851. at org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilterChain.java:71)
  852. at org.openmrs.module.web.filter.ModuleFilter.doFilter(ModuleFilter.java:57)
  853. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  854. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  855. at org.openmrs.web.filter.OpenmrsFilter.doFilterInternal(OpenmrsFilter.java:109)
  856. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  857. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  858. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  859. at org.springframework.orm.hibernate4.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:150)
  860. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  861. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  862. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  863. at org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:107)
  864. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  865. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  866. at org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:107)
  867. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  868. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  869. at org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:107)
  870. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  871. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  872. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
  873. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  874. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  875. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  876. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:219)
  877. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:110)
  878. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:492)
  879. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:165)
  880. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
  881. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
  882. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:452)
  883. at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1195)
  884. at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:654)
  885. at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:319)
  886. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  887. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  888. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  889. at java.lang.Thread.run(Thread.java:748)
  890. Caused by: org.openmrs.ui.framework.UiFrameworkException: No controller provider: coreapps
  891. at org.openmrs.ui.framework.fragment.FragmentFactory.getController(FragmentFactory.java:325)
  892. at org.openmrs.ui.framework.fragment.FragmentFactory.processThisFragment(FragmentFactory.java:154)
  893. at org.openmrs.ui.framework.fragment.FragmentFactory.process(FragmentFactory.java:124)
  894. at org.openmrs.ui.framework.page.PageContext.includeFragment(PageContext.java:76)
  895. at org.openmrs.ui.framework.UiUtils.includeFragment(UiUtils.java:152)
  896. at org.openmrs.ui.framework.UiUtils$includeFragment$1.call(Unknown Source)
  897. at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48)
  898. at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113)
  899. at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:133)
  900. at SimpleTemplateScript1.run(SimpleTemplateScript1.groovy:13)
  901. at groovy.text.SimpleTemplateEngine$SimpleTemplate$1.writeTo(SimpleTemplateEngine.java:168)
  902. at groovy.text.SimpleTemplateEngine$SimpleTemplate$1.toString(SimpleTemplateEngine.java:180)
  903. at org.openmrs.ui.framework.page.GroovyPageView.render(GroovyPageView.java:43)
  904. ... 94 more
  905. ERROR - PageController.handlePath(156) |2020-10-22 17:25:39,751| Error rendering page view for home. Model properties:
  906. sessionContext
  907. featureToggles
  908. patient
  909. extensions
  910. authenticatedUser
  911. ui
  912. context
  913. contextPath
  914. session
  915. param
  916. out
  917. org.openmrs.ui.framework.ViewException: Error rendering page view for home. Model properties:
  918. sessionContext
  919. featureToggles
  920. patient
  921. extensions
  922. authenticatedUser
  923. ui
  924. context
  925. contextPath
  926. session
  927. param
  928. out
  929. at org.openmrs.ui.framework.page.GroovyPageView.render(GroovyPageView.java:55)
  930. at org.openmrs.ui.framework.page.PageFactory.processThisFragment(PageFactory.java:187)
  931. at org.openmrs.ui.framework.page.PageFactory.process(PageFactory.java:116)
  932. at org.openmrs.ui.framework.page.PageFactory.handle(PageFactory.java:86)
  933. at org.openmrs.module.uiframework.PageController.handlePath(PageController.java:117)
  934. at org.openmrs.module.uiframework.PageController.handleUrlWithDotPage(PageController.java:84)
  935. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  936. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  937. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  938. at java.lang.reflect.Method.invoke(Method.java:498)
  939. at org.springframework.web.bind.annotation.support.HandlerMethodInvoker.invokeHandlerMethod(HandlerMethodInvoker.java:177)
  940. at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.java:446)
  941. at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.handle(AnnotationMethodHandlerAdapter.java:434)
  942. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:943)
  943. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:877)
  944. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:966)
  945. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:857)
  946. at javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
  947. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:842)
  948. at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
  949. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
  950. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  951. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:101)
  952. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  953. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  954. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:101)
  955. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  956. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  957. at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:742)
  958. at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:484)
  959. at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:409)
  960. at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:337)
  961. at org.springframework.web.servlet.view.InternalResourceView.renderMergedOutputModel(InternalResourceView.java:168)
  962. at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:303)
  963. at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1228)
  964. at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1011)
  965. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:955)
  966. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:877)
  967. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:966)
  968. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:857)
  969. at javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
  970. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:842)
  971. at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
  972. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
  973. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  974. at org.openmrs.module.web.filter.ForcePasswordChangeFilter.doFilter(ForcePasswordChangeFilter.java:60)
  975. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  976. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  977. at org.openmrs.web.filter.GZIPFilter.doFilterInternal(GZIPFilter.java:65)
  978. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  979. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  980. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  981. at org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilterChain.java:73)
  982. at org.openmrs.module.owa.filter.OwaFilter.doFilter(OwaFilter.java:68)
  983. at org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilterChain.java:71)
  984. at org.openmrs.module.referenceapplication.filter.RequireLoginLocationFilter.doFilter(RequireLoginLocationFilter.java:93)
  985. at org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilterChain.java:71)
  986. at org.openmrs.module.web.filter.ModuleFilter.doFilter(ModuleFilter.java:57)
  987. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  988. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  989. at org.openmrs.web.filter.OpenmrsFilter.doFilterInternal(OpenmrsFilter.java:109)
  990. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  991. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  992. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  993. at org.springframework.orm.hibernate4.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:150)
  994. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  995. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  996. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  997. at org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:107)
  998. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  999. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1000. at org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:107)
  1001. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  1002. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1003. at org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:107)
  1004. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  1005. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1006. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
  1007. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  1008. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  1009. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1010. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:219)
  1011. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:110)
  1012. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:492)
  1013. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:165)
  1014. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
  1015. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
  1016. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:452)
  1017. at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1195)
  1018. at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:654)
  1019. at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:319)
  1020. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1021. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1022. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  1023. at java.lang.Thread.run(Thread.java:748)
  1024. Caused by: org.openmrs.ui.framework.UiFrameworkException: No controller provider: coreapps
  1025. at org.openmrs.ui.framework.fragment.FragmentFactory.getController(FragmentFactory.java:325)
  1026. at org.openmrs.ui.framework.fragment.FragmentFactory.processThisFragment(FragmentFactory.java:154)
  1027. at org.openmrs.ui.framework.fragment.FragmentFactory.process(FragmentFactory.java:124)
  1028. at org.openmrs.ui.framework.page.PageContext.includeFragment(PageContext.java:76)
  1029. at org.openmrs.ui.framework.UiUtils.includeFragment(UiUtils.java:152)
  1030. at org.openmrs.ui.framework.UiUtils$includeFragment$1.call(Unknown Source)
  1031. at SimpleTemplateScript1.run(SimpleTemplateScript1.groovy:13)
  1032. at groovy.text.SimpleTemplateEngine$SimpleTemplate$1.writeTo(SimpleTemplateEngine.java:168)
  1033. at groovy.text.SimpleTemplateEngine$SimpleTemplate$1.toString(SimpleTemplateEngine.java:180)
  1034. at org.openmrs.ui.framework.page.GroovyPageView.render(GroovyPageView.java:43)
  1035. ... 94 more
  1036.  
Add Comment
Please, Sign In to add comment