Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 61.69 KB | None | 0 0
  1. Starting Tomcat...
  2.  
  3. Sep 03, 2018 4:12:11 PM org.apache.coyote.AbstractProtocol init
  4. INFO: Initializing ProtocolHandler ["http-bio-8080"]
  5. Sep 03, 2018 4:12:11 PM org.apache.catalina.core.StandardService startInternal
  6. INFO: Starting service Tomcat
  7. Sep 03, 2018 4:12:11 PM org.apache.catalina.core.StandardEngine startInternal
  8. INFO: Starting Servlet Engine: Apache Tomcat/7.0.67
  9. Sep 03, 2018 4:12:13 PM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment
  10. INFO: No global web.xml found
  11. Sep 03, 2018 4:12:18 PM org.apache.catalina.startup.TaglibUriRule body
  12. INFO: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined
  13. Sep 03, 2018 4:12:18 PM org.apache.catalina.startup.TaglibUriRule body
  14. INFO: TLD skipped. URI: http://java.sun.com/jstl/core is already defined
  15. Sep 03, 2018 4:12:18 PM org.apache.catalina.startup.TaglibUriRule body
  16. INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/core is already defined
  17. Sep 03, 2018 4:12:18 PM org.apache.catalina.startup.TaglibUriRule body
  18. INFO: TLD skipped. URI: http://java.sun.com/jstl/fmt_rt is already defined
  19. Sep 03, 2018 4:12:18 PM org.apache.catalina.startup.TaglibUriRule body
  20. INFO: TLD skipped. URI: http://java.sun.com/jstl/fmt is already defined
  21. Sep 03, 2018 4:12:18 PM org.apache.catalina.startup.TaglibUriRule body
  22. INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/fmt is already defined
  23. Sep 03, 2018 4:12:18 PM org.apache.catalina.startup.TaglibUriRule body
  24. INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined
  25. Sep 03, 2018 4:12:18 PM org.apache.catalina.startup.TaglibUriRule body
  26. INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/permittedTaglibs is already defined
  27. Sep 03, 2018 4:12:18 PM org.apache.catalina.startup.TaglibUriRule body
  28. INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/scriptfree is already defined
  29. Sep 03, 2018 4:12:18 PM org.apache.catalina.startup.TaglibUriRule body
  30. INFO: TLD skipped. URI: http://java.sun.com/jstl/sql_rt is already defined
  31. Sep 03, 2018 4:12:18 PM org.apache.catalina.startup.TaglibUriRule body
  32. INFO: TLD skipped. URI: http://java.sun.com/jstl/sql is already defined
  33. Sep 03, 2018 4:12:18 PM org.apache.catalina.startup.TaglibUriRule body
  34. INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/sql is already defined
  35. Sep 03, 2018 4:12:18 PM org.apache.catalina.startup.TaglibUriRule body
  36. INFO: TLD skipped. URI: http://java.sun.com/jstl/xml_rt is already defined
  37. Sep 03, 2018 4:12:18 PM org.apache.catalina.startup.TaglibUriRule body
  38. INFO: TLD skipped. URI: http://java.sun.com/jstl/xml is already defined
  39. Sep 03, 2018 4:12:18 PM org.apache.catalina.startup.TaglibUriRule body
  40. INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/xml is already defined
  41. Sep 03, 2018 4:12:18 PM org.apache.catalina.startup.TldConfig execute
  42. 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.
  43. Sep 03, 2018 4:12:18 PM org.apache.catalina.core.ApplicationContext log
  44. INFO: No Spring WebApplicationInitializer types detected on classpath
  45. SLF4J: Class path contains multiple SLF4J bindings.
  46. SLF4J: Found binding in [jar:file:/Users/samuel34/.m2/repository/org/slf4j/slf4j-simple/1.6.2/slf4j-simple-1.6.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  47. SLF4J: Found binding in [jar:file:/Users/samuel34/openmrs/server12/tmp/openmrs/WEB-INF/lib/slf4j-log4j12-1.6.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  48. SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
  49. Sep 03, 2018 4:12:19 PM org.apache.catalina.core.ApplicationContext log
  50. INFO: Initializing log4j from [classpath:log4j.xml]
  51. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2080) |2018-09-03 16:12:19,202| Unable to find a runtime properties file at /Users/samuel34/openmrs-runtime.properties
  52. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2080) |2018-09-03 16:12:19,220| Unable to find a runtime properties file at /Users/samuel34/openmrs-runtime.properties
  53. INFO - Listener.contextInitialized(173) |2018-09-03 16:12:19,220| Using runtime properties file: /Users/samuel34/openmrs/server12/openmrs-runtime.properties
  54. Mon Sep 03 16:12:19 EAT 2018 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.
  55. INFO 9/3/18 4:12 PM:liquibase: Reading from `liquibasechangelog`
  56. WARNING 9/3/18 4:12 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  57. WARNING 9/3/18 4:12 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  58. WARNING 9/3/18 4:12 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  59. Mon Sep 03 16:12:22 EAT 2018 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.
  60. INFO - EhCacheManagerFactoryBean.afterPropertiesSet(129) |2018-09-03 16:12:24,877| Initializing EhCache CacheManager
  61. Mon Sep 03 16:12:29 EAT 2018 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.
  62. WARN - SimpleUrlHandlerMapping.registerHandlers(115) |2018-09-03 16:12:33,681| Neither 'urlMap' nor 'mappings' set on SimpleUrlHandlerMapping
  63. WARN - Listener.loadBundledModules(500) |2018-09-03 16:12:33,692| Bundled module folder doesn't exist: /Users/samuel34/openmrs/server12/tmp/openmrs/WEB-INF/bundledModules
  64. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2080) |2018-09-03 16:12:33,693| Unable to find a runtime properties file at /Users/samuel34/openmrs-runtime.properties
  65. Mon Sep 03 16:12:33 EAT 2018 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.
  66. INFO 9/3/18 4:12 PM:liquibase: Reading from `liquibasechangelog`
  67. WARNING 9/3/18 4:12 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  68. WARNING 9/3/18 4:12 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  69. WARNING 9/3/18 4:12 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  70. Mon Sep 03 16:12:34 EAT 2018 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.
  71. Mon Sep 03 16:12:36 EAT 2018 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.
  72. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:12:36,688| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: event.started value: true,
  73. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:12:36,721| Exiting method saveGlobalProperty
  74. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:12:36,731| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: event.mandatory value: false,
  75. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:12:36,739| Exiting method saveGlobalProperty
  76. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:12:36,854| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: legacyui.started value: true,
  77. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:12:36,859| Exiting method saveGlobalProperty
  78. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:12:36,864| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: legacyui.mandatory value: false,
  79. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:12:36,870| Exiting method saveGlobalProperty
  80. Mon Sep 03 16:12:37 EAT 2018 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.
  81. INFO 9/3/18 4:12 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  82. INFO 9/3/18 4:12 PM:liquibase: Reading from `liquibasechangelog`
  83. INFO 9/3/18 4:12 PM:liquibase: Successfully acquired change log lock
  84. INFO 9/3/18 4:12 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  85. INFO 9/3/18 4:12 PM:liquibase: Successfully released change log lock
  86. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:12:42,898| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: fhir.started value: true,
  87. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:12:42,906| Exiting method saveGlobalProperty
  88. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:12:42,912| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: fhir.mandatory value: false,
  89. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:12:42,918| Exiting method saveGlobalProperty
  90. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:12:43,013| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: dataexchange.started value: true,
  91. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:12:43,018| Exiting method saveGlobalProperty
  92. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:12:43,025| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: dataexchange.mandatory value: false,
  93. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:12:43,037| Exiting method saveGlobalProperty
  94. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:12:43,086| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingcompatibility.started value: true,
  95. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:12:43,091| Exiting method saveGlobalProperty
  96. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:12:43,096| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingcompatibility.mandatory value: false,
  97. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:12:43,102| Exiting method saveGlobalProperty
  98. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:12:43,298| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: webservices.rest.started value: true,
  99. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:12:43,304| Exiting method saveGlobalProperty
  100. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:12:43,310| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: webservices.rest.mandatory value: false,
  101. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:12:43,315| Exiting method saveGlobalProperty
  102. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:12:43,389| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: serialization.xstream.started value: true,
  103. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:12:43,394| Exiting method saveGlobalProperty
  104. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:12:43,400| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: serialization.xstream.mandatory value: false,
  105. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:12:43,405| Exiting method saveGlobalProperty
  106. Mon Sep 03 16:12:43 EAT 2018 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.
  107. INFO 9/3/18 4:12 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  108. INFO 9/3/18 4:12 PM:liquibase: Reading from `liquibasechangelog`
  109. INFO 9/3/18 4:12 PM:liquibase: Successfully acquired change log lock
  110. INFO 9/3/18 4:12 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  111. INFO 9/3/18 4:12 PM:liquibase: Successfully released change log lock
  112. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:12:48,713| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uiframework.started value: true,
  113. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:12:48,719| Exiting method saveGlobalProperty
  114. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:12:48,727| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uiframework.mandatory value: false,
  115. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:12:48,733| Exiting method saveGlobalProperty
  116. Mon Sep 03 16:12:48 EAT 2018 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.
  117. INFO 9/3/18 4:12 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  118. INFO 9/3/18 4:12 PM:liquibase: Reading from `liquibasechangelog`
  119. INFO 9/3/18 4:12 PM:liquibase: Successfully acquired change log lock
  120. INFO 9/3/18 4:12 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  121. INFO 9/3/18 4:12 PM:liquibase: Successfully released change log lock
  122. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:12:54,335| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uicommons.started value: true,
  123. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:12:54,340| Exiting method saveGlobalProperty
  124. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:12:54,345| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uicommons.mandatory value: false,
  125. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:12:54,351| Exiting method saveGlobalProperty
  126. Mon Sep 03 16:12:54 EAT 2018 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.
  127. INFO 9/3/18 4:12 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  128. INFO 9/3/18 4:12 PM:liquibase: Reading from `liquibasechangelog`
  129. INFO 9/3/18 4:12 PM:liquibase: Successfully acquired change log lock
  130. INFO 9/3/18 4:12 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  131. INFO 9/3/18 4:12 PM:liquibase: Successfully released change log lock
  132. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:12:59,537| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: atlas.started value: true,
  133. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:12:59,542| Exiting method saveGlobalProperty
  134. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:12:59,549| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: atlas.mandatory value: false,
  135. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:12:59,558| Exiting method saveGlobalProperty
  136. Mon Sep 03 16:12:59 EAT 2018 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.
  137. INFO 9/3/18 4:12 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  138. INFO 9/3/18 4:12 PM:liquibase: Reading from `liquibasechangelog`
  139. INFO 9/3/18 4:13 PM:liquibase: Successfully acquired change log lock
  140. INFO 9/3/18 4:13 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  141. INFO 9/3/18 4:13 PM:liquibase: Successfully released change log lock
  142. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:13:04,806| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uilibrary.started value: true,
  143. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:13:04,810| Exiting method saveGlobalProperty
  144. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:13:04,814| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uilibrary.mandatory value: false,
  145. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:13:04,819| Exiting method saveGlobalProperty
  146. Mon Sep 03 16:13:04 EAT 2018 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.
  147. INFO 9/3/18 4:13 PM:liquibase: Reading from `liquibasechangelog`
  148. INFO 9/3/18 4:13 PM:liquibase: Successfully acquired change log lock
  149. INFO 9/3/18 4:13 PM:liquibase: Successfully released change log lock
  150. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:13:10,097| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: providermanagement.started value: true,
  151. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:13:10,102| Exiting method saveGlobalProperty
  152. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:13:10,108| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: providermanagement.mandatory value: false,
  153. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:13:10,116| Exiting method saveGlobalProperty
  154. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:13:10,304| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.started value: true,
  155. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:13:10,309| Exiting method saveGlobalProperty
  156. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:13:10,314| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.mandatory value: false,
  157. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:13:10,320| Exiting method saveGlobalProperty
  158. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:13:10,398| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlwidgets.started value: true,
  159. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:13:10,403| Exiting method saveGlobalProperty
  160. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:13:10,407| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlwidgets.mandatory value: false,
  161. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:13:10,412| Exiting method saveGlobalProperty
  162. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:13:10,435| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: owa.started value: true,
  163. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:13:10,440| Exiting method saveGlobalProperty
  164. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:13:10,445| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: owa.mandatory value: false,
  165. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:13:10,451| Exiting method saveGlobalProperty
  166. Mon Sep 03 16:13:10 EAT 2018 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.
  167. INFO 9/3/18 4:13 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  168. INFO 9/3/18 4:13 PM:liquibase: Reading from `liquibasechangelog`
  169. INFO 9/3/18 4:13 PM:liquibase: Successfully acquired change log lock
  170. INFO 9/3/18 4:13 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  171. INFO 9/3/18 4:13 PM:liquibase: Successfully released change log lock
  172. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:13:15,794| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatamapping.started value: true,
  173. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:13:15,799| Exiting method saveGlobalProperty
  174. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:13:15,804| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatamapping.mandatory value: false,
  175. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:13:15,810| Exiting method saveGlobalProperty
  176. Mon Sep 03 16:13:15 EAT 2018 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.
  177. INFO 9/3/18 4:13 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  178. INFO 9/3/18 4:13 PM:liquibase: Reading from `liquibasechangelog`
  179. INFO 9/3/18 4:13 PM:liquibase: Successfully acquired change log lock
  180. INFO 9/3/18 4:13 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  181. INFO 9/3/18 4:13 PM:liquibase: Successfully released change log lock
  182. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:13:21,058| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatasharing.started value: true,
  183. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:13:21,067| Exiting method saveGlobalProperty
  184. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:13:21,072| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatasharing.mandatory value: false,
  185. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:13:21,078| Exiting method saveGlobalProperty
  186. Mon Sep 03 16:13:21 EAT 2018 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.
  187. INFO 9/3/18 4:13 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  188. INFO 9/3/18 4:13 PM:liquibase: Reading from `liquibasechangelog`
  189. INFO 9/3/18 4:13 PM:liquibase: Successfully acquired change log lock
  190. INFO 9/3/18 4:13 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  191. INFO 9/3/18 4:13 PM:liquibase: Successfully released change log lock
  192. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:13:26,379| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatadeploy.started value: true,
  193. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:13:26,386| Exiting method saveGlobalProperty
  194. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:13:26,393| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatadeploy.mandatory value: false,
  195. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:13:26,399| Exiting method saveGlobalProperty
  196. Mon Sep 03 16:13:26 EAT 2018 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.
  197. INFO 9/3/18 4:13 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  198. INFO 9/3/18 4:13 PM:liquibase: Reading from `liquibasechangelog`
  199. INFO 9/3/18 4:13 PM:liquibase: Successfully acquired change log lock
  200. INFO 9/3/18 4:13 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  201. INFO 9/3/18 4:13 PM:liquibase: Successfully released change log lock
  202. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:13:31,696| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlformentry.started value: true,
  203. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:13:31,701| Exiting method saveGlobalProperty
  204. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:13:31,710| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlformentry.mandatory value: false,
  205. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:13:31,719| Exiting method saveGlobalProperty
  206. Mon Sep 03 16:13:31 EAT 2018 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.
  207. INFO 9/3/18 4:13 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  208. INFO 9/3/18 4:13 PM:liquibase: Reading from `liquibasechangelog`
  209. INFO 9/3/18 4:13 PM:liquibase: Successfully acquired change log lock
  210. INFO 9/3/18 4:13 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  211. INFO 9/3/18 4:13 PM:liquibase: Successfully released change log lock
  212. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:13:37,013| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: calculation.started value: true,
  213. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:13:37,019| Exiting method saveGlobalProperty
  214. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:13:37,024| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: calculation.mandatory value: false,
  215. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:13:37,029| Exiting method saveGlobalProperty
  216. Mon Sep 03 16:13:37 EAT 2018 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.
  217. INFO 9/3/18 4:13 PM:liquibase: Reading from `liquibasechangelog`
  218. INFO 9/3/18 4:13 PM:liquibase: Successfully acquired change log lock
  219. INFO 9/3/18 4:13 PM:liquibase: Successfully released change log lock
  220. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:13:42,898| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.started value: true,
  221. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:13:42,904| Exiting method saveGlobalProperty
  222. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:13:42,908| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.mandatory value: false,
  223. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:13:42,911| Exiting method saveGlobalProperty
  224. Mon Sep 03 16:13:42 EAT 2018 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.
  225. INFO 9/3/18 4:13 PM:liquibase: Reading from `liquibasechangelog`
  226. INFO 9/3/18 4:13 PM:liquibase: Successfully acquired change log lock
  227. INFO 9/3/18 4:13 PM:liquibase: Successfully released change log lock
  228. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:13:48,211| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: emrapi.started value: true,
  229. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:13:48,215| Exiting method saveGlobalProperty
  230. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:13:48,219| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: emrapi.mandatory value: false,
  231. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:13:48,223| Exiting method saveGlobalProperty
  232. Mon Sep 03 16:13:48 EAT 2018 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.
  233. INFO 9/3/18 4:13 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  234. INFO 9/3/18 4:13 PM:liquibase: Reading from `liquibasechangelog`
  235. INFO 9/3/18 4:13 PM:liquibase: Successfully acquired change log lock
  236. INFO 9/3/18 4:13 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  237. INFO 9/3/18 4:13 PM:liquibase: Successfully released change log lock
  238. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:13:53,479| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appointmentscheduling.started value: true,
  239. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:13:53,485| Exiting method saveGlobalProperty
  240. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:13:53,490| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appointmentscheduling.mandatory value: false,
  241. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:13:53,495| Exiting method saveGlobalProperty
  242. Mon Sep 03 16:13:53 EAT 2018 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.
  243. INFO 9/3/18 4:13 PM:liquibase: Reading from `liquibasechangelog`
  244. INFO 9/3/18 4:13 PM:liquibase: Successfully acquired change log lock
  245. INFO 9/3/18 4:13 PM:liquibase: Successfully released change log lock
  246. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:13:58,761| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingrest.started value: true,
  247. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:13:58,766| Exiting method saveGlobalProperty
  248. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:13:58,771| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingrest.mandatory value: false,
  249. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:13:58,775| Exiting method saveGlobalProperty
  250. Mon Sep 03 16:13:58 EAT 2018 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.
  251. INFO 9/3/18 4:13 PM:liquibase: Reading from `liquibasechangelog`
  252. INFO 9/3/18 4:14 PM:liquibase: Successfully acquired change log lock
  253. INFO 9/3/18 4:14 PM:liquibase: Successfully released change log lock
  254. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:14:03,957| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: idgen.started value: true,
  255. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:14:03,962| Exiting method saveGlobalProperty
  256. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:14:03,966| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: idgen.mandatory value: false,
  257. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:14:03,971| Exiting method saveGlobalProperty
  258. Mon Sep 03 16:14:04 EAT 2018 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.
  259. INFO 9/3/18 4:14 PM:liquibase: Reading from `liquibasechangelog`
  260. INFO 9/3/18 4:14 PM:liquibase: Successfully acquired change log lock
  261. INFO 9/3/18 4:14 PM:liquibase: Successfully released change log lock
  262. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:14:09,208| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referencemetadata.started value: true,
  263. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:14:09,212| Exiting method saveGlobalProperty
  264. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:14:09,216| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referencemetadata.mandatory value: false,
  265. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:14:09,225| Exiting method saveGlobalProperty
  266. Mon Sep 03 16:14:09 EAT 2018 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.
  267. INFO 9/3/18 4:14 PM:liquibase: Reading from `liquibasechangelog`
  268. INFO 9/3/18 4:14 PM:liquibase: Successfully acquired change log lock
  269. INFO 9/3/18 4:14 PM:liquibase: Successfully released change log lock
  270. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:14:14,387| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referencedemodata.started value: true,
  271. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:14:14,389| Exiting method saveGlobalProperty
  272. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:14:14,394| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referencedemodata.mandatory value: false,
  273. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:14:14,398| Exiting method saveGlobalProperty
  274. Mon Sep 03 16:14:14 EAT 2018 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.
  275. INFO 9/3/18 4:14 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  276. INFO 9/3/18 4:14 PM:liquibase: Reading from `liquibasechangelog`
  277. INFO 9/3/18 4:14 PM:liquibase: Successfully acquired change log lock
  278. INFO 9/3/18 4:14 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  279. INFO 9/3/18 4:14 PM:liquibase: Successfully released change log lock
  280. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:14:19,604| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.started value: true,
  281. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:14:19,609| Exiting method saveGlobalProperty
  282. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:14:19,620| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.mandatory value: false,
  283. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:14:19,625| Exiting method saveGlobalProperty
  284. ERROR - ModuleFactory.startModules(257) |2018-09-03 16:14:19,675| Module HTML Form Entry UI Framework Integration Module cannot be started because it requires the following module(s): appui 1.7 Please install and start these modules first.
  285. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:14:19,749| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  286. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:14:19,769| Exiting method saveAlert
  287. Mon Sep 03 16:14:19 EAT 2018 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.
  288. INFO 9/3/18 4:14 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  289. INFO 9/3/18 4:14 PM:liquibase: Reading from `liquibasechangelog`
  290. INFO 9/3/18 4:14 PM:liquibase: Successfully acquired change log lock
  291. INFO 9/3/18 4:14 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  292. INFO 9/3/18 4:14 PM:liquibase: Successfully released change log lock
  293. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:14:25,048| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appframework.started value: true,
  294. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:14:25,058| Exiting method saveGlobalProperty
  295. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:14:25,062| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appframework.mandatory value: false,
  296. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:14:25,070| Exiting method saveGlobalProperty
  297. ERROR - ModuleFactory.startModules(257) |2018-09-03 16:14:25,083| Module Admin UI Module cannot be started because it requires the following module(s): appui 1.7 Please install and start these modules first.
  298. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:14:25,096| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  299. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:14:25,100| Exiting method saveAlert
  300. Mon Sep 03 16:14:25 EAT 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  301. INFO 9/3/18 4:14 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  302. INFO 9/3/18 4:14 PM:liquibase: Reading from `liquibasechangelog`
  303. INFO 9/3/18 4:14 PM:liquibase: Successfully acquired change log lock
  304. INFO 9/3/18 4:14 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  305. INFO 9/3/18 4:14 PM:liquibase: Successfully released change log lock
  306. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:14:30,293| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: formentryapp.started value: true,
  307. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:14:30,297| Exiting method saveGlobalProperty
  308. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:14:30,301| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: formentryapp.mandatory value: false,
  309. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:14:30,305| Exiting method saveGlobalProperty
  310. Mon Sep 03 16:14:30 EAT 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  311. INFO 9/3/18 4:14 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  312. INFO 9/3/18 4:14 PM:liquibase: Reading from `liquibasechangelog`
  313. INFO 9/3/18 4:14 PM:liquibase: Successfully acquired change log lock
  314. INFO 9/3/18 4:14 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  315. INFO 9/3/18 4:14 PM:liquibase: Successfully released change log lock
  316. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:14:35,513| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: allergyui.started value: true,
  317. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:14:35,518| Exiting method saveGlobalProperty
  318. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:14:35,523| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: allergyui.mandatory value: false,
  319. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:14:35,531| Exiting method saveGlobalProperty
  320. ERROR - ModuleFactory.startModules(257) |2018-09-03 16:14:35,542| Module Core Apps Module cannot be started because it requires the following module(s): appui 1.7 Please install and start these modules first.
  321. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:14:35,555| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  322. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:14:35,562| Exiting method saveAlert
  323. ERROR - ModuleFactory.startModules(257) |2018-09-03 16:14:35,576| Module Registration App Module cannot be started because it requires the following module(s): appui 1.7},coreapps 1.11.1 Please install and start these modules first.
  324. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:14:35,592| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  325. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:14:35,594| Exiting method saveAlert
  326. ERROR - ModuleFactory.startModules(257) |2018-09-03 16:14:35,601| Module Reporting UI Module cannot be started because it requires the following module(s): appui 1.0 Please install and start these modules first.
  327. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:14:35,615| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  328. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:14:35,617| Exiting method saveAlert
  329. ERROR - ModuleFactory.startModules(257) |2018-09-03 16:14:35,624| Module Chart Search Module cannot be started because it requires the following module(s): htmlformentryui 1.2,appui 1.0 Please install and start these modules first.
  330. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:14:35,636| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  331. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:14:35,639| Exiting method saveAlert
  332. ERROR - ModuleFactory.startModules(257) |2018-09-03 16:14:35,645| Module Appointment Scheduling UI Module cannot be started because it requires the following module(s): appui,coreapps 1.11.1 Please install and start these modules first.
  333. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:14:35,654| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  334. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:14:35,656| Exiting method saveAlert
  335. ERROR - ModuleFactory.startModules(257) |2018-09-03 16:14:35,663| Module Reference Application Module cannot be started because it requires the following module(s): htmlformentryui 1.6.1,appui 1.7 Please install and start these modules first.
  336. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:14:35,676| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  337. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:14:35,679| Exiting method saveAlert
  338. INFO - LoggingAdvice.invoke(116) |2018-09-03 16:14:36,637| In method SchedulerService.saveToMemento. Arguments:
  339. INFO - LoggingAdvice.invoke(156) |2018-09-03 16:14:36,641| Exiting method saveToMemento
  340. INFO - EhCacheManagerFactoryBean.destroy(181) |2018-09-03 16:14:36,670| Shutting down EhCache CacheManager
  341. INFO - ServiceContext.startRefreshingContext(832) |2018-09-03 16:14:36,672| Refreshing Context
  342. WARN - AbstractApplicationContext.refresh(487) |2018-09-03 16:14:46,700| Exception encountered during context initialization - cancelling refresh attempt
  343. org.springframework.beans.factory.BeanDefinitionStoreException: Failed to parse configuration class [org.openmrs.module.referencemetadata.reporting.reports.Transfers.NumberOfTransfers]; nested exception is java.io.FileNotFoundException: class path resource [org/openmrs/module/referencemetadata/reporting/reports/Transfers/NumberOfTransfers.class] cannot be opened because it does not exist
  344. at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:177)
  345. at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:306)
  346. at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:239)
  347. at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:254)
  348. at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:94)
  349. at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:606)
  350. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:462)
  351. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:888)
  352. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:847)
  353. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:632)
  354. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:612)
  355. at org.openmrs.web.Listener.startOpenmrs(Listener.java:251)
  356. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  357. Caused by: java.io.FileNotFoundException: class path resource [org/openmrs/module/referencemetadata/reporting/reports/Transfers/NumberOfTransfers.class] cannot be opened because it does not exist
  358. at org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:172)
  359. at org.springframework.core.type.classreading.SimpleMetadataReader.<init>(SimpleMetadataReader.java:50)
  360. at org.springframework.core.type.classreading.SimpleMetadataReaderFactory.getMetadataReader(SimpleMetadataReaderFactory.java:98)
  361. at org.springframework.core.type.classreading.CachingMetadataReaderFactory.getMetadataReader(CachingMetadataReaderFactory.java:102)
  362. at org.springframework.core.type.classreading.SimpleMetadataReaderFactory.getMetadataReader(SimpleMetadataReaderFactory.java:93)
  363. at org.springframework.context.annotation.ConfigurationClassParser.asSourceClass(ConfigurationClassParser.java:591)
  364. at org.springframework.context.annotation.ConfigurationClassParser.asSourceClass(ConfigurationClassParser.java:549)
  365. at org.springframework.context.annotation.ConfigurationClassParser.processConfigurationClass(ConfigurationClassParser.java:224)
  366. at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:193)
  367. at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:163)
  368. ... 12 more
  369. INFO - ServiceContext.doneRefreshingContext(843) |2018-09-03 16:14:46,702| Done refreshing Context
  370. ERROR - MarkerIgnoringBase.error(161) |2018-09-03 16:14:46,705| Unable to refresh the spring application context. Root Cause was:
  371. java.io.FileNotFoundException: class path resource [org/openmrs/module/referencemetadata/reporting/reports/Transfers/NumberOfTransfers.class] cannot be opened because it does not exist
  372. at org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:172)
  373. at org.springframework.core.type.classreading.SimpleMetadataReader.<init>(SimpleMetadataReader.java:50)
  374. at org.springframework.core.type.classreading.SimpleMetadataReaderFactory.getMetadataReader(SimpleMetadataReaderFactory.java:98)
  375. at org.springframework.core.type.classreading.CachingMetadataReaderFactory.getMetadataReader(CachingMetadataReaderFactory.java:102)
  376. at org.springframework.core.type.classreading.SimpleMetadataReaderFactory.getMetadataReader(SimpleMetadataReaderFactory.java:93)
  377. at org.springframework.context.annotation.ConfigurationClassParser.asSourceClass(ConfigurationClassParser.java:591)
  378. at org.springframework.context.annotation.ConfigurationClassParser.asSourceClass(ConfigurationClassParser.java:549)
  379. at org.springframework.context.annotation.ConfigurationClassParser.processConfigurationClass(ConfigurationClassParser.java:224)
  380. at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:193)
  381. at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:163)
  382. at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:306)
  383. at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:239)
  384. at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:254)
  385. at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:94)
  386. at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:606)
  387. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:462)
  388. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:888)
  389. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:847)
  390. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:632)
  391. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:612)
  392. at org.openmrs.web.Listener.startOpenmrs(Listener.java:251)
  393. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  394. WARN - Listener.performWebStartOfModules(672) |2018-09-03 16:14:46,708| caught another error:
  395. org.openmrs.api.APIException: Service not found: interface org.openmrs.scheduler.SchedulerService
  396. at org.openmrs.api.context.ServiceContext.getService(ServiceContext.java:686)
  397. at org.openmrs.api.context.ServiceContext.getSchedulerService(ServiceContext.java:313)
  398. at org.openmrs.api.context.Context.getSchedulerService(Context.java:510)
  399. at org.openmrs.module.web.WebModuleUtil.stopTasks(WebModuleUtil.java:369)
  400. at org.openmrs.module.web.WebModuleUtil.stopModule(WebModuleUtil.java:756)
  401. at org.openmrs.module.web.WebModuleUtil.shutdownModules(WebModuleUtil.java:699)
  402. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:649)
  403. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:612)
  404. at org.openmrs.web.Listener.startOpenmrs(Listener.java:251)
  405. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  406. WARN - ModuleFactory.stopModule(1054) |2018-09-03 16:14:46,709| Unable to call module's Activator.willStop() method
  407. org.openmrs.api.APIException: Service not found: interface org.openmrs.module.atlas.AtlasService
  408. at org.openmrs.api.context.ServiceContext.getService(ServiceContext.java:686)
  409. at org.openmrs.api.context.Context.getService(Context.java:953)
  410. at org.openmrs.module.atlas.AtlasModuleActivator.willStop(AtlasModuleActivator.java:66)
  411. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1050)
  412. at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:162)
  413. at org.openmrs.api.context.Context.shutdown(Context.java:921)
  414. at org.openmrs.web.Listener.startOpenmrs(Listener.java:257)
  415. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  416. WARN - ModuleFactory.stopModule(1054) |2018-09-03 16:14:46,914| Unable to call module's Activator.willStop() method
  417. java.lang.NullPointerException
  418. at org.openmrs.api.context.ServiceContext.getRegisteredComponents(ServiceContext.java:916)
  419. at org.openmrs.api.context.ServiceContext.getRegisteredComponents(ServiceContext.java:880)
  420. at org.openmrs.api.context.Context.getRegisteredComponents(Context.java:1215)
  421. at org.openmrs.module.reporting.ReportingModuleActivator.cancelAllScheduledTasks(ReportingModuleActivator.java:61)
  422. at org.openmrs.module.reporting.ReportingModuleActivator.willStop(ReportingModuleActivator.java:43)
  423. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1050)
  424. at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:162)
  425. at org.openmrs.api.context.Context.shutdown(Context.java:921)
  426. at org.openmrs.web.Listener.startOpenmrs(Listener.java:257)
  427. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  428. WARN - ModuleFactory.stopModule(1155) |2018-09-03 16:14:47,127| Unable to call module's Activator.shutdown() method
  429. java.lang.NullPointerException
  430. at org.openmrs.api.context.ServiceContext.getRegisteredComponents(ServiceContext.java:916)
  431. at org.openmrs.api.context.ServiceContext.getRegisteredComponents(ServiceContext.java:880)
  432. at org.openmrs.api.context.Context.getRegisteredComponents(Context.java:1215)
  433. at org.openmrs.util.HandlerUtil.getHandlersForType(HandlerUtil.java:118)
  434. at org.openmrs.module.event.EventActivator.stopped(EventActivator.java:89)
  435. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1151)
  436. at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:162)
  437. at org.openmrs.api.context.Context.shutdown(Context.java:921)
  438. at org.openmrs.web.Listener.startOpenmrs(Listener.java:257)
  439. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  440. WARN - Context.shutdown(941) |2018-09-03 16:14:47,229| Error while shutting down context dao
  441. org.hibernate.service.UnknownServiceException: Unknown service requested [org.hibernate.stat.spi.StatisticsImplementor]
  442. at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:201)
  443. at org.hibernate.internal.SessionFactoryImpl.getStatisticsImplementor(SessionFactoryImpl.java:1450)
  444. at org.hibernate.internal.SessionFactoryImpl.getStatistics(SessionFactoryImpl.java:1446)
  445. at org.openmrs.api.db.hibernate.HibernateContextDAO.showUsageStatistics(HibernateContextDAO.java:378)
  446. at org.openmrs.api.db.hibernate.HibernateContextDAO.shutdown(HibernateContextDAO.java:353)
  447. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  448. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  449. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  450. at java.lang.reflect.Method.invoke(Method.java:498)
  451. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  452. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:201)
  453. at com.sun.proxy.$Proxy120.shutdown(Unknown Source)
  454. at org.openmrs.api.context.Context.shutdown(Context.java:937)
  455. at org.openmrs.web.Listener.startOpenmrs(Listener.java:257)
  456. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  457. ERROR - MarkerIgnoringBase.error(161) |2018-09-03 16:14:47,230| Failed to obtain JDBC connection
  458. org.openmrs.module.ModuleException: Unable to start OpenMRS. Error thrown was: org.openmrs.api.APIException: Service not found: interface org.openmrs.scheduler.SchedulerService
  459. at org.openmrs.web.WebDaemon.startOpenmrs(WebDaemon.java:65)
  460. at org.openmrs.web.Listener.contextInitialized(Listener.java:192)
  461. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5077)
  462. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5591)
  463. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  464. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1574)
  465. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1564)
  466. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  467. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  468. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  469. at java.lang.Thread.run(Thread.java:748)
  470. Caused by: javax.servlet.ServletException: org.openmrs.api.APIException: Service not found: interface org.openmrs.scheduler.SchedulerService
  471. at org.openmrs.web.Listener.startOpenmrs(Listener.java:259)
  472. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  473. Caused by: org.openmrs.api.APIException: Service not found: interface org.openmrs.scheduler.SchedulerService
  474. at org.openmrs.api.context.ServiceContext.getService(ServiceContext.java:686)
  475. at org.openmrs.api.context.ServiceContext.getSchedulerService(ServiceContext.java:313)
  476. at org.openmrs.api.context.Context.getSchedulerService(Context.java:510)
  477. at org.openmrs.module.web.WebModuleUtil.stopTasks(WebModuleUtil.java:369)
  478. at org.openmrs.module.web.WebModuleUtil.stopModule(WebModuleUtil.java:756)
  479. at org.openmrs.module.web.WebModuleUtil.shutdownModules(WebModuleUtil.java:699)
  480. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:649)
  481. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:612)
  482. at org.openmrs.web.Listener.startOpenmrs(Listener.java:251)
  483. ... 1 more
  484. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2080) |2018-09-03 16:14:47,397| Unable to find a runtime properties file at /Users/samuel34/openmrs-runtime.properties
  485. Mon Sep 03 16:14:47 EAT 2018 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.
  486. Sep 03, 2018 4:14:47 PM org.apache.coyote.AbstractProtocol start
  487. INFO: Starting ProtocolHandler ["http-bio-8080"]
  488. ERROR - CommonsLogLogChute.log(96) |2018-09-03 16:15:02,764| #parse() null argument
  489. ERROR - CommonsLogLogChute.log(96) |2018-09-03 16:15:02,769| #parse() null argument
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement