Guest User

Untitled

a guest
Jul 23rd, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 388.16 KB | None | 0 0
  1.  
  2. [XAMPP]: Searching for JDK or JRE HOME with reg query ...
  3.  
  4. HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit
  5. CurrentVersion REG_SZ 1.8
  6.  
  7. HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.8
  8. JavaHome REG_SZ C:\Program Files\Java\jdk1.8.0_211
  9. MicroVersion REG_SZ 0
  10.  
  11. HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.8.0_211
  12. JavaHome REG_SZ C:\Program Files\Java\jdk1.8.0_211
  13. MicroVersion REG_SZ 0
  14.  
  15. HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.8.0_211\MSI
  16. INSTALLDIR REG_SZ C:\Program Files\Java\jdk1.8.0_211\
  17. NOSTARTMENU REG_SZ 0
  18.  
  19.  
  20. [XAMPP]: Using JDK
  21.  
  22. [XAMPP]: Seems fine!
  23. [XAMPP]: Set JAVA_HOME : C:\Program Files\Java\jdk1.8.0_211
  24. [XAMPP]: Set CATALINA_HOME : C:\xampp\tomcat
  25.  
  26. Using CATALINA_BASE: "C:\xampp\tomcat"
  27. Using CATALINA_HOME: "C:\xampp\tomcat"
  28. Using CATALINA_TMPDIR: "C:\xampp\tomcat\temp"
  29. Using JRE_HOME: "C:\Program Files\Java\jdk1.8.0_211"
  30. Using CLASSPATH: "C:\xampp\tomcat\bin\bootstrap.jar;C:\xampp\tomcat\bin\tomcat-juli.jar"
  31. Jul 23, 2019 3:02:12 PM org.apache.catalina.startup.VersionLoggerListener log
  32. INFO: Server version: Apache Tomcat/7.0.92
  33. Jul 23, 2019 3:02:12 PM org.apache.catalina.startup.VersionLoggerListener log
  34. INFO: Server built: Nov 9 2018 11:07:44 UTC
  35. Jul 23, 2019 3:02:12 PM org.apache.catalina.startup.VersionLoggerListener log
  36. INFO: Server number: 7.0.92.0
  37. Jul 23, 2019 3:02:12 PM org.apache.catalina.startup.VersionLoggerListener log
  38. INFO: OS Name: Windows 10
  39. Jul 23, 2019 3:02:12 PM org.apache.catalina.startup.VersionLoggerListener log
  40. INFO: OS Version: 10.0
  41. Jul 23, 2019 3:02:12 PM org.apache.catalina.startup.VersionLoggerListener log
  42. INFO: Architecture: amd64
  43. Jul 23, 2019 3:02:12 PM org.apache.catalina.startup.VersionLoggerListener log
  44. INFO: Java Home: C:\Program Files\Java\jdk1.8.0_211\jre
  45. Jul 23, 2019 3:02:12 PM org.apache.catalina.startup.VersionLoggerListener log
  46. INFO: JVM Version: 1.8.0_211-b12
  47. Jul 23, 2019 3:02:12 PM org.apache.catalina.startup.VersionLoggerListener log
  48. INFO: JVM Vendor: Oracle Corporation
  49. Jul 23, 2019 3:02:12 PM org.apache.catalina.startup.VersionLoggerListener log
  50. INFO: CATALINA_BASE: C:\xampp\tomcat
  51. Jul 23, 2019 3:02:12 PM org.apache.catalina.startup.VersionLoggerListener log
  52. INFO: CATALINA_HOME: C:\xampp\tomcat
  53. Jul 23, 2019 3:02:12 PM org.apache.catalina.startup.VersionLoggerListener log
  54. INFO: Command line argument: -Djava.util.logging.config.file=C:\xampp\tomcat\conf\logging.properties
  55. Jul 23, 2019 3:02:12 PM org.apache.catalina.startup.VersionLoggerListener log
  56. INFO: Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
  57. Jul 23, 2019 3:02:12 PM org.apache.catalina.startup.VersionLoggerListener log
  58. INFO: Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
  59. Jul 23, 2019 3:02:12 PM org.apache.catalina.startup.VersionLoggerListener log
  60. INFO: Command line argument: -Dignore.endorsed.dirs=
  61. Jul 23, 2019 3:02:12 PM org.apache.catalina.startup.VersionLoggerListener log
  62. INFO: Command line argument: -Dcatalina.base=C:\xampp\tomcat
  63. Jul 23, 2019 3:02:12 PM org.apache.catalina.startup.VersionLoggerListener log
  64. INFO: Command line argument: -Dcatalina.home=C:\xampp\tomcat
  65. Jul 23, 2019 3:02:12 PM org.apache.catalina.startup.VersionLoggerListener log
  66. INFO: Command line argument: -Djava.io.tmpdir=C:\xampp\tomcat\temp
  67. Jul 23, 2019 3:02:12 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
  68. INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.8.0_211\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;c:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\maven\bin;C:\Users\edwar\AppData\Local\Microsoft\WindowsApps;;.
  69. Jul 23, 2019 3:02:13 PM org.apache.coyote.AbstractProtocol init
  70. INFO: Initializing ProtocolHandler ["http-bio-8080"]
  71. Jul 23, 2019 3:02:13 PM org.apache.coyote.AbstractProtocol init
  72. INFO: Initializing ProtocolHandler ["ajp-bio-8009"]
  73. Jul 23, 2019 3:02:13 PM org.apache.catalina.startup.Catalina load
  74. INFO: Initialization processed in 1207 ms
  75. Jul 23, 2019 3:02:13 PM org.apache.catalina.core.StandardService startInternal
  76. INFO: Starting service Catalina
  77. Jul 23, 2019 3:02:13 PM org.apache.catalina.core.StandardEngine startInternal
  78. INFO: Starting Servlet Engine: Apache Tomcat/7.0.92
  79. Jul 23, 2019 3:02:13 PM org.apache.catalina.startup.HostConfig deployWAR
  80. INFO: Deploying web application archive C:\xampp\tomcat\webapps\openmrs.war
  81. Jul 23, 2019 3:02:21 PM org.apache.catalina.startup.TldConfig execute
  82. 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.
  83. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2080) |2019-07-23 15:02:22,446| Unable to find a runtime properties file at C:\xampp\openmrs-runtime.properties
  84. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2080) |2019-07-23 15:02:22,494| Unable to find a runtime properties file at C:\xampp\openmrs-runtime.properties
  85. INFO - Listener.contextInitialized(173) |2019-07-23 15:02:22,496| Using runtime properties file: C:\Users\edwar\Application Data\OpenMRS\openmrs-runtime.properties
  86. Tue Jul 23 15:02:23 BST 2019 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.
  87. INFO 23/07/19 15:02:liquibase: Reading from `liquibasechangelog`
  88. WARNING 23/07/19 15:02:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  89. WARNING 23/07/19 15:02:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  90. WARNING 23/07/19 15:02:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  91. Tue Jul 23 15:02:27 BST 2019 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.
  92. INFO - EhCacheManagerFactoryBean.afterPropertiesSet(129) |2019-07-23 15:02:31,398| Initializing EhCache CacheManager
  93. Tue Jul 23 15:02:55 BST 2019 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.
  94. WARN - SimpleUrlHandlerMapping.registerHandlers(115) |2019-07-23 15:03:02,224| Neither 'urlMap' nor 'mappings' set on SimpleUrlHandlerMapping
  95. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2080) |2019-07-23 15:03:02,303| Unable to find a runtime properties file at C:\xampp\openmrs-runtime.properties
  96. Tue Jul 23 15:03:02 BST 2019 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.
  97. INFO 23/07/19 15:03:liquibase: Reading from `liquibasechangelog`
  98. WARNING 23/07/19 15:03:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  99. WARNING 23/07/19 15:03:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  100. WARNING 23/07/19 15:03:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  101. Tue Jul 23 15:03:03 BST 2019 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.
  102. Tue Jul 23 15:03:05 BST 2019 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.
  103. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:03:07,196| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: event.started value: true,
  104. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:03:07,696| Exiting method saveGlobalProperty
  105. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:03:07,710| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: event.mandatory value: false,
  106. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:03:07,829| Exiting method saveGlobalProperty
  107. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:03:07,989| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: legacyui.started value: true,
  108. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:03:08,180| Exiting method saveGlobalProperty
  109. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:03:08,196| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: legacyui.mandatory value: false,
  110. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:03:08,255| Exiting method saveGlobalProperty
  111. Tue Jul 23 15:03:09 BST 2019 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.
  112. INFO 23/07/19 15:03:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  113. INFO 23/07/19 15:03:liquibase: Reading from `liquibasechangelog`
  114. INFO 23/07/19 15:03:liquibase: Successfully acquired change log lock
  115. INFO 23/07/19 15:03:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  116. INFO 23/07/19 15:03:liquibase: Successfully released change log lock
  117. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:03:10,044| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: fhir.started value: true,
  118. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:03:10,054| Exiting method saveGlobalProperty
  119. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:03:10,066| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: fhir.mandatory value: false,
  120. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:03:10,074| Exiting method saveGlobalProperty
  121. Tue Jul 23 15:03:10 BST 2019 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.
  122. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:03:10,259| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: dataexchange.started value: true,
  123. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:03:10,464| Exiting method saveGlobalProperty
  124. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:03:10,479| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: dataexchange.mandatory value: false,
  125. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:03:10,556| Exiting method saveGlobalProperty
  126. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:03:10,655| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingcompatibility.started value: true,
  127. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:03:10,705| Exiting method saveGlobalProperty
  128. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:03:10,715| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingcompatibility.mandatory value: false,
  129. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:03:10,767| Exiting method saveGlobalProperty
  130. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:03:10,823| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingcompatibility.patientLinkUrl value: patientDashboard.form,
  131. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:03:10,882| Exiting method saveGlobalProperty
  132. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:03:10,888| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingcompatibility.data_export_batch_size value: 7500,
  133. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:03:10,953| Exiting method saveGlobalProperty
  134. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:03:11,196| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: webservices.rest.started value: true,
  135. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:03:11,200| Exiting method saveGlobalProperty
  136. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:03:11,208| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: webservices.rest.mandatory value: false,
  137. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:03:11,212| Exiting method saveGlobalProperty
  138. Tue Jul 23 15:03:11 BST 2019 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.
  139. INFO 23/07/19 15:03:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  140. INFO 23/07/19 15:03:liquibase: Reading from `liquibasechangelog`
  141. INFO 23/07/19 15:03:liquibase: Successfully acquired change log lock
  142. INFO 23/07/19 15:03:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  143. INFO 23/07/19 15:03:liquibase: Reading from `liquibasechangelog`
  144. INFO 23/07/19 15:03:liquibase: ChangeSet liquibase.xml::commonlabtest-2018-05-08-1::owais.hussain ran successfully in 6722ms
  145. INFO 23/07/19 15:03:liquibase: ChangeSet liquibase.xml::commonlabtest-2018-05-08-2::owais.hussain ran successfully in 4348ms
  146. INFO 23/07/19 15:03:liquibase: ChangeSet liquibase.xml::commonlabtest-2018-05-08-3::owais.hussain ran successfully in 5372ms
  147. INFO 23/07/19 15:03:liquibase: ChangeSet liquibase.xml::commonlabtest-2018-05-08-4::owais.hussain ran successfully in 6504ms
  148. INFO 23/07/19 15:03:liquibase: ChangeSet liquibase.xml::commonlabtest-2018-05-08-5::owais.hussain ran successfully in 11367ms
  149. INFO 23/07/19 15:03:liquibase: ChangeSet liquibase.xml::commonlabtest-2018-07-12-1::shujaat ran successfully in 1496ms
  150. INFO 23/07/19 15:03:liquibase: ChangeSet liquibase.xml::commonlabtest-2018-07-16-1::tahira.niazi ran successfully in 1541ms
  151. INFO 23/07/19 15:03:liquibase: ChangeSet liquibase.xml::commonlabtest-2018-08-07-1::owais.hussain ran successfully in 1437ms
  152. INFO 23/07/19 15:03:liquibase: ChangeSet liquibase.xml::commonlabtest-2018-08-07-2::owais.hussain ran successfully in 695ms
  153. INFO 23/07/19 15:03:liquibase: ChangeSet liquibase.xml::commonlabtest-2018-08-07-3::owais.hussain ran successfully in 705ms
  154. INFO 23/07/19 15:03:liquibase: ChangeSet liquibase.xml::commonlabtest-2018-08-07-4::owais.hussain ran successfully in 642ms
  155. INFO 23/07/19 15:03:liquibase: ChangeSet liquibase.xml::commonlabtest-2018-08-07-5::owais.hussain ran successfully in 45ms
  156. INFO 23/07/19 15:03:liquibase: ChangeSet liquibase.xml::commonlabtest-2018-08-07-6::owais.hussain ran successfully in 52ms
  157. INFO 23/07/19 15:03:liquibase: ChangeSet liquibase.xml::commonlabtest-2018-08-07-7::owais.hussain ran successfully in 77ms
  158. INFO 23/07/19 15:03:liquibase: ChangeSet liquibase.xml::commonlabtest-2018-08-16-2::tahira.niazi ran successfully in 849ms
  159. INFO 23/07/19 15:03:liquibase: ChangeSet liquibase.xml::commonlabtest-2018-08-16-3::mahmed14 ran successfully in 797ms
  160. INFO 23/07/19 15:03:liquibase: ChangeSet liquibase.xml::commonlabtest-2018-08-16-4::mahmed14 ran successfully in 840ms
  161. INFO 23/07/19 15:03:liquibase: ChangeSet liquibase.xml::commonlabtest-2018-09-05-5::shujaat.ali ran successfully in 672ms
  162. INFO 23/07/19 15:03:liquibase: ChangeSet liquibase.xml::commonlabtest-2018-09-24-6::shujaat.ali ran successfully in 608ms
  163. INFO 23/07/19 15:03:liquibase: ChangeSet liquibase.xml::commonlabtest-2018-10-2-8::shujaat.ali ran successfully in 601ms
  164. INFO 23/07/19 15:04:liquibase: ChangeSet liquibase.xml::commonlabtest-2018-2018-11-27-9::shujaat.ali ran successfully in 691ms
  165. INFO 23/07/19 15:04:liquibase: Successfully released change log lock
  166. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:00,731| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: commonlabtest.started value: true,
  167. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:00,805| Exiting method saveGlobalProperty
  168. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:00,815| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: commonlabtest.mandatory value: false,
  169. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:00,873| Exiting method saveGlobalProperty
  170. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:00,915| In method UserService.savePrivilege. Arguments: Privilege=View Common Lab Tests,
  171. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:00,981| Exiting method savePrivilege
  172. WARN - OpenmrsUtil.getDirectoryInApplicationDataDirectory(1155) |2019-07-23 15:04:01,009| 'C:\Users\edwar\Application Data\OpenMRS\complex_obs' doesn't exist. Creating directories now.
  173. Tue Jul 23 15:04:01 BST 2019 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 23/07/19 15:04:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  175. INFO 23/07/19 15:04:liquibase: Reading from `liquibasechangelog`
  176. INFO 23/07/19 15:04:liquibase: Successfully acquired change log lock
  177. INFO 23/07/19 15:04:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  178. INFO 23/07/19 15:04:liquibase: Reading from `liquibasechangelog`
  179. INFO 23/07/19 15:04:liquibase: ChangeSet liquibase.xml::20131010::MUTESASIRA M0ZZY ran successfully in 377ms
  180. INFO 23/07/19 15:04:liquibase: Successfully released change log lock
  181. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:02,137| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: facelist.started value: true,
  182. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:02,270| Exiting method saveGlobalProperty
  183. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:02,283| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: facelist.mandatory value: false,
  184. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:02,387| Exiting method saveGlobalProperty
  185. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:02,411| In method UserService.savePrivilege. Arguments: Privilege=Add Patient Images,
  186. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:02,533| Exiting method savePrivilege
  187. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:02,538| In method UserService.savePrivilege. Arguments: Privilege=View Patient Images,
  188. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:02,631| Exiting method savePrivilege
  189. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:02,636| In method UserService.savePrivilege. Arguments: Privilege=Patient Dashboard - Manage Patient Image,
  190. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:02,689| Exiting method savePrivilege
  191. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:02,778| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: serialization.xstream.started value: true,
  192. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:02,837| Exiting method saveGlobalProperty
  193. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:02,845| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: serialization.xstream.mandatory value: false,
  194. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:02,882| Exiting method saveGlobalProperty
  195. Tue Jul 23 15:04:02 BST 2019 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.
  196. INFO 23/07/19 15:04:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  197. INFO 23/07/19 15:04:liquibase: Reading from `liquibasechangelog`
  198. INFO 23/07/19 15:04:liquibase: Successfully acquired change log lock
  199. INFO 23/07/19 15:04:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  200. INFO 23/07/19 15:04:liquibase: Reading from `liquibasechangelog`
  201. INFO 23/07/19 15:04:liquibase: ChangeSet liquibase.xml::uiframework-20120913-2055::wyclif ran successfully in 254ms
  202. INFO 23/07/19 15:04:liquibase: Successfully released change log lock
  203. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:03,643| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uiframework.started value: true,
  204. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:03,690| Exiting method saveGlobalProperty
  205. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:03,699| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uiframework.mandatory value: false,
  206. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:03,746| Exiting method saveGlobalProperty
  207. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:03,785| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uiframework.formatter.dateFormat value: dd.MMM.yyyy,
  208. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:03,834| Exiting method saveGlobalProperty
  209. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:03,842| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uiframework.formatter.dateAndTimeFormat value: dd.MMM.yyyy, HH:mm:ss,
  210. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:03,937| Exiting method saveGlobalProperty
  211. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:03,944| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uiframework.formatter.JSdateFormat value: DD.MMM.YYYY,
  212. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:04,001| Exiting method saveGlobalProperty
  213. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:04,013| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uiframework.formatter.JSdateAndTimeFormat value: DD.MMM.YYYY, HH:mm:ss,
  214. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:04,079| Exiting method saveGlobalProperty
  215. Tue Jul 23 15:04:04 BST 2019 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.
  216. INFO 23/07/19 15:04:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  217. INFO 23/07/19 15:04:liquibase: Reading from `liquibasechangelog`
  218. INFO 23/07/19 15:04:liquibase: Successfully acquired change log lock
  219. INFO 23/07/19 15:04:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  220. INFO 23/07/19 15:04:liquibase: Successfully released change log lock
  221. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:04,536| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uicommons.started value: true,
  222. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:04,582| Exiting method saveGlobalProperty
  223. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:04,591| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uicommons.mandatory value: false,
  224. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:04,664| Exiting method saveGlobalProperty
  225. Tue Jul 23 15:04:04 BST 2019 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.
  226. INFO 23/07/19 15:04:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  227. INFO 23/07/19 15:04:liquibase: Reading from `liquibasechangelog`
  228. INFO 23/07/19 15:04:liquibase: Successfully acquired change log lock
  229. INFO 23/07/19 15:04:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  230. INFO 23/07/19 15:04:liquibase: Successfully released change log lock
  231. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:05,059| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uilibrary.started value: true,
  232. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:05,119| Exiting method saveGlobalProperty
  233. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:05,130| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uilibrary.mandatory value: false,
  234. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:05,180| Exiting method saveGlobalProperty
  235. Tue Jul 23 15:04:05 BST 2019 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.
  236. INFO 23/07/19 15:04:liquibase: Reading from `liquibasechangelog`
  237. INFO 23/07/19 15:04:liquibase: Successfully acquired change log lock
  238. INFO 23/07/19 15:04:liquibase: Reading from `liquibasechangelog`
  239. INFO 23/07/19 15:04:liquibase: ChangeSet liquibase.xml::providermanagement-1::bgeVam ran successfully in 431ms
  240. INFO 23/07/19 15:04:liquibase: ChangeSet liquibase.xml::providermanagement-2a::pgutkowski ran successfully in 1177ms
  241. INFO 23/07/19 15:04:liquibase: ChangeSet liquibase.xml::providermanagement-2b::pgutkowski ran successfully in 3473ms
  242. INFO 23/07/19 15:04:liquibase: ChangeSet liquibase.xml::providermanagement-3::bgeVam ran successfully in 2089ms
  243. INFO 23/07/19 15:04:liquibase: ChangeSet liquibase.xml::providermanagement-4::bgeVam ran successfully in 2149ms
  244. INFO 23/07/19 15:04:liquibase: ChangeSet liquibase.xml::providermanagement-5::bgeVam ran successfully in 2056ms
  245. INFO 23/07/19 15:04:liquibase: ChangeSet liquibase.xml::providermanagement-6::bgeVam ran successfully in 1122ms
  246. INFO 23/07/19 15:04:liquibase: ChangeSet liquibase.xml::providermanagement-7::bgeVam ran successfully in 1132ms
  247. INFO 23/07/19 15:04:liquibase: ChangeSet liquibase.xml::providermanagement-8::bgeVam ran successfully in 40ms
  248. INFO 23/07/19 15:04:liquibase: Successfully released change log lock
  249. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:19,824| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: providermanagement.started value: true,
  250. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:19,872| Exiting method saveGlobalProperty
  251. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:19,883| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: providermanagement.mandatory value: false,
  252. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:19,932| Exiting method saveGlobalProperty
  253. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:19,961| In method UserService.savePrivilege. Arguments: Privilege=Provider Management API,
  254. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:20,013| Exiting method savePrivilege
  255. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:20,019| In method UserService.savePrivilege. Arguments: Privilege=Provider Management API - Read-only,
  256. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:20,063| Exiting method savePrivilege
  257. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:20,068| In method UserService.savePrivilege. Arguments: Privilege=Provider Management - Admin,
  258. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:20,112| Exiting method savePrivilege
  259. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:20,117| In method UserService.savePrivilege. Arguments: Privilege=Provider Management Dashboard - View Historical,
  260. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:20,247| Exiting method savePrivilege
  261. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:20,252| In method UserService.savePrivilege. Arguments: Privilege=Provider Management Dashboard - Edit Patients,
  262. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:20,373| Exiting method savePrivilege
  263. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:20,381| In method UserService.savePrivilege. Arguments: Privilege=Provider Management Dashboard - View Patients,
  264. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:20,430| Exiting method savePrivilege
  265. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:20,437| In method UserService.savePrivilege. Arguments: Privilege=Provider Management Dashboard - View Providers,
  266. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:20,490| Exiting method savePrivilege
  267. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:20,496| In method UserService.savePrivilege. Arguments: Privilege=Provider Management Dashboard - Edit Providers,
  268. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:20,557| Exiting method savePrivilege
  269. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:20,583| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: providermanagement.personAttributeTypes value: null,
  270. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:20,641| Exiting method saveGlobalProperty
  271. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:20,650| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: providermanagement.providerSearchDisplayFields value: Identifier:provider.identifier|Given Name:provider.person.personName.givenName|Family Name:provider.person.personName.familyName|Role:provider.providerRole|Gender:provider.person.gender,
  272. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:20,707| Exiting method saveGlobalProperty
  273. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:20,716| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: providermanagement.providerListDisplayFields value: Identifier:provider.identifier|Given Name:provider.person.personName.givenName|Family Name:provider.person.personName.familyName|Role:provider.providerRole|Gender:provider.person.gender|Start Date:relationship.startDate,
  274. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:20,772| Exiting method saveGlobalProperty
  275. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:20,780| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: providermanagement.historicalProviderListDisplayFields value: Identifier:provider.identifier|Given Name:provider.person.personName.givenName|Family Name:provider.person.personName.familyName|Role:provider.providerRole|Gender:provider.person.gender|Start Date:relationship.startDate|End Date:relationship.endDate,
  276. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:20,831| Exiting method saveGlobalProperty
  277. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:20,837| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: providermanagement.patientSearchDisplayFields value: Identifier:patient.patientIdentifier.identifier|Given Name:patient.personName.givenName|Family Name:patient.personName.familyName|Age:patient.age|Gender:patient.gender,
  278. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:20,898| Exiting method saveGlobalProperty
  279. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:20,904| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: providermanagement.patientListDisplayFields value: Identifier:patient.patientIdentifier.identifier|Given Name:patient.personName.givenName|Family Name:patient.personName.familyName|Age:patient.age|Gender:patient.gender|Start Date:relationship.startDate,
  280. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:20,954| Exiting method saveGlobalProperty
  281. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:20,958| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: providermanagement.historicalPatientListDisplayFields value: Identifier:patient.patientIdentifier.identifier|Given Name:patient.personName.givenName|Family Name:patient.personName.familyName|Age:patient.age|Gender:patient.gender|Start Date:relationship.startDate|End Date:relationship.endDate,
  282. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:21,028| Exiting method saveGlobalProperty
  283. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:21,033| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: providermanagement.personSearchDisplayFields value: Given Name:person.personName.givenName|Family Name:person.personName.familyName|Age:person.age|Gender:person.gender,
  284. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:21,088| Exiting method saveGlobalProperty
  285. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:21,092| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: providermanagement.advancedSearchPersonAttributeType value: null,
  286. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:21,156| Exiting method saveGlobalProperty
  287. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:21,160| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: providermanagement.addressWidget value: personAddress,
  288. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:21,221| Exiting method saveGlobalProperty
  289. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:21,225| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: providermanagement.restrictSearchToProvidersWithProviderRoles value: false,
  290. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:21,273| Exiting method saveGlobalProperty
  291. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:21,278| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: providermanagement.locationTag value: null,
  292. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:21,321| Exiting method saveGlobalProperty
  293. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:21,324| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: providermanagement.restrictedRoles value: null,
  294. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:21,372| Exiting method saveGlobalProperty
  295. Tue Jul 23 15:04:21 BST 2019 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.
  296. INFO 23/07/19 15:04:liquibase: Reading from `liquibasechangelog`
  297. INFO 23/07/19 15:04:liquibase: Successfully acquired change log lock
  298. INFO 23/07/19 15:04:liquibase: Reading from `liquibasechangelog`
  299. SEVERE 23/07/19 15:04:liquibase: Change Set liquibase.xml::org.openmrs.module.atomfeed-2017-11-08-10:22::SolDevelo failed. Error: Error executing SQL CREATE TABLE `event_records` (`id` INT AUTO_INCREMENT NOT NULL, `uuid` VARCHAR(40) NULL, `title` VARCHAR(255) NULL, `timestamp` TIMESTAMP DEFAULT CURRENT_TIMESTAMP, `uri` VARCHAR(255) NULL, `object` VARCHAR(1000) NULL, `category` VARCHAR(255) NULL, `date_created` TIMESTAMP, `tags` VARCHAR(255) NULL, CONSTRAINT `PK_EVENT_RECORDS` PRIMARY KEY (`id`)): Invalid default value for 'date_created'
  300. liquibase.exception.DatabaseException: Error executing SQL CREATE TABLE `event_records` (`id` INT AUTO_INCREMENT NOT NULL, `uuid` VARCHAR(40) NULL, `title` VARCHAR(255) NULL, `timestamp` TIMESTAMP DEFAULT CURRENT_TIMESTAMP, `uri` VARCHAR(255) NULL, `object` VARCHAR(1000) NULL, `category` VARCHAR(255) NULL, `date_created` TIMESTAMP, `tags` VARCHAR(255) NULL, CONSTRAINT `PK_EVENT_RECORDS` PRIMARY KEY (`id`)): Invalid default value for 'date_created'
  301. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:62)
  302. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:104)
  303. at liquibase.database.AbstractDatabase.execute(AbstractDatabase.java:1091)
  304. at liquibase.database.AbstractDatabase.executeStatements(AbstractDatabase.java:1075)
  305. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:317)
  306. at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
  307. at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:191)
  308. at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
  309. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:220)
  310. at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:986)
  311. at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:726)
  312. at org.openmrs.api.context.Daemon$1.run(Daemon.java:74)
  313. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Invalid default value for 'date_created'
  314. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  315. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  316. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  317. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  318. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  319. at com.mysql.jdbc.Util.getInstance(Util.java:408)
  320. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
  321. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  322. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  323. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  324. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  325. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2480)
  326. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2438)
  327. at com.mysql.jdbc.StatementImpl.executeInternal(StatementImpl.java:845)
  328. at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:745)
  329. at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement(JdbcExecutor.java:92)
  330. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)
  331. ... 11 more
  332. INFO 23/07/19 15:04:liquibase: Successfully released change log lock
  333. WARN - ModuleFactory.startModuleInternal(786) |2019-07-23 15:04:21,915| Error while trying to start module: atomfeed
  334. org.openmrs.module.ModuleException: Unable to update data model using liquibase.xml. Module: Atomfeed module
  335. at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:993)
  336. at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:726)
  337. at org.openmrs.api.context.Daemon$1.run(Daemon.java:74)
  338. Caused by: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase.xml::org.openmrs.module.atomfeed-2017-11-08-10:22::SolDevelo:
  339. Reason: liquibase.exception.DatabaseException: Error executing SQL CREATE TABLE `event_records` (`id` INT AUTO_INCREMENT NOT NULL, `uuid` VARCHAR(40) NULL, `title` VARCHAR(255) NULL, `timestamp` TIMESTAMP DEFAULT CURRENT_TIMESTAMP, `uri` VARCHAR(255) NULL, `object` VARCHAR(1000) NULL, `category` VARCHAR(255) NULL, `date_created` TIMESTAMP, `tags` VARCHAR(255) NULL, CONSTRAINT `PK_EVENT_RECORDS` PRIMARY KEY (`id`)): Invalid default value for 'date_created':
  340. Caused By: Error executing SQL CREATE TABLE `event_records` (`id` INT AUTO_INCREMENT NOT NULL, `uuid` VARCHAR(40) NULL, `title` VARCHAR(255) NULL, `timestamp` TIMESTAMP DEFAULT CURRENT_TIMESTAMP, `uri` VARCHAR(255) NULL, `object` VARCHAR(1000) NULL, `category` VARCHAR(255) NULL, `date_created` TIMESTAMP, `tags` VARCHAR(255) NULL, CONSTRAINT `PK_EVENT_RECORDS` PRIMARY KEY (`id`)): Invalid default value for 'date_created':
  341. Caused By: Invalid default value for 'date_created'
  342. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:347)
  343. at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
  344. at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:191)
  345. at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
  346. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:220)
  347. at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:986)
  348. ... 2 more
  349. Caused by: liquibase.exception.DatabaseException: Error executing SQL CREATE TABLE `event_records` (`id` INT AUTO_INCREMENT NOT NULL, `uuid` VARCHAR(40) NULL, `title` VARCHAR(255) NULL, `timestamp` TIMESTAMP DEFAULT CURRENT_TIMESTAMP, `uri` VARCHAR(255) NULL, `object` VARCHAR(1000) NULL, `category` VARCHAR(255) NULL, `date_created` TIMESTAMP, `tags` VARCHAR(255) NULL, CONSTRAINT `PK_EVENT_RECORDS` PRIMARY KEY (`id`)): Invalid default value for 'date_created'
  350. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:62)
  351. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:104)
  352. at liquibase.database.AbstractDatabase.execute(AbstractDatabase.java:1091)
  353. at liquibase.database.AbstractDatabase.executeStatements(AbstractDatabase.java:1075)
  354. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:317)
  355. ... 7 more
  356. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Invalid default value for 'date_created'
  357. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  358. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  359. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  360. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  361. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  362. at com.mysql.jdbc.Util.getInstance(Util.java:408)
  363. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
  364. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  365. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  366. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  367. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  368. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2480)
  369. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2438)
  370. at com.mysql.jdbc.StatementImpl.executeInternal(StatementImpl.java:845)
  371. at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:745)
  372. at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement(JdbcExecutor.java:92)
  373. at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)
  374. ... 11 more
  375. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:22,027| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  376. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:22,046| Exiting method saveAlert
  377. ERROR - ModuleFactory.startModules(256) |2019-07-23 15:04:22,277| Module Sync2 Module cannot be started because it requires the following module(s): atomfeed 1.0.12 Please install and start these modules first.
  378. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:22,312| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  379. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:22,318| Exiting method saveAlert
  380. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:23,214| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.database_version value: 1.0,
  381. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:23,263| Exiting method saveGlobalProperty
  382. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:28,416| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.database_version value: 1.1,
  383. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:28,462| Exiting method saveGlobalProperty
  384. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:29,205| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.database_version value: 1.3,
  385. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:29,251| Exiting method saveGlobalProperty
  386. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:29,521| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.database_version value: 1.3.9,
  387. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:29,566| Exiting method saveGlobalProperty
  388. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:29,760| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.database_version value: 1.4,
  389. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:29,808| Exiting method saveGlobalProperty
  390. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:30,540| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.database_version value: 1.5,
  391. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:30,592| Exiting method saveGlobalProperty
  392. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:31,181| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.database_version value: 1.6,
  393. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:31,279| Exiting method saveGlobalProperty
  394. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:31,843| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.database_version value: 1.7,
  395. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:31,949| Exiting method saveGlobalProperty
  396. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:31,971| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.database_version value: 1.7.1,
  397. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:32,019| Exiting method saveGlobalProperty
  398. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:32,666| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.database_version value: 1.8,
  399. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:32,754| Exiting method saveGlobalProperty
  400. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:32,880| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.database_version value: 1.9,
  401. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:32,912| Exiting method saveGlobalProperty
  402. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:33,170| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.database_version value: 2.0,
  403. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:33,216| Exiting method saveGlobalProperty
  404. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:33,348| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.database_version value: 2.1,
  405. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:33,385| Exiting method saveGlobalProperty
  406. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:33,597| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.database_version value: 2.2,
  407. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:33,641| Exiting method saveGlobalProperty
  408. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:34,155| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.database_version value: 2.2.1,
  409. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:34,196| Exiting method saveGlobalProperty
  410. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:34,803| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.database_version value: 2.3,
  411. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:34,864| Exiting method saveGlobalProperty
  412. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:35,311| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.database_version value: 2.4,
  413. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:35,355| Exiting method saveGlobalProperty
  414. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:35,937| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.database_version value: 2.5,
  415. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:35,999| Exiting method saveGlobalProperty
  416. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:36,807| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.database_version value: 2.6,
  417. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:36,855| Exiting method saveGlobalProperty
  418. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:37,480| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.database_version value: 2.6.1,
  419. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:37,531| Exiting method saveGlobalProperty
  420. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:38,680| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.database_version value: 2.6.2,
  421. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:38,723| Exiting method saveGlobalProperty
  422. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:41,321| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.database_version value: 2.6.3,
  423. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:41,366| Exiting method saveGlobalProperty
  424. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:42,472| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.database_version value: 2.7.0,
  425. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:42,541| Exiting method saveGlobalProperty
  426. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:42,857| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.database_version value: 2.8.0,
  427. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:42,904| Exiting method saveGlobalProperty
  428. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:43,585| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.database_version value: 2.9.0,
  429. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:43,636| Exiting method saveGlobalProperty
  430. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:44,010| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.database_version value: 2.10.0,
  431. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:44,084| Exiting method saveGlobalProperty
  432. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:44,094| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.started value: true,
  433. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:44,245| Exiting method saveGlobalProperty
  434. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:44,256| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.mandatory value: false,
  435. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:44,417| Exiting method saveGlobalProperty
  436. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:44,441| In method UserService.savePrivilege. Arguments: Privilege=Manage Address Hierarchy,
  437. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:44,582| Exiting method savePrivilege
  438. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:44,599| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.allowFreetext value: true,
  439. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:44,643| Exiting method saveGlobalProperty
  440. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:44,647| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.enableOverrideOfAddressPortlet value: true,
  441. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:44,733| Exiting method saveGlobalProperty
  442. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:44,735| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.soundexProcessor value: null,
  443. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:44,898| Exiting method saveGlobalProperty
  444. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:44,902| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.addressToEntryMapUpdaterLastStartTime value: null,
  445. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:44,952| Exiting method saveGlobalProperty
  446. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:44,958| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.initializeAddressHierarchyCacheOnStartup value: true,
  447. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:45,003| Exiting method saveGlobalProperty
  448. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:45,065| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlwidgets.started value: true,
  449. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:45,112| Exiting method saveGlobalProperty
  450. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:45,118| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlwidgets.mandatory value: false,
  451. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:45,194| Exiting method saveGlobalProperty
  452. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:45,263| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: owa.started value: true,
  453. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:45,269| Exiting method saveGlobalProperty
  454. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:04:45,278| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: owa.mandatory value: false,
  455. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:04:45,282| Exiting method saveGlobalProperty
  456. Tue Jul 23 15:04:45 BST 2019 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.
  457. INFO 23/07/19 15:04:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  458. INFO 23/07/19 15:04:liquibase: Reading from `liquibasechangelog`
  459. INFO 23/07/19 15:04:liquibase: Successfully acquired change log lock
  460. INFO 23/07/19 15:04:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  461. INFO 23/07/19 15:04:liquibase: Reading from `liquibasechangelog`
  462. INFO 23/07/19 15:04:liquibase: ChangeSet liquibase.xml::metadatamapping-2011-10-04-a::bwolfe ran successfully in 4ms
  463. INFO 23/07/19 15:04:liquibase: ChangeSet liquibase.xml::metadatamapping-2011-10-04-b::bwolfe ran successfully in 3ms
  464. INFO 23/07/19 15:04:liquibase: ChangeSet liquibase.xml::metadatamapping-2015-10-11-1834::kosmik ran successfully in 3448ms
  465. INFO 23/07/19 15:04:liquibase: ChangeSet liquibase.xml::metadatamapping-2015-10-11-1835::kosmik ran successfully in 3959ms
  466. INFO 23/07/19 15:04:liquibase: ChangeSet liquibase.xml::metadatamapping-2015-10-25-1124::kosmik ran successfully in 1729ms
  467. INFO 23/07/19 15:04:liquibase: ChangeSet liquibase.xml::metadatamapping-2015-11-16-1932::kosmik ran successfully in 1163ms
  468. INFO 23/07/19 15:04:liquibase: ChangeSet liquibase.xml::metadatamapping-2016-01-06-0800::jasonvena ran successfully in 630ms
  469. INFO 23/07/19 15:04:liquibase: ChangeSet liquibase.xml::metadatamapping-2016-01-06-0801::jasonvena ran successfully in 664ms
  470. INFO 23/07/19 15:04:liquibase: ChangeSet liquibase.xml::metadatamapping-2016-02-07-1310-a::kosmik ran successfully in 1377ms
  471. INFO 23/07/19 15:04:liquibase: ChangeSet liquibase.xml::metadatamapping-2016-02-07-1310-b-mysql::kosmik ran successfully in 344ms
  472. INFO 23/07/19 15:04:liquibase: Marking ChangeSet: liquibase.xml::metadatamapping-2016-02-07-1310-b-non-mysql::kosmik::(Checksum: 3:c5baf2f0397c7f7148ae5b730f41cf76) ran despite precondition failure due to onFail='MARK_RAN':
  473. liquibase.xml : Not precondition failed
  474.  
  475. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::metadatamapping-2016-02-07-1310-c::kosmik ran successfully in 1014ms
  476. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::metadatamapping-2016-02-07-1310-d::kosmik ran successfully in 1054ms
  477. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::metadatamapping-2016-08-03-1044::adamgrzybkowski ran successfully in 1646ms
  478. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::metadatamapping-2016-08-04-1511::pgutkowski ran successfully in 2767ms
  479. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::metadatamapping-2016-08-04-1513::pgutkowski ran successfully in 4405ms
  480. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::metadatamapping-2016-08-05-8000::adamgrzybkowski ran successfully in 779ms
  481. INFO 23/07/19 15:05:liquibase: Successfully released change log lock
  482. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:05:11,642| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatamapping.started value: true,
  483. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:05:11,686| Exiting method saveGlobalProperty
  484. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:05:11,693| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatamapping.mandatory value: false,
  485. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:05:11,744| Exiting method saveGlobalProperty
  486. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:05:11,768| In method UserService.savePrivilege. Arguments: Privilege=Manage Metadata Mapping,
  487. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:05:11,812| Exiting method savePrivilege
  488. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:05:11,819| In method UserService.savePrivilege. Arguments: Privilege=View Metadata Via Mapping,
  489. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:05:11,867| Exiting method savePrivilege
  490. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:05:11,887| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatamapping.addLocalMappings value: null,
  491. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:05:11,969| Exiting method saveGlobalProperty
  492. Tue Jul 23 15:05:12 BST 2019 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.
  493. INFO 23/07/19 15:05:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  494. INFO 23/07/19 15:05:liquibase: Reading from `liquibasechangelog`
  495. INFO 23/07/19 15:05:liquibase: Successfully acquired change log lock
  496. INFO 23/07/19 15:05:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  497. INFO 23/07/19 15:05:liquibase: Reading from `liquibasechangelog`
  498. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::metadatasharing_create_table_exported_package::Dmytro Trifonov ran successfully in 748ms
  499. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::metadatasharing_create_table_imported_package::Dmytro Trifonov ran successfully in 675ms
  500. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::metadatasharing_create_table_imported_item::Dmytro Trifonov ran successfully in 569ms
  501. INFO 23/07/19 15:05:liquibase: Successfully released change log lock
  502. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:05:14,601| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatasharing.started value: true,
  503. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:05:14,647| Exiting method saveGlobalProperty
  504. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:05:14,653| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatasharing.mandatory value: false,
  505. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:05:14,701| Exiting method saveGlobalProperty
  506. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:05:14,718| In method UserService.savePrivilege. Arguments: Privilege=Share Metadata,
  507. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:05:14,761| Exiting method savePrivilege
  508. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:05:14,777| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatasharing.persistIdsForClasses value: null,
  509. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:05:14,828| Exiting method saveGlobalProperty
  510. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:05:14,832| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatasharing.preferredConceptSourceIds value: null,
  511. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:05:14,881| Exiting method saveGlobalProperty
  512. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:05:14,886| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatasharing.enableOnTheFlyPackages value: false,
  513. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:05:14,935| Exiting method saveGlobalProperty
  514. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:05:14,939| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatasharing.webservicesKey value: null,
  515. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:05:14,986| Exiting method saveGlobalProperty
  516. Tue Jul 23 15:05:15 BST 2019 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.
  517. INFO 23/07/19 15:05:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  518. INFO 23/07/19 15:05:liquibase: Reading from `liquibasechangelog`
  519. INFO 23/07/19 15:05:liquibase: Successfully acquired change log lock
  520. INFO 23/07/19 15:05:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  521. INFO 23/07/19 15:05:liquibase: Successfully released change log lock
  522. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:05:15,264| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatadeploy.started value: true,
  523. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:05:15,309| Exiting method saveGlobalProperty
  524. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:05:15,315| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatadeploy.mandatory value: false,
  525. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:05:15,353| Exiting method saveGlobalProperty
  526. Tue Jul 23 15:05:15 BST 2019 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.
  527. INFO 23/07/19 15:05:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  528. INFO 23/07/19 15:05:liquibase: Reading from `liquibasechangelog`
  529. INFO 23/07/19 15:05:liquibase: Successfully acquired change log lock
  530. INFO 23/07/19 15:05:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  531. INFO 23/07/19 15:05:liquibase: Reading from `liquibasechangelog`
  532. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::htmlformentry_html_form_create_table::Darius Jazayeri ran successfully in 3385ms
  533. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::htmlformentry_html_form_add_uuid::Mark Goodrich ran successfully in 811ms
  534. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::htmlformentry_html_form_add_description::Mark Goodrich ran successfully in 605ms
  535. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::htmlformentry_html_form_add_retired_by::Mark Goodrich ran successfully in 954ms
  536. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::htmlformentry_html_form_add_date_retired::Mark Goodrich ran successfully in 804ms
  537. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::htmlformentry_html_form_add_retire_reason::Mark Goodrich ran successfully in 544ms
  538. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::htmlformentry_html_form_add_foreign_key_to_retired_by::Mark Goodrich ran successfully in 2924ms
  539. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::htmlformentry_html_form_update_uuid::Mark Goodrich ran successfully in 862ms
  540. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::htmlformentry_html_form_create_index_for_uuid::Mark Goodrich ran successfully in 2121ms
  541. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::htmlformentry_html_form_make_name_nullable::Darius Jazayeri ran successfully in 650ms
  542. INFO 23/07/19 15:05:liquibase: Successfully released change log lock
  543. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:05:29,951| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlformentry.started value: true,
  544. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:05:30,000| Exiting method saveGlobalProperty
  545. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:05:30,006| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlformentry.mandatory value: false,
  546. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:05:30,052| Exiting method saveGlobalProperty
  547. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:05:30,083| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlformentry.dateFormat value: null,
  548. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:05:30,132| Exiting method saveGlobalProperty
  549. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:05:30,136| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlformentry.timeFormat value: HH:mm,
  550. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:05:30,183| Exiting method saveGlobalProperty
  551. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:05:30,187| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlformentry.showDateFormat value: true,
  552. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:05:30,258| Exiting method saveGlobalProperty
  553. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:05:30,261| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlformentry.datePickerYearsRange value: 110,20,
  554. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:05:30,367| Exiting method saveGlobalProperty
  555. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:05:30,370| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlformentry.archiveDir value: htmlformentry/archive/%Y/%m,
  556. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:05:30,416| Exiting method saveGlobalProperty
  557. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:05:30,419| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlformentry.archiveHtmlForms value: False,
  558. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:05:30,504| Exiting method saveGlobalProperty
  559. Tue Jul 23 15:05:30 BST 2019 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.
  560. INFO 23/07/19 15:05:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  561. INFO 23/07/19 15:05:liquibase: Reading from `liquibasechangelog`
  562. INFO 23/07/19 15:05:liquibase: Successfully acquired change log lock
  563. INFO 23/07/19 15:05:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  564. INFO 23/07/19 15:05:liquibase: Reading from `liquibasechangelog`
  565. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::20120316-1300::mseaton ran successfully in 317ms
  566. INFO 23/07/19 15:05:liquibase: Successfully released change log lock
  567. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:05:31,213| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: calculation.started value: true,
  568. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:05:31,258| Exiting method saveGlobalProperty
  569. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:05:31,266| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: calculation.mandatory value: false,
  570. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:05:31,317| Exiting method saveGlobalProperty
  571. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:05:31,333| In method UserService.savePrivilege. Arguments: Privilege=Manage Token Registrations,
  572. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:05:31,383| Exiting method savePrivilege
  573. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:05:31,387| In method UserService.savePrivilege. Arguments: Privilege=View Token Registrations,
  574. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:05:31,428| Exiting method savePrivilege
  575. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:05:31,432| In method UserService.savePrivilege. Arguments: Privilege=View Calculations,
  576. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:05:31,475| Exiting method savePrivilege
  577. Tue Jul 23 15:05:32 BST 2019 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.
  578. INFO 23/07/19 15:05:liquibase: Reading from `liquibasechangelog`
  579. INFO 23/07/19 15:05:liquibase: Successfully acquired change log lock
  580. INFO 23/07/19 15:05:liquibase: Reading from `liquibasechangelog`
  581. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::reporting_report_design_1::mseaton ran successfully in 6155ms
  582. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::reporting_report_design_2::mseaton ran successfully in 1169ms
  583. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::reporting_report_design_3::mseaton ran successfully in 1055ms
  584. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::reporting_report_design_4::mseaton ran successfully in 268ms
  585. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::reporting_report_design_5::mseaton ran successfully in 2238ms
  586. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::reporting_report_design_6::mseaton ran successfully in 1025ms
  587. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::reporting_report_design_resource_1::mseaton ran successfully in 4041ms
  588. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::reporting_report_request_1::mseaton ran successfully in 1057ms
  589. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::reporting_report_request_2::mseaton ran successfully in 681ms
  590. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::reporting_report_request_3::mseaton ran successfully in 539ms
  591. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::reporting_report_request_4::mseaton ran successfully in 530ms
  592. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::reporting_report_processor_1::mseaton ran successfully in 3269ms
  593. INFO 23/07/19 15:05:liquibase: Marking ChangeSet: liquibase.xml::reporting_report_processor_2::mseaton::(Checksum: 3:9060cd2b9fc7c9a24155302d97123fc8) ran despite precondition failure due to onFail='MARK_RAN':
  594. liquibase.xml : Table `reporting_report_request_processor` does not exist
  595.  
  596. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::reporting_report_processor_3::mseaton ran successfully in 1659ms
  597. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::reporting_report_processor_4::mseaton ran successfully in 789ms
  598. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::reporting_migration_1::mseaton ran successfully in 4ms
  599. INFO 23/07/19 15:05:liquibase: ChangeSet liquibase.xml::reporting_migration_2::mseaton ran successfully in 1ms
  600. INFO 23/07/19 15:05:liquibase: Marking ChangeSet: liquibase.xml::reporting_id_set_cleanup::mseaton::(Checksum: 3:01cd3b88ed5e29b64b55d614d419cd2b) ran despite precondition failure due to onFail='MARK_RAN':
  601. liquibase.xml : Table `reporting_idset` does not exist
  602.  
  603. INFO 23/07/19 15:05:liquibase: Marking ChangeSet: liquibase.xml::drop_report_definition_uuid_constraint::mgoodrich::(Checksum: 3:227005c318df24fca09a6853f492a755) ran despite precondition failure due to onFail='MARK_RAN':
  604. liquibase.xml : Foreign Key report_definition_uuid for reporting_report_design on table reporting_report_design does not exist
  605.  
  606. INFO 23/07/19 15:06:liquibase: Marking ChangeSet: liquibase.xml::drop_report_definition_uuid_index::mgoodrich::(Checksum: 3:65331456086e4518661938ca8feff19f) ran despite precondition failure due to onFail='MARK_RAN':
  607. liquibase.xml : Index report_definition_uuid for reporting_report_design does not exist
  608.  
  609. INFO 23/07/19 15:06:liquibase: Marking ChangeSet: liquibase.xml::drop_creator_for_reporting_report_design::mgoodrich::(Checksum: 3:4fca8d664649067bb63d590ab3e26dfa) ran despite precondition failure due to onFail='MARK_RAN':
  610. liquibase.xml : Foreign Key creator for reporting_report_design on table reporting_report_design does not exist
  611.  
  612. INFO 23/07/19 15:06:liquibase: Marking ChangeSet: liquibase.xml::drop_changed_by_for_reporting_report_design::mgoodrich::(Checksum: 3:c3d7c5613017f0dd2114629a0872e162) ran despite precondition failure due to onFail='MARK_RAN':
  613. liquibase.xml : Foreign Key changed_by for reporting_report_design on table reporting_report_design does not exist
  614.  
  615. INFO 23/07/19 15:06:liquibase: Marking ChangeSet: liquibase.xml::drop_retired_by_for_reporting_report_design::mgoodrich::(Checksum: 3:0387cf16e3f0be8b021a84da769f0e91) ran despite precondition failure due to onFail='MARK_RAN':
  616. liquibase.xml : Foreign Key retired_by for reporting_report_design on table reporting_report_design does not exist
  617.  
  618. INFO 23/07/19 15:06:liquibase: Marking ChangeSet: liquibase.xml::drop_report_design_id_for_reporting_report_design_resource::mgoodrich::(Checksum: 3:c3e640b5f5bc15fb2a2aa93136fdeefc) ran despite precondition failure due to onFail='MARK_RAN':
  619. liquibase.xml : Foreign Key report_design_id for reporting_report_design_resource on table reporting_report_design_resource does not exist
  620.  
  621. INFO 23/07/19 15:06:liquibase: Marking ChangeSet: liquibase.xml::drop_creator_for_reporting_report_design_resource::mgoodrich::(Checksum: 3:577af27e0bff419cc0aae9a34fe082b0) ran despite precondition failure due to onFail='MARK_RAN':
  622. liquibase.xml : Foreign Key creator for reporting_report_design_resource on table reporting_report_design_resource does not exist
  623.  
  624. INFO 23/07/19 15:06:liquibase: Marking ChangeSet: liquibase.xml::drop_changed_by_for_reporting_report_design_resource::mgoodrich::(Checksum: 3:4ec604377282a11507a14f61a7863498) ran despite precondition failure due to onFail='MARK_RAN':
  625. liquibase.xml : Foreign Key changed_by for reporting_report_design_resource on table reporting_report_design_resource does not exist
  626.  
  627. INFO 23/07/19 15:06:liquibase: Marking ChangeSet: liquibase.xml::drop_retired_by_for_reporting_report_design_resource::mgoodrich::(Checksum: 3:bfc6bcc6b786458067255bd5012fe9f9) ran despite precondition failure due to onFail='MARK_RAN':
  628. liquibase.xml : Foreign Key retired_by for reporting_report_design_resource on table reporting_report_design_resource does not exist
  629.  
  630. INFO 23/07/19 15:06:liquibase: Marking ChangeSet: liquibase.xml::drop_requested_by_for_reporting_report_request::mgoodrich::(Checksum: 3:caaf7b8d6b2b53cbc4a9c296df3b4cbb) ran despite precondition failure due to onFail='MARK_RAN':
  631. liquibase.xml : Foreign Key requested_by for reporting_report_request on table reporting_report_request does not exist
  632.  
  633. INFO 23/07/19 15:06:liquibase: Marking ChangeSet: liquibase.xml::drop_creator_for_reporting_report_processor::mgoodrich::(Checksum: 3:162a4ce97acf5f2cf9b5cd998174573c) ran despite precondition failure due to onFail='MARK_RAN':
  634. liquibase.xml : Foreign Key creator for reporting_report_processor on table reporting_report_processor does not exist
  635.  
  636. INFO 23/07/19 15:06:liquibase: Marking ChangeSet: liquibase.xml::drop_changed_by_for_reporting_report_processor::mgoodrich::(Checksum: 3:d6ce70620019149c9d6980a308a708e2) ran despite precondition failure due to onFail='MARK_RAN':
  637. liquibase.xml : Foreign Key changed_by for reporting_report_processor on table reporting_report_processor does not exist
  638.  
  639. INFO 23/07/19 15:06:liquibase: Marking ChangeSet: liquibase.xml::drop_retired_by_reporting_report_processor::mgoodrich::(Checksum: 3:6f39b5de50c73531e2e853071669e8c7) ran despite precondition failure due to onFail='MARK_RAN':
  640. liquibase.xml : Foreign Key retired_by for reporting_report_processor on table reporting_report_processor does not exist
  641.  
  642. INFO 23/07/19 15:06:liquibase: Marking ChangeSet: liquibase.xml::add_report_definition_uuid_index::mgoodrich::(Checksum: 3:3e82195b1dc87158b4a35557e2efdac6) ran despite precondition failure due to onFail='MARK_RAN':
  643. liquibase.xml : Not precondition failed
  644.  
  645. INFO 23/07/19 15:06:liquibase: Marking ChangeSet: liquibase.xml::add_creator_for_reporting_report_design::mgoodrich::(Checksum: 3:eee0f564c3ffe9546cff2e4d53b565cc) ran despite precondition failure due to onFail='MARK_RAN':
  646. liquibase.xml : Not precondition failed
  647.  
  648. INFO 23/07/19 15:06:liquibase: Marking ChangeSet: liquibase.xml::add_changed_by_for_reporting_report_design::mgoodrich::(Checksum: 3:6b4f816069cda1e48f3d9c5a329ae0d4) ran despite precondition failure due to onFail='MARK_RAN':
  649. liquibase.xml : Not precondition failed
  650.  
  651. INFO 23/07/19 15:06:liquibase: Marking ChangeSet: liquibase.xml::add_retired_by_for_reporting_report_design::mgoodrich::(Checksum: 3:d24d24b7c5355e065e106c5d6cd56f4a) ran despite precondition failure due to onFail='MARK_RAN':
  652. liquibase.xml : Not precondition failed
  653.  
  654. INFO 23/07/19 15:06:liquibase: Marking ChangeSet: liquibase.xml::add_report_design_id_for_reporting_report_design_resource::mgoodrich::(Checksum: 3:e92ae5e78a4fe4e4bcff15db82fbed60) ran despite precondition failure due to onFail='MARK_RAN':
  655. liquibase.xml : Not precondition failed
  656.  
  657. INFO 23/07/19 15:06:liquibase: Marking ChangeSet: liquibase.xml::add_creator_for_reporting_report_design_resource::mgoodrich::(Checksum: 3:3d89b6d62ae28f8cbd23db415a335867) ran despite precondition failure due to onFail='MARK_RAN':
  658. liquibase.xml : Not precondition failed
  659.  
  660. INFO 23/07/19 15:06:liquibase: Marking ChangeSet: liquibase.xml::add_changed_by_for_reporting_report_design_resource::mgoodrich::(Checksum: 3:26bcc628ac6c8c2ddb7bf297eadfd6a6) ran despite precondition failure due to onFail='MARK_RAN':
  661. liquibase.xml : Not precondition failed
  662.  
  663. INFO 23/07/19 15:06:liquibase: Marking ChangeSet: liquibase.xml::add_retired_by_for_reporting_report_design_resource::mgoodrich::(Checksum: 3:d83ce3b2d54294365d6460e63c8c1e64) ran despite precondition failure due to onFail='MARK_RAN':
  664. liquibase.xml : Not precondition failed
  665.  
  666. INFO 23/07/19 15:06:liquibase: Marking ChangeSet: liquibase.xml::add_requested_by_for_reporting_report_request::mgoodrich::(Checksum: 3:5ad8a98124cb9926fd19e01b60ada19e) ran despite precondition failure due to onFail='MARK_RAN':
  667. liquibase.xml : Not precondition failed
  668.  
  669. INFO 23/07/19 15:06:liquibase: Marking ChangeSet: liquibase.xml::add_creator_for_reporting_report_processor::mgoodrich::(Checksum: 3:b2a2210386c6e92b0e5a01d4715f7d48) ran despite precondition failure due to onFail='MARK_RAN':
  670. liquibase.xml : Not precondition failed
  671.  
  672. INFO 23/07/19 15:06:liquibase: Marking ChangeSet: liquibase.xml::add_changed_by_for_reporting_report_processor::mgoodrich::(Checksum: 3:93e3e242966c6e4097eb43f42c6575f0) ran despite precondition failure due to onFail='MARK_RAN':
  673. liquibase.xml : Not precondition failed
  674.  
  675. INFO 23/07/19 15:06:liquibase: Marking ChangeSet: liquibase.xml::add_retired_by_for_reporting_report_processor::mgoodrich::(Checksum: 3:aa21b7a845db22fcfedd5962aff5a02c) ran despite precondition failure due to onFail='MARK_RAN':
  676. liquibase.xml : Not precondition failed
  677.  
  678. INFO 23/07/19 15:06:liquibase: Successfully released change log lock
  679. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:03,730| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.started value: true,
  680. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:03,775| Exiting method saveGlobalProperty
  681. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:03,780| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.mandatory value: false,
  682. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:03,910| Exiting method saveGlobalProperty
  683. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:03,932| In method UserService.savePrivilege. Arguments: Privilege=Manage Report Designs,
  684. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:03,995| Exiting method savePrivilege
  685. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:04,002| In method UserService.savePrivilege. Arguments: Privilege=Manage Cohort Definitions,
  686. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:04,052| Exiting method savePrivilege
  687. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:04,058| In method UserService.savePrivilege. Arguments: Privilege=Run Reports,
  688. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:04,153| Exiting method savePrivilege
  689. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:04,157| In method UserService.savePrivilege. Arguments: Privilege=Manage Scheduled Report Tasks,
  690. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:04,201| Exiting method savePrivilege
  691. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:04,218| In method UserService.savePrivilege. Arguments: Privilege=Manage Data Set Definitions,
  692. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:04,291| Exiting method savePrivilege
  693. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:04,295| In method UserService.savePrivilege. Arguments: Privilege=Manage Reports,
  694. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:04,345| Exiting method savePrivilege
  695. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:04,348| In method UserService.savePrivilege. Arguments: Privilege=Manage Indicator Definitions,
  696. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:04,420| Exiting method savePrivilege
  697. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:04,428| In method UserService.savePrivilege. Arguments: Privilege=Manage Dimension Definitions,
  698. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:04,495| Exiting method savePrivilege
  699. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:04,500| In method UserService.savePrivilege. Arguments: Privilege=Manage Report Definitions,
  700. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:04,544| Exiting method savePrivilege
  701. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:04,561| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: report.deleteReportsAgeInHours value: 72,
  702. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:04,650| Exiting method saveGlobalProperty
  703. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:04,656| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.maxReportsToRun value: 1,
  704. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:04,703| Exiting method saveGlobalProperty
  705. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:04,708| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.maxCachedReports value: 10,
  706. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:04,760| Exiting method saveGlobalProperty
  707. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:04,763| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.includeDataExportsAsDataSetDefinitions value: false,
  708. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:04,803| Exiting method saveGlobalProperty
  709. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:04,808| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.preferredIdentifierTypes value: null,
  710. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:04,853| Exiting method saveGlobalProperty
  711. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:04,857| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.runReportCohortFilterMode value: showIfNull,
  712. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:04,920| Exiting method saveGlobalProperty
  713. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:04,925| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.dataEvaluationBatchSize value: -1,
  714. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:04,976| Exiting method saveGlobalProperty
  715. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:04,979| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.defaultDateFormat value: dd/MMM/yyyy,
  716. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:05,019| Exiting method saveGlobalProperty
  717. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:05,023| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.defaultLocale value: en,
  718. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:05,066| Exiting method saveGlobalProperty
  719. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:05,070| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.testPatientsCohortDefinition value: null,
  720. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:05,104| Exiting method saveGlobalProperty
  721. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:05,109| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.evaluationLoggerEnabled value: false,
  722. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:05,159| Exiting method saveGlobalProperty
  723. Tue Jul 23 15:06:05 BST 2019 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.
  724. INFO 23/07/19 15:06:liquibase: Reading from `liquibasechangelog`
  725. INFO 23/07/19 15:06:liquibase: Successfully acquired change log lock
  726. INFO 23/07/19 15:06:liquibase: Successfully released change log lock
  727. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:05,630| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: emrapi.started value: true,
  728. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:05,676| Exiting method saveGlobalProperty
  729. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:05,681| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: emrapi.mandatory value: false,
  730. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:05,719| Exiting method saveGlobalProperty
  731. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:05,750| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: emr.encounterMatcher value: null,
  732. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:05,920| Exiting method saveGlobalProperty
  733. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:05,924| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: emrapi.suppressedDiagnosisConcepts value: null,
  734. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:06,011| Exiting method saveGlobalProperty
  735. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:06,015| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: emrapi.nonDiagnosisConceptSets value: null,
  736. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:06,059| Exiting method saveGlobalProperty
  737. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:06,062| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: emrapi.lastViewedPatientSizeLimit value: 50,
  738. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:06,112| Exiting method saveGlobalProperty
  739. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:06,117| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: conditionList.endReasonConceptSetUuid value: null,
  740. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:06,203| Exiting method saveGlobalProperty
  741. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:06,272| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: conditionList.nonCodedUuid value: null,
  742. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:06,328| Exiting method saveGlobalProperty
  743. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:06,331| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: emrapi.EmrApiVisitAssignmentHandler.encounterTypeToNewVisitTypeMap value: null,
  744. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:06,376| Exiting method saveGlobalProperty
  745. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:06,379| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: emrapi.conceptSourcesForDiagnosisSearch value: ICD-10-WHO,
  746. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:06,420| Exiting method saveGlobalProperty
  747. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:06,424| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: emrapi.useLegacyDiagnosisService value: false,
  748. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:06,468| Exiting method saveGlobalProperty
  749. Tue Jul 23 15:06:06 BST 2019 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.
  750. INFO 23/07/19 15:06:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  751. INFO 23/07/19 15:06:liquibase: Reading from `liquibasechangelog`
  752. INFO 23/07/19 15:06:liquibase: Successfully acquired change log lock
  753. INFO 23/07/19 15:06:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  754. INFO 23/07/19 15:06:liquibase: Reading from `liquibasechangelog`
  755. INFO 23/07/19 15:06:liquibase: ChangeSet liquibase.xml::10000000-1000-appointment-type::dkayiwa ran successfully in 3718ms
  756. INFO 23/07/19 15:06:liquibase: ChangeSet liquibase.xml::10000000-1000-appointment-block::yony258 ran successfully in 5090ms
  757. INFO 23/07/19 15:06:liquibase: ChangeSet liquibase.xml::10000000-1000-appointment-time-slot::yony258 ran successfully in 4360ms
  758. INFO 23/07/19 15:06:liquibase: ChangeSet liquibase.xml::10000000-1000-appointment-block-type-map::dkayiwa ran successfully in 1800ms
  759. INFO 23/07/19 15:06:liquibase: ChangeSet liquibase.xml::10000000-1000-appointment-appointment::yony258 ran successfully in 7184ms
  760. INFO 23/07/19 15:06:liquibase: ChangeSet liquibase.xml::10000000-1000-appointment-status::yony258 ran successfully in 1265ms
  761. INFO 23/07/19 15:06:liquibase: ChangeSet liquibase.xml::201402141515::djazayeri ran successfully in 629ms
  762. INFO 23/07/19 15:06:liquibase: ChangeSet liquibase.xml::201403171701-appointmentscheduling_appointment_cancel_reason::cioan ran successfully in 868ms
  763. INFO 23/07/19 15:06:liquibase: ChangeSet liquibase.xml::20140917-1-appointmentmentscheduling_appointment_request::mogoodrich ran successfully in 7252ms
  764. INFO 23/07/19 15:06:liquibase: ChangeSet liquibase.xml::201409251456-appointmentscheduling-confidential::djazayeri ran successfully in 742ms
  765. INFO 23/07/19 15:06:liquibase: Successfully released change log lock
  766. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:40,214| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appointmentscheduling.started value: true,
  767. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:40,254| Exiting method saveGlobalProperty
  768. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:40,260| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appointmentscheduling.mandatory value: false,
  769. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:40,377| Exiting method saveGlobalProperty
  770. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:40,392| In method UserService.savePrivilege. Arguments: Privilege=View Patient Appointment History,
  771. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:40,430| Exiting method savePrivilege
  772. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:40,433| In method UserService.savePrivilege. Arguments: Privilege=View Appointments,
  773. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:40,481| Exiting method savePrivilege
  774. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:40,484| In method UserService.savePrivilege. Arguments: Privilege=View Appointments Statistics,
  775. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:40,598| Exiting method savePrivilege
  776. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:40,602| In method UserService.savePrivilege. Arguments: Privilege=Schedule Appointments,
  777. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:40,644| Exiting method savePrivilege
  778. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:40,647| In method UserService.savePrivilege. Arguments: Privilege=View Appointment Types,
  779. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:40,706| Exiting method savePrivilege
  780. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:40,711| In method UserService.savePrivilege. Arguments: Privilege=Task: appointmentschedulingui.viewConfidential,
  781. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:40,763| Exiting method savePrivilege
  782. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:40,767| In method UserService.savePrivilege. Arguments: Privilege=View Appointments Blocks,
  783. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:40,823| Exiting method savePrivilege
  784. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:40,827| In method UserService.savePrivilege. Arguments: Privilege=Manage Provider Schedules,
  785. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:40,869| Exiting method savePrivilege
  786. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:40,873| In method UserService.savePrivilege. Arguments: Privilege=Manage Appointment Types,
  787. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:40,961| Exiting method savePrivilege
  788. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:40,964| In method UserService.savePrivilege. Arguments: Privilege=Update Appointment Status,
  789. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:41,037| Exiting method savePrivilege
  790. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:41,042| In method UserService.savePrivilege. Arguments: Privilege=Request Appointments,
  791. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:41,090| Exiting method savePrivilege
  792. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:41,095| In method UserService.savePrivilege. Arguments: Privilege=View Provider Schedules,
  793. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:41,145| Exiting method savePrivilege
  794. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:41,150| In method UserService.savePrivilege. Arguments: Privilege=Squeezing Appointments,
  795. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:41,231| Exiting method savePrivilege
  796. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:41,242| In method UserService.savePrivilege. Arguments: Privilege=Manage Appointments Settings,
  797. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:41,304| Exiting method savePrivilege
  798. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:41,318| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appointmentscheduling.phoneNumberPersonAttributeTypeId value: 8,
  799. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:41,363| Exiting method saveGlobalProperty
  800. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:41,366| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appointmentscheduling.manageAppointmentsFormTimout value: 60,
  801. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:41,413| Exiting method saveGlobalProperty
  802. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:41,416| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appointmentscheduling.defaultVisitType value: 1,
  803. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:41,456| Exiting method saveGlobalProperty
  804. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:41,459| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appointmentscheduling.defaultTimeSlotDuration value: 60,
  805. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:41,504| Exiting method saveGlobalProperty
  806. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:41,508| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appointmentscheduling.hideEndVisitButtons value: true,
  807. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:41,546| Exiting method saveGlobalProperty
  808. Tue Jul 23 15:06:41 BST 2019 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.
  809. INFO 23/07/19 15:06:liquibase: Reading from `liquibasechangelog`
  810. INFO 23/07/19 15:06:liquibase: Successfully acquired change log lock
  811. INFO 23/07/19 15:06:liquibase: Successfully released change log lock
  812. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:42,013| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingrest.started value: true,
  813. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:42,070| Exiting method saveGlobalProperty
  814. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:06:42,076| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingrest.mandatory value: false,
  815. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:06:42,149| Exiting method saveGlobalProperty
  816. Tue Jul 23 15:06:42 BST 2019 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.
  817. INFO 23/07/19 15:06:liquibase: Reading from `liquibasechangelog`
  818. INFO 23/07/19 15:06:liquibase: Successfully acquired change log lock
  819. INFO 23/07/19 15:06:liquibase: Reading from `liquibasechangelog`
  820. INFO 23/07/19 15:06:liquibase: ChangeSet liquibase.xml::43889130-55c2-49e9-b72b-a9eae9a31da7::Partners In Health ran successfully in 456ms
  821. INFO 23/07/19 15:06:liquibase: ChangeSet liquibase.xml::a7a39c84-cb48-427e-9141-ee851c283132::Partners In Health ran successfully in 392ms
  822. INFO 23/07/19 15:06:liquibase: ChangeSet liquibase.xml::a92f91c0-162b-42d9-a33b-c1412dc2948d::Partners In Health ran successfully in 257ms
  823. INFO 23/07/19 15:06:liquibase: ChangeSet liquibase.xml::b50c8351-3c6c-40eb-be40-bbdaed78c5a0::Partners In Health ran successfully in 348ms
  824. INFO 23/07/19 15:06:liquibase: ChangeSet liquibase.xml::9b1eb03d-bd27-428b-8359-5877797b0fb8::Partners In Health ran successfully in 300ms
  825. INFO 23/07/19 15:06:liquibase: ChangeSet liquibase.xml::82b51fe1-e6ad-423c-80a0-d2a48a3efe6c::Partners In Health ran successfully in 365ms
  826. INFO 23/07/19 15:06:liquibase: ChangeSet liquibase.xml::4b4ee08c-262f-48f0-a37e-2372614e1a58::Partners In Health ran successfully in 621ms
  827. INFO 23/07/19 15:06:liquibase: ChangeSet liquibase.xml::17a1d838-bf40-45d0-9e2b-6d177ff7ad62::Partners In Health ran successfully in 666ms
  828. INFO 23/07/19 15:06:liquibase: ChangeSet liquibase.xml::e931b3c1-94b6-4169-90f4-1c6bf49d4883::Partners In Health ran successfully in 574ms
  829. INFO 23/07/19 15:06:liquibase: ChangeSet liquibase.xml::3e32c214-9f9a-4424-8590-43ca68396aa6::Partners In Health ran successfully in 601ms
  830. INFO 23/07/19 15:06:liquibase: ChangeSet liquibase.xml::1df31052-65ce-4b81-8a9c-86c58c87c042::Partners In Health ran successfully in 445ms
  831. INFO 23/07/19 15:06:liquibase: ChangeSet liquibase.xml::aea80abc-8e1b-44f2-9574-c64741750cec::Jeremy Keiper ran successfully in 103ms
  832. INFO 23/07/19 15:06:liquibase: ChangeSet liquibase.xml::f3244825-c3d1-4789-99bd-03a014ae56a4::Jeremy Keiper ran successfully in 463ms
  833. INFO 23/07/19 15:06:liquibase: ChangeSet liquibase.xml::a5b34ba3-2cb0-46b5-bb47-4e07da4a7acd::Jeremy Keiper ran successfully in 29ms
  834. INFO 23/07/19 15:06:liquibase: ChangeSet liquibase.xml::d5bc38a3-35e3-4a16-b1b2-df6f4c32ec7a::Partners In Health ran successfully in 592ms
  835. INFO 23/07/19 15:06:liquibase: ChangeSet liquibase.xml::02fb6cc1-d45c-4985-8117-0d313975fd81::Partners In Health ran successfully in 3118ms
  836. INFO 23/07/19 15:06:liquibase: ChangeSet liquibase.xml::4dce863f-bb66-4aa3-9663-22a23be24689::Partners In Health ran successfully in 2487ms
  837. INFO 23/07/19 15:06:liquibase: ChangeSet liquibase.xml::e8258234-2133-4270-9370-301c908f1e2b::Partners In Health ran successfully in 2502ms
  838. INFO 23/07/19 15:07:liquibase: ChangeSet liquibase.xml::0f79a646-4f62-4fef-b035-421ad8f73ba2::Partners In Health ran successfully in 3274ms
  839. INFO 23/07/19 15:07:liquibase: Successfully released change log lock
  840. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:01,304| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: idgen.started value: true,
  841. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:01,352| Exiting method saveGlobalProperty
  842. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:01,362| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: idgen.mandatory value: false,
  843. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:01,409| Exiting method saveGlobalProperty
  844. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:01,433| In method UserService.savePrivilege. Arguments: Privilege=Generate Batch of Identifiers,
  845. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:01,501| Exiting method savePrivilege
  846. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:01,512| In method UserService.savePrivilege. Arguments: Privilege=Upload Batch of Identifiers,
  847. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:01,558| Exiting method savePrivilege
  848. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:01,563| In method UserService.savePrivilege. Arguments: Privilege=Manage Identifier Sources,
  849. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:01,653| Exiting method savePrivilege
  850. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:01,657| In method UserService.savePrivilege. Arguments: Privilege=Manage Auto Generation Options,
  851. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:01,716| Exiting method savePrivilege
  852. Tue Jul 23 15:07:01 BST 2019 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.
  853. INFO 23/07/19 15:07:liquibase: Reading from `liquibasechangelog`
  854. INFO 23/07/19 15:07:liquibase: Successfully acquired change log lock
  855. INFO 23/07/19 15:07:liquibase: Successfully released change log lock
  856. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:02,068| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referencemetadata.started value: true,
  857. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:02,108| Exiting method saveGlobalProperty
  858. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:02,115| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referencemetadata.mandatory value: false,
  859. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:02,160| Exiting method saveGlobalProperty
  860. Tue Jul 23 15:07:02 BST 2019 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.
  861. INFO 23/07/19 15:07:liquibase: Reading from `liquibasechangelog`
  862. INFO 23/07/19 15:07:liquibase: Successfully acquired change log lock
  863. INFO 23/07/19 15:07:liquibase: Successfully released change log lock
  864. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:02,465| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referencedemodata.started value: true,
  865. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:02,510| Exiting method saveGlobalProperty
  866. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:02,519| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referencedemodata.mandatory value: false,
  867. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:02,569| Exiting method saveGlobalProperty
  868. Tue Jul 23 15:07:02 BST 2019 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.
  869. INFO 23/07/19 15:07:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  870. INFO 23/07/19 15:07:liquibase: Reading from `liquibasechangelog`
  871. INFO 23/07/19 15:07:liquibase: Successfully acquired change log lock
  872. INFO 23/07/19 15:07:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  873. INFO 23/07/19 15:07:liquibase: Successfully released change log lock
  874. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:02,913| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.started value: true,
  875. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:02,958| Exiting method saveGlobalProperty
  876. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:02,966| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.mandatory value: false,
  877. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:03,167| Exiting method saveGlobalProperty
  878. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:03,200| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.identifierSourceId value: null,
  879. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:03,342| Exiting method saveGlobalProperty
  880. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:03,347| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.givenNameAutoSuggestList value: null,
  881. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:03,426| Exiting method saveGlobalProperty
  882. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:03,430| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.familyNameAutoSuggestList value: null,
  883. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:03,567| Exiting method saveGlobalProperty
  884. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:03,572| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.patientNameSearch value: registrationcore.BasicPatientNameSearch,
  885. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:03,651| Exiting method saveGlobalProperty
  886. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:03,659| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.fastSimilarPatientSearchAlgorithm value: registrationcore.BasicSimilarPatientSearchAlgorithm,
  887. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:03,717| Exiting method saveGlobalProperty
  888. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:03,720| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.preciseSimilarPatientSearchAlgorithm value: registrationcore.BasicExactPatientSearchAlgorithm,
  889. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:03,784| Exiting method saveGlobalProperty
  890. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:03,789| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.openempi.globalIdentifierDomainId value: null,
  891. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:03,826| Exiting method saveGlobalProperty
  892. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:03,830| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.mpi.implementation value: null,
  893. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:03,901| Exiting method saveGlobalProperty
  894. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:03,905| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.mpi.url value: null,
  895. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:03,952| Exiting method saveGlobalProperty
  896. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:03,957| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.mpi.username value: null,
  897. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:04,010| Exiting method saveGlobalProperty
  898. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:04,015| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.openempi.enableProbabilisticMatching value: false,
  899. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:04,061| Exiting method saveGlobalProperty
  900. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:04,065| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.mpi.personIdentifierId value: null,
  901. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:04,117| Exiting method saveGlobalProperty
  902. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:04,122| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.birthdateEstimationStartMonth value: 0,
  903. Tue Jul 23 15:07:04 BST 2019 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.
  904. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:04,167| Exiting method saveGlobalProperty
  905. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:04,171| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.biometrics.implementation value: null,
  906. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:04,216| Exiting method saveGlobalProperty
  907. Tue Jul 23 15:07:04 BST 2019 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.
  908. INFO 23/07/19 15:07:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  909. INFO 23/07/19 15:07:liquibase: Reading from `liquibasechangelog`
  910. INFO 23/07/19 15:07:liquibase: Successfully acquired change log lock
  911. INFO 23/07/19 15:07:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  912. INFO 23/07/19 15:07:liquibase: Reading from `liquibasechangelog`
  913. INFO 23/07/19 15:07:liquibase: ChangeSet liquibase.xml::appframework-1::djazayeri ran successfully in 2239ms
  914. INFO 23/07/19 15:07:liquibase: ChangeSet liquibase.xml::appframework-2::djazayeri ran successfully in 184ms
  915. INFO 23/07/19 15:07:liquibase: ChangeSet liquibase.xml::appframework-3::nutsiepully ran successfully in 593ms
  916. INFO 23/07/19 15:07:liquibase: ChangeSet liquibase.xml::appframework-4::Wyclif ran successfully in 258ms
  917. INFO 23/07/19 15:07:liquibase: Successfully released change log lock
  918. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:08,115| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appframework.started value: true,
  919. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:08,154| Exiting method saveGlobalProperty
  920. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:08,159| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appframework.mandatory value: false,
  921. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:08,196| Exiting method saveGlobalProperty
  922. Tue Jul 23 15:07:08 BST 2019 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.
  923. INFO 23/07/19 15:07:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  924. INFO 23/07/19 15:07:liquibase: Reading from `liquibasechangelog`
  925. INFO 23/07/19 15:07:liquibase: Successfully acquired change log lock
  926. INFO 23/07/19 15:07:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  927. INFO 23/07/19 15:07:liquibase: Successfully released change log lock
  928. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:08,532| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: formentryapp.started value: true,
  929. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:08,678| Exiting method saveGlobalProperty
  930. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:08,685| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: formentryapp.mandatory value: false,
  931. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:08,745| Exiting method saveGlobalProperty
  932. Tue Jul 23 15:07:08 BST 2019 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.
  933. INFO 23/07/19 15:07:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  934. INFO 23/07/19 15:07:liquibase: Reading from `liquibasechangelog`
  935. INFO 23/07/19 15:07:liquibase: Successfully acquired change log lock
  936. INFO 23/07/19 15:07:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  937. INFO 23/07/19 15:07:liquibase: Successfully released change log lock
  938. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:09,248| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: allergyui.started value: true,
  939. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:09,286| Exiting method saveGlobalProperty
  940. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:09,292| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: allergyui.mandatory value: false,
  941. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:09,328| Exiting method saveGlobalProperty
  942. Tue Jul 23 15:07:09 BST 2019 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.
  943. INFO 23/07/19 15:07:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  944. INFO 23/07/19 15:07:liquibase: Reading from `liquibasechangelog`
  945. INFO 23/07/19 15:07:liquibase: Successfully acquired change log lock
  946. INFO 23/07/19 15:07:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  947. INFO 23/07/19 15:07:liquibase: Successfully released change log lock
  948. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:09,604| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appui.started value: true,
  949. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:09,645| Exiting method saveGlobalProperty
  950. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:09,651| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appui.mandatory value: false,
  951. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:09,695| Exiting method saveGlobalProperty
  952. Tue Jul 23 15:07:09 BST 2019 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.
  953. INFO 23/07/19 15:07:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  954. INFO 23/07/19 15:07:liquibase: Reading from `liquibasechangelog`
  955. INFO 23/07/19 15:07:liquibase: Successfully acquired change log lock
  956. INFO 23/07/19 15:07:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  957. INFO 23/07/19 15:07:liquibase: Successfully released change log lock
  958. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:10,232| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: adminui.started value: true,
  959. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:10,278| Exiting method saveGlobalProperty
  960. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:10,283| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: adminui.mandatory value: false,
  961. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:10,437| Exiting method saveGlobalProperty
  962. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:10,453| In method UserService.savePrivilege. Arguments: Privilege=App: adminui.configuremetadata,
  963. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:10,528| Exiting method savePrivilege
  964. Tue Jul 23 15:07:10 BST 2019 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.
  965. INFO 23/07/19 15:07:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  966. INFO 23/07/19 15:07:liquibase: Reading from `liquibasechangelog`
  967. INFO 23/07/19 15:07:liquibase: Successfully acquired change log lock
  968. INFO 23/07/19 15:07:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  969. INFO 23/07/19 15:07:liquibase: Successfully released change log lock
  970. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:10,914| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: docsanddrawing.started value: true,
  971. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:10,954| Exiting method saveGlobalProperty
  972. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:10,959| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: docsanddrawing.mandatory value: false,
  973. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:11,003| Exiting method saveGlobalProperty
  974. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:11,032| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: docsanddrawing.defaultConceptComplexUuid value: 5118810c-f41d-11e6-bc64-92361f002671,
  975. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:11,070| Exiting method saveGlobalProperty
  976. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:11,073| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: docsanddrawing.conceptComplexUuidList value: [
  977. "51187acc-f41d-11e6-bc64-92361f002671",
  978. "51187bc6-f41d-11e6-bc64-92361f002671",
  979. "51187c98-f41d-11e6-bc64-92361f002671",
  980. "51187d6a-f41d-11e6-bc64-92361f002671",
  981. "51188030-f41d-11e6-bc64-92361f002671",
  982. "5118810c-f41d-11e6-bc64-92361f002671"
  983. ],
  984. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:11,120| Exiting method saveGlobalProperty
  985. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:11,123| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: docsanddrawing.encounterTypeUuid value: 43c25184-f41f-11e6-bc64-92361f002671,
  986. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:11,170| Exiting method saveGlobalProperty
  987. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:11,173| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: docsanddrawing.conceptComplexUuidMap value: { "SVG": "51187acc-f41d-11e6-bc64-92361f002671",
  988. "IMAGE": "51187bc6-f41d-11e6-bc64-92361f002671",
  989. "VIDEO": "51187c98-f41d-11e6-bc64-92361f002671",
  990. "NOTE": "51187d6a-f41d-11e6-bc64-92361f002671",
  991. "AUDIO": "51188030-f41d-11e6-bc64-92361f002671",
  992. "FILE": "5118810c-f41d-11e6-bc64-92361f002671"
  993. },
  994. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:11,237| Exiting method saveGlobalProperty
  995. Tue Jul 23 15:07:11 BST 2019 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.
  996. Tue Jul 23 15:07:11 BST 2019 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.
  997. INFO 23/07/19 15:07:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  998. INFO 23/07/19 15:07:liquibase: Reading from `liquibasechangelog`
  999. INFO 23/07/19 15:07:liquibase: Successfully acquired change log lock
  1000. INFO 23/07/19 15:07:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  1001. INFO 23/07/19 15:07:liquibase: Successfully released change log lock
  1002. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:11,714| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: attachments.started value: true,
  1003. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:11,754| Exiting method saveGlobalProperty
  1004. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:11,760| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: attachments.mandatory value: false,
  1005. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:11,820| Exiting method saveGlobalProperty
  1006. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:11,834| In method UserService.savePrivilege. Arguments: Privilege=App: attachments.attachments.page,
  1007. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:11,919| Exiting method savePrivilege
  1008. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:11,934| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: attachments.defaultConceptComplexUuid value: 42ed45fd-f3f6-44b6-bfc2-8bde1bb41e00,
  1009. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:11,970| Exiting method saveGlobalProperty
  1010. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:11,973| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: attachments.conceptComplexUuidList value: ["7cac8397-53cd-4f00-a6fe-028e8d743f8e","42ed45fd-f3f6-44b6-bfc2-8bde1bb41e00"],
  1011. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:12,012| Exiting method saveGlobalProperty
  1012. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:12,016| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: attachments.conceptComplexUuidMap value: {"IMAGE":"7cac8397-53cd-4f00-a6fe-028e8d743f8e","OTHER":"42ed45fd-f3f6-44b6-bfc2-8bde1bb41e00"},
  1013. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:12,064| Exiting method saveGlobalProperty
  1014. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:12,069| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: attachments.encounterTypeUuid value: 5021b1a1-e7f6-44b4-ba02-da2f2bcf8718,
  1015. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:12,113| Exiting method saveGlobalProperty
  1016. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:12,119| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: attachments.maxUploadFileSize value: 5.0,
  1017. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:12,172| Exiting method saveGlobalProperty
  1018. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:12,177| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: attachments.maxStorageFileSize value: 1.2,
  1019. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:12,289| Exiting method saveGlobalProperty
  1020. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:12,294| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: attachments.encounterSavingFlow value: null,
  1021. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:12,340| Exiting method saveGlobalProperty
  1022. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:12,343| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: attachments.allowNoCaption value: false,
  1023. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:12,388| Exiting method saveGlobalProperty
  1024. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:12,391| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: attachments.allowWebcam value: true,
  1025. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:12,431| Exiting method saveGlobalProperty
  1026. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:12,436| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: attachments.dashboardThumbnailCount value: 4,
  1027. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:12,481| Exiting method saveGlobalProperty
  1028. Tue Jul 23 15:07:12 BST 2019 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.
  1029. INFO 23/07/19 15:07:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  1030. INFO 23/07/19 15:07:liquibase: Reading from `liquibasechangelog`
  1031. INFO 23/07/19 15:07:liquibase: Successfully acquired change log lock
  1032. INFO 23/07/19 15:07:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  1033. INFO 23/07/19 15:07:liquibase: Reading from `liquibasechangelog`
  1034. INFO 23/07/19 15:07:liquibase: ChangeSet liquibase.xml::20161011-001::themoonraker13 ran successfully in 7ms
  1035. INFO 23/07/19 15:07:liquibase: Successfully released change log lock
  1036. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:12,947| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: coreapps.started value: true,
  1037. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:13,022| Exiting method saveGlobalProperty
  1038. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:13,028| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: coreapps.mandatory value: false,
  1039. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:13,122| Exiting method saveGlobalProperty
  1040. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:13,152| In method UserService.savePrivilege. Arguments: Privilege=Task: coreapps.enrollInProgram,
  1041. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:13,213| Exiting method savePrivilege
  1042. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:13,230| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.dataManagement,
  1043. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:13,304| Exiting method savePrivilege
  1044. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:13,308| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.mergePatient,
  1045. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:13,397| Exiting method savePrivilege
  1046. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:13,402| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.summaryDashboard,
  1047. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:13,488| Exiting method savePrivilege
  1048. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:13,492| In method UserService.savePrivilege. Arguments: Privilege=Task: coreapps.editPatientProgram,
  1049. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:13,739| Exiting method savePrivilege
  1050. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:13,743| In method UserService.savePrivilege. Arguments: Privilege=Task: coreapps.createVisit,
  1051. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:13,822| Exiting method savePrivilege
  1052. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:13,826| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.patientDashboard,
  1053. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:13,963| Exiting method savePrivilege
  1054. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:13,970| In method UserService.savePrivilege. Arguments: Privilege=Task: coreapps.createRetrospectiveVisit,
  1055. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:14,039| Exiting method savePrivilege
  1056. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:14,044| In method UserService.savePrivilege. Arguments: Privilege=Task: coreapps.deletePatient,
  1057. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:14,113| Exiting method savePrivilege
  1058. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:14,118| In method UserService.savePrivilege. Arguments: Privilege=Task: Manage Condition Lists,
  1059. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:14,214| Exiting method savePrivilege
  1060. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:14,218| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.patientVisits,
  1061. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:14,305| Exiting method savePrivilege
  1062. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:14,308| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.activeVisits,
  1063. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:14,390| Exiting method savePrivilege
  1064. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:14,394| In method UserService.savePrivilege. Arguments: Privilege=Task: coreapps.endVisit,
  1065. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:14,480| Exiting method savePrivilege
  1066. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:14,485| In method UserService.savePrivilege. Arguments: Privilege=Task: coreapps.deletePatientProgram,
  1067. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:14,572| Exiting method savePrivilege
  1068. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:14,575| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.findPatient,
  1069. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:14,647| Exiting method savePrivilege
  1070. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:14,653| In method UserService.savePrivilege. Arguments: Privilege=Task: coreapps.markPatientDead,
  1071. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:14,730| Exiting method savePrivilege
  1072. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:14,736| In method UserService.savePrivilege. Arguments: Privilege=Task: coreapps.editRelationships,
  1073. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:14,906| Exiting method savePrivilege
  1074. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:14,913| In method UserService.savePrivilege. Arguments: Privilege=Task: coreapps.mergeVisits,
  1075. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:15,006| Exiting method savePrivilege
  1076. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:15,029| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: coreapps.defaultPatientIdentifierLocation value: null,
  1077. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:15,089| Exiting method saveGlobalProperty
  1078. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:15,094| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: coreapps.recentDiagnosisPeriodInDays value: null,
  1079. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:15,180| Exiting method saveGlobalProperty
  1080. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:15,184| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: coreapps.dashboardUrl value: /coreapps/clinicianfacing/patient.page?patientId={{patientId}},
  1081. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:15,273| Exiting method saveGlobalProperty
  1082. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:15,277| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: coreapps.visitsPageUrl value: /coreapps/patientdashboard/patientDashboard.page?patientId={{patientId}}#visits,
  1083. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:15,364| Exiting method saveGlobalProperty
  1084. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:15,368| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: coreapps.visitsPageWithSpecificVisitUrl value: /coreapps/patientdashboard/patientDashboard.page?patientId={{patientId}}&visitId={{visit.id}}#,
  1085. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:15,598| Exiting method saveGlobalProperty
  1086. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:15,602| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: coreapps.searchDelayShort value: 300,
  1087. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:15,732| Exiting method saveGlobalProperty
  1088. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:15,736| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: coreapps.searchDelayLong value: 1000,
  1089. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:15,831| Exiting method saveGlobalProperty
  1090. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:15,837| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: coreapps.patientDashboardEncounterCount value: 100,
  1091. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:16,048| Exiting method saveGlobalProperty
  1092. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:16,053| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: coreapps.visitTypeColors value: null,
  1093. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:16,247| Exiting method saveGlobalProperty
  1094. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:16,251| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: coreapps.showVisitTypeOnPatientHeaderSection value: false,
  1095. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:16,688| Exiting method saveGlobalProperty
  1096. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:16,692| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: coreapps.transferEncounterUuid value: null,
  1097. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:16,789| Exiting method saveGlobalProperty
  1098. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:16,792| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: coreapps.conceptStickyNote value: CIEL:165095,
  1099. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:16,856| Exiting method saveGlobalProperty
  1100. Tue Jul 23 15:07:17 BST 2019 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.
  1101. INFO 23/07/19 15:07:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  1102. INFO 23/07/19 15:07:liquibase: Reading from `liquibasechangelog`
  1103. INFO 23/07/19 15:07:liquibase: Successfully acquired change log lock
  1104. INFO 23/07/19 15:07:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  1105. INFO 23/07/19 15:07:liquibase: Successfully released change log lock
  1106. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:17,415| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationapp.started value: true,
  1107. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:17,475| Exiting method saveGlobalProperty
  1108. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:17,485| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationapp.mandatory value: false,
  1109. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:17,702| Exiting method saveGlobalProperty
  1110. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:17,726| In method UserService.savePrivilege. Arguments: Privilege=App: registrationapp.registerPatient,
  1111. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:18,041| Exiting method savePrivilege
  1112. Tue Jul 23 15:07:18 BST 2019 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.
  1113. INFO 23/07/19 15:07:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  1114. INFO 23/07/19 15:07:liquibase: Reading from `liquibasechangelog`
  1115. INFO 23/07/19 15:07:liquibase: Successfully acquired change log lock
  1116. INFO 23/07/19 15:07:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  1117. INFO 23/07/19 15:07:liquibase: Successfully released change log lock
  1118. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:18,779| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingui.started value: true,
  1119. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:19,032| Exiting method saveGlobalProperty
  1120. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:19,043| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingui.mandatory value: false,
  1121. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:19,190| Exiting method saveGlobalProperty
  1122. Tue Jul 23 15:07:20 BST 2019 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.
  1123. INFO 23/07/19 15:07:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  1124. INFO 23/07/19 15:07:liquibase: Reading from `liquibasechangelog`
  1125. INFO 23/07/19 15:07:liquibase: Successfully acquired change log lock
  1126. INFO 23/07/19 15:07:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  1127. INFO 23/07/19 15:07:liquibase: Successfully released change log lock
  1128. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:20,408| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appointmentschedulingui.started value: true,
  1129. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:20,475| Exiting method saveGlobalProperty
  1130. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:20,481| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appointmentschedulingui.mandatory value: false,
  1131. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:20,639| Exiting method saveGlobalProperty
  1132. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:20,653| In method UserService.savePrivilege. Arguments: Privilege=Task: appointmentschedulingui.overbookAppointments,
  1133. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:20,707| Exiting method savePrivilege
  1134. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:20,711| In method UserService.savePrivilege. Arguments: Privilege=App: appointmentschedulingui.appointmentTypes,
  1135. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:21,009| Exiting method savePrivilege
  1136. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:21,014| In method UserService.savePrivilege. Arguments: Privilege=App: appointmentschedulingui.viewAppointments,
  1137. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:21,109| Exiting method savePrivilege
  1138. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:21,114| In method UserService.savePrivilege. Arguments: Privilege=App: appointmentschedulingui.home,
  1139. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:21,217| Exiting method savePrivilege
  1140. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:21,222| In method UserService.savePrivilege. Arguments: Privilege=App: appointmentschedulingui.providerSchedules,
  1141. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:21,298| Exiting method savePrivilege
  1142. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:21,304| In method UserService.savePrivilege. Arguments: Privilege=Task: appointmentschedulingui.bookAppointments,
  1143. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:21,400| Exiting method savePrivilege
  1144. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:21,406| In method UserService.savePrivilege. Arguments: Privilege=Task: appointmentschedulingui.requestAppointments,
  1145. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:21,558| Exiting method savePrivilege
  1146. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:21,574| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appointmentschedulingui.includeWeekends value: false,
  1147. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:21,674| Exiting method saveGlobalProperty
  1148. Tue Jul 23 15:07:21 BST 2019 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.
  1149. INFO 23/07/19 15:07:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  1150. INFO 23/07/19 15:07:liquibase: Reading from `liquibasechangelog`
  1151. INFO 23/07/19 15:07:liquibase: Successfully acquired change log lock
  1152. INFO 23/07/19 15:07:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  1153. INFO 23/07/19 15:07:liquibase: Successfully released change log lock
  1154. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:22,802| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlformentryui.started value: true,
  1155. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:22,889| Exiting method saveGlobalProperty
  1156. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:22,895| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlformentryui.mandatory value: false,
  1157. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:23,007| Exiting method saveGlobalProperty
  1158. Tue Jul 23 15:07:24 BST 2019 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.
  1159. INFO 23/07/19 15:07:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  1160. INFO 23/07/19 15:07:liquibase: Reading from `liquibasechangelog`
  1161. INFO 23/07/19 15:07:liquibase: Successfully acquired change log lock
  1162. INFO 23/07/19 15:07:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  1163. INFO 23/07/19 15:07:liquibase: Reading from `liquibasechangelog`
  1164. INFO 23/07/19 15:07:liquibase: ChangeSet liquibase.xml::1::Eli ran successfully in 1067ms
  1165. INFO 23/07/19 15:07:liquibase: ChangeSet liquibase.xml::2::Eli ran successfully in 2898ms
  1166. INFO 23/07/19 15:07:liquibase: ChangeSet liquibase.xml::3::Eli ran successfully in 896ms
  1167. INFO 23/07/19 15:07:liquibase: ChangeSet liquibase.xml::4::Eli ran successfully in 1040ms
  1168. INFO 23/07/19 15:07:liquibase: ChangeSet liquibase.xml::CSM-58-18062014-2207::k-joseph ran successfully in 351ms
  1169. INFO 23/07/19 15:07:liquibase: ChangeSet liquibase.xml::CSM-58-18062014-2210::k-joseph ran successfully in 98ms
  1170. INFO 23/07/19 15:07:liquibase: ChangeSet liquibase.xml::CSM-102_28052015_1742::k-joseph ran successfully in 3598ms
  1171. INFO 23/07/19 15:07:liquibase: ChangeSet liquibase.xml::CSM-81_02062015_1446::k-joseph ran successfully in 3757ms
  1172. INFO 23/07/19 15:07:liquibase: ChangeSet liquibase.xml::CSM-90_04062015_2012::k-joseph ran successfully in 4435ms
  1173. INFO 23/07/19 15:07:liquibase: ChangeSet liquibase.xml::CSM-103_11062015_1634::k-joseph ran successfully in 554ms
  1174. INFO 23/07/19 15:07:liquibase: ChangeSet liquibase.xml::CSM-103_22062015_1941::k-joseph ran successfully in 2705ms
  1175. INFO 23/07/19 15:07:liquibase: Marking ChangeSet: liquibase.xml::CSM-98-23062015-0037::k-joseph::(Checksum: 3:6896336173f1b9aa05f95157f38d4db6) ran despite precondition failure due to onFail='MARK_RAN':
  1176. liquibase.xml : Foreign Key fk_synonymgroups_synonyms_cascade does not exist
  1177.  
  1178. INFO 23/07/19 15:07:liquibase: ChangeSet liquibase.xml::CSM-98-23062015-1440::k-joseph ran successfully in 1559ms
  1179. INFO 23/07/19 15:07:liquibase: ChangeSet liquibase.xml::CSM-91-07072015-1826::k-joseph ran successfully in 83ms
  1180. INFO 23/07/19 15:07:liquibase: ChangeSet liquibase.xml::CSM-111_17072015_1513::k-joseph ran successfully in 343ms
  1181. INFO 23/07/19 15:07:liquibase: ChangeSet liquibase.xml::CSM-95_28072015_1241::k-joseph ran successfully in 1121ms
  1182. INFO 23/07/19 15:07:liquibase: ChangeSet liquibase.xml::CSM-95_29072015_1239::k-joseph ran successfully in 46ms
  1183. INFO 23/07/19 15:07:liquibase: ChangeSet liquibase.xml::CSM-113_31072015_1224::k-joseph ran successfully in 46ms
  1184. INFO 23/07/19 15:07:liquibase: ChangeSet liquibase.xml::CSM-95_01082015_23:38::k-joseph ran successfully in 709ms
  1185. INFO 23/07/19 15:07:liquibase: ChangeSet liquibase.xml::CSM-95_02082015_1517::k-joseph ran successfully in 45ms
  1186. INFO 23/07/19 15:07:liquibase: ChangeSet liquibase.xml::CSM-95_03082015_0101::k-joseph ran successfully in 2671ms
  1187. INFO 23/07/19 15:07:liquibase: Successfully released change log lock
  1188. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:59,777| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: chartsearch.started value: true,
  1189. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:59,823| Exiting method saveGlobalProperty
  1190. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:59,834| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: chartsearch.mandatory value: false,
  1191. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:59,884| Exiting method saveGlobalProperty
  1192. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:59,906| In method UserService.savePrivilege. Arguments: Privilege=Manage synonym group,
  1193. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:07:59,957| Exiting method savePrivilege
  1194. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:07:59,960| In method UserService.savePrivilege. Arguments: Privilege=Patient Dashboard - View Chart Search Section,
  1195. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:08:00,002| Exiting method savePrivilege
  1196. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:08:00,006| In method UserService.savePrivilege. Arguments: Privilege=Manage Synonym Groups,
  1197. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:08:00,047| Exiting method savePrivilege
  1198. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:08:00,050| In method UserService.savePrivilege. Arguments: Privilege=Run Chart Search commands,
  1199. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:08:00,093| Exiting method savePrivilege
  1200. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:08:00,110| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: chartsearch.useDedicatedSolrServer value: false,
  1201. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:08:00,297| Exiting method saveGlobalProperty
  1202. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:08:00,302| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: chartsearch.httpSolrUrl value: http://localhost,
  1203. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:08:00,344| Exiting method saveGlobalProperty
  1204. Tue Jul 23 15:08:00 BST 2019 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.
  1205. INFO 23/07/19 15:08:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  1206. INFO 23/07/19 15:08:liquibase: Reading from `liquibasechangelog`
  1207. INFO 23/07/19 15:08:liquibase: Successfully acquired change log lock
  1208. INFO 23/07/19 15:08:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  1209. INFO 23/07/19 15:08:liquibase: Successfully released change log lock
  1210. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:08:00,703| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referenceapplication.started value: true,
  1211. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:08:00,747| Exiting method saveGlobalProperty
  1212. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:08:00,755| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referenceapplication.mandatory value: false,
  1213. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:08:00,818| Exiting method saveGlobalProperty
  1214. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:08:00,834| In method UserService.savePrivilege. Arguments: Privilege=App: referenceapplication.styleGuide,
  1215. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:08:00,882| Exiting method savePrivilege
  1216. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:08:00,885| In method UserService.savePrivilege. Arguments: Privilege=App: referenceapplication.legacyAdmin,
  1217. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:08:00,928| Exiting method savePrivilege
  1218. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:08:00,932| In method UserService.savePrivilege. Arguments: Privilege=App: referenceapplication.vitals,
  1219. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:08:00,990| Exiting method savePrivilege
  1220. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:08:00,993| In method UserService.savePrivilege. Arguments: Privilege=App: referenceapplication.manageApps,
  1221. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:08:01,034| Exiting method savePrivilege
  1222. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:08:20,387| In method SchedulerService.saveToMemento. Arguments:
  1223. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:08:20,391| Exiting method saveToMemento
  1224. INFO - EhCacheManagerFactoryBean.destroy(181) |2019-07-23 15:08:20,450| Shutting down EhCache CacheManager
  1225. INFO - ServiceContext.startRefreshingContext(832) |2019-07-23 15:08:20,454| Refreshing Context
  1226. INFO - EhCacheManagerFactoryBean.afterPropertiesSet(129) |2019-07-23 15:09:50,100| Initializing EhCache CacheManager
  1227. Tue Jul 23 15:10:48 BST 2019 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.
  1228. WARN - IdgenTask.run(32) |2019-07-23 15:11:44,000| Not running scheduled task. DaemonToken = null; enabled = false
  1229. WARN - SimpleUrlHandlerMapping.registerHandlers(115) |2019-07-23 15:11:47,815| Neither 'urlMap' nor 'mappings' set on SimpleUrlHandlerMapping
  1230. WARN - SimpleUrlHandlerMapping.registerHandlers(115) |2019-07-23 15:11:47,939| Neither 'urlMap' nor 'mappings' set on SimpleUrlHandlerMapping
  1231. WARN - SimpleUrlHandlerMapping.registerHandlers(115) |2019-07-23 15:11:51,753| Neither 'urlMap' nor 'mappings' set on SimpleUrlHandlerMapping
  1232. INFO - ServiceContext.doneRefreshingContext(843) |2019-07-23 15:11:51,795| Done refreshing Context
  1233. Tue Jul 23 15:11:51 BST 2019 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.
  1234. Tue Jul 23 15:11:51 BST 2019 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.
  1235. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:16,211| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: commonlabtest.fileDirectory value: C:\Users\edwar\Application Data\OpenMRS\complex_obs\commonLabTestFiles,
  1236. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:16,315| Exiting method saveGlobalProperty
  1237. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:16,333| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: commonlabtest.specimenTypeConceptUuid value: 162476AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,
  1238. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:16,383| Exiting method saveGlobalProperty
  1239. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:16,393| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: commonlabtest.specimenSiteConceptUuid value: 159959AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,
  1240. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:16,441| Exiting method saveGlobalProperty
  1241. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:16,447| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: commonlabtest.testunitsConceptUuid value: 5db4f53e-6218-4ae0-ae4e-5e0343b5d301,
  1242. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:16,493| Exiting method saveGlobalProperty
  1243. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:16,499| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: commonlabtest.fileExtensions value: .bmp ,.jpg ,.jpeg,.jfif,.GIF,.png,.bat,.BPG,.FLV,.AVI,.MOV,.M4P,.MPG,.WMV,.3gp,.RM,.SWF,.3GP,.ACT,.AIFF,.MP3,.WAV,.OGG,.FLAC,.AU,.RAW,.docx,.docm,.dotx,.docb,.dotm,.pdf,
  1244. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:16,575| Exiting method saveGlobalProperty
  1245. ERROR - UiFrameworkActivator.contextRefreshed(90) |2019-07-23 15:12:16,605| Error in UiContextRefreshedCallback: org.openmrs.ui.framework.StandardModuleUiConfiguration for module atomfeed
  1246. java.lang.NullPointerException
  1247. at org.openmrs.module.ModuleFactory.getModuleClassLoader(ModuleFactory.java:1366)
  1248. at org.openmrs.module.ModuleFactory.getModuleClassLoader(ModuleFactory.java:1387)
  1249. at org.openmrs.ui.framework.StandardModuleUiConfiguration.afterContextRefreshed(StandardModuleUiConfiguration.java:106)
  1250. at org.openmrs.module.uiframework.UiFrameworkActivator.contextRefreshed(UiFrameworkActivator.java:88)
  1251. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:923)
  1252. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:847)
  1253. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:632)
  1254. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:612)
  1255. at org.openmrs.web.Listener.startOpenmrs(Listener.java:251)
  1256. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  1257. WARN - AddressConfigurationLoader.loadAddressConfiguration(64) |2019-07-23 15:12:16,629| Address hierarchy configuration file appears invalid, skipping the loading process: addressConfiguration.xml
  1258. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:19,294| In method UserService.saveRole. Arguments: Role=Privilege Level: Full,
  1259. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:19,351| Exiting method saveRole
  1260. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:19,358| In method UserService.saveRole. Arguments: Role=Privilege Level: High,
  1261. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:19,487| Exiting method saveRole
  1262. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:19,556| In method UserService.saveRole. Arguments: Role=Privilege Level: Full,
  1263. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:20,209| Exiting method saveRole
  1264. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:20,229| In method UserService.saveRole. Arguments: Role=Privilege Level: High,
  1265. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:20,233| Exiting method saveRole
  1266. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:20,271| In method MetadataMappingService.saveMetadataSource. Arguments: MetadataSource=MetadataSource[hashCode=ff4d0412,uuid=c4b49f1f-64ae-4cab-a7f5-12bbd4cca1ad],
  1267. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:20,328| Exiting method saveMetadataSource
  1268. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:20,346| In method MetadataMappingService.saveMetadataSet. Arguments: MetadataSet=MetadataSet[hashCode=2edf4805,uuid=5acc46f6-ddc0-45f4-8999-1fdc29a1fd63],
  1269. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:20,399| Exiting method saveMetadataSet
  1270. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:20,416| In method MetadataMappingService.saveMetadataTermMapping. Arguments: MetadataTermMapping=MetadataTermMapping[hashCode=59308b51,uuid=abfd4224-b7c8-4b9d-9f7f-6ba350660479],
  1271. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:20,468| Exiting method saveMetadataTermMapping
  1272. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:20,484| In method MetadataMappingService.saveMetadataTermMapping. Arguments: MetadataTermMapping=MetadataTermMapping[hashCode=3cdb1fb6,uuid=2c993e66-52e5-450f-b414-e88371790e65],
  1273. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:20,546| Exiting method saveMetadataTermMapping
  1274. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:20,558| In method MetadataMappingService.saveMetadataTermMapping. Arguments: MetadataTermMapping=MetadataTermMapping[hashCode=e84c6fa7,uuid=06c970e6-10b4-4fb3-b593-d567d02c983a],
  1275. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:20,600| Exiting method saveMetadataTermMapping
  1276. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:20,612| In method MetadataMappingService.saveMetadataTermMapping. Arguments: MetadataTermMapping=MetadataTermMapping[hashCode=fccdf6c5,uuid=280b568e-aa93-4417-90f0-980c59acfabc],
  1277. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:20,675| Exiting method saveMetadataTermMapping
  1278. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:20,687| In method MetadataMappingService.saveMetadataTermMapping. Arguments: MetadataTermMapping=MetadataTermMapping[hashCode=6416432d,uuid=0d51db06-f11b-494d-813e-c847539d0648],
  1279. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:20,808| Exiting method saveMetadataTermMapping
  1280. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:20,825| In method MetadataMappingService.saveMetadataTermMapping. Arguments: MetadataTermMapping=MetadataTermMapping[hashCode=9218ff7e,uuid=83e44a00-d0ed-4961-80d5-97ef438448eb],
  1281. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:20,950| Exiting method saveMetadataTermMapping
  1282. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:20,961| In method MetadataMappingService.saveMetadataTermMapping. Arguments: MetadataTermMapping=MetadataTermMapping[hashCode=50001a96,uuid=f877c63d-3224-4c72-aa58-000aaf82b590],
  1283. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:21,110| Exiting method saveMetadataTermMapping
  1284. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:21,123| In method MetadataMappingService.saveMetadataTermMapping. Arguments: MetadataTermMapping=MetadataTermMapping[hashCode=ab8abdce,uuid=488e3d49-1b27-412a-8e83-1131ee27b118],
  1285. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:21,253| Exiting method saveMetadataTermMapping
  1286. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:21,264| In method MetadataMappingService.saveMetadataTermMapping. Arguments: MetadataTermMapping=MetadataTermMapping[hashCode=5621ff72,uuid=4c23ac5a-12ca-4b15-bc6a-e2ddb761fab7],
  1287. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:21,350| Exiting method saveMetadataTermMapping
  1288. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:21,360| In method MetadataMappingService.saveMetadataTermMapping. Arguments: MetadataTermMapping=MetadataTermMapping[hashCode=9bd18b85,uuid=fdf3d5ba-7b3c-4615-ace5-990e8c12751c],
  1289. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:21,412| Exiting method saveMetadataTermMapping
  1290. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:21,425| In method MetadataMappingService.saveMetadataTermMapping. Arguments: MetadataTermMapping=MetadataTermMapping[hashCode=5bfd92ac,uuid=3f87727b-2812-4b02-bdb5-2d3a3f43bd8d],
  1291. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:21,468| Exiting method saveMetadataTermMapping
  1292. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:21,481| In method MetadataMappingService.saveMetadataTermMapping. Arguments: MetadataTermMapping=MetadataTermMapping[hashCode=eb111028,uuid=67594558-8f2b-41ed-869f-c5f15dc405f0],
  1293. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:21,528| Exiting method saveMetadataTermMapping
  1294. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:21,542| In method MetadataMappingService.saveMetadataTermMapping. Arguments: MetadataTermMapping=MetadataTermMapping[hashCode=ab6ebba7,uuid=52633af0-0894-4373-806e-6aa3f77af992],
  1295. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:21,593| Exiting method saveMetadataTermMapping
  1296. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:21,605| In method MetadataMappingService.saveMetadataTermMapping. Arguments: MetadataTermMapping=MetadataTermMapping[hashCode=66de011d,uuid=78284091-510a-4fc6-953c-efc54b7b08df],
  1297. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:21,653| Exiting method saveMetadataTermMapping
  1298. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:21,663| In method MetadataMappingService.saveMetadataTermMapping. Arguments: MetadataTermMapping=MetadataTermMapping[hashCode=9c6c2bc,uuid=8a12935c-b9f5-40eb-b96e-3fb8c795df13],
  1299. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:21,753| Exiting method saveMetadataTermMapping
  1300. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:21,767| In method MetadataMappingService.saveMetadataTermMapping. Arguments: MetadataTermMapping=MetadataTermMapping[hashCode=6aba3c58,uuid=010b5ed2-996b-4f2b-90aa-4e5e20439f41],
  1301. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:21,812| Exiting method saveMetadataTermMapping
  1302. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:21,865| In method PersonService.savePerson. Arguments: Person=Person(personId=null),
  1303. ERROR - SessionImpl.beforeTransactionCompletion(521) |2019-07-23 15:12:22,076| HHH000088: Exception in interceptor beforeTransactionCompletion()
  1304. org.ict4h.atomfeed.server.exceptions.AtomFeedRuntimeException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'openmrs.event_records_queue' doesn't exist
  1305. at org.ict4h.atomfeed.server.repository.jdbc.AllEventRecordsQueueJdbcImpl.add(AllEventRecordsQueueJdbcImpl.java:45)
  1306. at org.ict4h.atomfeed.server.service.EventServiceImpl.notify(EventServiceImpl.java:27)
  1307. at org.openmrs.module.atomfeed.api20.writers.impl.FeedWriterBase$1.doInTransaction(FeedWriterBase.java:53)
  1308. at org.ict4h.atomfeed.transaction.AFTransactionWorkWithoutResult.execute(AFTransactionWorkWithoutResult.java:6)
  1309. at org.openmrs.module.atomfeed.transaction.support.AtomFeedSpringTransactionManager$1.doInTransaction(AtomFeedSpringTransactionManager.java:41)
  1310. at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:133)
  1311. at org.openmrs.module.atomfeed.transaction.support.AtomFeedSpringTransactionManager.executeWithTransaction(AtomFeedSpringTransactionManager.java:38)
  1312. at org.openmrs.module.atomfeed.api20.writers.impl.FeedWriterBase.saveEvent(FeedWriterBase.java:49)
  1313. at org.openmrs.module.atomfeed.api20.writers.impl.DefaultFeedWriter.writeFeed(DefaultFeedWriter.java:73)
  1314. at org.openmrs.module.atomfeed.api.db.EventManager.serveEvent(EventManager.java:41)
  1315. at org.openmrs.module.atomfeed.api.db.hibernate.HibernateEventInterceptor.beforeTransactionCompletion(HibernateEventInterceptor.java:218)
  1316. at org.openmrs.api.db.hibernate.ChainingInterceptor.beforeTransactionCompletion(ChainingInterceptor.java:229)
  1317. at org.hibernate.internal.SessionImpl.beforeTransactionCompletion(SessionImpl.java:518)
  1318. at org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction.beforeTransactionCommit(JdbcTransaction.java:105)
  1319. at org.hibernate.engine.transaction.spi.AbstractTransactionImpl.commit(AbstractTransactionImpl.java:177)
  1320. at org.springframework.orm.hibernate4.HibernateTransactionManager.doCommit(HibernateTransactionManager.java:584)
  1321. at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757)
  1322. at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726)
  1323. at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515)
  1324. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291)
  1325. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  1326. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  1327. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  1328. at com.sun.proxy.$Proxy149.savePerson(Unknown Source)
  1329. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1330. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1331. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1332. at java.lang.reflect.Method.invoke(Method.java:498)
  1333. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  1334. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  1335. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  1336. at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
  1337. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
  1338. at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  1339. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  1340. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:122)
  1341. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  1342. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  1343. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  1344. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  1345. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  1346. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  1347. at com.sun.proxy.$Proxy150.savePerson(Unknown Source)
  1348. at org.openmrs.module.emrapi.EmrApiActivator.createUnknownProvider(EmrApiActivator.java:326)
  1349. at org.openmrs.module.emrapi.EmrApiActivator.started(EmrApiActivator.java:148)
  1350. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:927)
  1351. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:847)
  1352. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:632)
  1353. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:612)
  1354. at org.openmrs.web.Listener.startOpenmrs(Listener.java:251)
  1355. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  1356. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'openmrs.event_records_queue' doesn't exist
  1357. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  1358. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  1359. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  1360. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  1361. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  1362. at com.mysql.jdbc.Util.getInstance(Util.java:408)
  1363. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
  1364. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  1365. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  1366. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  1367. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  1368. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2484)
  1369. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1858)
  1370. at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2079)
  1371. at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2013)
  1372. at com.mysql.jdbc.PreparedStatement.executeLargeUpdate(PreparedStatement.java:5104)
  1373. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1998)
  1374. at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeUpdate(NewProxyPreparedStatement.java:147)
  1375. at org.ict4h.atomfeed.server.repository.jdbc.AllEventRecordsQueueJdbcImpl.add(AllEventRecordsQueueJdbcImpl.java:43)
  1376. ... 50 more
  1377. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:22,774| Exiting method savePerson
  1378. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:22,804| In method ProviderService.saveProvider. Arguments: Provider=[Provider: providerId:null providerName:[Unknown Provider] ],
  1379. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:22,860| Exiting method saveProvider
  1380. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:22,864| In method MetadataMappingService.saveMetadataTermMapping. Arguments: MetadataTermMapping=MetadataTermMapping[hashCode=da83bafe,uuid=2b3cdebe-b08e-4f1e-aa39-9e005c75fc99],
  1381. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:22,903| Exiting method saveMetadataTermMapping
  1382. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:22,909| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: visits.assignmentHandler value: org.openmrs.module.emrapi.adt.EmrApiVisitAssignmentHandler,
  1383. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:22,910| Exiting method saveGlobalProperty
  1384. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:22,994| In method ConceptService.saveConceptSource. Arguments: ConceptSource=ConceptSource[hashCode=300087d4,uuid=edd52713-8887-47b7-ba9e-6e1148824ca4],
  1385. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:23,039| Exiting method saveConceptSource
  1386. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:23,087| In method PatientService.savePatientIdentifierType. Arguments: PatientIdentifierType=OpenMRS ID,
  1387. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:23,145| Exiting method savePatientIdentifierType
  1388. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:23,291| In method MetadataMappingService.saveMetadataTermMapping. Arguments: MetadataTermMapping=MetadataTermMapping[hashCode=e84c6fa7,uuid=06c970e6-10b4-4fb3-b593-d567d02c983a],
  1389. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:23,353| Exiting method saveMetadataTermMapping
  1390. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:23,374| In method ConceptService.purgeConceptClass. Arguments: ConceptClass=ConceptClass[hashCode=a7612e8c,uuid=8e071bfe-520c-44c0-a89b-538e9129b42a],
  1391. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:23,455| Exiting method purgeConceptClass
  1392. WARN - AbstractTableMetaData.getDataTypeFactory(166) |2019-07-23 15:12:27,661| Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'MySQL' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
  1393. WARN - AbstractTableMetaData.getDataTypeFactory(166) |2019-07-23 15:12:27,899| Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'MySQL' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
  1394. WARN - AbstractTableMetaData.getDataTypeFactory(166) |2019-07-23 15:12:27,967| Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'MySQL' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
  1395. WARN - AbstractTableMetaData.getDataTypeFactory(166) |2019-07-23 15:12:28,285| Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'MySQL' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
  1396. WARN - AbstractTableMetaData.getDataTypeFactory(166) |2019-07-23 15:12:28,513| Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'MySQL' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
  1397. WARN - AbstractTableMetaData.getDataTypeFactory(166) |2019-07-23 15:12:28,607| Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'MySQL' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
  1398. WARN - AbstractTableMetaData.getDataTypeFactory(166) |2019-07-23 15:12:30,205| Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'MySQL' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
  1399. WARN - AbstractTableMetaData.getDataTypeFactory(166) |2019-07-23 15:12:30,224| Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'MySQL' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
  1400. WARN - AbstractTableMetaData.getDataTypeFactory(166) |2019-07-23 15:12:30,326| Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'MySQL' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
  1401. WARN - AbstractTableMetaData.getDataTypeFactory(166) |2019-07-23 15:12:31,105| Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'MySQL' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
  1402. WARN - AbstractTableMetaData.getDataTypeFactory(166) |2019-07-23 15:12:31,864| Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'MySQL' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
  1403. WARN - AbstractTableMetaData.getDataTypeFactory(166) |2019-07-23 15:12:32,210| Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'MySQL' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
  1404. WARN - AbstractTableMetaData.getDataTypeFactory(166) |2019-07-23 15:12:32,542| Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'MySQL' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
  1405. WARN - AbstractTableMetaData.getDataTypeFactory(166) |2019-07-23 15:12:32,559| Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'MySQL' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
  1406. WARN - AbstractTableMetaData.getDataTypeFactory(166) |2019-07-23 15:12:32,577| Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'MySQL' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
  1407. WARN - AbstractTableMetaData.getDataTypeFactory(166) |2019-07-23 15:12:33,051| Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'MySQL' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
  1408. WARN - AbstractTableMetaData.getDataTypeFactory(166) |2019-07-23 15:12:33,491| Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'MySQL' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
  1409. WARN - AbstractTableMetaData.getDataTypeFactory(166) |2019-07-23 15:12:33,605| Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'MySQL' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
  1410. WARN - AbstractTableMetaData.getDataTypeFactory(166) |2019-07-23 15:12:36,210| Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'MySQL' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
  1411. WARN - AbstractTableMetaData.getDataTypeFactory(166) |2019-07-23 15:12:36,227| Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'MySQL' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
  1412. WARN - AbstractTableMetaData.getDataTypeFactory(166) |2019-07-23 15:12:36,249| Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'MySQL' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
  1413. WARN - AbstractTableMetaData.getDataTypeFactory(166) |2019-07-23 15:12:39,291| Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'MySQL' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
  1414. WARN - AbstractTableMetaData.getDataTypeFactory(166) |2019-07-23 15:12:42,053| Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'MySQL' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
  1415. WARN - AbstractTableMetaData.getDataTypeFactory(166) |2019-07-23 15:12:42,704| Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'MySQL' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
  1416. WARN - AbstractTableMetaData.getDataTypeFactory(166) |2019-07-23 15:12:42,720| Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'MySQL' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
  1417. WARN - AbstractTableMetaData.getDataTypeFactory(166) |2019-07-23 15:12:42,745| Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'MySQL' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
  1418. WARN - AbstractTableMetaData.getDataTypeFactory(166) |2019-07-23 15:12:43,064| Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'MySQL' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
  1419. WARN - AbstractTableMetaData.getDataTypeFactory(166) |2019-07-23 15:12:43,189| Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'MySQL' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
  1420. WARN - AbstractTableMetaData.getDataTypeFactory(166) |2019-07-23 15:12:43,221| Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'MySQL' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
  1421. Tue Jul 23 15:12:44 BST 2019 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.
  1422. WARN - AbstractTableMetaData.getDataTypeFactory(166) |2019-07-23 15:12:45,213| Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'MySQL' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
  1423. WARN - AbstractTableMetaData.getDataTypeFactory(166) |2019-07-23 15:12:45,231| Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'MySQL' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
  1424. WARN - AbstractTableMetaData.getDataTypeFactory(166) |2019-07-23 15:12:45,261| Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'MySQL' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
  1425. WARN - AbstractTableMetaData.getDataTypeFactory(166) |2019-07-23 15:12:46,680| Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'MySQL' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
  1426. WARN - AbstractTableMetaData.getDataTypeFactory(166) |2019-07-23 15:12:47,792| Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'MySQL' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
  1427. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:54,623| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referencemetadata.installedVersion value: 16,
  1428. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:54,665| Exiting method saveGlobalProperty
  1429. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:54,688| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.systemAdministration,
  1430. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:54,691| Exiting method savePrivilege
  1431. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:54,703| In method UserService.savePrivilege. Arguments: Privilege=App: referenceapplication.legacyAdmin,
  1432. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:54,704| Exiting method savePrivilege
  1433. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:54,720| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.activeVisits,
  1434. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:54,723| Exiting method savePrivilege
  1435. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:54,740| In method UserService.savePrivilege. Arguments: Privilege=App: atlas.manage,
  1436. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:54,742| Exiting method savePrivilege
  1437. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:54,755| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.configuremetadata,
  1438. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:54,757| Exiting method savePrivilege
  1439. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:54,770| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.findPatient,
  1440. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:54,772| Exiting method savePrivilege
  1441. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:54,780| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.patientDashboard,
  1442. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:54,783| Exiting method savePrivilege
  1443. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:54,793| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.patientVisits,
  1444. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:54,794| Exiting method savePrivilege
  1445. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:54,800| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.systemAdministration,
  1446. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:54,802| Exiting method savePrivilege
  1447. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:54,812| In method UserService.savePrivilege. Arguments: Privilege=App: formentryapp.forms,
  1448. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:54,814| Exiting method savePrivilege
  1449. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:54,823| In method UserService.savePrivilege. Arguments: Privilege=App: referenceapplication.vitals,
  1450. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:54,824| Exiting method savePrivilege
  1451. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:54,835| In method UserService.savePrivilege. Arguments: Privilege=App: registrationapp.registerPatient,
  1452. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:54,836| Exiting method savePrivilege
  1453. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:54,844| In method UserService.savePrivilege. Arguments: Privilege=Task: coreapps.createRetrospectiveVisit,
  1454. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:54,845| Exiting method savePrivilege
  1455. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:54,853| In method UserService.savePrivilege. Arguments: Privilege=Task: coreapps.createVisit,
  1456. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:54,854| Exiting method savePrivilege
  1457. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:54,862| In method UserService.savePrivilege. Arguments: Privilege=Task: coreapps.endVisit,
  1458. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:54,863| Exiting method savePrivilege
  1459. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:54,872| In method UserService.savePrivilege. Arguments: Privilege=Task: coreapps.mergeVisits,
  1460. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:54,873| Exiting method savePrivilege
  1461. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:54,887| In method UserService.savePrivilege. Arguments: Privilege=Task: referenceapplication.simpleAdmission,
  1462. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:54,889| Exiting method savePrivilege
  1463. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:54,899| In method UserService.savePrivilege. Arguments: Privilege=Task: referenceapplication.simpleDischarge,
  1464. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:54,901| Exiting method savePrivilege
  1465. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:54,913| In method UserService.savePrivilege. Arguments: Privilege=Task: referenceapplication.simpleTransfer,
  1466. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:54,915| Exiting method savePrivilege
  1467. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:54,927| In method UserService.savePrivilege. Arguments: Privilege=Task: referenceapplication.simpleVisitNote,
  1468. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:54,929| Exiting method savePrivilege
  1469. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:54,940| In method UserService.savePrivilege. Arguments: Privilege=Task: referenceapplication.vitals,
  1470. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:54,942| Exiting method savePrivilege
  1471. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:54,951| In method UserService.savePrivilege. Arguments: Privilege=Task: Modify Allergies,
  1472. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:54,952| Exiting method savePrivilege
  1473. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:54,965| In method UserService.savePrivilege. Arguments: Privilege=Task: emr.patient.encounter.delete,
  1474. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:54,968| Exiting method savePrivilege
  1475. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:54,979| In method UserService.savePrivilege. Arguments: Privilege=Task: emr.patient.encounter.edit,
  1476. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:54,981| Exiting method savePrivilege
  1477. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:55,029| In method UserService.saveRole. Arguments: Role=Application: Administers System,
  1478. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:55,033| Exiting method saveRole
  1479. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:55,052| In method UserService.saveRole. Arguments: Role=Application: Configures Metadata,
  1480. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:55,054| Exiting method saveRole
  1481. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:55,074| In method UserService.saveRole. Arguments: Role=Application: Configures Forms,
  1482. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:55,076| Exiting method saveRole
  1483. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:55,121| In method UserService.saveRole. Arguments: Role=Application: Manages Atlas,
  1484. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:55,124| Exiting method saveRole
  1485. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:55,147| In method UserService.saveRole. Arguments: Role=Application: Registers Patients,
  1486. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:55,150| Exiting method saveRole
  1487. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:55,175| In method UserService.saveRole. Arguments: Role=Application: Enters Vitals,
  1488. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:55,177| Exiting method saveRole
  1489. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:55,194| In method UserService.saveRole. Arguments: Role=Application: Uses Capture Vitals App,
  1490. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:55,197| Exiting method saveRole
  1491. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:55,226| In method UserService.saveRole. Arguments: Role=Application: Uses Patient Summary,
  1492. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:55,228| Exiting method saveRole
  1493. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:55,253| In method UserService.saveRole. Arguments: Role=Application: Writes Clinical Notes,
  1494. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:55,255| Exiting method saveRole
  1495. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:55,304| In method UserService.saveRole. Arguments: Role=Application: Enters ADT Events,
  1496. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:55,308| Exiting method saveRole
  1497. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:55,329| In method UserService.saveRole. Arguments: Role=Application: Records Allergies,
  1498. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:55,331| Exiting method saveRole
  1499. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:55,359| In method UserService.saveRole. Arguments: Role=Application: Has Super User Privileges,
  1500. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:55,361| Exiting method saveRole
  1501. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:55,383| In method UserService.saveRole. Arguments: Role=Application: Sees Appointment Schedule,
  1502. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:55,385| Exiting method saveRole
  1503. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:55,405| In method UserService.saveRole. Arguments: Role=Application: Edits Existing Encounters,
  1504. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:55,407| Exiting method saveRole
  1505. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:55,424| In method UserService.saveRole. Arguments: Role=Application: Requests Appointments,
  1506. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:55,426| Exiting method saveRole
  1507. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:55,455| In method UserService.saveRole. Arguments: Role=Application: Schedules Appointments,
  1508. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:55,458| Exiting method saveRole
  1509. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:55,523| In method UserService.saveRole. Arguments: Role=Application: Schedules And Overbooks Appointments,
  1510. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:55,526| Exiting method saveRole
  1511. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:55,554| In method UserService.saveRole. Arguments: Role=Application: Manages Provider Schedules,
  1512. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:55,557| Exiting method saveRole
  1513. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:55,585| In method UserService.saveRole. Arguments: Role=Application: Configures Appointment Scheduling,
  1514. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:55,587| Exiting method saveRole
  1515. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:55,630| In method UserService.saveRole. Arguments: Role=Organizational: Doctor,
  1516. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:55,636| Exiting method saveRole
  1517. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:55,688| In method UserService.saveRole. Arguments: Role=Organizational: Nurse,
  1518. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:55,691| Exiting method saveRole
  1519. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:55,722| In method UserService.saveRole. Arguments: Role=Organizational: Registration Clerk,
  1520. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:55,725| Exiting method saveRole
  1521. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:55,765| In method UserService.saveRole. Arguments: Role=Organizational: System Administrator,
  1522. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:55,767| Exiting method saveRole
  1523. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:55,794| In method UserService.saveRole. Arguments: Role=Organizational: Hospital Administrator,
  1524. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:55,796| Exiting method saveRole
  1525. ERROR - SessionImpl.beforeTransactionCompletion(521) |2019-07-23 15:12:55,833| HHH000088: Exception in interceptor beforeTransactionCompletion()
  1526. org.ict4h.atomfeed.server.exceptions.AtomFeedRuntimeException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'openmrs.event_records_queue' doesn't exist
  1527. at org.ict4h.atomfeed.server.repository.jdbc.AllEventRecordsQueueJdbcImpl.add(AllEventRecordsQueueJdbcImpl.java:45)
  1528. at org.ict4h.atomfeed.server.service.EventServiceImpl.notify(EventServiceImpl.java:27)
  1529. at org.openmrs.module.atomfeed.api20.writers.impl.FeedWriterBase$1.doInTransaction(FeedWriterBase.java:53)
  1530. at org.ict4h.atomfeed.transaction.AFTransactionWorkWithoutResult.execute(AFTransactionWorkWithoutResult.java:6)
  1531. at org.openmrs.module.atomfeed.transaction.support.AtomFeedSpringTransactionManager$1.doInTransaction(AtomFeedSpringTransactionManager.java:41)
  1532. at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:133)
  1533. at org.openmrs.module.atomfeed.transaction.support.AtomFeedSpringTransactionManager.executeWithTransaction(AtomFeedSpringTransactionManager.java:38)
  1534. at org.openmrs.module.atomfeed.api20.writers.impl.FeedWriterBase.saveEvent(FeedWriterBase.java:49)
  1535. at org.openmrs.module.atomfeed.api20.writers.impl.DefaultFeedWriter.writeFeed(DefaultFeedWriter.java:73)
  1536. at org.openmrs.module.atomfeed.api.db.EventManager.serveEvent(EventManager.java:41)
  1537. at org.openmrs.module.atomfeed.api.db.hibernate.HibernateEventInterceptor.beforeTransactionCompletion(HibernateEventInterceptor.java:218)
  1538. at org.openmrs.api.db.hibernate.ChainingInterceptor.beforeTransactionCompletion(ChainingInterceptor.java:229)
  1539. at org.hibernate.internal.SessionImpl.beforeTransactionCompletion(SessionImpl.java:518)
  1540. at org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction.beforeTransactionCommit(JdbcTransaction.java:105)
  1541. at org.hibernate.engine.transaction.spi.AbstractTransactionImpl.commit(AbstractTransactionImpl.java:177)
  1542. at org.springframework.orm.hibernate4.HibernateTransactionManager.doCommit(HibernateTransactionManager.java:584)
  1543. at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757)
  1544. at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726)
  1545. at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515)
  1546. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291)
  1547. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  1548. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  1549. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  1550. at com.sun.proxy.$Proxy307.installBundles(Unknown Source)
  1551. at org.openmrs.module.referencemetadata.ReferenceMetadataActivator.deployMetadataPackages(ReferenceMetadataActivator.java:134)
  1552. at org.openmrs.module.referencemetadata.ReferenceMetadataActivator.started(ReferenceMetadataActivator.java:65)
  1553. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:927)
  1554. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:847)
  1555. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:632)
  1556. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:612)
  1557. at org.openmrs.web.Listener.startOpenmrs(Listener.java:251)
  1558. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  1559. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'openmrs.event_records_queue' doesn't exist
  1560. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  1561. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  1562. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  1563. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  1564. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  1565. at com.mysql.jdbc.Util.getInstance(Util.java:408)
  1566. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
  1567. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  1568. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  1569. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  1570. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  1571. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2484)
  1572. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1858)
  1573. at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2079)
  1574. at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2013)
  1575. at com.mysql.jdbc.PreparedStatement.executeLargeUpdate(PreparedStatement.java:5104)
  1576. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1998)
  1577. at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeUpdate(NewProxyPreparedStatement.java:147)
  1578. at org.ict4h.atomfeed.server.repository.jdbc.AllEventRecordsQueueJdbcImpl.add(AllEventRecordsQueueJdbcImpl.java:43)
  1579. ... 31 more
  1580. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:55,957| In method OrderService.saveOrderFrequency. Arguments: OrderFrequency=One time,
  1581. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:55,965| Exiting method saveOrderFrequency
  1582. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:55,990| In method OrderService.saveOrderFrequency. Arguments: OrderFrequency=Every 30 min,
  1583. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:55,995| Exiting method saveOrderFrequency
  1584. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:56,033| In method OrderService.saveOrderFrequency. Arguments: OrderFrequency=Every hour,
  1585. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:56,053| Exiting method saveOrderFrequency
  1586. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:56,081| In method OrderService.saveOrderFrequency. Arguments: OrderFrequency=Every two hours,
  1587. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:56,087| Exiting method saveOrderFrequency
  1588. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:56,108| In method OrderService.saveOrderFrequency. Arguments: OrderFrequency=Every three hours,
  1589. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:56,112| Exiting method saveOrderFrequency
  1590. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:56,143| In method OrderService.saveOrderFrequency. Arguments: OrderFrequency=Every four hours,
  1591. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:56,146| Exiting method saveOrderFrequency
  1592. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:56,164| In method OrderService.saveOrderFrequency. Arguments: OrderFrequency=Every five hours,
  1593. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:56,169| Exiting method saveOrderFrequency
  1594. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:56,189| In method OrderService.saveOrderFrequency. Arguments: OrderFrequency=Every six hours,
  1595. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:56,192| Exiting method saveOrderFrequency
  1596. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:56,212| In method OrderService.saveOrderFrequency. Arguments: OrderFrequency=Every eight hours,
  1597. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:56,217| Exiting method saveOrderFrequency
  1598. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:56,238| In method OrderService.saveOrderFrequency. Arguments: OrderFrequency=Every twelve hours,
  1599. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:56,241| Exiting method saveOrderFrequency
  1600. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:56,263| In method OrderService.saveOrderFrequency. Arguments: OrderFrequency=Twice daily,
  1601. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:56,269| Exiting method saveOrderFrequency
  1602. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:56,290| In method OrderService.saveOrderFrequency. Arguments: OrderFrequency=Twice daily before meals,
  1603. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:56,294| Exiting method saveOrderFrequency
  1604. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:56,315| In method OrderService.saveOrderFrequency. Arguments: OrderFrequency=Twice daily after meals,
  1605. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:56,319| Exiting method saveOrderFrequency
  1606. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:56,342| In method OrderService.saveOrderFrequency. Arguments: OrderFrequency=Twice daily with meals,
  1607. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:56,346| Exiting method saveOrderFrequency
  1608. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:56,365| In method OrderService.saveOrderFrequency. Arguments: OrderFrequency=Every twenty-four hours,
  1609. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:56,371| Exiting method saveOrderFrequency
  1610. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:56,393| In method OrderService.saveOrderFrequency. Arguments: OrderFrequency=Once daily,
  1611. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:56,400| Exiting method saveOrderFrequency
  1612. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:56,420| In method OrderService.saveOrderFrequency. Arguments: OrderFrequency=Once daily, at bedtime,
  1613. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:56,424| Exiting method saveOrderFrequency
  1614. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:56,444| In method OrderService.saveOrderFrequency. Arguments: OrderFrequency=Once daily, in the evening,
  1615. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:56,450| Exiting method saveOrderFrequency
  1616. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:56,474| In method OrderService.saveOrderFrequency. Arguments: OrderFrequency=Once daily, in the morning,
  1617. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:56,478| Exiting method saveOrderFrequency
  1618. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:56,501| In method OrderService.saveOrderFrequency. Arguments: OrderFrequency=Thrice daily,
  1619. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:56,509| Exiting method saveOrderFrequency
  1620. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:56,606| In method OrderService.saveOrderFrequency. Arguments: OrderFrequency=Thrice daily, after meals,
  1621. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:56,609| Exiting method saveOrderFrequency
  1622. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:56,637| In method OrderService.saveOrderFrequency. Arguments: OrderFrequency=Thrice daily, before meals,
  1623. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:56,642| Exiting method saveOrderFrequency
  1624. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:56,665| In method OrderService.saveOrderFrequency. Arguments: OrderFrequency=Thrice daily, with meals,
  1625. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:56,671| Exiting method saveOrderFrequency
  1626. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:56,694| In method OrderService.saveOrderFrequency. Arguments: OrderFrequency=Four times daily,
  1627. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:56,698| Exiting method saveOrderFrequency
  1628. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:56,729| In method OrderService.saveOrderFrequency. Arguments: OrderFrequency=Four times daily, after meals and at bedtime,
  1629. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:56,736| Exiting method saveOrderFrequency
  1630. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:56,759| In method OrderService.saveOrderFrequency. Arguments: OrderFrequency=Four times daily, before meals and at bedtime,
  1631. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:56,762| Exiting method saveOrderFrequency
  1632. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:56,784| In method OrderService.saveOrderFrequency. Arguments: OrderFrequency=Every forty-eight hours,
  1633. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:56,788| Exiting method saveOrderFrequency
  1634. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:56,808| In method OrderService.saveOrderFrequency. Arguments: OrderFrequency=Every thirty-six hours,
  1635. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:56,813| Exiting method saveOrderFrequency
  1636. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:56,833| In method OrderService.saveOrderFrequency. Arguments: OrderFrequency=Every seventy-two hours,
  1637. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:56,836| Exiting method saveOrderFrequency
  1638. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:56,858| In method OrderService.saveOrderFrequency. Arguments: OrderFrequency=Every Monday, Wednesday and Friday,
  1639. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:56,864| Exiting method saveOrderFrequency
  1640. INFO - SerializationServiceImpl.getDefaultSerializer(73) |2019-07-23 15:12:56,951| No default serializer specified - using builtin SimpleXStreamSerializer.
  1641. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:57,063| In method MetadataSharingService.purgePreviousAssessments. Arguments:
  1642. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:57,088| Exiting method purgePreviousAssessments
  1643. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:57,230| In method MetadataService.createBlob. Arguments: byte[]=[B@1b675670,
  1644. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:57,242| Exiting method createBlob
  1645. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:57,257| In method MetadataSharingService.purgePreviousAssessments. Arguments:
  1646. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:57,265| Exiting method purgePreviousAssessments
  1647. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:57,286| In method MetadataService.createBlob. Arguments: byte[]=[B@618cf15a,
  1648. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:57,287| Exiting method createBlob
  1649. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:57,301| In method MetadataSharingService.purgePreviousAssessments. Arguments:
  1650. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:57,305| Exiting method purgePreviousAssessments
  1651. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:57,318| In method MetadataService.createBlob. Arguments: byte[]=[B@b4369a6,
  1652. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:57,320| Exiting method createBlob
  1653. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:57,330| In method MetadataSharingService.purgePreviousAssessments. Arguments:
  1654. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:57,336| Exiting method purgePreviousAssessments
  1655. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:57,352| In method MetadataService.createBlob. Arguments: byte[]=[B@4ec7aca0,
  1656. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:57,355| Exiting method createBlob
  1657. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:57,370| In method MetadataSharingService.purgePreviousAssessments. Arguments:
  1658. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:57,376| Exiting method purgePreviousAssessments
  1659. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:57,390| In method MetadataService.createBlob. Arguments: byte[]=[B@766d0318,
  1660. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:57,392| Exiting method createBlob
  1661. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:57,408| In method MetadataSharingService.purgePreviousAssessments. Arguments:
  1662. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:57,412| Exiting method purgePreviousAssessments
  1663. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:57,428| In method MetadataService.createBlob. Arguments: byte[]=[B@5ea8e665,
  1664. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:57,429| Exiting method createBlob
  1665. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:57,441| In method MetadataSharingService.purgePreviousAssessments. Arguments:
  1666. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:57,445| Exiting method purgePreviousAssessments
  1667. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:12:57,457| In method MetadataService.createBlob. Arguments: byte[]=[B@7092e293,
  1668. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:12:57,459| Exiting method createBlob
  1669. Jul 23, 2019 3:12:57 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1670. INFO: ======== in After Advice getEncounterType========
  1671. Jul 23, 2019 3:12:57 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1672. INFO: ======== in After Advice getEncounterType========
  1673. Jul 23, 2019 3:12:57 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1674. INFO: ======== in After Advice getEncounterType========
  1675. Jul 23, 2019 3:12:57 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1676. INFO: ======== in After Advice getEncounterType========
  1677. Jul 23, 2019 3:12:57 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1678. INFO: ======== in After Advice getEncounterType========
  1679. Jul 23, 2019 3:12:57 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1680. INFO: ======== in After Advice getEncounterType========
  1681. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:27,106| In method VisitService.saveVisitType. Arguments: VisitType=VisitType[hashCode=a72d1e1b,uuid=7b0f5697-27e3-40c4-8bae-f4049abfb4ed],
  1682. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:27,110| Exiting method saveVisitType
  1683. Jul 23, 2019 3:13:27 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1684. INFO: ======== in After Advice getEncounterType========
  1685. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:27,133| In method EncounterService.saveEncounterType. Arguments: EncounterType=EncounterType[hashCode=22ddff21,uuid=181820aa-88c9-479b-9077-af92f5364329],
  1686. Jul 23, 2019 3:13:27 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1687. INFO: ======== in After Advice checkIfEncounterTypesAreLocked========
  1688. Jul 23, 2019 3:13:27 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1689. INFO: ======== in After Advice saveEncounterType========
  1690. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:27,145| Exiting method saveEncounterType
  1691. Jul 23, 2019 3:13:27 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1692. INFO: ======== in After Advice getEncounterType========
  1693. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:27,151| In method EncounterService.saveEncounterType. Arguments: EncounterType=EncounterType[hashCode=7d875bec,uuid=e22e39fd-7db2-45e7-80f1-60fa0d5a4378],
  1694. Jul 23, 2019 3:13:27 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1695. INFO: ======== in After Advice checkIfEncounterTypesAreLocked========
  1696. Jul 23, 2019 3:13:27 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1697. INFO: ======== in After Advice saveEncounterType========
  1698. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:27,157| Exiting method saveEncounterType
  1699. Jul 23, 2019 3:13:27 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1700. INFO: ======== in After Advice getEncounterType========
  1701. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:27,163| In method EncounterService.saveEncounterType. Arguments: EncounterType=EncounterType[hashCode=87e74d4d,uuid=d7151f82-c1f3-4152-a605-2f9ea7414a79],
  1702. Jul 23, 2019 3:13:27 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1703. INFO: ======== in After Advice checkIfEncounterTypesAreLocked========
  1704. Jul 23, 2019 3:13:27 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1705. INFO: ======== in After Advice saveEncounterType========
  1706. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:27,238| Exiting method saveEncounterType
  1707. Jul 23, 2019 3:13:27 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1708. INFO: ======== in After Advice getEncounterType========
  1709. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:27,244| In method EncounterService.saveEncounterType. Arguments: EncounterType=EncounterType[hashCode=ad2bb5c2,uuid=25a042b2-60bc-4940-a909-debd098b7d82],
  1710. Jul 23, 2019 3:13:27 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1711. INFO: ======== in After Advice checkIfEncounterTypesAreLocked========
  1712. Jul 23, 2019 3:13:27 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1713. INFO: ======== in After Advice saveEncounterType========
  1714. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:27,249| Exiting method saveEncounterType
  1715. Jul 23, 2019 3:13:27 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1716. INFO: ======== in After Advice getEncounterType========
  1717. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:27,253| In method EncounterService.saveEncounterType. Arguments: EncounterType=EncounterType[hashCode=cf23421f,uuid=ca3aed11-1aa4-42a1-b85c-8332fc8001fc],
  1718. Jul 23, 2019 3:13:27 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1719. INFO: ======== in After Advice checkIfEncounterTypesAreLocked========
  1720. Jul 23, 2019 3:13:27 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1721. INFO: ======== in After Advice saveEncounterType========
  1722. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:27,257| Exiting method saveEncounterType
  1723. Jul 23, 2019 3:13:27 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1724. INFO: ======== in After Advice getEncounterType========
  1725. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:27,262| In method EncounterService.saveEncounterType. Arguments: EncounterType=EncounterType[hashCode=fa5e2453,uuid=7b68d557-85ef-4fc8-b767-4fa4f5eb5c23],
  1726. Jul 23, 2019 3:13:27 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1727. INFO: ======== in After Advice checkIfEncounterTypesAreLocked========
  1728. Jul 23, 2019 3:13:27 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1729. INFO: ======== in After Advice saveEncounterType========
  1730. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:27,266| Exiting method saveEncounterType
  1731. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:27,353| In method MetadataSharingService.saveImportedPackage. Arguments: ImportedPackage=ImportedPackage[hashCode=e3464d7c,uuid=a70f53a7-6126-499a-9d6f-f068d3b221dc],
  1732. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:27,361| Exiting method saveImportedPackage
  1733. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:27,639| In method PersonService.savePersonAttributeType. Arguments: PersonAttributeType=Telephone Number,
  1734. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:27,648| Exiting method savePersonAttributeType
  1735. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:27,656| In method PersonService.savePersonAttributeType. Arguments: PersonAttributeType=Unknown patient,
  1736. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:27,660| Exiting method savePersonAttributeType
  1737. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:27,667| In method PersonService.savePersonAttributeType. Arguments: PersonAttributeType=Test Patient,
  1738. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:27,771| Exiting method savePersonAttributeType
  1739. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:27,790| In method MetadataSharingService.saveImportedPackage. Arguments: ImportedPackage=ImportedPackage[hashCode=da18c462,uuid=eb0feeb7-ed7d-4892-8d09-29638ab62a7e],
  1740. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:27,798| Exiting method saveImportedPackage
  1741. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:27,944| In method VisitService.saveVisitType. Arguments: VisitType=VisitType[hashCode=a72d1e1b,uuid=7b0f5697-27e3-40c4-8bae-f4049abfb4ed],
  1742. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:27,946| Exiting method saveVisitType
  1743. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:27,956| In method MetadataSharingService.saveImportedPackage. Arguments: ImportedPackage=ImportedPackage[hashCode=1d76d9b8,uuid=824d49e2-c8a4-477f-a403-50324f9854fd],
  1744. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:27,963| Exiting method saveImportedPackage
  1745. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:28,122| In method LocationService.saveLocationTag. Arguments: LocationTag=Admission Location,
  1746. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:28,126| Exiting method saveLocationTag
  1747. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:28,130| In method LocationService.saveLocationTag. Arguments: LocationTag=Login Location,
  1748. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:28,135| Exiting method saveLocationTag
  1749. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:28,136| In method LocationService.saveLocationTag. Arguments: LocationTag=Transfer Location,
  1750. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:28,187| Exiting method saveLocationTag
  1751. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:28,189| In method LocationService.saveLocationTag. Arguments: LocationTag=Visit Location,
  1752. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:28,192| Exiting method saveLocationTag
  1753. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:28,227| In method MetadataSharingService.saveImportedPackage. Arguments: ImportedPackage=ImportedPackage[hashCode=f1f30ef6,uuid=b79c703a-3a42-41e0-8f48-3c7c49853946],
  1754. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:28,235| Exiting method saveImportedPackage
  1755. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:28,431| In method ProviderManagementService.saveProviderRole. Arguments: ProviderRole=ProviderRole{providerRoleId=null, name=Clinical Doctor},
  1756. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:28,435| Exiting method saveProviderRole
  1757. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:28,436| In method ProviderManagementService.saveProviderRole. Arguments: ProviderRole=ProviderRole{providerRoleId=null, name=Clerk},
  1758. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:28,439| Exiting method saveProviderRole
  1759. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:28,441| In method ProviderManagementService.saveProviderRole. Arguments: ProviderRole=ProviderRole{providerRoleId=null, name=Nurse},
  1760. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:28,444| Exiting method saveProviderRole
  1761. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:28,465| In method MetadataSharingService.saveImportedPackage. Arguments: ImportedPackage=ImportedPackage[hashCode=f44ba0b4,uuid=e12cd04a-0ee9-42bb-afc6-33f82d54ab96],
  1762. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:28,471| Exiting method saveImportedPackage
  1763. Jul 23, 2019 3:13:28 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1764. INFO: ======== in After Advice getEncounterRoleByName========
  1765. Jul 23, 2019 3:13:28 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1766. INFO: ======== in After Advice getEncounterRoleByName========
  1767. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:28,729| In method EncounterService.saveEncounterRole. Arguments: EncounterRole=EncounterRole: [(no ID) ],
  1768. Jul 23, 2019 3:13:28 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1769. INFO: ======== in After Advice saveEncounterRole========
  1770. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:28,733| Exiting method saveEncounterRole
  1771. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:28,741| In method MetadataSharingService.saveImportedPackage. Arguments: ImportedPackage=ImportedPackage[hashCode=960e3fb6,uuid=9d0b7d2f-5833-47d3-b986-a53398d3b619],
  1772. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:28,747| Exiting method saveImportedPackage
  1773. Jul 23, 2019 3:13:28 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1774. INFO: ======== in After Advice getEncounterType========
  1775. Jul 23, 2019 3:13:28 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1776. INFO: ======== in After Advice getEncounterType========
  1777. Jul 23, 2019 3:13:28 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1778. INFO: ======== in After Advice getEncounterType========
  1779. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:28,877| In method EncounterService.saveEncounterType. Arguments: EncounterType=EncounterType[hashCode=cf23421f,uuid=ca3aed11-1aa4-42a1-b85c-8332fc8001fc],
  1780. Jul 23, 2019 3:13:28 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1781. INFO: ======== in After Advice checkIfEncounterTypesAreLocked========
  1782. Jul 23, 2019 3:13:28 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1783. INFO: ======== in After Advice saveEncounterType========
  1784. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:28,885| Exiting method saveEncounterType
  1785. Jul 23, 2019 3:13:28 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1786. INFO: ======== in After Advice getEncounterType========
  1787. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:28,892| In method EncounterService.saveEncounterType. Arguments: EncounterType=EncounterType[hashCode=9d2fe9fc,uuid=67a71486-1a54-468f-ac3e-7091a9a79584],
  1788. Jul 23, 2019 3:13:28 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1789. INFO: ======== in After Advice checkIfEncounterTypesAreLocked========
  1790. Jul 23, 2019 3:13:28 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  1791. INFO: ======== in After Advice saveEncounterType========
  1792. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:28,899| Exiting method saveEncounterType
  1793. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:28,916| In method MetadataSharingService.saveImportedPackage. Arguments: ImportedPackage=ImportedPackage[hashCode=1ae82a12,uuid=7830c468-24f6-4689-91cd-6f27fd94dbfc],
  1794. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:28,921| Exiting method saveImportedPackage
  1795. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:29,245| In method UserService.saveRole. Arguments: Role=Application: Administers System,
  1796. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:29,368| Exiting method saveRole
  1797. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:29,390| In method UserService.saveRole. Arguments: Role=Application: Configures Appointment Scheduling,
  1798. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:29,441| Exiting method saveRole
  1799. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:29,462| In method UserService.saveRole. Arguments: Role=Application: Configures Forms,
  1800. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:29,566| Exiting method saveRole
  1801. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:29,584| In method UserService.saveRole. Arguments: Role=Application: Configures Metadata,
  1802. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:29,641| Exiting method saveRole
  1803. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:29,657| In method UserService.saveRole. Arguments: Role=Application: Edits Existing Encounters,
  1804. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:29,706| Exiting method saveRole
  1805. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:29,727| In method UserService.saveRole. Arguments: Role=Application: Enters ADT Events,
  1806. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:29,806| Exiting method saveRole
  1807. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:29,824| In method UserService.saveRole. Arguments: Role=Application: Enters Vitals,
  1808. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:29,898| Exiting method saveRole
  1809. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:29,913| In method UserService.saveRole. Arguments: Role=Application: Has Super User Privileges,
  1810. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:30,006| Exiting method saveRole
  1811. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:30,029| In method UserService.saveRole. Arguments: Role=Application: Manages Atlas,
  1812. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:30,065| Exiting method saveRole
  1813. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:30,085| In method UserService.saveRole. Arguments: Role=Application: Manages Provider Schedules,
  1814. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:30,116| Exiting method saveRole
  1815. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:30,150| In method UserService.saveRole. Arguments: Role=Application: Records Allergies,
  1816. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:30,189| Exiting method saveRole
  1817. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:30,214| In method UserService.saveRole. Arguments: Role=Application: Registers Patients,
  1818. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:30,247| Exiting method saveRole
  1819. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:30,272| In method UserService.saveRole. Arguments: Role=Application: Requests Appointments,
  1820. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:30,307| Exiting method saveRole
  1821. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:30,328| In method UserService.saveRole. Arguments: Role=Application: Schedules And Overbooks Appointments,
  1822. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:30,487| Exiting method saveRole
  1823. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:30,506| In method UserService.saveRole. Arguments: Role=Application: Schedules Appointments,
  1824. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:30,581| Exiting method saveRole
  1825. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:30,603| In method UserService.saveRole. Arguments: Role=Application: Sees Appointment Schedule,
  1826. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:30,711| Exiting method saveRole
  1827. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:30,732| In method UserService.saveRole. Arguments: Role=Application: Uses Capture Vitals App,
  1828. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:30,932| Exiting method saveRole
  1829. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:30,970| In method UserService.saveRole. Arguments: Role=Application: Uses Patient Summary,
  1830. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:31,066| Exiting method saveRole
  1831. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:31,089| In method UserService.saveRole. Arguments: Role=Application: Writes Clinical Notes,
  1832. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:31,141| Exiting method saveRole
  1833. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:31,188| In method DefinitionService.saveDefinition. Arguments: Definition=Number of Visits,
  1834. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:31,191| In method SerializedDefinitionService.saveDefinition. Arguments: Definition=Number of Visits,
  1835. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:31,270| Exiting method saveDefinition
  1836. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:31,271| Exiting method saveDefinition
  1837. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:31,352| In method ReportService.saveReportDesign. Arguments: ReportDesign=Excel,
  1838. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:31,358| Exiting method saveReportDesign
  1839. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:31,430| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.reportManager.9667a78e-4881-11e7-a919-92ebcb67fe33.version value: 1.0,
  1840. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:31,491| Exiting method saveGlobalProperty
  1841. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:31,533| In method DefinitionService.saveDefinition. Arguments: Definition=Number of Admissions,
  1842. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:31,534| In method SerializedDefinitionService.saveDefinition. Arguments: Definition=Number of Admissions,
  1843. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:31,551| Exiting method saveDefinition
  1844. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:31,551| Exiting method saveDefinition
  1845. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:31,649| In method ReportService.saveReportDesign. Arguments: ReportDesign=Excel,
  1846. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:31,652| Exiting method saveReportDesign
  1847. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:31,752| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.reportManager.d39509bc-4881-11e7-a919-92ebcb67fe33.version value: 1.0,
  1848. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:31,949| Exiting method saveGlobalProperty
  1849. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:31,959| In method DefinitionService.saveDefinition. Arguments: Definition=List of Providers,
  1850. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:31,960| In method SerializedDefinitionService.saveDefinition. Arguments: Definition=List of Providers,
  1851. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:31,975| Exiting method saveDefinition
  1852. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:32,015| Exiting method saveDefinition
  1853. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:32,098| In method ReportService.saveReportDesign. Arguments: ReportDesign=Excel,
  1854. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:32,101| Exiting method saveReportDesign
  1855. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:32,145| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.reportManager.d3950ea8-4881-11e7-a919-92ebcb67fe33.version value: 1.0,
  1856. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:32,183| Exiting method saveGlobalProperty
  1857. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:32,194| In method DefinitionService.saveDefinition. Arguments: Definition=List of Patients for this Provider,
  1858. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:32,194| In method SerializedDefinitionService.saveDefinition. Arguments: Definition=List of Patients for this Provider,
  1859. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:32,205| Exiting method saveDefinition
  1860. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:32,207| Exiting method saveDefinition
  1861. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:32,244| In method ReportService.saveReportDesign. Arguments: ReportDesign=Excel,
  1862. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:32,248| Exiting method saveReportDesign
  1863. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:32,279| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.reportManager.e451ae04-4881-11e7-a919-92ebcb67fe45.version value: 1.0,
  1864. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:32,324| Exiting method saveGlobalProperty
  1865. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:32,338| In method DefinitionService.saveDefinition. Arguments: Definition=Number of Transfers,
  1866. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:32,340| In method SerializedDefinitionService.saveDefinition. Arguments: Definition=Number of Transfers,
  1867. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:32,353| Exiting method saveDefinition
  1868. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:32,354| Exiting method saveDefinition
  1869. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:32,457| In method ReportService.saveReportDesign. Arguments: ReportDesign=Excel,
  1870. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:32,461| Exiting method saveReportDesign
  1871. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:32,570| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.reportManager.b39c4c4c-4881-11e7-a919-92ebcb67fe33.version value: 1.0,
  1872. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:32,740| Exiting method saveGlobalProperty
  1873. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:32,755| In method DefinitionService.saveDefinition. Arguments: Definition=List of New Patient Registrations,
  1874. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:32,758| In method SerializedDefinitionService.saveDefinition. Arguments: Definition=List of New Patient Registrations,
  1875. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:32,775| Exiting method saveDefinition
  1876. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:32,775| Exiting method saveDefinition
  1877. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:32,836| In method ReportService.saveReportDesign. Arguments: ReportDesign=Excel,
  1878. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:32,839| Exiting method saveReportDesign
  1879. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:32,893| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.reportManager.e451a9d6-4881-11e7-a919-92ebcb67fe33.version value: 1.0,
  1880. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:32,942| Exiting method saveGlobalProperty
  1881. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:32,958| In method DefinitionService.saveDefinition. Arguments: Definition=Number of All Discharges,
  1882. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:32,959| In method SerializedDefinitionService.saveDefinition. Arguments: Definition=Number of All Discharges,
  1883. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:33,023| Exiting method saveDefinition
  1884. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:33,024| Exiting method saveDefinition
  1885. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:33,089| In method ReportService.saveReportDesign. Arguments: ReportDesign=Excel,
  1886. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:33,095| Exiting method saveReportDesign
  1887. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:33,129| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.reportManager.d1a00e10-cecb-4775-8c4f-2ed0b059d7b9.version value: 1.0,
  1888. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:33,193| Exiting method saveGlobalProperty
  1889. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:33,208| In method DefinitionService.saveDefinition. Arguments: Definition=List of Patients affected by this Diagnosis,
  1890. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:33,210| In method SerializedDefinitionService.saveDefinition. Arguments: Definition=List of Patients affected by this Diagnosis,
  1891. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:33,232| Exiting method saveDefinition
  1892. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:33,233| Exiting method saveDefinition
  1893. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:33,273| In method ReportService.saveReportDesign. Arguments: ReportDesign=Excel,
  1894. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:33,278| Exiting method saveReportDesign
  1895. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:33,301| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.reportManager.e451ae04-4881-11e7-a919-92ebcb67fe24.version value: 1.0,
  1896. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:33,517| Exiting method saveGlobalProperty
  1897. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:33,527| In method DefinitionService.saveDefinition. Arguments: Definition=List of Users,
  1898. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:33,528| In method SerializedDefinitionService.saveDefinition. Arguments: Definition=List of Users,
  1899. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:33,538| Exiting method saveDefinition
  1900. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:33,539| Exiting method saveDefinition
  1901. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:33,588| In method ReportService.saveReportDesign. Arguments: ReportDesign=Excel,
  1902. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:33,590| Exiting method saveReportDesign
  1903. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:33,703| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.reportManager.d3950d7c-4881-11e7-a919-92ebcb67fe33.version value: 1.0,
  1904. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:33,792| Exiting method saveGlobalProperty
  1905. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:33,804| In method DefinitionService.saveDefinition. Arguments: Definition=Number of Visit Notes,
  1906. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:33,804| In method SerializedDefinitionService.saveDefinition. Arguments: Definition=Number of Visit Notes,
  1907. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:33,841| Exiting method saveDefinition
  1908. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:33,842| Exiting method saveDefinition
  1909. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:33,878| In method ReportService.saveReportDesign. Arguments: ReportDesign=Excel,
  1910. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:33,881| Exiting method saveReportDesign
  1911. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:33,911| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.reportManager.9667ac52-4881-11e7-a919-92ebcb67fe33.version value: 1.0,
  1912. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:33,941| Exiting method saveGlobalProperty
  1913. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:33,951| In method DefinitionService.saveDefinition. Arguments: Definition=Number of All Admissions,
  1914. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:33,952| In method SerializedDefinitionService.saveDefinition. Arguments: Definition=Number of All Admissions,
  1915. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:33,959| Exiting method saveDefinition
  1916. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:33,960| Exiting method saveDefinition
  1917. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:34,036| In method ReportService.saveReportDesign. Arguments: ReportDesign=Excel,
  1918. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:34,039| Exiting method saveReportDesign
  1919. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:34,069| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.reportManager.923b9664-84c3-4988-a888-458c42405605.version value: 1.0,
  1920. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:34,101| Exiting method saveGlobalProperty
  1921. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:34,112| In method DefinitionService.saveDefinition. Arguments: Definition=Number of Discharges,
  1922. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:34,113| In method SerializedDefinitionService.saveDefinition. Arguments: Definition=Number of Discharges,
  1923. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:34,123| Exiting method saveDefinition
  1924. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:34,124| Exiting method saveDefinition
  1925. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:34,155| In method ReportService.saveReportDesign. Arguments: ReportDesign=Excel,
  1926. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:34,160| Exiting method saveReportDesign
  1927. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:34,228| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.reportManager.b39c5070-4881-11e7-a919-92ebcb67fe33.version value: 1.0,
  1928. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:34,267| Exiting method saveGlobalProperty
  1929. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:34,279| In method DefinitionService.saveDefinition. Arguments: Definition=Number of All Transfers,
  1930. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:34,279| In method SerializedDefinitionService.saveDefinition. Arguments: Definition=Number of All Transfers,
  1931. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:34,291| Exiting method saveDefinition
  1932. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:34,292| Exiting method saveDefinition
  1933. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:34,379| In method ReportService.saveReportDesign. Arguments: ReportDesign=Excel,
  1934. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:34,382| Exiting method saveReportDesign
  1935. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:34,432| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.reportManager.ad418753-8a1c-4f5f-8c61-5599369bd5d2.version value: 1.0,
  1936. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:34,618| Exiting method saveGlobalProperty
  1937. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:34,659| In method DefinitionService.saveDefinition. Arguments: Definition=Number of Patient Registrations,
  1938. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:34,660| In method SerializedDefinitionService.saveDefinition. Arguments: Definition=Number of Patient Registrations,
  1939. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:34,704| Exiting method saveDefinition
  1940. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:34,706| Exiting method saveDefinition
  1941. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:34,762| In method ReportService.saveReportDesign. Arguments: ReportDesign=Excel,
  1942. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:34,764| Exiting method saveReportDesign
  1943. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:34,852| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.reportManager.d71b5170-5283-11e7-b114-b2f933d5fe66.version value: 1.0,
  1944. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:34,917| Exiting method saveGlobalProperty
  1945. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:34,930| In method DefinitionService.saveDefinition. Arguments: Definition=List of Diagnosis,
  1946. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:34,931| In method SerializedDefinitionService.saveDefinition. Arguments: Definition=List of Diagnosis,
  1947. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:34,945| Exiting method saveDefinition
  1948. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:34,945| Exiting method saveDefinition
  1949. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:35,012| In method ReportService.saveReportDesign. Arguments: ReportDesign=Excel,
  1950. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:35,015| Exiting method saveReportDesign
  1951. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:35,064| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.reportManager.e451ae04-4881-11e7-a919-92ebcb67fe33.version value: 1.0,
  1952. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:35,101| Exiting method saveGlobalProperty
  1953. INFO - SerializationServiceImpl.getDefaultSerializer(73) |2019-07-23 15:13:35,109| No default serializer specified - using builtin SimpleXStreamSerializer.
  1954. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:35,122| In method MetadataSharingService.purgePreviousAssessments. Arguments:
  1955. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:35,126| Exiting method purgePreviousAssessments
  1956. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:35,173| In method MetadataService.createBlob. Arguments: byte[]=[B@52a059ef,
  1957. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:35,174| Exiting method createBlob
  1958. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:35,512| In method LocationService.saveLocationTag. Arguments: LocationTag=Login Location,
  1959. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:35,513| Exiting method saveLocationTag
  1960. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:35,520| In method LocationService.saveLocation. Arguments: Location=Pharmacy,
  1961. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:35,523| Exiting method saveLocation
  1962. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:35,529| In method LocationService.saveLocation. Arguments: Location=Laboratory,
  1963. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:35,532| Exiting method saveLocation
  1964. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:35,535| In method LocationService.saveLocationTag. Arguments: LocationTag=Transfer Location,
  1965. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:35,536| Exiting method saveLocationTag
  1966. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:35,537| In method LocationService.saveLocationTag. Arguments: LocationTag=Admission Location,
  1967. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:35,538| Exiting method saveLocationTag
  1968. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:35,543| In method LocationService.saveLocation. Arguments: Location=Isolation Ward,
  1969. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:35,546| Exiting method saveLocation
  1970. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:35,552| In method LocationService.saveLocation. Arguments: Location=Registration Desk,
  1971. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:35,555| Exiting method saveLocation
  1972. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:35,564| In method LocationService.saveLocation. Arguments: Location=Inpatient Ward,
  1973. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:35,568| Exiting method saveLocation
  1974. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:35,574| In method LocationService.saveLocation. Arguments: Location=Outpatient Clinic,
  1975. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:35,577| Exiting method saveLocation
  1976. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:35,578| In method LocationService.saveLocationTag. Arguments: LocationTag=Visit Location,
  1977. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:35,579| Exiting method saveLocationTag
  1978. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:35,585| In method LocationService.saveLocation. Arguments: Location=Amani Hospital,
  1979. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:35,588| Exiting method saveLocation
  1980. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:35,666| In method MetadataSharingService.saveImportedPackage. Arguments: ImportedPackage=ImportedPackage[hashCode=ef69e3f2,uuid=39b85378-0899-4cf0-abf6-779b5968a80a],
  1981. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:35,672| Exiting method saveImportedPackage
  1982. ERROR - SessionImpl.beforeTransactionCompletion(521) |2019-07-23 15:13:35,739| HHH000088: Exception in interceptor beforeTransactionCompletion()
  1983. org.ict4h.atomfeed.server.exceptions.AtomFeedRuntimeException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'openmrs.event_records_queue' doesn't exist
  1984. at org.ict4h.atomfeed.server.repository.jdbc.AllEventRecordsQueueJdbcImpl.add(AllEventRecordsQueueJdbcImpl.java:45)
  1985. at org.ict4h.atomfeed.server.service.EventServiceImpl.notify(EventServiceImpl.java:27)
  1986. at org.openmrs.module.atomfeed.api20.writers.impl.FeedWriterBase$1.doInTransaction(FeedWriterBase.java:53)
  1987. at org.ict4h.atomfeed.transaction.AFTransactionWorkWithoutResult.execute(AFTransactionWorkWithoutResult.java:6)
  1988. at org.openmrs.module.atomfeed.transaction.support.AtomFeedSpringTransactionManager$1.doInTransaction(AtomFeedSpringTransactionManager.java:41)
  1989. at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:133)
  1990. at org.openmrs.module.atomfeed.transaction.support.AtomFeedSpringTransactionManager.executeWithTransaction(AtomFeedSpringTransactionManager.java:38)
  1991. at org.openmrs.module.atomfeed.api20.writers.impl.FeedWriterBase.saveEvent(FeedWriterBase.java:49)
  1992. at org.openmrs.module.atomfeed.api20.writers.impl.DefaultFeedWriter.writeFeed(DefaultFeedWriter.java:73)
  1993. at org.openmrs.module.atomfeed.api.db.EventManager.serveEvent(EventManager.java:41)
  1994. at org.openmrs.module.atomfeed.api.db.hibernate.HibernateEventInterceptor.beforeTransactionCompletion(HibernateEventInterceptor.java:218)
  1995. at org.openmrs.api.db.hibernate.ChainingInterceptor.beforeTransactionCompletion(ChainingInterceptor.java:229)
  1996. at org.hibernate.internal.SessionImpl.beforeTransactionCompletion(SessionImpl.java:518)
  1997. at org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction.beforeTransactionCommit(JdbcTransaction.java:105)
  1998. at org.hibernate.engine.transaction.spi.AbstractTransactionImpl.commit(AbstractTransactionImpl.java:177)
  1999. at org.springframework.orm.hibernate4.HibernateTransactionManager.doCommit(HibernateTransactionManager.java:584)
  2000. at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757)
  2001. at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726)
  2002. at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515)
  2003. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291)
  2004. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  2005. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2006. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  2007. at com.sun.proxy.$Proxy268.executeTask(Unknown Source)
  2008. at org.openmrs.module.metadatasharing.wrapper.impl.PackageImporterImpl.importPackage(PackageImporterImpl.java:177)
  2009. at org.openmrs.module.emrapi.utils.MetadataUtil.loadPackages(MetadataUtil.java:116)
  2010. at org.openmrs.module.emrapi.utils.MetadataUtil.setupStandardMetadata(MetadataUtil.java:68)
  2011. at org.openmrs.module.referencedemodata.ReferenceDemoDataActivator.installMDSPackages(ReferenceDemoDataActivator.java:124)
  2012. at org.openmrs.module.referencedemodata.ReferenceDemoDataActivator.started(ReferenceDemoDataActivator.java:104)
  2013. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:927)
  2014. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:847)
  2015. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:632)
  2016. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:612)
  2017. at org.openmrs.web.Listener.startOpenmrs(Listener.java:251)
  2018. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  2019. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'openmrs.event_records_queue' doesn't exist
  2020. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  2021. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  2022. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  2023. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  2024. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  2025. at com.mysql.jdbc.Util.getInstance(Util.java:408)
  2026. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
  2027. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  2028. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  2029. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  2030. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  2031. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2484)
  2032. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1858)
  2033. at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2079)
  2034. at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2013)
  2035. at com.mysql.jdbc.PreparedStatement.executeLargeUpdate(PreparedStatement.java:5104)
  2036. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1998)
  2037. at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeUpdate(NewProxyPreparedStatement.java:147)
  2038. at org.ict4h.atomfeed.server.repository.jdbc.AllEventRecordsQueueJdbcImpl.add(AllEventRecordsQueueJdbcImpl.java:43)
  2039. ... 34 more
  2040. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:35,890| In method ProviderService.saveProvider. Arguments: Provider=[Provider: providerId:1 providerName:[Super User] ],
  2041. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:35,993| Exiting method saveProvider
  2042. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:36,002| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.identifierSourceId value: 1,
  2043. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:36,065| Exiting method saveGlobalProperty
  2044. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:36,073| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referencedemodata.createDemoPatientsOnNextStartup value: 0,
  2045. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:36,126| Exiting method saveGlobalProperty
  2046. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:36,133| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: layout.address.format value: <org.openmrs.layout.address.AddressTemplate>
  2047. <nameMappings class="properties">
  2048. <property name="postalCode" value="Location.postalCode"/>
  2049. <property name="address2" value="Location.address2"/>
  2050. <property name="address1" value="Location.address1"/>
  2051. <property name="country" value="Location.country"/>
  2052. <property name="stateProvince" value="Location.stateProvince"/>
  2053. <property name="cityVillage" value="Location.cityVillage"/>
  2054. </nameMappings>
  2055. <sizeMappings class="properties">
  2056. <property name="postalCode" value="10"/>
  2057. <property name="address2" value="40"/>
  2058. <property name="address1" value="40"/>
  2059. <property name="country" value="10"/>
  2060. <property name="stateProvince" value="10"/>
  2061. <property name="cityVillage" value="10"/>
  2062. </sizeMappings>
  2063. <lineByLineFormat>
  2064. <string>address1</string>
  2065. <string>address2</string>
  2066. <string>cityVillage stateProvince country postalCode</string>
  2067. </lineByLineFormat>
  2068. </org.openmrs.layout.address.AddressTemplate>,
  2069. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:36,201| Exiting method saveGlobalProperty
  2070. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:36,410| In method UserService.createUser. Arguments: User=clerk, String=<Arg value ignored>,
  2071. ERROR - SessionImpl.beforeTransactionCompletion(521) |2019-07-23 15:13:36,782| HHH000088: Exception in interceptor beforeTransactionCompletion()
  2072. org.ict4h.atomfeed.server.exceptions.AtomFeedRuntimeException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'openmrs.event_records_queue' doesn't exist
  2073. at org.ict4h.atomfeed.server.repository.jdbc.AllEventRecordsQueueJdbcImpl.add(AllEventRecordsQueueJdbcImpl.java:45)
  2074. at org.ict4h.atomfeed.server.service.EventServiceImpl.notify(EventServiceImpl.java:27)
  2075. at org.openmrs.module.atomfeed.api20.writers.impl.FeedWriterBase$1.doInTransaction(FeedWriterBase.java:53)
  2076. at org.ict4h.atomfeed.transaction.AFTransactionWorkWithoutResult.execute(AFTransactionWorkWithoutResult.java:6)
  2077. at org.openmrs.module.atomfeed.transaction.support.AtomFeedSpringTransactionManager$1.doInTransaction(AtomFeedSpringTransactionManager.java:41)
  2078. at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:133)
  2079. at org.openmrs.module.atomfeed.transaction.support.AtomFeedSpringTransactionManager.executeWithTransaction(AtomFeedSpringTransactionManager.java:38)
  2080. at org.openmrs.module.atomfeed.api20.writers.impl.FeedWriterBase.saveEvent(FeedWriterBase.java:49)
  2081. at org.openmrs.module.atomfeed.api20.writers.impl.DefaultFeedWriter.writeFeed(DefaultFeedWriter.java:73)
  2082. at org.openmrs.module.atomfeed.api.db.EventManager.serveEvent(EventManager.java:41)
  2083. at org.openmrs.module.atomfeed.api.db.hibernate.HibernateEventInterceptor.beforeTransactionCompletion(HibernateEventInterceptor.java:218)
  2084. at org.openmrs.api.db.hibernate.ChainingInterceptor.beforeTransactionCompletion(ChainingInterceptor.java:229)
  2085. at org.hibernate.internal.SessionImpl.beforeTransactionCompletion(SessionImpl.java:518)
  2086. at org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction.beforeTransactionCommit(JdbcTransaction.java:105)
  2087. at org.hibernate.engine.transaction.spi.AbstractTransactionImpl.commit(AbstractTransactionImpl.java:177)
  2088. at org.springframework.orm.hibernate4.HibernateTransactionManager.doCommit(HibernateTransactionManager.java:584)
  2089. at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757)
  2090. at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726)
  2091. at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515)
  2092. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291)
  2093. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  2094. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2095. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  2096. at com.sun.proxy.$Proxy147.createUser(Unknown Source)
  2097. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  2098. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  2099. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  2100. at java.lang.reflect.Method.invoke(Method.java:498)
  2101. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  2102. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  2103. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  2104. at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
  2105. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
  2106. at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  2107. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2108. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:122)
  2109. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2110. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  2111. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2112. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  2113. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2114. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  2115. at com.sun.proxy.$Proxy148.createUser(Unknown Source)
  2116. at org.openmrs.module.referencedemodata.UserServiceCompatibility2_0.saveUser(UserServiceCompatibility2_0.java:28)
  2117. at org.openmrs.module.referencedemodata.ReferenceDemoDataActivator.setupUser(ReferenceDemoDataActivator.java:213)
  2118. at org.openmrs.module.referencedemodata.ReferenceDemoDataActivator.setupUsersAndProviders(ReferenceDemoDataActivator.java:178)
  2119. at org.openmrs.module.referencedemodata.ReferenceDemoDataActivator.started(ReferenceDemoDataActivator.java:109)
  2120. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:927)
  2121. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:847)
  2122. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:632)
  2123. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:612)
  2124. at org.openmrs.web.Listener.startOpenmrs(Listener.java:251)
  2125. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  2126. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'openmrs.event_records_queue' doesn't exist
  2127. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  2128. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  2129. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  2130. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  2131. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  2132. at com.mysql.jdbc.Util.getInstance(Util.java:408)
  2133. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
  2134. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  2135. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  2136. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  2137. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  2138. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2484)
  2139. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1858)
  2140. at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2079)
  2141. at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2013)
  2142. at com.mysql.jdbc.PreparedStatement.executeLargeUpdate(PreparedStatement.java:5104)
  2143. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1998)
  2144. at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeUpdate(NewProxyPreparedStatement.java:147)
  2145. at org.ict4h.atomfeed.server.repository.jdbc.AllEventRecordsQueueJdbcImpl.add(AllEventRecordsQueueJdbcImpl.java:43)
  2146. ... 52 more
  2147. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:37,132| Exiting method createUser
  2148. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:37,166| In method UserService.createUser. Arguments: User=nurse, String=<Arg value ignored>,
  2149. ERROR - SessionImpl.beforeTransactionCompletion(521) |2019-07-23 15:13:37,197| HHH000088: Exception in interceptor beforeTransactionCompletion()
  2150. org.ict4h.atomfeed.server.exceptions.AtomFeedRuntimeException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'openmrs.event_records_queue' doesn't exist
  2151. at org.ict4h.atomfeed.server.repository.jdbc.AllEventRecordsQueueJdbcImpl.add(AllEventRecordsQueueJdbcImpl.java:45)
  2152. at org.ict4h.atomfeed.server.service.EventServiceImpl.notify(EventServiceImpl.java:27)
  2153. at org.openmrs.module.atomfeed.api20.writers.impl.FeedWriterBase$1.doInTransaction(FeedWriterBase.java:53)
  2154. at org.ict4h.atomfeed.transaction.AFTransactionWorkWithoutResult.execute(AFTransactionWorkWithoutResult.java:6)
  2155. at org.openmrs.module.atomfeed.transaction.support.AtomFeedSpringTransactionManager$1.doInTransaction(AtomFeedSpringTransactionManager.java:41)
  2156. at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:133)
  2157. at org.openmrs.module.atomfeed.transaction.support.AtomFeedSpringTransactionManager.executeWithTransaction(AtomFeedSpringTransactionManager.java:38)
  2158. at org.openmrs.module.atomfeed.api20.writers.impl.FeedWriterBase.saveEvent(FeedWriterBase.java:49)
  2159. at org.openmrs.module.atomfeed.api20.writers.impl.DefaultFeedWriter.writeFeed(DefaultFeedWriter.java:73)
  2160. at org.openmrs.module.atomfeed.api.db.EventManager.serveEvent(EventManager.java:41)
  2161. at org.openmrs.module.atomfeed.api.db.hibernate.HibernateEventInterceptor.beforeTransactionCompletion(HibernateEventInterceptor.java:218)
  2162. at org.openmrs.api.db.hibernate.ChainingInterceptor.beforeTransactionCompletion(ChainingInterceptor.java:229)
  2163. at org.hibernate.internal.SessionImpl.beforeTransactionCompletion(SessionImpl.java:518)
  2164. at org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction.beforeTransactionCommit(JdbcTransaction.java:105)
  2165. at org.hibernate.engine.transaction.spi.AbstractTransactionImpl.commit(AbstractTransactionImpl.java:177)
  2166. at org.springframework.orm.hibernate4.HibernateTransactionManager.doCommit(HibernateTransactionManager.java:584)
  2167. at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757)
  2168. at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726)
  2169. at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515)
  2170. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291)
  2171. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  2172. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2173. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  2174. at com.sun.proxy.$Proxy147.createUser(Unknown Source)
  2175. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  2176. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  2177. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  2178. at java.lang.reflect.Method.invoke(Method.java:498)
  2179. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  2180. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  2181. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  2182. at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
  2183. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
  2184. at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  2185. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2186. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:122)
  2187. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2188. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  2189. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2190. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  2191. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2192. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  2193. at com.sun.proxy.$Proxy148.createUser(Unknown Source)
  2194. at org.openmrs.module.referencedemodata.UserServiceCompatibility2_0.saveUser(UserServiceCompatibility2_0.java:28)
  2195. at org.openmrs.module.referencedemodata.ReferenceDemoDataActivator.setupUser(ReferenceDemoDataActivator.java:213)
  2196. at org.openmrs.module.referencedemodata.ReferenceDemoDataActivator.setupUsersAndProviders(ReferenceDemoDataActivator.java:179)
  2197. at org.openmrs.module.referencedemodata.ReferenceDemoDataActivator.started(ReferenceDemoDataActivator.java:109)
  2198. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:927)
  2199. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:847)
  2200. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:632)
  2201. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:612)
  2202. at org.openmrs.web.Listener.startOpenmrs(Listener.java:251)
  2203. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  2204. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'openmrs.event_records_queue' doesn't exist
  2205. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  2206. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  2207. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  2208. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  2209. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  2210. at com.mysql.jdbc.Util.getInstance(Util.java:408)
  2211. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
  2212. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  2213. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  2214. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  2215. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  2216. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2484)
  2217. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1858)
  2218. at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2079)
  2219. at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2013)
  2220. at com.mysql.jdbc.PreparedStatement.executeLargeUpdate(PreparedStatement.java:5104)
  2221. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1998)
  2222. at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeUpdate(NewProxyPreparedStatement.java:147)
  2223. at org.ict4h.atomfeed.server.repository.jdbc.AllEventRecordsQueueJdbcImpl.add(AllEventRecordsQueueJdbcImpl.java:43)
  2224. ... 52 more
  2225. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:37,822| Exiting method createUser
  2226. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:37,887| In method UserService.createUser. Arguments: User=doctor, String=<Arg value ignored>,
  2227. ERROR - SessionImpl.beforeTransactionCompletion(521) |2019-07-23 15:13:38,036| HHH000088: Exception in interceptor beforeTransactionCompletion()
  2228. org.ict4h.atomfeed.server.exceptions.AtomFeedRuntimeException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'openmrs.event_records_queue' doesn't exist
  2229. at org.ict4h.atomfeed.server.repository.jdbc.AllEventRecordsQueueJdbcImpl.add(AllEventRecordsQueueJdbcImpl.java:45)
  2230. at org.ict4h.atomfeed.server.service.EventServiceImpl.notify(EventServiceImpl.java:27)
  2231. at org.openmrs.module.atomfeed.api20.writers.impl.FeedWriterBase$1.doInTransaction(FeedWriterBase.java:53)
  2232. at org.ict4h.atomfeed.transaction.AFTransactionWorkWithoutResult.execute(AFTransactionWorkWithoutResult.java:6)
  2233. at org.openmrs.module.atomfeed.transaction.support.AtomFeedSpringTransactionManager$1.doInTransaction(AtomFeedSpringTransactionManager.java:41)
  2234. at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:133)
  2235. at org.openmrs.module.atomfeed.transaction.support.AtomFeedSpringTransactionManager.executeWithTransaction(AtomFeedSpringTransactionManager.java:38)
  2236. at org.openmrs.module.atomfeed.api20.writers.impl.FeedWriterBase.saveEvent(FeedWriterBase.java:49)
  2237. at org.openmrs.module.atomfeed.api20.writers.impl.DefaultFeedWriter.writeFeed(DefaultFeedWriter.java:73)
  2238. at org.openmrs.module.atomfeed.api.db.EventManager.serveEvent(EventManager.java:41)
  2239. at org.openmrs.module.atomfeed.api.db.hibernate.HibernateEventInterceptor.beforeTransactionCompletion(HibernateEventInterceptor.java:218)
  2240. at org.openmrs.api.db.hibernate.ChainingInterceptor.beforeTransactionCompletion(ChainingInterceptor.java:229)
  2241. at org.hibernate.internal.SessionImpl.beforeTransactionCompletion(SessionImpl.java:518)
  2242. at org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction.beforeTransactionCommit(JdbcTransaction.java:105)
  2243. at org.hibernate.engine.transaction.spi.AbstractTransactionImpl.commit(AbstractTransactionImpl.java:177)
  2244. at org.springframework.orm.hibernate4.HibernateTransactionManager.doCommit(HibernateTransactionManager.java:584)
  2245. at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757)
  2246. at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726)
  2247. at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515)
  2248. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291)
  2249. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  2250. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2251. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  2252. at com.sun.proxy.$Proxy147.createUser(Unknown Source)
  2253. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  2254. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  2255. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  2256. at java.lang.reflect.Method.invoke(Method.java:498)
  2257. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  2258. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  2259. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  2260. at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
  2261. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
  2262. at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  2263. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2264. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:122)
  2265. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2266. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  2267. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2268. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  2269. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2270. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  2271. at com.sun.proxy.$Proxy148.createUser(Unknown Source)
  2272. at org.openmrs.module.referencedemodata.UserServiceCompatibility2_0.saveUser(UserServiceCompatibility2_0.java:28)
  2273. at org.openmrs.module.referencedemodata.ReferenceDemoDataActivator.setupUser(ReferenceDemoDataActivator.java:213)
  2274. at org.openmrs.module.referencedemodata.ReferenceDemoDataActivator.setupUsersAndProviders(ReferenceDemoDataActivator.java:180)
  2275. at org.openmrs.module.referencedemodata.ReferenceDemoDataActivator.started(ReferenceDemoDataActivator.java:109)
  2276. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:927)
  2277. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:847)
  2278. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:632)
  2279. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:612)
  2280. at org.openmrs.web.Listener.startOpenmrs(Listener.java:251)
  2281. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  2282. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'openmrs.event_records_queue' doesn't exist
  2283. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  2284. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  2285. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  2286. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  2287. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  2288. at com.mysql.jdbc.Util.getInstance(Util.java:408)
  2289. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
  2290. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  2291. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  2292. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  2293. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  2294. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2484)
  2295. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1858)
  2296. at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2079)
  2297. at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2013)
  2298. at com.mysql.jdbc.PreparedStatement.executeLargeUpdate(PreparedStatement.java:5104)
  2299. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1998)
  2300. at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeUpdate(NewProxyPreparedStatement.java:147)
  2301. at org.ict4h.atomfeed.server.repository.jdbc.AllEventRecordsQueueJdbcImpl.add(AllEventRecordsQueueJdbcImpl.java:43)
  2302. ... 52 more
  2303. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:38,432| Exiting method createUser
  2304. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:38,459| In method UserService.createUser. Arguments: User=sysadmin, String=<Arg value ignored>,
  2305. ERROR - SessionImpl.beforeTransactionCompletion(521) |2019-07-23 15:13:38,492| HHH000088: Exception in interceptor beforeTransactionCompletion()
  2306. org.ict4h.atomfeed.server.exceptions.AtomFeedRuntimeException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'openmrs.event_records_queue' doesn't exist
  2307. at org.ict4h.atomfeed.server.repository.jdbc.AllEventRecordsQueueJdbcImpl.add(AllEventRecordsQueueJdbcImpl.java:45)
  2308. at org.ict4h.atomfeed.server.service.EventServiceImpl.notify(EventServiceImpl.java:27)
  2309. at org.openmrs.module.atomfeed.api20.writers.impl.FeedWriterBase$1.doInTransaction(FeedWriterBase.java:53)
  2310. at org.ict4h.atomfeed.transaction.AFTransactionWorkWithoutResult.execute(AFTransactionWorkWithoutResult.java:6)
  2311. at org.openmrs.module.atomfeed.transaction.support.AtomFeedSpringTransactionManager$1.doInTransaction(AtomFeedSpringTransactionManager.java:41)
  2312. at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:133)
  2313. at org.openmrs.module.atomfeed.transaction.support.AtomFeedSpringTransactionManager.executeWithTransaction(AtomFeedSpringTransactionManager.java:38)
  2314. at org.openmrs.module.atomfeed.api20.writers.impl.FeedWriterBase.saveEvent(FeedWriterBase.java:49)
  2315. at org.openmrs.module.atomfeed.api20.writers.impl.DefaultFeedWriter.writeFeed(DefaultFeedWriter.java:73)
  2316. at org.openmrs.module.atomfeed.api.db.EventManager.serveEvent(EventManager.java:41)
  2317. at org.openmrs.module.atomfeed.api.db.hibernate.HibernateEventInterceptor.beforeTransactionCompletion(HibernateEventInterceptor.java:218)
  2318. at org.openmrs.api.db.hibernate.ChainingInterceptor.beforeTransactionCompletion(ChainingInterceptor.java:229)
  2319. at org.hibernate.internal.SessionImpl.beforeTransactionCompletion(SessionImpl.java:518)
  2320. at org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction.beforeTransactionCommit(JdbcTransaction.java:105)
  2321. at org.hibernate.engine.transaction.spi.AbstractTransactionImpl.commit(AbstractTransactionImpl.java:177)
  2322. at org.springframework.orm.hibernate4.HibernateTransactionManager.doCommit(HibernateTransactionManager.java:584)
  2323. at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757)
  2324. at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726)
  2325. at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515)
  2326. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291)
  2327. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  2328. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2329. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  2330. at com.sun.proxy.$Proxy147.createUser(Unknown Source)
  2331. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  2332. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  2333. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  2334. at java.lang.reflect.Method.invoke(Method.java:498)
  2335. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  2336. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  2337. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  2338. at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
  2339. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
  2340. at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  2341. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2342. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:122)
  2343. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2344. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  2345. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2346. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  2347. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2348. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  2349. at com.sun.proxy.$Proxy148.createUser(Unknown Source)
  2350. at org.openmrs.module.referencedemodata.UserServiceCompatibility2_0.saveUser(UserServiceCompatibility2_0.java:28)
  2351. at org.openmrs.module.referencedemodata.ReferenceDemoDataActivator.setupUser(ReferenceDemoDataActivator.java:213)
  2352. at org.openmrs.module.referencedemodata.ReferenceDemoDataActivator.setupUsersAndProviders(ReferenceDemoDataActivator.java:181)
  2353. at org.openmrs.module.referencedemodata.ReferenceDemoDataActivator.started(ReferenceDemoDataActivator.java:109)
  2354. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:927)
  2355. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:847)
  2356. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:632)
  2357. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:612)
  2358. at org.openmrs.web.Listener.startOpenmrs(Listener.java:251)
  2359. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  2360. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'openmrs.event_records_queue' doesn't exist
  2361. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  2362. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  2363. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  2364. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  2365. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  2366. at com.mysql.jdbc.Util.getInstance(Util.java:408)
  2367. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
  2368. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  2369. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  2370. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  2371. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  2372. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2484)
  2373. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1858)
  2374. at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2079)
  2375. at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2013)
  2376. at com.mysql.jdbc.PreparedStatement.executeLargeUpdate(PreparedStatement.java:5104)
  2377. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1998)
  2378. at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeUpdate(NewProxyPreparedStatement.java:147)
  2379. at org.ict4h.atomfeed.server.repository.jdbc.AllEventRecordsQueueJdbcImpl.add(AllEventRecordsQueueJdbcImpl.java:43)
  2380. ... 52 more
  2381. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:39,021| Exiting method createUser
  2382. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:39,051| In method ProviderService.saveProvider. Arguments: Provider=[Provider: providerId:null providerName:[John Smith] ],
  2383. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:39,055| Exiting method saveProvider
  2384. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:39,121| In method ProviderService.saveProvider. Arguments: Provider=[Provider: providerId:null providerName:[Jane Smith] ],
  2385. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:39,126| Exiting method saveProvider
  2386. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:39,212| In method ProviderService.saveProvider. Arguments: Provider=[Provider: providerId:null providerName:[Jake Smith] ],
  2387. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:39,215| Exiting method saveProvider
  2388. WARN - HibernateUserDAO.getUserByUsername(104) |2019-07-23 15:13:39,296| request for username 'scheduler' not found
  2389. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:39,338| In method UserService.createUser. Arguments: User=scheduler, String=<Arg value ignored>,
  2390. ERROR - SessionImpl.beforeTransactionCompletion(521) |2019-07-23 15:13:39,378| HHH000088: Exception in interceptor beforeTransactionCompletion()
  2391. org.ict4h.atomfeed.server.exceptions.AtomFeedRuntimeException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'openmrs.event_records_queue' doesn't exist
  2392. at org.ict4h.atomfeed.server.repository.jdbc.AllEventRecordsQueueJdbcImpl.add(AllEventRecordsQueueJdbcImpl.java:45)
  2393. at org.ict4h.atomfeed.server.service.EventServiceImpl.notify(EventServiceImpl.java:27)
  2394. at org.openmrs.module.atomfeed.api20.writers.impl.FeedWriterBase$1.doInTransaction(FeedWriterBase.java:53)
  2395. at org.ict4h.atomfeed.transaction.AFTransactionWorkWithoutResult.execute(AFTransactionWorkWithoutResult.java:6)
  2396. at org.openmrs.module.atomfeed.transaction.support.AtomFeedSpringTransactionManager$1.doInTransaction(AtomFeedSpringTransactionManager.java:41)
  2397. at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:133)
  2398. at org.openmrs.module.atomfeed.transaction.support.AtomFeedSpringTransactionManager.executeWithTransaction(AtomFeedSpringTransactionManager.java:38)
  2399. at org.openmrs.module.atomfeed.api20.writers.impl.FeedWriterBase.saveEvent(FeedWriterBase.java:49)
  2400. at org.openmrs.module.atomfeed.api20.writers.impl.DefaultFeedWriter.writeFeed(DefaultFeedWriter.java:73)
  2401. at org.openmrs.module.atomfeed.api.db.EventManager.serveEvent(EventManager.java:41)
  2402. at org.openmrs.module.atomfeed.api.db.hibernate.HibernateEventInterceptor.beforeTransactionCompletion(HibernateEventInterceptor.java:218)
  2403. at org.openmrs.api.db.hibernate.ChainingInterceptor.beforeTransactionCompletion(ChainingInterceptor.java:229)
  2404. at org.hibernate.internal.SessionImpl.beforeTransactionCompletion(SessionImpl.java:518)
  2405. at org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction.beforeTransactionCommit(JdbcTransaction.java:105)
  2406. at org.hibernate.engine.transaction.spi.AbstractTransactionImpl.commit(AbstractTransactionImpl.java:177)
  2407. at org.springframework.orm.hibernate4.HibernateTransactionManager.doCommit(HibernateTransactionManager.java:584)
  2408. at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757)
  2409. at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726)
  2410. at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515)
  2411. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291)
  2412. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  2413. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2414. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  2415. at com.sun.proxy.$Proxy147.createUser(Unknown Source)
  2416. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  2417. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  2418. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  2419. at java.lang.reflect.Method.invoke(Method.java:498)
  2420. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  2421. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  2422. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  2423. at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
  2424. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
  2425. at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  2426. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2427. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:122)
  2428. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2429. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  2430. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2431. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  2432. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2433. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  2434. at com.sun.proxy.$Proxy148.createUser(Unknown Source)
  2435. at org.openmrs.module.referencedemodata.UserServiceCompatibility2_0.saveUser(UserServiceCompatibility2_0.java:28)
  2436. at org.openmrs.module.referencedemodata.ReferenceDemoDataActivator.setupUser(ReferenceDemoDataActivator.java:213)
  2437. at org.openmrs.module.referencedemodata.ReferenceDemoDataActivator.createSchedulerUserAndGPs(ReferenceDemoDataActivator.java:328)
  2438. at org.openmrs.module.referencedemodata.ReferenceDemoDataActivator.started(ReferenceDemoDataActivator.java:110)
  2439. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:927)
  2440. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:847)
  2441. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:632)
  2442. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:612)
  2443. at org.openmrs.web.Listener.startOpenmrs(Listener.java:251)
  2444. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  2445. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'openmrs.event_records_queue' doesn't exist
  2446. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  2447. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  2448. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  2449. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  2450. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  2451. at com.mysql.jdbc.Util.getInstance(Util.java:408)
  2452. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
  2453. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  2454. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  2455. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  2456. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  2457. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2484)
  2458. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1858)
  2459. at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2079)
  2460. at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2013)
  2461. at com.mysql.jdbc.PreparedStatement.executeLargeUpdate(PreparedStatement.java:5104)
  2462. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1998)
  2463. at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeUpdate(NewProxyPreparedStatement.java:147)
  2464. at org.ict4h.atomfeed.server.repository.jdbc.AllEventRecordsQueueJdbcImpl.add(AllEventRecordsQueueJdbcImpl.java:43)
  2465. ... 52 more
  2466. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:39,861| Exiting method createUser
  2467. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:39,872| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: scheduler.username value: scheduler,
  2468. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:39,909| Exiting method saveGlobalProperty
  2469. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:39,915| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: scheduler.password value: Scheduler123,
  2470. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:39,984| Exiting method saveGlobalProperty
  2471. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:40,022| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=7fba1e5,uuid=4da187c6-c436-11e4-a470-82b0ea87e2d8],
  2472. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:40,029| Exiting method saveAppointmentType
  2473. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:40,042| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=c8813f7e,uuid=5ab6d8a8-c436-11e4-a470-82b0ea87e2d8],
  2474. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:40,047| Exiting method saveAppointmentType
  2475. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:40,060| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=eb3d3d44,uuid=7dd9ac8e-c436-11e4-a470-82b0ea87e2d8],
  2476. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:40,267| Exiting method saveAppointmentType
  2477. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:40,299| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=ce2c34c4,uuid=7e7d3e26-c436-11e4-a470-82b0ea87e2d8],
  2478. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:40,307| Exiting method saveAppointmentType
  2479. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:40,320| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=b4b49efa,uuid=7efeaa60-c436-11e4-a470-82b0ea87e2d8],
  2480. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:40,325| Exiting method saveAppointmentType
  2481. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:40,338| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=abc150ca,uuid=95636ce6-c436-11e4-a470-82b0ea87e2d8],
  2482. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:40,343| Exiting method saveAppointmentType
  2483. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:40,356| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=b519c52f,uuid=9ebdc232-c436-11e4-a470-82b0ea87e2d8],
  2484. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:40,360| Exiting method saveAppointmentType
  2485. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:40,374| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=b21fd75e,uuid=a62a40e0-c436-11e4-a470-82b0ea87e2d8],
  2486. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:40,380| Exiting method saveAppointmentType
  2487. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:40,392| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=f6a1c0a2,uuid=ac71c996-c436-11e4-a470-82b0ea87e2d8],
  2488. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:40,397| Exiting method saveAppointmentType
  2489. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:40,410| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=44b3d280,uuid=b29be856-c436-11e4-a470-82b0ea87e2d8],
  2490. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:40,414| Exiting method saveAppointmentType
  2491. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:40,426| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=da393751,uuid=cba5a260-c436-11e4-a470-82b0ea87e2d8],
  2492. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:40,430| Exiting method saveAppointmentType
  2493. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:40,444| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=e86393c9,uuid=d248c6c4-c436-11e4-a470-82b0ea87e2d8],
  2494. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:40,448| Exiting method saveAppointmentType
  2495. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:40,461| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=ea148419,uuid=0c617770-c437-11e4-a470-82b0ea87e2d8],
  2496. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:40,465| Exiting method saveAppointmentType
  2497. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:40,478| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=81627d4b,uuid=136ed9a4-c437-11e4-a470-82b0ea87e2d8],
  2498. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:40,483| Exiting method saveAppointmentType
  2499. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:40,496| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=fd2cb9c5,uuid=1b2d98c4-c437-11e4-a470-82b0ea87e2d8],
  2500. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:40,502| Exiting method saveAppointmentType
  2501. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:40,527| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=cb138210,uuid=25873c9e-c437-11e4-a470-82b0ea87e2d8],
  2502. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:40,534| Exiting method saveAppointmentType
  2503. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:40,547| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=20d32feb,uuid=2febe6a8-c437-11e4-a470-82b0ea87e2d8],
  2504. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:40,553| Exiting method saveAppointmentType
  2505. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:40,565| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=479f1d6a,uuid=38081afa-c437-11e4-a470-82b0ea87e2d8],
  2506. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:40,571| Exiting method saveAppointmentType
  2507. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:40,587| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=65d684ad,uuid=3f5a8ca2-c437-11e4-a470-82b0ea87e2d8],
  2508. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:40,594| Exiting method saveAppointmentType
  2509. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:40,607| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=33718375,uuid=452c596c-c437-11e4-a470-82b0ea87e2d8],
  2510. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:40,612| Exiting method saveAppointmentType
  2511. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:40,639| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=9e3b268b,uuid=4d3b6396-c437-11e4-a470-82b0ea87e2d8],
  2512. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:40,643| Exiting method saveAppointmentType
  2513. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:40,656| In method AppointmentService.saveAppointmentType. Arguments: AppointmentType=AppointmentType[hashCode=5dd5e553,uuid=4d85dda4-c437-11e4-a470-82b0ea87e2d8e],
  2514. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:40,661| Exiting method saveAppointmentType
  2515. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:41,436| In method ConceptService.saveConcept. Arguments: Concept=Concept #null,
  2516. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:42,609| Exiting method saveConcept
  2517. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:42,638| In method ConceptService.saveConcept. Arguments: Concept=Concept #null,
  2518. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:44,144| Exiting method saveConcept
  2519. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:44,161| In method ConceptService.saveConcept. Arguments: Concept=Concept #null,
  2520. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:45,830| Exiting method saveConcept
  2521. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:45,845| In method ConceptService.saveConcept. Arguments: Concept=Concept #null,
  2522. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:48,107| Exiting method saveConcept
  2523. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:48,124| In method ConceptService.saveConcept. Arguments: Concept=Concept #null,
  2524. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:49,907| Exiting method saveConcept
  2525. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:49,933| In method ConceptService.saveConcept. Arguments: Concept=Concept #null,
  2526. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:52,289| Exiting method saveConcept
  2527. Jul 23, 2019 3:13:52 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  2528. INFO: ======== in After Advice getEncounterTypeByUuid========
  2529. Jul 23, 2019 3:13:52 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  2530. INFO: ======== in After Advice getEncounterType========
  2531. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:52,300| In method EncounterService.saveEncounterType. Arguments: EncounterType=EncounterType[hashCode=baa196e4,uuid=43c25184-f41f-11e6-bc64-92361f002671],
  2532. Jul 23, 2019 3:13:52 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  2533. INFO: ======== in After Advice checkIfEncounterTypesAreLocked========
  2534. Jul 23, 2019 3:13:52 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  2535. INFO: ======== in After Advice saveEncounterType========
  2536. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:52,397| Exiting method saveEncounterType
  2537. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:52,417| In method ConceptService.saveConcept. Arguments: Concept=Concept #null,
  2538. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:53,456| Exiting method saveConcept
  2539. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:53,476| In method ConceptService.saveConcept. Arguments: Concept=Concept #null,
  2540. Tue Jul 23 15:13:53 BST 2019 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.
  2541. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:54,422| Exiting method saveConcept
  2542. Jul 23, 2019 3:13:54 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  2543. INFO: ======== in After Advice getEncounterTypeByUuid========
  2544. Jul 23, 2019 3:13:54 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  2545. INFO: ======== in After Advice getEncounterType========
  2546. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:54,435| In method EncounterService.saveEncounterType. Arguments: EncounterType=EncounterType[hashCode=705571f2,uuid=5021b1a1-e7f6-44b4-ba02-da2f2bcf8718],
  2547. Jul 23, 2019 3:13:54 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  2548. INFO: ======== in After Advice checkIfEncounterTypesAreLocked========
  2549. Jul 23, 2019 3:13:54 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  2550. INFO: ======== in After Advice saveEncounterType========
  2551. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:54,497| Exiting method saveEncounterType
  2552. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:54,573| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.identifierSourceId value: 1,
  2553. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:54,573| Exiting method saveGlobalProperty
  2554. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:54,646| In method DefinitionService.saveDefinition. Arguments: Definition=appointmentschedulingui.appointmentDataSetDefinition.dailyAppointments,
  2555. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:13:54,653| In method SerializedDefinitionService.saveDefinition. Arguments: Definition=appointmentschedulingui.appointmentDataSetDefinition.dailyAppointments,
  2556. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:54,779| Exiting method saveDefinition
  2557. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:13:54,780| Exiting method saveDefinition
  2558. WARN - SolrCore.initIndex(528) |2019-07-23 15:14:00,891| [collection1] Solr index directory 'C:\Users\edwar\Application Data\OpenMRS\chartsearch\collection1\data\index' doesn't exist. Creating new index...
  2559. WARN - RequestHandlers.initHandlersFromConfig(163) |2019-07-23 15:14:01,391| Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
  2560. WARN - ManagedResource.reloadFromStorage(182) |2019-07-23 15:14:01,826| No stored data found for /rest/managed
  2561. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:14:02,955| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.patientNameSearch value: registrationcore.ExistingPatientNameSearch,
  2562. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:14:03,100| Exiting method saveGlobalProperty
  2563. Jul 23, 2019 3:14:03 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  2564. INFO: ======== in After Advice getEncounterTypeByUuid========
  2565. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:14:03,122| In method MetadataMappingService.saveMetadataTermMapping. Arguments: MetadataTermMapping=MetadataTermMapping[hashCode=5bfd92ac,uuid=3f87727b-2812-4b02-bdb5-2d3a3f43bd8d],
  2566. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:14:03,252| Exiting method saveMetadataTermMapping
  2567. Jul 23, 2019 3:14:03 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  2568. INFO: ======== in After Advice getEncounterTypeByUuid========
  2569. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:14:03,264| In method MetadataMappingService.saveMetadataTermMapping. Arguments: MetadataTermMapping=MetadataTermMapping[hashCode=ab6ebba7,uuid=52633af0-0894-4373-806e-6aa3f77af992],
  2570. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:14:03,308| Exiting method saveMetadataTermMapping
  2571. Jul 23, 2019 3:14:03 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  2572. INFO: ======== in After Advice getEncounterTypeByUuid========
  2573. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:14:03,321| In method MetadataMappingService.saveMetadataTermMapping. Arguments: MetadataTermMapping=MetadataTermMapping[hashCode=eb111028,uuid=67594558-8f2b-41ed-869f-c5f15dc405f0],
  2574. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:14:03,433| Exiting method saveMetadataTermMapping
  2575. Jul 23, 2019 3:14:03 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  2576. INFO: ======== in After Advice getEncounterTypeByUuid========
  2577. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:14:03,445| In method MetadataMappingService.saveMetadataTermMapping. Arguments: MetadataTermMapping=MetadataTermMapping[hashCode=ab8abdce,uuid=488e3d49-1b27-412a-8e83-1131ee27b118],
  2578. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:14:03,516| Exiting method saveMetadataTermMapping
  2579. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:14:03,534| In method MetadataMappingService.saveMetadataTermMapping. Arguments: MetadataTermMapping=MetadataTermMapping[hashCode=fccdf6c5,uuid=280b568e-aa93-4417-90f0-980c59acfabc],
  2580. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:14:03,625| Exiting method saveMetadataTermMapping
  2581. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:14:03,632| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: emr.concept.diagnosisSetOfSets value: 160167AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,
  2582. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:14:03,817| Exiting method saveGlobalProperty
  2583. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:14:03,828| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: namephonetics.givenNameStringEncoder value: Soundex,
  2584. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:14:03,969| Exiting method saveGlobalProperty
  2585. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:14:03,975| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: namephonetics.middleNameStringEncoder value: Soundex,
  2586. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:14:04,016| Exiting method saveGlobalProperty
  2587. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:14:04,022| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: namephonetics.familyNameStringEncoder value: Soundex,
  2588. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:14:04,079| Exiting method saveGlobalProperty
  2589. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:14:04,089| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: namephonetics.familyName2StringEncoder value: Soundex,
  2590. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:14:04,133| Exiting method saveGlobalProperty
  2591. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:14:04,142| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.patientNameSearch value: registrationcore.BasicPatientNameSearch,
  2592. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:14:04,178| Exiting method saveGlobalProperty
  2593. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:14:04,187| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.fastSimilarPatientSearchAlgorithm value: registrationcore.BasicSimilarPatientSearchAlgorithm,
  2594. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:14:04,193| Exiting method saveGlobalProperty
  2595. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:14:04,204| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.preciseSimilarPatientSearchAlgorithm value: registrationcore.BasicExactPatientSearchAlgorithm,
  2596. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:14:04,213| Exiting method saveGlobalProperty
  2597. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:14:04,219| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: conceptmanagementapps.snomedCtConceptSource value: 1ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,
  2598. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:14:04,286| Exiting method saveGlobalProperty
  2599. Jul 23, 2019 3:14:04 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  2600. INFO: ======== in After Advice getEncounterTypeByUuid========
  2601. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:14:04,472| In method FormService.saveForm. Arguments: Form=,
  2602. ERROR - SessionImpl.beforeTransactionCompletion(521) |2019-07-23 15:14:04,512| HHH000088: Exception in interceptor beforeTransactionCompletion()
  2603. org.ict4h.atomfeed.server.exceptions.AtomFeedRuntimeException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'openmrs.event_records_queue' doesn't exist
  2604. at org.ict4h.atomfeed.server.repository.jdbc.AllEventRecordsQueueJdbcImpl.add(AllEventRecordsQueueJdbcImpl.java:45)
  2605. at org.ict4h.atomfeed.server.service.EventServiceImpl.notify(EventServiceImpl.java:27)
  2606. at org.openmrs.module.atomfeed.api20.writers.impl.FeedWriterBase$1.doInTransaction(FeedWriterBase.java:53)
  2607. at org.ict4h.atomfeed.transaction.AFTransactionWorkWithoutResult.execute(AFTransactionWorkWithoutResult.java:6)
  2608. at org.openmrs.module.atomfeed.transaction.support.AtomFeedSpringTransactionManager$1.doInTransaction(AtomFeedSpringTransactionManager.java:41)
  2609. at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:133)
  2610. at org.openmrs.module.atomfeed.transaction.support.AtomFeedSpringTransactionManager.executeWithTransaction(AtomFeedSpringTransactionManager.java:38)
  2611. at org.openmrs.module.atomfeed.api20.writers.impl.FeedWriterBase.saveEvent(FeedWriterBase.java:49)
  2612. at org.openmrs.module.atomfeed.api20.writers.impl.DefaultFeedWriter.writeFeed(DefaultFeedWriter.java:73)
  2613. at org.openmrs.module.atomfeed.api.db.EventManager.serveEvent(EventManager.java:41)
  2614. at org.openmrs.module.atomfeed.api.db.hibernate.HibernateEventInterceptor.beforeTransactionCompletion(HibernateEventInterceptor.java:218)
  2615. at org.openmrs.api.db.hibernate.ChainingInterceptor.beforeTransactionCompletion(ChainingInterceptor.java:229)
  2616. at org.hibernate.internal.SessionImpl.beforeTransactionCompletion(SessionImpl.java:518)
  2617. at org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction.beforeTransactionCommit(JdbcTransaction.java:105)
  2618. at org.hibernate.engine.transaction.spi.AbstractTransactionImpl.commit(AbstractTransactionImpl.java:177)
  2619. at org.springframework.orm.hibernate4.HibernateTransactionManager.doCommit(HibernateTransactionManager.java:584)
  2620. at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757)
  2621. at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726)
  2622. at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515)
  2623. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291)
  2624. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  2625. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2626. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  2627. at com.sun.proxy.$Proxy213.saveForm(Unknown Source)
  2628. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  2629. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  2630. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  2631. at java.lang.reflect.Method.invoke(Method.java:498)
  2632. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  2633. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  2634. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  2635. at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
  2636. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
  2637. at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  2638. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2639. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:122)
  2640. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2641. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  2642. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2643. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  2644. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2645. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  2646. at com.sun.proxy.$Proxy214.saveForm(Unknown Source)
  2647. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:100)
  2648. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromUiResource(HtmlFormUtil.java:55)
  2649. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromUiResource(HtmlFormUtil.java:44)
  2650. at org.openmrs.module.referenceapplication.ReferenceApplicationActivator.setupHtmlForms(ReferenceApplicationActivator.java:209)
  2651. at org.openmrs.module.referenceapplication.ReferenceApplicationActivator.started(ReferenceApplicationActivator.java:106)
  2652. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:927)
  2653. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:847)
  2654. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:632)
  2655. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:612)
  2656. at org.openmrs.web.Listener.startOpenmrs(Listener.java:251)
  2657. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  2658. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'openmrs.event_records_queue' doesn't exist
  2659. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  2660. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  2661. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  2662. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  2663. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  2664. at com.mysql.jdbc.Util.getInstance(Util.java:408)
  2665. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
  2666. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  2667. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  2668. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  2669. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  2670. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2484)
  2671. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1858)
  2672. at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2079)
  2673. at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2013)
  2674. at com.mysql.jdbc.PreparedStatement.executeLargeUpdate(PreparedStatement.java:5104)
  2675. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1998)
  2676. at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeUpdate(NewProxyPreparedStatement.java:147)
  2677. at org.ict4h.atomfeed.server.repository.jdbc.AllEventRecordsQueueJdbcImpl.add(AllEventRecordsQueueJdbcImpl.java:43)
  2678. ... 53 more
  2679. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:14:04,561| Exiting method saveForm
  2680. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:14:04,582| In method HtmlFormEntryService.saveHtmlForm. Arguments: HtmlForm=HtmlForm[hashCode=e1920c3e,uuid=7a7fcf2b-fc89-4982-bf51-424791402691],
  2681. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:14:04,585| In method FormService.saveForm. Arguments: Form=1,
  2682. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:14:04,586| Exiting method saveForm
  2683. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:14:04,590| Exiting method saveHtmlForm
  2684. Jul 23, 2019 3:14:04 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  2685. INFO: ======== in After Advice getEncounterTypeByUuid========
  2686. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:14:04,730| In method FormService.saveForm. Arguments: Form=,
  2687. ERROR - SessionImpl.beforeTransactionCompletion(521) |2019-07-23 15:14:04,748| HHH000088: Exception in interceptor beforeTransactionCompletion()
  2688. org.ict4h.atomfeed.server.exceptions.AtomFeedRuntimeException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'openmrs.event_records_queue' doesn't exist
  2689. at org.ict4h.atomfeed.server.repository.jdbc.AllEventRecordsQueueJdbcImpl.add(AllEventRecordsQueueJdbcImpl.java:45)
  2690. at org.ict4h.atomfeed.server.service.EventServiceImpl.notify(EventServiceImpl.java:27)
  2691. at org.openmrs.module.atomfeed.api20.writers.impl.FeedWriterBase$1.doInTransaction(FeedWriterBase.java:53)
  2692. at org.ict4h.atomfeed.transaction.AFTransactionWorkWithoutResult.execute(AFTransactionWorkWithoutResult.java:6)
  2693. at org.openmrs.module.atomfeed.transaction.support.AtomFeedSpringTransactionManager$1.doInTransaction(AtomFeedSpringTransactionManager.java:41)
  2694. at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:133)
  2695. at org.openmrs.module.atomfeed.transaction.support.AtomFeedSpringTransactionManager.executeWithTransaction(AtomFeedSpringTransactionManager.java:38)
  2696. at org.openmrs.module.atomfeed.api20.writers.impl.FeedWriterBase.saveEvent(FeedWriterBase.java:49)
  2697. at org.openmrs.module.atomfeed.api20.writers.impl.DefaultFeedWriter.writeFeed(DefaultFeedWriter.java:73)
  2698. at org.openmrs.module.atomfeed.api.db.EventManager.serveEvent(EventManager.java:41)
  2699. at org.openmrs.module.atomfeed.api.db.hibernate.HibernateEventInterceptor.beforeTransactionCompletion(HibernateEventInterceptor.java:218)
  2700. at org.openmrs.api.db.hibernate.ChainingInterceptor.beforeTransactionCompletion(ChainingInterceptor.java:229)
  2701. at org.hibernate.internal.SessionImpl.beforeTransactionCompletion(SessionImpl.java:518)
  2702. at org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction.beforeTransactionCommit(JdbcTransaction.java:105)
  2703. at org.hibernate.engine.transaction.spi.AbstractTransactionImpl.commit(AbstractTransactionImpl.java:177)
  2704. at org.springframework.orm.hibernate4.HibernateTransactionManager.doCommit(HibernateTransactionManager.java:584)
  2705. at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757)
  2706. at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726)
  2707. at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515)
  2708. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291)
  2709. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  2710. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2711. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  2712. at com.sun.proxy.$Proxy213.saveForm(Unknown Source)
  2713. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  2714. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  2715. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  2716. at java.lang.reflect.Method.invoke(Method.java:498)
  2717. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  2718. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  2719. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  2720. at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
  2721. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
  2722. at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  2723. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2724. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:122)
  2725. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2726. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  2727. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2728. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  2729. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2730. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  2731. at com.sun.proxy.$Proxy214.saveForm(Unknown Source)
  2732. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:100)
  2733. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromUiResource(HtmlFormUtil.java:55)
  2734. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromUiResource(HtmlFormUtil.java:44)
  2735. at org.openmrs.module.referenceapplication.ReferenceApplicationActivator.setupHtmlForms(ReferenceApplicationActivator.java:209)
  2736. at org.openmrs.module.referenceapplication.ReferenceApplicationActivator.started(ReferenceApplicationActivator.java:106)
  2737. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:927)
  2738. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:847)
  2739. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:632)
  2740. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:612)
  2741. at org.openmrs.web.Listener.startOpenmrs(Listener.java:251)
  2742. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  2743. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'openmrs.event_records_queue' doesn't exist
  2744. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  2745. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  2746. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  2747. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  2748. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  2749. at com.mysql.jdbc.Util.getInstance(Util.java:408)
  2750. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
  2751. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  2752. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  2753. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  2754. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  2755. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2484)
  2756. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1858)
  2757. at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2079)
  2758. at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2013)
  2759. at com.mysql.jdbc.PreparedStatement.executeLargeUpdate(PreparedStatement.java:5104)
  2760. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1998)
  2761. at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeUpdate(NewProxyPreparedStatement.java:147)
  2762. at org.ict4h.atomfeed.server.repository.jdbc.AllEventRecordsQueueJdbcImpl.add(AllEventRecordsQueueJdbcImpl.java:43)
  2763. ... 53 more
  2764. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:14:04,826| Exiting method saveForm
  2765. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:14:04,862| In method HtmlFormEntryService.saveHtmlForm. Arguments: HtmlForm=HtmlForm[hashCode=8815f8e9,uuid=f3f4dce8-7b7f-44ce-8083-d3a66bd187e0],
  2766. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:14:04,864| In method FormService.saveForm. Arguments: Form=2,
  2767. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:14:04,865| Exiting method saveForm
  2768. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:14:04,868| Exiting method saveHtmlForm
  2769. Jul 23, 2019 3:14:05 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  2770. INFO: ======== in After Advice getEncounterTypeByUuid========
  2771. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:14:05,145| In method FormService.saveForm. Arguments: Form=,
  2772. ERROR - SessionImpl.beforeTransactionCompletion(521) |2019-07-23 15:14:05,161| HHH000088: Exception in interceptor beforeTransactionCompletion()
  2773. org.ict4h.atomfeed.server.exceptions.AtomFeedRuntimeException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'openmrs.event_records_queue' doesn't exist
  2774. at org.ict4h.atomfeed.server.repository.jdbc.AllEventRecordsQueueJdbcImpl.add(AllEventRecordsQueueJdbcImpl.java:45)
  2775. at org.ict4h.atomfeed.server.service.EventServiceImpl.notify(EventServiceImpl.java:27)
  2776. at org.openmrs.module.atomfeed.api20.writers.impl.FeedWriterBase$1.doInTransaction(FeedWriterBase.java:53)
  2777. at org.ict4h.atomfeed.transaction.AFTransactionWorkWithoutResult.execute(AFTransactionWorkWithoutResult.java:6)
  2778. at org.openmrs.module.atomfeed.transaction.support.AtomFeedSpringTransactionManager$1.doInTransaction(AtomFeedSpringTransactionManager.java:41)
  2779. at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:133)
  2780. at org.openmrs.module.atomfeed.transaction.support.AtomFeedSpringTransactionManager.executeWithTransaction(AtomFeedSpringTransactionManager.java:38)
  2781. at org.openmrs.module.atomfeed.api20.writers.impl.FeedWriterBase.saveEvent(FeedWriterBase.java:49)
  2782. at org.openmrs.module.atomfeed.api20.writers.impl.DefaultFeedWriter.writeFeed(DefaultFeedWriter.java:73)
  2783. at org.openmrs.module.atomfeed.api.db.EventManager.serveEvent(EventManager.java:41)
  2784. at org.openmrs.module.atomfeed.api.db.hibernate.HibernateEventInterceptor.beforeTransactionCompletion(HibernateEventInterceptor.java:218)
  2785. at org.openmrs.api.db.hibernate.ChainingInterceptor.beforeTransactionCompletion(ChainingInterceptor.java:229)
  2786. at org.hibernate.internal.SessionImpl.beforeTransactionCompletion(SessionImpl.java:518)
  2787. at org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction.beforeTransactionCommit(JdbcTransaction.java:105)
  2788. at org.hibernate.engine.transaction.spi.AbstractTransactionImpl.commit(AbstractTransactionImpl.java:177)
  2789. at org.springframework.orm.hibernate4.HibernateTransactionManager.doCommit(HibernateTransactionManager.java:584)
  2790. at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757)
  2791. at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726)
  2792. at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515)
  2793. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291)
  2794. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  2795. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2796. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  2797. at com.sun.proxy.$Proxy213.saveForm(Unknown Source)
  2798. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  2799. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  2800. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  2801. at java.lang.reflect.Method.invoke(Method.java:498)
  2802. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  2803. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  2804. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  2805. at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
  2806. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
  2807. at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  2808. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2809. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:122)
  2810. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2811. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  2812. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2813. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  2814. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2815. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  2816. at com.sun.proxy.$Proxy214.saveForm(Unknown Source)
  2817. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:100)
  2818. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromUiResource(HtmlFormUtil.java:55)
  2819. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromUiResource(HtmlFormUtil.java:44)
  2820. at org.openmrs.module.referenceapplication.ReferenceApplicationActivator.setupHtmlForms(ReferenceApplicationActivator.java:209)
  2821. at org.openmrs.module.referenceapplication.ReferenceApplicationActivator.started(ReferenceApplicationActivator.java:106)
  2822. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:927)
  2823. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:847)
  2824. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:632)
  2825. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:612)
  2826. at org.openmrs.web.Listener.startOpenmrs(Listener.java:251)
  2827. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  2828. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'openmrs.event_records_queue' doesn't exist
  2829. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  2830. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  2831. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  2832. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  2833. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  2834. at com.mysql.jdbc.Util.getInstance(Util.java:408)
  2835. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
  2836. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  2837. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  2838. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  2839. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  2840. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2484)
  2841. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1858)
  2842. at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2079)
  2843. at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2013)
  2844. at com.mysql.jdbc.PreparedStatement.executeLargeUpdate(PreparedStatement.java:5104)
  2845. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1998)
  2846. at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeUpdate(NewProxyPreparedStatement.java:147)
  2847. at org.ict4h.atomfeed.server.repository.jdbc.AllEventRecordsQueueJdbcImpl.add(AllEventRecordsQueueJdbcImpl.java:43)
  2848. ... 53 more
  2849. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:14:05,243| Exiting method saveForm
  2850. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:14:05,249| In method HtmlFormEntryService.saveHtmlForm. Arguments: HtmlForm=HtmlForm[hashCode=23e04a5c,uuid=bef5d94b-35a8-4804-b877-6639fec7e956],
  2851. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:14:05,250| In method FormService.saveForm. Arguments: Form=3,
  2852. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:14:05,252| Exiting method saveForm
  2853. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:14:05,255| Exiting method saveHtmlForm
  2854. Jul 23, 2019 3:14:05 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  2855. INFO: ======== in After Advice getEncounterTypeByUuid========
  2856. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:14:05,370| In method FormService.saveForm. Arguments: Form=,
  2857. ERROR - SessionImpl.beforeTransactionCompletion(521) |2019-07-23 15:14:05,389| HHH000088: Exception in interceptor beforeTransactionCompletion()
  2858. org.ict4h.atomfeed.server.exceptions.AtomFeedRuntimeException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'openmrs.event_records_queue' doesn't exist
  2859. at org.ict4h.atomfeed.server.repository.jdbc.AllEventRecordsQueueJdbcImpl.add(AllEventRecordsQueueJdbcImpl.java:45)
  2860. at org.ict4h.atomfeed.server.service.EventServiceImpl.notify(EventServiceImpl.java:27)
  2861. at org.openmrs.module.atomfeed.api20.writers.impl.FeedWriterBase$1.doInTransaction(FeedWriterBase.java:53)
  2862. at org.ict4h.atomfeed.transaction.AFTransactionWorkWithoutResult.execute(AFTransactionWorkWithoutResult.java:6)
  2863. at org.openmrs.module.atomfeed.transaction.support.AtomFeedSpringTransactionManager$1.doInTransaction(AtomFeedSpringTransactionManager.java:41)
  2864. at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:133)
  2865. at org.openmrs.module.atomfeed.transaction.support.AtomFeedSpringTransactionManager.executeWithTransaction(AtomFeedSpringTransactionManager.java:38)
  2866. at org.openmrs.module.atomfeed.api20.writers.impl.FeedWriterBase.saveEvent(FeedWriterBase.java:49)
  2867. at org.openmrs.module.atomfeed.api20.writers.impl.DefaultFeedWriter.writeFeed(DefaultFeedWriter.java:73)
  2868. at org.openmrs.module.atomfeed.api.db.EventManager.serveEvent(EventManager.java:41)
  2869. at org.openmrs.module.atomfeed.api.db.hibernate.HibernateEventInterceptor.beforeTransactionCompletion(HibernateEventInterceptor.java:218)
  2870. at org.openmrs.api.db.hibernate.ChainingInterceptor.beforeTransactionCompletion(ChainingInterceptor.java:229)
  2871. at org.hibernate.internal.SessionImpl.beforeTransactionCompletion(SessionImpl.java:518)
  2872. at org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction.beforeTransactionCommit(JdbcTransaction.java:105)
  2873. at org.hibernate.engine.transaction.spi.AbstractTransactionImpl.commit(AbstractTransactionImpl.java:177)
  2874. at org.springframework.orm.hibernate4.HibernateTransactionManager.doCommit(HibernateTransactionManager.java:584)
  2875. at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757)
  2876. at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726)
  2877. at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515)
  2878. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291)
  2879. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  2880. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2881. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  2882. at com.sun.proxy.$Proxy213.saveForm(Unknown Source)
  2883. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  2884. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  2885. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  2886. at java.lang.reflect.Method.invoke(Method.java:498)
  2887. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  2888. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  2889. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  2890. at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
  2891. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
  2892. at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  2893. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2894. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:122)
  2895. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2896. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  2897. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2898. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  2899. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2900. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  2901. at com.sun.proxy.$Proxy214.saveForm(Unknown Source)
  2902. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:100)
  2903. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromUiResource(HtmlFormUtil.java:55)
  2904. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromUiResource(HtmlFormUtil.java:44)
  2905. at org.openmrs.module.referenceapplication.ReferenceApplicationActivator.setupHtmlForms(ReferenceApplicationActivator.java:209)
  2906. at org.openmrs.module.referenceapplication.ReferenceApplicationActivator.started(ReferenceApplicationActivator.java:106)
  2907. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:927)
  2908. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:847)
  2909. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:632)
  2910. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:612)
  2911. at org.openmrs.web.Listener.startOpenmrs(Listener.java:251)
  2912. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  2913. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'openmrs.event_records_queue' doesn't exist
  2914. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  2915. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  2916. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  2917. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  2918. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  2919. at com.mysql.jdbc.Util.getInstance(Util.java:408)
  2920. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
  2921. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  2922. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  2923. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  2924. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  2925. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2484)
  2926. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1858)
  2927. at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2079)
  2928. at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2013)
  2929. at com.mysql.jdbc.PreparedStatement.executeLargeUpdate(PreparedStatement.java:5104)
  2930. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1998)
  2931. at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeUpdate(NewProxyPreparedStatement.java:147)
  2932. at org.ict4h.atomfeed.server.repository.jdbc.AllEventRecordsQueueJdbcImpl.add(AllEventRecordsQueueJdbcImpl.java:43)
  2933. ... 53 more
  2934. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:14:05,470| Exiting method saveForm
  2935. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:14:05,478| In method HtmlFormEntryService.saveHtmlForm. Arguments: HtmlForm=HtmlForm[hashCode=b37a4621,uuid=f4ab066b-0533-4ffc-a70a-aed6e79cc680],
  2936. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:14:05,479| In method FormService.saveForm. Arguments: Form=4,
  2937. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:14:05,480| Exiting method saveForm
  2938. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:14:05,492| Exiting method saveHtmlForm
  2939. Jul 23, 2019 3:14:05 PM org.openmrs.module.commonlabtest.aop.AfterOrderVoidAdvice afterReturning
  2940. INFO: ======== in After Advice getEncounterTypeByUuid========
  2941. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:14:05,699| In method FormService.saveForm. Arguments: Form=,
  2942. ERROR - SessionImpl.beforeTransactionCompletion(521) |2019-07-23 15:14:05,719| HHH000088: Exception in interceptor beforeTransactionCompletion()
  2943. org.ict4h.atomfeed.server.exceptions.AtomFeedRuntimeException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'openmrs.event_records_queue' doesn't exist
  2944. at org.ict4h.atomfeed.server.repository.jdbc.AllEventRecordsQueueJdbcImpl.add(AllEventRecordsQueueJdbcImpl.java:45)
  2945. at org.ict4h.atomfeed.server.service.EventServiceImpl.notify(EventServiceImpl.java:27)
  2946. at org.openmrs.module.atomfeed.api20.writers.impl.FeedWriterBase$1.doInTransaction(FeedWriterBase.java:53)
  2947. at org.ict4h.atomfeed.transaction.AFTransactionWorkWithoutResult.execute(AFTransactionWorkWithoutResult.java:6)
  2948. at org.openmrs.module.atomfeed.transaction.support.AtomFeedSpringTransactionManager$1.doInTransaction(AtomFeedSpringTransactionManager.java:41)
  2949. at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:133)
  2950. at org.openmrs.module.atomfeed.transaction.support.AtomFeedSpringTransactionManager.executeWithTransaction(AtomFeedSpringTransactionManager.java:38)
  2951. at org.openmrs.module.atomfeed.api20.writers.impl.FeedWriterBase.saveEvent(FeedWriterBase.java:49)
  2952. at org.openmrs.module.atomfeed.api20.writers.impl.DefaultFeedWriter.writeFeed(DefaultFeedWriter.java:73)
  2953. at org.openmrs.module.atomfeed.api.db.EventManager.serveEvent(EventManager.java:41)
  2954. at org.openmrs.module.atomfeed.api.db.hibernate.HibernateEventInterceptor.beforeTransactionCompletion(HibernateEventInterceptor.java:218)
  2955. at org.openmrs.api.db.hibernate.ChainingInterceptor.beforeTransactionCompletion(ChainingInterceptor.java:229)
  2956. at org.hibernate.internal.SessionImpl.beforeTransactionCompletion(SessionImpl.java:518)
  2957. at org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction.beforeTransactionCommit(JdbcTransaction.java:105)
  2958. at org.hibernate.engine.transaction.spi.AbstractTransactionImpl.commit(AbstractTransactionImpl.java:177)
  2959. at org.springframework.orm.hibernate4.HibernateTransactionManager.doCommit(HibernateTransactionManager.java:584)
  2960. at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757)
  2961. at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726)
  2962. at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515)
  2963. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291)
  2964. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  2965. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2966. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  2967. at com.sun.proxy.$Proxy213.saveForm(Unknown Source)
  2968. at sun.reflect.GeneratedMethodAccessor841.invoke(Unknown Source)
  2969. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  2970. at java.lang.reflect.Method.invoke(Method.java:498)
  2971. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  2972. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  2973. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  2974. at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
  2975. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
  2976. at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  2977. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2978. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:122)
  2979. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2980. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  2981. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2982. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  2983. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2984. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  2985. at com.sun.proxy.$Proxy214.saveForm(Unknown Source)
  2986. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:100)
  2987. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromUiResource(HtmlFormUtil.java:55)
  2988. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromUiResource(HtmlFormUtil.java:44)
  2989. at org.openmrs.module.referenceapplication.ReferenceApplicationActivator.setupHtmlForms(ReferenceApplicationActivator.java:209)
  2990. at org.openmrs.module.referenceapplication.ReferenceApplicationActivator.started(ReferenceApplicationActivator.java:106)
  2991. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:927)
  2992. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:847)
  2993. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:632)
  2994. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:612)
  2995. at org.openmrs.web.Listener.startOpenmrs(Listener.java:251)
  2996. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  2997. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'openmrs.event_records_queue' doesn't exist
  2998. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  2999. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  3000. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  3001. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  3002. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  3003. at com.mysql.jdbc.Util.getInstance(Util.java:408)
  3004. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
  3005. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  3006. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  3007. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  3008. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  3009. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2484)
  3010. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1858)
  3011. at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2079)
  3012. at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2013)
  3013. at com.mysql.jdbc.PreparedStatement.executeLargeUpdate(PreparedStatement.java:5104)
  3014. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1998)
  3015. at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeUpdate(NewProxyPreparedStatement.java:147)
  3016. at org.ict4h.atomfeed.server.repository.jdbc.AllEventRecordsQueueJdbcImpl.add(AllEventRecordsQueueJdbcImpl.java:43)
  3017. ... 52 more
  3018. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:14:05,795| Exiting method saveForm
  3019. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:14:05,800| In method HtmlFormEntryService.saveHtmlForm. Arguments: HtmlForm=HtmlForm[hashCode=472aa490,uuid=a7a7dc37-cb29-4e65-b4cd-cc04b586095a],
  3020. INFO - LoggingAdvice.invoke(116) |2019-07-23 15:14:05,801| In method FormService.saveForm. Arguments: Form=5,
  3021. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:14:05,802| Exiting method saveForm
  3022. INFO - LoggingAdvice.invoke(156) |2019-07-23 15:14:05,804| Exiting method saveHtmlForm
  3023. ERROR - CommonsLoggingOutput.error(75) |2019-07-23 15:14:08,315| Line=363 The content of element type "dwr" must match "(init?,allow?,signatures?)".
  3024. ERROR - CommonsLoggingOutput.error(75) |2019-07-23 15:14:08,332| Parameter mismatch parsing signatures section in dwr.xml on line: DWRHtmlFormEntryService.checkIfLoggedIn()
  3025. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2080) |2019-07-23 15:14:08,390| Unable to find a runtime properties file at C:\xampp\openmrs-runtime.properties
  3026. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2080) |2019-07-23 15:14:08,754| Unable to find a runtime properties file at C:\xampp\openmrs-runtime.properties
  3027. Tue Jul 23 15:14:08 BST 2019 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.
  3028. Jul 23, 2019 3:14:08 PM org.apache.catalina.startup.HostConfig deployWAR
  3029. INFO: Deployment of web application archive C:\xampp\tomcat\webapps\openmrs.war has finished in 715,424 ms
  3030. Jul 23, 2019 3:14:08 PM org.apache.catalina.startup.HostConfig deployDirectory
  3031. INFO: Deploying web application directory C:\xampp\tomcat\webapps\docs
  3032. Jul 23, 2019 3:14:08 PM org.apache.catalina.startup.HostConfig deployDirectory
  3033. INFO: Deployment of web application directory C:\xampp\tomcat\webapps\docs has finished in 86 ms
  3034. Jul 23, 2019 3:14:08 PM org.apache.catalina.startup.HostConfig deployDirectory
  3035. INFO: Deploying web application directory C:\xampp\tomcat\webapps\examples
  3036. Jul 23, 2019 3:14:09 PM org.apache.catalina.startup.HostConfig deployDirectory
  3037. INFO: Deployment of web application directory C:\xampp\tomcat\webapps\examples has finished in 518 ms
  3038. Jul 23, 2019 3:14:09 PM org.apache.catalina.startup.HostConfig deployDirectory
  3039. INFO: Deploying web application directory C:\xampp\tomcat\webapps\host-manager
  3040. Jul 23, 2019 3:14:09 PM org.apache.catalina.startup.HostConfig deployDirectory
  3041. INFO: Deployment of web application directory C:\xampp\tomcat\webapps\host-manager has finished in 115 ms
  3042. Jul 23, 2019 3:14:09 PM org.apache.catalina.startup.HostConfig deployDirectory
  3043. INFO: Deploying web application directory C:\xampp\tomcat\webapps\manager
  3044. Jul 23, 2019 3:14:09 PM org.apache.catalina.startup.HostConfig deployDirectory
  3045. INFO: Deployment of web application directory C:\xampp\tomcat\webapps\manager has finished in 131 ms
  3046. Jul 23, 2019 3:14:09 PM org.apache.catalina.startup.HostConfig deployDirectory
  3047. INFO: Deploying web application directory C:\xampp\tomcat\webapps\owa
  3048. Jul 23, 2019 3:14:09 PM org.apache.catalina.startup.HostConfig deployDirectory
  3049. INFO: Deployment of web application directory C:\xampp\tomcat\webapps\owa has finished in 82 ms
  3050. Jul 23, 2019 3:14:09 PM org.apache.catalina.startup.HostConfig deployDirectory
  3051. INFO: Deploying web application directory C:\xampp\tomcat\webapps\ROOT
  3052. Jul 23, 2019 3:14:09 PM org.apache.catalina.startup.HostConfig deployDirectory
  3053. INFO: Deployment of web application directory C:\xampp\tomcat\webapps\ROOT has finished in 77 ms
  3054. Jul 23, 2019 3:14:09 PM org.apache.coyote.AbstractProtocol start
  3055. INFO: Starting ProtocolHandler ["http-bio-8080"]
  3056. Jul 23, 2019 3:14:09 PM org.apache.coyote.AbstractProtocol start
  3057. INFO: Starting ProtocolHandler ["ajp-bio-8009"]
  3058. Jul 23, 2019 3:14:09 PM org.apache.catalina.startup.Catalina start
  3059. INFO: Server startup in 716661 ms
  3060. Jul 23, 2019 3:14:29 PM org.apache.jasper.compiler.TldLocationsCache tldScanJar
  3061. 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.
  3062. Tue Jul 23 15:14:49 BST 2019 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.
  3063. Tue Jul 23 15:14:49 BST 2019 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.
  3064. ERROR - PageController.handlePath(155) |2019-07-23 15:14:51,364| No viewProvider named atomfeed
  3065. org.openmrs.ui.framework.UiFrameworkException: No viewProvider named atomfeed
  3066. at org.openmrs.ui.framework.page.PageFactory.getView(PageFactory.java:290)
  3067. at org.openmrs.ui.framework.page.PageFactory.processThisFragment(PageFactory.java:183)
  3068. at org.openmrs.ui.framework.page.PageFactory.process(PageFactory.java:116)
  3069. at org.openmrs.ui.framework.page.PageFactory.handle(PageFactory.java:86)
  3070. at org.openmrs.module.uiframework.PageController.handlePath(PageController.java:116)
  3071. at org.openmrs.module.uiframework.PageController.handleUrlWithDotPage(PageController.java:83)
  3072. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  3073. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  3074. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  3075. at java.lang.reflect.Method.invoke(Method.java:498)
  3076. at org.springframework.web.bind.annotation.support.HandlerMethodInvoker.invokeHandlerMethod(HandlerMethodInvoker.java:177)
  3077. at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.java:446)
  3078. at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.handle(AnnotationMethodHandlerAdapter.java:434)
  3079. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:943)
  3080. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:877)
  3081. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:966)
  3082. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:857)
  3083. at javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
  3084. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:842)
  3085. at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
  3086. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
  3087. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  3088. at org.openmrs.web.filter.GZIPFilter.doFilterInternal(GZIPFilter.java:65)
  3089. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  3090. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  3091. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  3092. at org.openmrs.module.web.filter.ForcePasswordChangeFilter.doFilter(ForcePasswordChangeFilter.java:60)
  3093. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  3094. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  3095. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
  3096. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  3097. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  3098. at org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilterChain.java:73)
  3099. at org.openmrs.module.owa.filter.OwaFilter.doFilter(OwaFilter.java:57)
  3100. at org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilterChain.java:71)
  3101. at org.openmrs.module.web.filter.ModuleFilter.doFilter(ModuleFilter.java:57)
  3102. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  3103. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  3104. at org.openmrs.web.filter.OpenmrsFilter.doFilterInternal(OpenmrsFilter.java:109)
  3105. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  3106. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  3107. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  3108. at org.springframework.orm.hibernate4.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:150)
  3109. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  3110. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  3111. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  3112. at org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:107)
  3113. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  3114. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  3115. at org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:107)
  3116. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  3117. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  3118. at org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:107)
  3119. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  3120. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  3121. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
  3122. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  3123. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  3124. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  3125. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:219)
  3126. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:110)
  3127. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:494)
  3128. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
  3129. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
  3130. at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:1025)
  3131. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
  3132. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:445)
  3133. at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1137)
  3134. at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:637)
  3135. at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
  3136. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  3137. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  3138. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  3139. at java.lang.Thread.run(Thread.java:748)
  3140. WARN - ModuleResourcesServlet.getFile(106) |2019-07-23 15:15:31,869| No file with path 'C:\xampp\tomcat\webapps\openmrs\WEB-INF\view\module\legacyui\resources\images\openmrs_logo_tiny.png' exists for module 'legacyui'
  3141. WARN - ModuleResourcesServlet.getFile(106) |2019-07-23 15:15:31,873| No file with path 'C:\xampp\tomcat\webapps\openmrs\WEB-INF\view\module\legacyui\resources\images\openmrs_logo_tiny.png' exists for module 'legacyui'
  3142. WARN - ModuleResourcesServlet.getFile(106) |2019-07-23 15:15:58,493| No file with path 'C:\xampp\tomcat\webapps\openmrs\WEB-INF\view\module\legacyui\resources\images\openmrs_logo_tiny.png' exists for module 'legacyui'
  3143. WARN - ModuleResourcesServlet.getFile(106) |2019-07-23 15:15:58,502| No file with path 'C:\xampp\tomcat\webapps\openmrs\WEB-INF\view\module\legacyui\resources\images\openmrs_logo_tiny.png' exists for module 'legacyui'
Add Comment
Please, Sign In to add comment