Guest User

Untitled

a guest
Jul 7th, 2020
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 92.36 KB | None | 0 0
  1. Checking if port 8081 is in use... [free]
  2. Apache Maven 3.6.0
  3. Maven home: /usr/share/maven
  4. Java version: 1.8.0_201, vendor: Oracle Corporation, runtime: /usr/lib/jvm/java-8-oracle/jre
  5. Default locale: en_US, platform encoding: UTF-8
  6. OS name: "linux", version: "5.3.0-61-generic", arch: "amd64", family: "unix"
  7. [INFO] Scanning for projects...
  8. [WARNING]
  9. [WARNING] Some problems were encountered while building the effective model for org.openmrs.module:metrics-api:jar:1.0.0-SNAPSHOT
  10. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ org.openmrs.module:metrics:1.0.0-SNAPSHOT, /home/ayesh/openmrs/server1/watched-projects/metrics/pom.xml, line 251, column 12
  11. [WARNING]
  12. [WARNING] Some problems were encountered while building the effective model for org.openmrs.module:metrics-omod:jar:1.0.0-SNAPSHOT
  13. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ org.openmrs.module:metrics:1.0.0-SNAPSHOT, /home/ayesh/openmrs/server1/watched-projects/metrics/pom.xml, line 251, column 12
  14. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-pmd-plugin is missing. @ org.openmrs.module:metrics-omod:[unknown-version], /home/ayesh/openmrs/server1/watched-projects/metrics/omod/pom.xml, line 68, column 12
  15. [WARNING]
  16. [WARNING] Some problems were encountered while building the effective model for org.openmrs.module:metrics:pom:1.0.0-SNAPSHOT
  17. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 251, column 12
  18. [WARNING]
  19. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  20. [WARNING]
  21. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  22. [WARNING]
  23. [INFO] ------------------------------------------------------------------------
  24. [INFO] Reactor Build Order:
  25. [INFO]
  26. [INFO] Metrics [pom]
  27. [INFO] Metrics API [jar]
  28. [INFO] Metrics OMOD [jar]
  29. [INFO] openmrs-sdk-watched-projects-server1 [pom]
  30. [INFO]
  31. [INFO] ---------------------< org.openmrs.module:metrics >---------------------
  32. [INFO] Building Metrics 1.0.0-SNAPSHOT [1/4]
  33. [INFO] --------------------------------[ pom ]---------------------------------
  34. [INFO]
  35. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ metrics ---
  36. [INFO] Deleting /home/ayesh/openmrs/server1/watched-projects/metrics/target
  37. [INFO]
  38. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ metrics ---
  39. [INFO] Checking for local modifications: skipped.
  40. [INFO] Updating project files from SCM: skipped.
  41. [INFO] ShortRevision tag detected. The value is '6'.
  42. [INFO] Executing: /bin/sh -c cd /home/ayesh/openmrs/server1/watched-projects/metrics && git rev-parse --verify --short=6 HEAD
  43. [INFO] Working directory: /home/ayesh/openmrs/server1/watched-projects/metrics
  44. [INFO] Storing buildNumber: 23a702 at timestamp: 1594072183928
  45. [INFO] ShortRevision tag detected. The value is '6'.
  46. [INFO] Executing: /bin/sh -c cd /home/ayesh/openmrs/server1/watched-projects/metrics && git rev-parse --verify --short=6 HEAD
  47. [INFO] Working directory: /home/ayesh/openmrs/server1/watched-projects/metrics
  48. [INFO] Storing buildScmBranch: UNKNOWN
  49. [INFO]
  50. [INFO] --- maven-checkstyle-plugin:3.0.0:check (verify-checkstyle) @ metrics ---
  51. [INFO] Starting audit...
  52. Audit done.
  53. [INFO]
  54. [INFO] --- maven-java-formatter-plugin:0.4:format (default) @ metrics ---
  55. [INFO] Using 'UTF-8' encoding to format source files.
  56. [INFO] Number of files to be formatted: 0
  57. [INFO]
  58. [INFO] --- maven-install-plugin:2.4:install (default-install) @ metrics ---
  59. [INFO] Installing /home/ayesh/openmrs/server1/watched-projects/metrics/pom.xml to /home/ayesh/.m2/repository/org/openmrs/module/metrics/1.0.0-SNAPSHOT/metrics-1.0.0-SNAPSHOT.pom
  60. [INFO]
  61. [INFO] -------------------< org.openmrs.module:metrics-api >-------------------
  62. [INFO] Building Metrics API 1.0.0-SNAPSHOT [2/4]
  63. [INFO] --------------------------------[ jar ]---------------------------------
  64. [INFO]
  65. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ metrics-api ---
  66. [INFO] Deleting /home/ayesh/openmrs/server1/watched-projects/metrics/api/target
  67. [INFO]
  68. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ metrics-api ---
  69. [INFO]
  70. [INFO] --- maven-checkstyle-plugin:3.0.0:check (verify-checkstyle) @ metrics-api ---
  71. [INFO] Starting audit...
  72. Audit done.
  73. [INFO]
  74. [INFO] --- maven-java-formatter-plugin:0.4:format (default) @ metrics-api ---
  75. [INFO] Using 'UTF-8' encoding to format source files.
  76. [INFO] Number of files to be formatted: 24
  77. [INFO] Successfully formatted: 0 file(s)
  78. [INFO] Fail to format : 0 file(s)
  79. [INFO] Skipped : 24 file(s)
  80. [INFO] Approximate time taken: 0s
  81. [INFO]
  82. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ metrics-api ---
  83. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  84. [INFO] Copying 10 resources
  85. [INFO]
  86. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ metrics-api ---
  87. [INFO] Changes detected - recompiling the module!
  88. [INFO] Compiling 24 source files to /home/ayesh/openmrs/server1/watched-projects/metrics/api/target/classes
  89. [WARNING] /home/ayesh/openmrs/server1/watched-projects/metrics/api/src/main/java/org/openmrs/module/metrics/api/utils/EventsUtils.java: Some input files use unchecked or unsafe operations.
  90. [WARNING] /home/ayesh/openmrs/server1/watched-projects/metrics/api/src/main/java/org/openmrs/module/metrics/api/utils/EventsUtils.java: Recompile with -Xlint:unchecked for details.
  91. [INFO]
  92. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ metrics-api ---
  93. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  94. [INFO] skip non existing resourceDirectory /home/ayesh/openmrs/server1/watched-projects/metrics/api/src/test/resources
  95. [INFO] skip non existing resourceDirectory /home/ayesh/openmrs/server1/watched-projects/metrics/api/src/test/resources
  96. [INFO]
  97. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ metrics-api ---
  98. [INFO] No sources to compile
  99. [INFO]
  100. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ metrics-api ---
  101. [INFO] Tests are skipped.
  102. [INFO]
  103. [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ metrics-api ---
  104. [INFO] Building jar: /home/ayesh/openmrs/server1/watched-projects/metrics/api/target/metrics-api-1.0.0-SNAPSHOT.jar
  105. [INFO]
  106. [INFO] --- maven-jar-plugin:2.5:test-jar (default) @ metrics-api ---
  107. [WARNING] JAR will be empty - no content was marked for inclusion!
  108. [INFO] Building jar: /home/ayesh/openmrs/server1/watched-projects/metrics/api/target/metrics-api-1.0.0-SNAPSHOT-tests.jar
  109. [INFO]
  110. [INFO] --- maven-install-plugin:2.4:install (default-install) @ metrics-api ---
  111. [INFO] Installing /home/ayesh/openmrs/server1/watched-projects/metrics/api/target/metrics-api-1.0.0-SNAPSHOT.jar to /home/ayesh/.m2/repository/org/openmrs/module/metrics-api/1.0.0-SNAPSHOT/metrics-api-1.0.0-SNAPSHOT.jar
  112. [INFO] Installing /home/ayesh/openmrs/server1/watched-projects/metrics/api/pom.xml to /home/ayesh/.m2/repository/org/openmrs/module/metrics-api/1.0.0-SNAPSHOT/metrics-api-1.0.0-SNAPSHOT.pom
  113. [INFO] Installing /home/ayesh/openmrs/server1/watched-projects/metrics/api/target/metrics-api-1.0.0-SNAPSHOT-tests.jar to /home/ayesh/.m2/repository/org/openmrs/module/metrics-api/1.0.0-SNAPSHOT/metrics-api-1.0.0-SNAPSHOT-tests.jar
  114. [INFO]
  115. [INFO] ------------------< org.openmrs.module:metrics-omod >-------------------
  116. [INFO] Building Metrics OMOD 1.0.0-SNAPSHOT [3/4]
  117. [INFO] --------------------------------[ jar ]---------------------------------
  118. [INFO]
  119. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ metrics-omod ---
  120. [INFO] Deleting /home/ayesh/openmrs/server1/watched-projects/metrics/omod/target
  121. [INFO]
  122. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ metrics-omod ---
  123. [INFO]
  124. [INFO] --- maven-checkstyle-plugin:3.0.0:check (verify-checkstyle) @ metrics-omod ---
  125. [INFO] Starting audit...
  126. Audit done.
  127. [INFO]
  128. [INFO] --- maven-java-formatter-plugin:0.4:format (default) @ metrics-omod ---
  129. [INFO] Using 'UTF-8' encoding to format source files.
  130. [INFO] Number of files to be formatted: 12
  131. [INFO] Successfully formatted: 0 file(s)
  132. [INFO] Fail to format : 0 file(s)
  133. [INFO] Skipped : 12 file(s)
  134. [INFO] Approximate time taken: 0s
  135. [INFO]
  136. [INFO] --- maven-dependency-plugin:2.8:unpack-dependencies (Expand resources) @ metrics-omod ---
  137. [INFO] Unpacking /home/ayesh/openmrs/server1/watched-projects/metrics/api/target/metrics-api-1.0.0-SNAPSHOT.jar to /home/ayesh/openmrs/server1/watched-projects/metrics/omod/target/classes with includes "*.xml,*.properties" and excludes ""
  138. [INFO]
  139. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ metrics-omod ---
  140. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  141. [INFO] Copying 2 resources
  142. [INFO] Copying 1 resource
  143. [INFO] skip non existing resourceDirectory /home/ayesh/openmrs/server1/watched-projects/metrics/omod/src/main/webapp
  144. [INFO] skip non existing resourceDirectory /home/ayesh/openmrs/server1/watched-projects/metrics/omod/src/main/webapp
  145. [INFO]
  146. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ metrics-omod ---
  147. [INFO] Changes detected - recompiling the module!
  148. [INFO] Compiling 12 source files to /home/ayesh/openmrs/server1/watched-projects/metrics/omod/target/classes
  149. [INFO]
  150. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ metrics-omod ---
  151. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  152. [INFO] skip non existing resourceDirectory /home/ayesh/openmrs/server1/watched-projects/metrics/omod/src/test/resources
  153. [INFO] skip non existing resourceDirectory /home/ayesh/openmrs/server1/watched-projects/metrics/omod/src/test/resources
  154. [INFO]
  155. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ metrics-omod ---
  156. [INFO] No sources to compile
  157. [INFO]
  158. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ metrics-omod ---
  159. [INFO] Tests are skipped.
  160. [INFO]
  161. [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ metrics-omod ---
  162. [INFO] Building jar: /home/ayesh/openmrs/server1/watched-projects/metrics/omod/target/metrics-1.0.0-SNAPSHOT.jar
  163. [INFO]
  164. [INFO] --- maven-openmrs-plugin:1.0.1:package-module (pack) @ metrics-omod ---
  165. [INFO] Packaging OpenMRS module
  166. [INFO] Building jar: /home/ayesh/openmrs/server1/watched-projects/metrics/omod/target/metrics-1.0.0-SNAPSHOT.omod
  167. [INFO]
  168. [INFO] --- maven-jar-plugin:2.5:test-jar (default) @ metrics-omod ---
  169. [WARNING] JAR will be empty - no content was marked for inclusion!
  170. [INFO] Building jar: /home/ayesh/openmrs/server1/watched-projects/metrics/omod/target/metrics-1.0.0-SNAPSHOT-tests.jar
  171. [INFO]
  172. [INFO] --- maven-install-plugin:2.4:install (default-install) @ metrics-omod ---
  173. [INFO] Installing /home/ayesh/openmrs/server1/watched-projects/metrics/omod/target/metrics-1.0.0-SNAPSHOT.omod to /home/ayesh/.m2/repository/org/openmrs/module/metrics-omod/1.0.0-SNAPSHOT/metrics-omod-1.0.0-SNAPSHOT.jar
  174. [INFO] Installing /home/ayesh/openmrs/server1/watched-projects/metrics/omod/pom.xml to /home/ayesh/.m2/repository/org/openmrs/module/metrics-omod/1.0.0-SNAPSHOT/metrics-omod-1.0.0-SNAPSHOT.pom
  175. [INFO] Installing /home/ayesh/openmrs/server1/watched-projects/metrics/omod/target/metrics-1.0.0-SNAPSHOT-tests.jar to /home/ayesh/.m2/repository/org/openmrs/module/metrics-omod/1.0.0-SNAPSHOT/metrics-omod-1.0.0-SNAPSHOT-tests.jar
  176. [INFO]
  177. [INFO] ---< org.openmrs.maven.plugins:openmrs-sdk-watched-projects-server1 >---
  178. [INFO] Building openmrs-sdk-watched-projects-server1 1.0.0-SNAPSHOT [4/4]
  179. [INFO] --------------------------------[ pom ]---------------------------------
  180. [INFO]
  181. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-sdk-watched-projects-server1 ---
  182. [INFO]
  183. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-sdk-watched-projects-server1 ---
  184. [INFO] Installing /home/ayesh/openmrs/server1/watched-projects/pom.xml to /home/ayesh/.m2/repository/org/openmrs/maven/plugins/openmrs-sdk-watched-projects-server1/1.0.0-SNAPSHOT/openmrs-sdk-watched-projects-server1-1.0.0-SNAPSHOT.pom
  185. [INFO] ------------------------------------------------------------------------
  186. [INFO] Reactor Summary for openmrs-sdk-watched-projects-server1 1.0.0-SNAPSHOT:
  187. [INFO]
  188. [INFO] Metrics ............................................ SUCCESS [ 1.344 s]
  189. [INFO] Metrics API ........................................ SUCCESS [ 1.740 s]
  190. [INFO] Metrics OMOD ....................................... SUCCESS [ 1.505 s]
  191. [INFO] openmrs-sdk-watched-projects-server1 ............... SUCCESS [ 0.004 s]
  192. [INFO] ------------------------------------------------------------------------
  193. [INFO] BUILD SUCCESS
  194. [INFO] ------------------------------------------------------------------------
  195. [INFO] Total time: 4.972 s
  196. [INFO] Finished at: 2020-07-06T23:49:47+02:00
  197. [INFO] ------------------------------------------------------------------------
  198. [INFO] Configured Artifact: org.openmrs.module:metrics-omod:1.0.0-SNAPSHOT:jar
  199. [INFO] Copying metrics-omod-1.0.0-SNAPSHOT.jar to /home/ayesh/openmrs/server1/modules/metrics-1.0.0-SNAPSHOT.omod
  200. [info] Module 'metrics' was updated to version '1.0.0-SNAPSHOT'
  201.  
  202. Connect remote debugger with port 1044
  203.  
  204.  
  205. Forking a new process... (use -Dfork=false to prevent forking)
  206.  
  207. Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
  208. Listening for transport dt_socket at address: 1044
  209. Apache Maven 3.6.0
  210. Maven home: /usr/share/maven
  211. Java version: 1.8.0_201, vendor: Oracle Corporation, runtime: /usr/lib/jvm/java-8-oracle/jre
  212. Default locale: en_US, platform encoding: UTF-8
  213. OS name: "linux", version: "5.3.0-61-generic", arch: "amd64", family: "unix"
  214. [INFO] Scanning for projects...
  215. [INFO]
  216. [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
  217. [INFO] Building Maven Stub Project (No POM) 1
  218. [INFO] --------------------------------[ pom ]---------------------------------
  219. [INFO]
  220. [INFO] --- openmrs-sdk-maven-plugin:3.13.6:run-tomcat (default-cli) @ standalone-pom ---
  221.  
  222.  
  223. Using JAVA_HOME: /usr/lib/jvm/java-8-oracle/jre
  224.  
  225. Using MAVEN_OPTS: -Xmx768m -XX:MaxPermSize=512m -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=1044
  226.  
  227. Starting Tomcat...
  228.  
  229.  
  230. Hot redeployment of UI framework changes enabled for:
  231.  
  232. 1) org.openmrs.module:metrics at /home/ayesh/Documents/MRS/openmrs-module-metrics
  233.  
  234.  
  235. Jul 06, 2020 11:49:51 PM org.apache.coyote.AbstractProtocol init
  236. INFO: Initializing ProtocolHandler ["http-bio-8081"]
  237. Jul 06, 2020 11:49:51 PM org.apache.catalina.core.StandardService startInternal
  238. INFO: Starting service [Tomcat]
  239. Jul 06, 2020 11:49:51 PM org.apache.catalina.core.StandardEngine startInternal
  240. INFO: Starting Servlet Engine: Apache Tomcat/7.0.100
  241. Jul 06, 2020 11:49:51 PM org.apache.catalina.startup.TldConfig execute
  242. 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.
  243. Jul 06, 2020 11:49:51 PM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment
  244. INFO: No global web.xml found
  245. Jul 06, 2020 11:49:51 PM org.apache.catalina.deploy.WebXml setVersion
  246. WARNING: Unknown version string [4.0]. Default version will be used.
  247. Jul 06, 2020 11:49:54 PM org.apache.catalina.startup.TaglibUriRule body
  248. INFO: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined
  249. Jul 06, 2020 11:49:54 PM org.apache.catalina.startup.TaglibUriRule body
  250. INFO: TLD skipped. URI: http://java.sun.com/jstl/core is already defined
  251. Jul 06, 2020 11:49:54 PM org.apache.catalina.startup.TaglibUriRule body
  252. INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/core is already defined
  253. Jul 06, 2020 11:49:54 PM org.apache.catalina.startup.TaglibUriRule body
  254. INFO: TLD skipped. URI: http://java.sun.com/jstl/fmt_rt is already defined
  255. Jul 06, 2020 11:49:54 PM org.apache.catalina.startup.TaglibUriRule body
  256. INFO: TLD skipped. URI: http://java.sun.com/jstl/fmt is already defined
  257. Jul 06, 2020 11:49:54 PM org.apache.catalina.startup.TaglibUriRule body
  258. INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/fmt is already defined
  259. Jul 06, 2020 11:49:54 PM org.apache.catalina.startup.TaglibUriRule body
  260. INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined
  261. Jul 06, 2020 11:49:54 PM org.apache.catalina.startup.TaglibUriRule body
  262. INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/permittedTaglibs is already defined
  263. Jul 06, 2020 11:49:54 PM org.apache.catalina.startup.TaglibUriRule body
  264. INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/scriptfree is already defined
  265. Jul 06, 2020 11:49:54 PM org.apache.catalina.startup.TaglibUriRule body
  266. INFO: TLD skipped. URI: http://java.sun.com/jstl/sql_rt is already defined
  267. Jul 06, 2020 11:49:54 PM org.apache.catalina.startup.TaglibUriRule body
  268. INFO: TLD skipped. URI: http://java.sun.com/jstl/sql is already defined
  269. Jul 06, 2020 11:49:54 PM org.apache.catalina.startup.TaglibUriRule body
  270. INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/sql is already defined
  271. Jul 06, 2020 11:49:54 PM org.apache.catalina.startup.TaglibUriRule body
  272. INFO: TLD skipped. URI: http://java.sun.com/jstl/xml_rt is already defined
  273. Jul 06, 2020 11:49:54 PM org.apache.catalina.startup.TaglibUriRule body
  274. INFO: TLD skipped. URI: http://java.sun.com/jstl/xml is already defined
  275. Jul 06, 2020 11:49:54 PM org.apache.catalina.startup.TaglibUriRule body
  276. INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/xml is already defined
  277. Jul 06, 2020 11:49:54 PM org.apache.catalina.startup.TldConfig execute
  278. 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.
  279. SLF4J: Class path contains multiple SLF4J bindings.
  280. SLF4J: Found binding in [jar:file:/home/ayesh/openmrs/server1/tmp/openmrs/WEB-INF/lib/slf4j-log4j12-1.7.26.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  281. SLF4J: Found binding in [jar:file:/home/ayesh/.m2/repository/org/slf4j/slf4j-simple/1.6.2/slf4j-simple-1.6.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  282. SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
  283. SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
  284. Jul 06, 2020 11:49:55 PM org.apache.catalina.core.ApplicationContext log
  285. INFO: Initializing log4j from [classpath:log4j.xml]
  286. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2078) |2020-07-06 23:49:55,127| Unable to find a runtime properties file at /home/ayesh/openmrs-runtime.properties
  287. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2078) |2020-07-06 23:49:55,142| Unable to find a runtime properties file at /home/ayesh/openmrs-runtime.properties
  288. INFO - Listener.contextInitialized(173) |2020-07-06 23:49:55,143| Using runtime properties file: /home/ayesh/openmrs/server1/openmrs-runtime.properties
  289. INFO 7/6/20 11:49 PM:liquibase: Reading from `liquibasechangelog`
  290. WARNING 7/6/20 11:49 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
  291. WARNING 7/6/20 11:49 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
  292. WARNING 7/6/20 11:49 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
  293. INFO - EhCacheManagerFactoryBean.afterPropertiesSet(129) |2020-07-06 23:50:00,143| Initializing EhCache CacheManager
  294. WARN - SimpleUrlHandlerMapping.registerHandlers(115) |2020-07-06 23:50:06,727| Neither 'urlMap' nor 'mappings' set on SimpleUrlHandlerMapping
  295. WARN - Listener.loadBundledModules(500) |2020-07-06 23:50:06,737| Bundled module folder doesn't exist: /home/ayesh/openmrs/server1/tmp/openmrs/WEB-INF/bundledModules
  296. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2078) |2020-07-06 23:50:06,738| Unable to find a runtime properties file at /home/ayesh/openmrs-runtime.properties
  297. INFO 7/6/20 11:50 PM:liquibase: Reading from `liquibasechangelog`
  298. WARNING 7/6/20 11:50 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
  299. WARNING 7/6/20 11:50 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
  300. WARNING 7/6/20 11:50 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
  301. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:08,868| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: event.started value: true,
  302. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:08,915| Exiting method saveGlobalProperty
  303. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:08,922| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: event.mandatory value: false,
  304. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:08,929| Exiting method saveGlobalProperty
  305. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:08,980| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: legacyui.started value: true,
  306. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:08,987| Exiting method saveGlobalProperty
  307. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:08,991| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: legacyui.mandatory value: false,
  308. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:09,000| Exiting method saveGlobalProperty
  309. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  310. INFO 7/6/20 11:50 PM:liquibase: Reading from `liquibasechangelog`
  311. INFO 7/6/20 11:50 PM:liquibase: Successfully acquired change log lock
  312. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  313. INFO 7/6/20 11:50 PM:liquibase: Successfully released change log lock
  314. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:09,146| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metrics.started value: true,
  315. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:09,152| Exiting method saveGlobalProperty
  316. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:09,157| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metrics.mandatory value: false,
  317. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:09,162| Exiting method saveGlobalProperty
  318. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  319. INFO 7/6/20 11:50 PM:liquibase: Reading from `liquibasechangelog`
  320. INFO 7/6/20 11:50 PM:liquibase: Successfully acquired change log lock
  321. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  322. INFO 7/6/20 11:50 PM:liquibase: Successfully released change log lock
  323. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:09,739| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: fhir.started value: true,
  324. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:09,744| Exiting method saveGlobalProperty
  325. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:09,750| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: fhir.mandatory value: false,
  326. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:09,759| Exiting method saveGlobalProperty
  327. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:09,862| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: dataexchange.started value: true,
  328. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:09,866| Exiting method saveGlobalProperty
  329. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:09,871| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: dataexchange.mandatory value: false,
  330. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:09,875| Exiting method saveGlobalProperty
  331. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:09,906| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingcompatibility.started value: true,
  332. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:09,910| Exiting method saveGlobalProperty
  333. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:09,915| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingcompatibility.mandatory value: false,
  334. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:09,920| Exiting method saveGlobalProperty
  335. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:10,061| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: webservices.rest.started value: true,
  336. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:10,066| Exiting method saveGlobalProperty
  337. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:10,070| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: webservices.rest.mandatory value: false,
  338. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:10,075| Exiting method saveGlobalProperty
  339. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:10,141| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: serialization.xstream.started value: true,
  340. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:10,145| Exiting method saveGlobalProperty
  341. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:10,151| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: serialization.xstream.mandatory value: false,
  342. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:10,155| Exiting method saveGlobalProperty
  343. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  344. INFO 7/6/20 11:50 PM:liquibase: Reading from `liquibasechangelog`
  345. INFO 7/6/20 11:50 PM:liquibase: Successfully acquired change log lock
  346. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  347. INFO 7/6/20 11:50 PM:liquibase: Successfully released change log lock
  348. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:10,292| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uiframework.started value: true,
  349. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:10,297| Exiting method saveGlobalProperty
  350. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:10,302| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uiframework.mandatory value: false,
  351. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:10,307| Exiting method saveGlobalProperty
  352. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  353. INFO 7/6/20 11:50 PM:liquibase: Reading from `liquibasechangelog`
  354. INFO 7/6/20 11:50 PM:liquibase: Successfully acquired change log lock
  355. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  356. INFO 7/6/20 11:50 PM:liquibase: Successfully released change log lock
  357. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:10,445| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uicommons.started value: true,
  358. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:10,451| Exiting method saveGlobalProperty
  359. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:10,456| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uicommons.mandatory value: false,
  360. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:10,459| Exiting method saveGlobalProperty
  361. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  362. INFO 7/6/20 11:50 PM:liquibase: Reading from `liquibasechangelog`
  363. INFO 7/6/20 11:50 PM:liquibase: Successfully acquired change log lock
  364. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  365. INFO 7/6/20 11:50 PM:liquibase: Successfully released change log lock
  366. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:10,579| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: atlas.started value: true,
  367. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:10,583| Exiting method saveGlobalProperty
  368. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:10,589| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: atlas.mandatory value: false,
  369. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:10,592| Exiting method saveGlobalProperty
  370. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  371. INFO 7/6/20 11:50 PM:liquibase: Reading from `liquibasechangelog`
  372. INFO 7/6/20 11:50 PM:liquibase: Successfully acquired change log lock
  373. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  374. INFO 7/6/20 11:50 PM:liquibase: Successfully released change log lock
  375. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:10,743| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uilibrary.started value: true,
  376. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:10,746| Exiting method saveGlobalProperty
  377. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:10,751| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uilibrary.mandatory value: false,
  378. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:10,756| Exiting method saveGlobalProperty
  379. INFO 7/6/20 11:50 PM:liquibase: Reading from `liquibasechangelog`
  380. INFO 7/6/20 11:50 PM:liquibase: Successfully acquired change log lock
  381. INFO 7/6/20 11:50 PM:liquibase: Successfully released change log lock
  382. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:10,860| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: providermanagement.started value: true,
  383. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:10,865| Exiting method saveGlobalProperty
  384. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:10,871| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: providermanagement.mandatory value: false,
  385. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:10,876| Exiting method saveGlobalProperty
  386. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:10,936| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlwidgets.started value: true,
  387. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:10,940| Exiting method saveGlobalProperty
  388. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:10,944| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlwidgets.mandatory value: false,
  389. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:10,948| Exiting method saveGlobalProperty
  390. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:11,038| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.started value: true,
  391. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:11,043| Exiting method saveGlobalProperty
  392. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:11,047| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.mandatory value: false,
  393. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:11,051| Exiting method saveGlobalProperty
  394. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:11,114| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: owa.started value: true,
  395. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:11,118| Exiting method saveGlobalProperty
  396. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:11,123| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: owa.mandatory value: false,
  397. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:11,127| Exiting method saveGlobalProperty
  398. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  399. INFO 7/6/20 11:50 PM:liquibase: Reading from `liquibasechangelog`
  400. INFO 7/6/20 11:50 PM:liquibase: Successfully acquired change log lock
  401. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  402. INFO 7/6/20 11:50 PM:liquibase: Successfully released change log lock
  403. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:11,285| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatamapping.started value: true,
  404. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:11,289| Exiting method saveGlobalProperty
  405. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:11,293| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatamapping.mandatory value: false,
  406. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:11,296| Exiting method saveGlobalProperty
  407. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  408. INFO 7/6/20 11:50 PM:liquibase: Reading from `liquibasechangelog`
  409. INFO 7/6/20 11:50 PM:liquibase: Successfully acquired change log lock
  410. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  411. INFO 7/6/20 11:50 PM:liquibase: Successfully released change log lock
  412. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:11,432| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatasharing.started value: true,
  413. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:11,436| Exiting method saveGlobalProperty
  414. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:11,441| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatasharing.mandatory value: false,
  415. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:11,444| Exiting method saveGlobalProperty
  416. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  417. INFO 7/6/20 11:50 PM:liquibase: Reading from `liquibasechangelog`
  418. INFO 7/6/20 11:50 PM:liquibase: Successfully acquired change log lock
  419. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  420. INFO 7/6/20 11:50 PM:liquibase: Successfully released change log lock
  421. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:11,606| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatadeploy.started value: true,
  422. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:11,611| Exiting method saveGlobalProperty
  423. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:11,616| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatadeploy.mandatory value: false,
  424. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:11,620| Exiting method saveGlobalProperty
  425. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  426. INFO 7/6/20 11:50 PM:liquibase: Reading from `liquibasechangelog`
  427. INFO 7/6/20 11:50 PM:liquibase: Successfully acquired change log lock
  428. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  429. INFO 7/6/20 11:50 PM:liquibase: Successfully released change log lock
  430. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:11,772| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlformentry.started value: true,
  431. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:11,778| Exiting method saveGlobalProperty
  432. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:11,783| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlformentry.mandatory value: false,
  433. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:11,789| Exiting method saveGlobalProperty
  434. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  435. INFO 7/6/20 11:50 PM:liquibase: Reading from `liquibasechangelog`
  436. INFO 7/6/20 11:50 PM:liquibase: Successfully acquired change log lock
  437. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  438. INFO 7/6/20 11:50 PM:liquibase: Successfully released change log lock
  439. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:11,938| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: calculation.started value: true,
  440. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:11,942| Exiting method saveGlobalProperty
  441. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:11,946| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: calculation.mandatory value: false,
  442. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:11,950| Exiting method saveGlobalProperty
  443. INFO 7/6/20 11:50 PM:liquibase: Reading from `liquibasechangelog`
  444. INFO 7/6/20 11:50 PM:liquibase: Successfully acquired change log lock
  445. INFO 7/6/20 11:50 PM:liquibase: Successfully released change log lock
  446. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:12,336| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.started value: true,
  447. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:12,340| Exiting method saveGlobalProperty
  448. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:12,345| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.mandatory value: false,
  449. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:12,350| Exiting method saveGlobalProperty
  450. INFO 7/6/20 11:50 PM:liquibase: Reading from `liquibasechangelog`
  451. INFO 7/6/20 11:50 PM:liquibase: Successfully acquired change log lock
  452. INFO 7/6/20 11:50 PM:liquibase: Successfully released change log lock
  453. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:12,602| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: emrapi.started value: true,
  454. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:12,607| Exiting method saveGlobalProperty
  455. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:12,612| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: emrapi.mandatory value: false,
  456. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:12,616| Exiting method saveGlobalProperty
  457. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  458. INFO 7/6/20 11:50 PM:liquibase: Reading from `liquibasechangelog`
  459. INFO 7/6/20 11:50 PM:liquibase: Successfully acquired change log lock
  460. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  461. INFO 7/6/20 11:50 PM:liquibase: Successfully released change log lock
  462. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:12,831| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appointmentscheduling.started value: true,
  463. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:12,837| Exiting method saveGlobalProperty
  464. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:12,842| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appointmentscheduling.mandatory value: false,
  465. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:12,848| Exiting method saveGlobalProperty
  466. INFO 7/6/20 11:50 PM:liquibase: Reading from `liquibasechangelog`
  467. INFO 7/6/20 11:50 PM:liquibase: Successfully acquired change log lock
  468. INFO 7/6/20 11:50 PM:liquibase: Successfully released change log lock
  469. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:13,063| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingrest.started value: true,
  470. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:13,067| Exiting method saveGlobalProperty
  471. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:13,073| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingrest.mandatory value: false,
  472. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:13,076| Exiting method saveGlobalProperty
  473. INFO 7/6/20 11:50 PM:liquibase: Reading from `liquibasechangelog`
  474. INFO 7/6/20 11:50 PM:liquibase: Successfully acquired change log lock
  475. INFO 7/6/20 11:50 PM:liquibase: Successfully released change log lock
  476. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:13,252| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: idgen.started value: true,
  477. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:13,256| Exiting method saveGlobalProperty
  478. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:13,261| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: idgen.mandatory value: false,
  479. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:13,266| Exiting method saveGlobalProperty
  480. INFO 7/6/20 11:50 PM:liquibase: Reading from `liquibasechangelog`
  481. INFO 7/6/20 11:50 PM:liquibase: Successfully acquired change log lock
  482. INFO 7/6/20 11:50 PM:liquibase: Successfully released change log lock
  483. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:13,416| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referencemetadata.started value: true,
  484. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:13,421| Exiting method saveGlobalProperty
  485. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:13,426| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referencemetadata.mandatory value: false,
  486. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:13,430| Exiting method saveGlobalProperty
  487. INFO 7/6/20 11:50 PM:liquibase: Reading from `liquibasechangelog`
  488. INFO 7/6/20 11:50 PM:liquibase: Successfully acquired change log lock
  489. INFO 7/6/20 11:50 PM:liquibase: Successfully released change log lock
  490. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:13,550| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referencedemodata.started value: true,
  491. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:13,554| Exiting method saveGlobalProperty
  492. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:13,559| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referencedemodata.mandatory value: false,
  493. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:13,563| Exiting method saveGlobalProperty
  494. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  495. INFO 7/6/20 11:50 PM:liquibase: Reading from `liquibasechangelog`
  496. INFO 7/6/20 11:50 PM:liquibase: Successfully acquired change log lock
  497. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  498. INFO 7/6/20 11:50 PM:liquibase: Successfully released change log lock
  499. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:13,677| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.started value: true,
  500. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:13,680| Exiting method saveGlobalProperty
  501. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:13,684| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.mandatory value: false,
  502. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:13,688| Exiting method saveGlobalProperty
  503. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  504. INFO 7/6/20 11:50 PM:liquibase: Reading from `liquibasechangelog`
  505. INFO 7/6/20 11:50 PM:liquibase: Successfully acquired change log lock
  506. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  507. INFO 7/6/20 11:50 PM:liquibase: Successfully released change log lock
  508. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:13,855| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appframework.started value: true,
  509. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:13,858| Exiting method saveGlobalProperty
  510. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:13,863| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appframework.mandatory value: false,
  511. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:13,866| Exiting method saveGlobalProperty
  512. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  513. INFO 7/6/20 11:50 PM:liquibase: Reading from `liquibasechangelog`
  514. INFO 7/6/20 11:50 PM:liquibase: Successfully acquired change log lock
  515. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  516. INFO 7/6/20 11:50 PM:liquibase: Successfully released change log lock
  517. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:13,986| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: formentryapp.started value: true,
  518. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:13,990| Exiting method saveGlobalProperty
  519. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:13,993| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: formentryapp.mandatory value: false,
  520. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:13,996| Exiting method saveGlobalProperty
  521. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  522. INFO 7/6/20 11:50 PM:liquibase: Reading from `liquibasechangelog`
  523. INFO 7/6/20 11:50 PM:liquibase: Successfully acquired change log lock
  524. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  525. INFO 7/6/20 11:50 PM:liquibase: Successfully released change log lock
  526. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:14,108| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: allergyui.started value: true,
  527. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:14,112| Exiting method saveGlobalProperty
  528. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:14,116| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: allergyui.mandatory value: false,
  529. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:14,120| Exiting method saveGlobalProperty
  530. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  531. INFO 7/6/20 11:50 PM:liquibase: Reading from `liquibasechangelog`
  532. INFO 7/6/20 11:50 PM:liquibase: Successfully acquired change log lock
  533. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  534. INFO 7/6/20 11:50 PM:liquibase: Successfully released change log lock
  535. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:14,206| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appui.started value: true,
  536. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:14,209| Exiting method saveGlobalProperty
  537. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:14,213| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appui.mandatory value: false,
  538. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:14,216| Exiting method saveGlobalProperty
  539. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  540. INFO 7/6/20 11:50 PM:liquibase: Reading from `liquibasechangelog`
  541. INFO 7/6/20 11:50 PM:liquibase: Successfully acquired change log lock
  542. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  543. INFO 7/6/20 11:50 PM:liquibase: Successfully released change log lock
  544. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:14,297| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: adminui.started value: true,
  545. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:14,300| Exiting method saveGlobalProperty
  546. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:14,303| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: adminui.mandatory value: false,
  547. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:14,305| Exiting method saveGlobalProperty
  548. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  549. INFO 7/6/20 11:50 PM:liquibase: Reading from `liquibasechangelog`
  550. INFO 7/6/20 11:50 PM:liquibase: Successfully acquired change log lock
  551. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  552. INFO 7/6/20 11:50 PM:liquibase: Successfully released change log lock
  553. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:14,461| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: attachments.started value: true,
  554. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:14,463| Exiting method saveGlobalProperty
  555. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:14,467| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: attachments.mandatory value: false,
  556. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:14,470| Exiting method saveGlobalProperty
  557. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  558. INFO 7/6/20 11:50 PM:liquibase: Reading from `liquibasechangelog`
  559. INFO 7/6/20 11:50 PM:liquibase: Successfully acquired change log lock
  560. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  561. INFO 7/6/20 11:50 PM:liquibase: Successfully released change log lock
  562. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:14,607| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: coreapps.started value: true,
  563. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:14,610| Exiting method saveGlobalProperty
  564. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:14,615| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: coreapps.mandatory value: false,
  565. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:14,617| Exiting method saveGlobalProperty
  566. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  567. INFO 7/6/20 11:50 PM:liquibase: Reading from `liquibasechangelog`
  568. INFO 7/6/20 11:50 PM:liquibase: Successfully acquired change log lock
  569. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  570. INFO 7/6/20 11:50 PM:liquibase: Successfully released change log lock
  571. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:14,744| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationapp.started value: true,
  572. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:14,746| Exiting method saveGlobalProperty
  573. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:14,749| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationapp.mandatory value: false,
  574. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:14,752| Exiting method saveGlobalProperty
  575. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  576. INFO 7/6/20 11:50 PM:liquibase: Reading from `liquibasechangelog`
  577. INFO 7/6/20 11:50 PM:liquibase: Successfully acquired change log lock
  578. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  579. INFO 7/6/20 11:50 PM:liquibase: Successfully released change log lock
  580. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:14,859| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingui.started value: true,
  581. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:14,862| Exiting method saveGlobalProperty
  582. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:14,866| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingui.mandatory value: false,
  583. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:14,869| Exiting method saveGlobalProperty
  584. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  585. INFO 7/6/20 11:50 PM:liquibase: Reading from `liquibasechangelog`
  586. INFO 7/6/20 11:50 PM:liquibase: Successfully acquired change log lock
  587. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  588. INFO 7/6/20 11:50 PM:liquibase: Successfully released change log lock
  589. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:14,975| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appointmentschedulingui.started value: true,
  590. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:14,978| Exiting method saveGlobalProperty
  591. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:14,981| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appointmentschedulingui.mandatory value: false,
  592. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:14,983| Exiting method saveGlobalProperty
  593. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  594. INFO 7/6/20 11:50 PM:liquibase: Reading from `liquibasechangelog`
  595. INFO 7/6/20 11:50 PM:liquibase: Successfully acquired change log lock
  596. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  597. INFO 7/6/20 11:50 PM:liquibase: Successfully released change log lock
  598. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:15,131| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlformentryui.started value: true,
  599. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:15,134| Exiting method saveGlobalProperty
  600. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:15,139| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlformentryui.mandatory value: false,
  601. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:15,142| Exiting method saveGlobalProperty
  602. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  603. INFO 7/6/20 11:50 PM:liquibase: Reading from `liquibasechangelog`
  604. INFO 7/6/20 11:50 PM:liquibase: Successfully acquired change log lock
  605. INFO 7/6/20 11:50 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  606. INFO 7/6/20 11:50 PM:liquibase: Successfully released change log lock
  607. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:15,266| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referenceapplication.started value: true,
  608. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:15,270| Exiting method saveGlobalProperty
  609. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:15,275| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referenceapplication.mandatory value: false,
  610. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:15,277| Exiting method saveGlobalProperty
  611. INFO - LoggingAdvice.invoke(116) |2020-07-06 23:50:15,979| In method SchedulerService.saveToMemento. Arguments:
  612. INFO - LoggingAdvice.invoke(156) |2020-07-06 23:50:15,992| Exiting method saveToMemento
  613. INFO - EhCacheManagerFactoryBean.destroy(181) |2020-07-06 23:50:16,026| Shutting down EhCache CacheManager
  614. INFO - ServiceContext.startRefreshingContext(832) |2020-07-06 23:50:16,027| Refreshing Context
  615. INFO - EhCacheManagerFactoryBean.afterPropertiesSet(129) |2020-07-06 23:50:23,667| Initializing EhCache CacheManager
  616. WARN - GenericTypeAwarePropertyDescriptor.getWriteMethodForActualAccess(134) |2020-07-06 23:51:06,868| Invalid JavaBean property 'sessionFactory' being accessed! Ambiguous write methods found next to actually used [public void org.openmrs.module.metrics.api.db.hibernate.HibernateMetricsDAO.setSessionFactory(org.openmrs.api.db.hibernate.DbSessionFactory)]: [public void org.openmrs.api.db.hibernate.HibernateOpenmrsObjectDAO.setSessionFactory(org.hibernate.SessionFactory)]
  617. WARN - IdgenTask.run(32) |2020-07-06 23:51:07,989| Not running scheduled task. DaemonToken = null; enabled = false
  618. WARN - IdgenTask.run(32) |2020-07-06 23:56:07,989| Not running scheduled task. DaemonToken = null; enabled = false
  619. WARN - IdgenTask.run(32) |2020-07-07 00:01:07,990| Not running scheduled task. DaemonToken = null; enabled = false
  620. WARN - IdgenTask.run(32) |2020-07-07 00:06:07,991| Not running scheduled task. DaemonToken = null; enabled = false
  621. ERROR - AbstractAddressHierarchyTask.run(34) |2020-07-07 00:10:57,260| An error occurred while running scheduled address hierarchy task
  622. org.hibernate.service.UnknownServiceException: Unknown service requested [org.hibernate.engine.jdbc.connections.spi.ConnectionProvider]
  623. at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:201)
  624. at org.hibernate.internal.AbstractSessionImpl.getJdbcConnectionAccess(AbstractSessionImpl.java:341)
  625. at org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl.<init>(JdbcCoordinatorImpl.java:114)
  626. at org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl.<init>(TransactionCoordinatorImpl.java:89)
  627. at org.hibernate.internal.SessionImpl.<init>(SessionImpl.java:258)
  628. at org.hibernate.internal.SessionFactoryImpl$SessionBuilderImpl.openSession(SessionFactoryImpl.java:1589)
  629. at org.hibernate.internal.SessionFactoryImpl.openSession(SessionFactoryImpl.java:999)
  630. at org.openmrs.api.db.hibernate.HibernateContextDAO.openSession(HibernateContextDAO.java:305)
  631. at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
  632. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  633. at java.lang.reflect.Method.invoke(Method.java:498)
  634. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  635. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:201)
  636. at com.sun.proxy.$Proxy136.openSession(Unknown Source)
  637. at org.openmrs.api.context.Context.openSession(Context.java:772)
  638. at org.openmrs.module.addresshierarchy.scheduler.AbstractAddressHierarchyTask.run(AbstractAddressHierarchyTask.java:30)
  639. at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
  640. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  641. at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
  642. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
  643. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
  644. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  645. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  646. at java.lang.Thread.run(Thread.java:748)
  647. WARN - IdgenTask.run(32) |2020-07-07 00:11:07,992| Not running scheduled task. DaemonToken = null; enabled = false
  648. WARN - IdgenTask.run(32) |2020-07-07 00:28:04,660| Not running scheduled task. DaemonToken = null; enabled = false
  649. ERROR - AbstractAddressHierarchyTask.run(34) |2020-07-07 00:32:53,932| An error occurred while running scheduled address hierarchy task
  650. org.hibernate.service.UnknownServiceException: Unknown service requested [org.hibernate.engine.jdbc.connections.spi.ConnectionProvider]
  651. at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:201)
  652. at org.hibernate.internal.AbstractSessionImpl.getJdbcConnectionAccess(AbstractSessionImpl.java:341)
  653. at org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl.<init>(JdbcCoordinatorImpl.java:114)
  654. at org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl.<init>(TransactionCoordinatorImpl.java:89)
  655. at org.hibernate.internal.SessionImpl.<init>(SessionImpl.java:258)
  656. at org.hibernate.internal.SessionFactoryImpl$SessionBuilderImpl.openSession(SessionFactoryImpl.java:1589)
  657. at org.hibernate.internal.SessionFactoryImpl.openSession(SessionFactoryImpl.java:999)
  658. at org.openmrs.api.db.hibernate.HibernateContextDAO.openSession(HibernateContextDAO.java:305)
  659. at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
  660. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  661. at java.lang.reflect.Method.invoke(Method.java:498)
  662. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  663. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:201)
  664. at com.sun.proxy.$Proxy136.openSession(Unknown Source)
  665. at org.openmrs.api.context.Context.openSession(Context.java:772)
  666. at org.openmrs.module.addresshierarchy.scheduler.AbstractAddressHierarchyTask.run(AbstractAddressHierarchyTask.java:30)
  667. at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
  668. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  669. at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
  670. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
  671. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
  672. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  673. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  674. at java.lang.Thread.run(Thread.java:748)
  675. WARN - IdgenTask.run(32) |2020-07-07 00:33:04,661| Not running scheduled task. DaemonToken = null; enabled = false
  676. WARN - IdgenTask.run(32) |2020-07-07 00:38:04,662| Not running scheduled task. DaemonToken = null; enabled = false
  677. ERROR - AbstractAddressHierarchyTask.run(34) |2020-07-07 00:42:53,934| An error occurred while running scheduled address hierarchy task
  678. org.hibernate.service.UnknownServiceException: Unknown service requested [org.hibernate.engine.jdbc.connections.spi.ConnectionProvider]
  679. at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:201)
  680. at org.hibernate.internal.AbstractSessionImpl.getJdbcConnectionAccess(AbstractSessionImpl.java:341)
  681. at org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl.<init>(JdbcCoordinatorImpl.java:114)
  682. at org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl.<init>(TransactionCoordinatorImpl.java:89)
  683. at org.hibernate.internal.SessionImpl.<init>(SessionImpl.java:258)
  684. at org.hibernate.internal.SessionFactoryImpl$SessionBuilderImpl.openSession(SessionFactoryImpl.java:1589)
  685. at org.hibernate.internal.SessionFactoryImpl.openSession(SessionFactoryImpl.java:999)
  686. at org.openmrs.api.db.hibernate.HibernateContextDAO.openSession(HibernateContextDAO.java:305)
  687. at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
  688. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  689. at java.lang.reflect.Method.invoke(Method.java:498)
  690. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  691. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:201)
  692. at com.sun.proxy.$Proxy136.openSession(Unknown Source)
  693. at org.openmrs.api.context.Context.openSession(Context.java:772)
  694. at org.openmrs.module.addresshierarchy.scheduler.AbstractAddressHierarchyTask.run(AbstractAddressHierarchyTask.java:30)
  695. at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
  696. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  697. at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
  698. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
  699. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
  700. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  701. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  702. at java.lang.Thread.run(Thread.java:748)
  703. WARN - IdgenTask.run(32) |2020-07-07 00:43:04,662| Not running scheduled task. DaemonToken = null; enabled = false
  704. WARN - IdgenTask.run(32) |2020-07-07 00:48:04,663| Not running scheduled task. DaemonToken = null; enabled = false
  705. ERROR - AbstractAddressHierarchyTask.run(34) |2020-07-07 00:52:53,937| An error occurred while running scheduled address hierarchy task
  706. org.hibernate.service.UnknownServiceException: Unknown service requested [org.hibernate.engine.jdbc.connections.spi.ConnectionProvider]
  707. at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:201)
  708. at org.hibernate.internal.AbstractSessionImpl.getJdbcConnectionAccess(AbstractSessionImpl.java:341)
  709. at org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl.<init>(JdbcCoordinatorImpl.java:114)
  710. at org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl.<init>(TransactionCoordinatorImpl.java:89)
  711. at org.hibernate.internal.SessionImpl.<init>(SessionImpl.java:258)
  712. at org.hibernate.internal.SessionFactoryImpl$SessionBuilderImpl.openSession(SessionFactoryImpl.java:1589)
  713. at org.hibernate.internal.SessionFactoryImpl.openSession(SessionFactoryImpl.java:999)
  714. at org.openmrs.api.db.hibernate.HibernateContextDAO.openSession(HibernateContextDAO.java:305)
  715. at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
  716. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  717. at java.lang.reflect.Method.invoke(Method.java:498)
  718. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  719. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:201)
  720. at com.sun.proxy.$Proxy136.openSession(Unknown Source)
  721. at org.openmrs.api.context.Context.openSession(Context.java:772)
  722. at org.openmrs.module.addresshierarchy.scheduler.AbstractAddressHierarchyTask.run(AbstractAddressHierarchyTask.java:30)
  723. at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
  724. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  725. at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
  726. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
  727. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
  728. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  729. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  730. at java.lang.Thread.run(Thread.java:748)
  731. WARN - IdgenTask.run(32) |2020-07-07 00:53:04,664| Not running scheduled task. DaemonToken = null; enabled = false
  732. WARN - IdgenTask.run(32) |2020-07-07 00:58:04,665| Not running scheduled task. DaemonToken = null; enabled = false
  733. ERROR - AbstractAddressHierarchyTask.run(34) |2020-07-07 01:02:53,938| An error occurred while running scheduled address hierarchy task
  734. org.hibernate.service.UnknownServiceException: Unknown service requested [org.hibernate.engine.jdbc.connections.spi.ConnectionProvider]
  735. at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:201)
  736. at org.hibernate.internal.AbstractSessionImpl.getJdbcConnectionAccess(AbstractSessionImpl.java:341)
  737. at org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl.<init>(JdbcCoordinatorImpl.java:114)
  738. at org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl.<init>(TransactionCoordinatorImpl.java:89)
  739. at org.hibernate.internal.SessionImpl.<init>(SessionImpl.java:258)
  740. at org.hibernate.internal.SessionFactoryImpl$SessionBuilderImpl.openSession(SessionFactoryImpl.java:1589)
  741. at org.hibernate.internal.SessionFactoryImpl.openSession(SessionFactoryImpl.java:999)
  742. at org.openmrs.api.db.hibernate.HibernateContextDAO.openSession(HibernateContextDAO.java:305)
  743. at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
  744. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  745. at java.lang.reflect.Method.invoke(Method.java:498)
  746. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  747. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:201)
  748. at com.sun.proxy.$Proxy136.openSession(Unknown Source)
  749. at org.openmrs.api.context.Context.openSession(Context.java:772)
  750. at org.openmrs.module.addresshierarchy.scheduler.AbstractAddressHierarchyTask.run(AbstractAddressHierarchyTask.java:30)
  751. at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
  752. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  753. at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
  754. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
  755. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
  756. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  757. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  758. at java.lang.Thread.run(Thread.java:748)
  759. WARN - IdgenTask.run(32) |2020-07-07 01:03:04,666| Not running scheduled task. DaemonToken = null; enabled = false
  760. WARN - IdgenTask.run(32) |2020-07-07 01:08:04,667| Not running scheduled task. DaemonToken = null; enabled = false
  761. ERROR - AbstractAddressHierarchyTask.run(34) |2020-07-07 01:12:53,941| An error occurred while running scheduled address hierarchy task
  762. org.hibernate.service.UnknownServiceException: Unknown service requested [org.hibernate.engine.jdbc.connections.spi.ConnectionProvider]
  763. at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:201)
  764. at org.hibernate.internal.AbstractSessionImpl.getJdbcConnectionAccess(AbstractSessionImpl.java:341)
  765. at org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl.<init>(JdbcCoordinatorImpl.java:114)
  766. at org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl.<init>(TransactionCoordinatorImpl.java:89)
  767. at org.hibernate.internal.SessionImpl.<init>(SessionImpl.java:258)
  768. at org.hibernate.internal.SessionFactoryImpl$SessionBuilderImpl.openSession(SessionFactoryImpl.java:1589)
  769. at org.hibernate.internal.SessionFactoryImpl.openSession(SessionFactoryImpl.java:999)
  770. at org.openmrs.api.db.hibernate.HibernateContextDAO.openSession(HibernateContextDAO.java:305)
  771. at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
  772. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  773. at java.lang.reflect.Method.invoke(Method.java:498)
  774. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  775. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:201)
  776. at com.sun.proxy.$Proxy136.openSession(Unknown Source)
  777. at org.openmrs.api.context.Context.openSession(Context.java:772)
  778. at org.openmrs.module.addresshierarchy.scheduler.AbstractAddressHierarchyTask.run(AbstractAddressHierarchyTask.java:30)
  779. at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
  780. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  781. at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
  782. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
  783. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
  784. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  785. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  786. at java.lang.Thread.run(Thread.java:748)
  787. WARN - IdgenTask.run(32) |2020-07-07 01:13:04,668| Not running scheduled task. DaemonToken = null; enabled = false
  788. WARN - IdgenTask.run(32) |2020-07-07 01:18:04,669| Not running scheduled task. DaemonToken = null; enabled = false
  789. ERROR - AbstractAddressHierarchyTask.run(34) |2020-07-07 01:22:53,944| An error occurred while running scheduled address hierarchy task
  790. org.hibernate.service.UnknownServiceException: Unknown service requested [org.hibernate.engine.jdbc.connections.spi.ConnectionProvider]
  791. at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:201)
  792. at org.hibernate.internal.AbstractSessionImpl.getJdbcConnectionAccess(AbstractSessionImpl.java:341)
  793. at org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl.<init>(JdbcCoordinatorImpl.java:114)
  794. at org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl.<init>(TransactionCoordinatorImpl.java:89)
  795. at org.hibernate.internal.SessionImpl.<init>(SessionImpl.java:258)
  796. at org.hibernate.internal.SessionFactoryImpl$SessionBuilderImpl.openSession(SessionFactoryImpl.java:1589)
  797. at org.hibernate.internal.SessionFactoryImpl.openSession(SessionFactoryImpl.java:999)
  798. at org.openmrs.api.db.hibernate.HibernateContextDAO.openSession(HibernateContextDAO.java:305)
  799. at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
  800. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  801. at java.lang.reflect.Method.invoke(Method.java:498)
  802. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  803. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:201)
  804. at com.sun.proxy.$Proxy136.openSession(Unknown Source)
  805. at org.openmrs.api.context.Context.openSession(Context.java:772)
  806. at org.openmrs.module.addresshierarchy.scheduler.AbstractAddressHierarchyTask.run(AbstractAddressHierarchyTask.java:30)
  807. at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
  808. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  809. at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
  810. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
  811. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
  812. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  813. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  814. at java.lang.Thread.run(Thread.java:748)
  815. WARN - IdgenTask.run(32) |2020-07-07 01:23:04,669| Not running scheduled task. DaemonToken = null; enabled = false
  816. WARN - IdgenTask.run(32) |2020-07-07 01:28:04,670| Not running scheduled task. DaemonToken = null; enabled = false
  817. ERROR - AbstractAddressHierarchyTask.run(34) |2020-07-07 01:32:53,945| An error occurred while running scheduled address hierarchy task
  818. org.hibernate.service.UnknownServiceException: Unknown service requested [org.hibernate.engine.jdbc.connections.spi.ConnectionProvider]
  819. at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:201)
  820. at org.hibernate.internal.AbstractSessionImpl.getJdbcConnectionAccess(AbstractSessionImpl.java:341)
  821. at org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl.<init>(JdbcCoordinatorImpl.java:114)
  822. at org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl.<init>(TransactionCoordinatorImpl.java:89)
  823. at org.hibernate.internal.SessionImpl.<init>(SessionImpl.java:258)
  824. at org.hibernate.internal.SessionFactoryImpl$SessionBuilderImpl.openSession(SessionFactoryImpl.java:1589)
  825. at org.hibernate.internal.SessionFactoryImpl.openSession(SessionFactoryImpl.java:999)
  826. at org.openmrs.api.db.hibernate.HibernateContextDAO.openSession(HibernateContextDAO.java:305)
  827. at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
  828. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  829. at java.lang.reflect.Method.invoke(Method.java:498)
  830. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  831. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:201)
  832. at com.sun.proxy.$Proxy136.openSession(Unknown Source)
  833. at org.openmrs.api.context.Context.openSession(Context.java:772)
  834. at org.openmrs.module.addresshierarchy.scheduler.AbstractAddressHierarchyTask.run(AbstractAddressHierarchyTask.java:30)
  835. at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
  836. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  837. at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
  838. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
  839. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
  840. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  841. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  842. at java.lang.Thread.run(Thread.java:748)
  843. WARN - IdgenTask.run(32) |2020-07-07 01:33:04,671| Not running scheduled task. DaemonToken = null; enabled = false
  844. WARN - IdgenTask.run(32) |2020-07-07 01:38:04,671| Not running scheduled task. DaemonToken = null; enabled = false
  845. ERROR - AbstractAddressHierarchyTask.run(34) |2020-07-07 01:42:53,947| An error occurred while running scheduled address hierarchy task
  846. org.hibernate.service.UnknownServiceException: Unknown service requested [org.hibernate.engine.jdbc.connections.spi.ConnectionProvider]
  847. at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:201)
  848. at org.hibernate.internal.AbstractSessionImpl.getJdbcConnectionAccess(AbstractSessionImpl.java:341)
  849. at org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl.<init>(JdbcCoordinatorImpl.java:114)
  850. at org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl.<init>(TransactionCoordinatorImpl.java:89)
  851. at org.hibernate.internal.SessionImpl.<init>(SessionImpl.java:258)
  852. at org.hibernate.internal.SessionFactoryImpl$SessionBuilderImpl.openSession(SessionFactoryImpl.java:1589)
  853. at org.hibernate.internal.SessionFactoryImpl.openSession(SessionFactoryImpl.java:999)
  854. at org.openmrs.api.db.hibernate.HibernateContextDAO.openSession(HibernateContextDAO.java:305)
  855. at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
  856. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  857. at java.lang.reflect.Method.invoke(Method.java:498)
  858. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  859. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:201)
  860. at com.sun.proxy.$Proxy136.openSession(Unknown Source)
  861. at org.openmrs.api.context.Context.openSession(Context.java:772)
  862. at org.openmrs.module.addresshierarchy.scheduler.AbstractAddressHierarchyTask.run(AbstractAddressHierarchyTask.java:30)
  863. at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
  864. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  865. at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
  866. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
  867. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
  868. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  869. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  870. at java.lang.Thread.run(Thread.java:748)
  871. WARN - IdgenTask.run(32) |2020-07-07 01:43:04,672| Not running scheduled task. DaemonToken = null; enabled = false
  872. WARN - IdgenTask.run(32) |2020-07-07 01:48:04,673| Not running scheduled task. DaemonToken = null; enabled = false
  873. ERROR - AbstractAddressHierarchyTask.run(34) |2020-07-07 01:52:53,949| An error occurred while running scheduled address hierarchy task
  874. org.hibernate.service.UnknownServiceException: Unknown service requested [org.hibernate.engine.jdbc.connections.spi.ConnectionProvider]
  875. at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:201)
  876. at org.hibernate.internal.AbstractSessionImpl.getJdbcConnectionAccess(AbstractSessionImpl.java:341)
  877. at org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl.<init>(JdbcCoordinatorImpl.java:114)
  878. at org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl.<init>(TransactionCoordinatorImpl.java:89)
  879. at org.hibernate.internal.SessionImpl.<init>(SessionImpl.java:258)
  880. at org.hibernate.internal.SessionFactoryImpl$SessionBuilderImpl.openSession(SessionFactoryImpl.java:1589)
  881. at org.hibernate.internal.SessionFactoryImpl.openSession(SessionFactoryImpl.java:999)
  882. at org.openmrs.api.db.hibernate.HibernateContextDAO.openSession(HibernateContextDAO.java:305)
  883. at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
  884. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  885. at java.lang.reflect.Method.invoke(Method.java:498)
  886. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  887. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:201)
  888. at com.sun.proxy.$Proxy136.openSession(Unknown Source)
  889. at org.openmrs.api.context.Context.openSession(Context.java:772)
  890. at org.openmrs.module.addresshierarchy.scheduler.AbstractAddressHierarchyTask.run(AbstractAddressHierarchyTask.java:30)
  891. at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
  892. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  893. at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
  894. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
  895. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
  896. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  897. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  898. at java.lang.Thread.run(Thread.java:748)
  899. WARN - IdgenTask.run(32) |2020-07-07 01:53:04,673| Not running scheduled task. DaemonToken = null; enabled = false
  900. WARN - IdgenTask.run(32) |2020-07-07 01:58:04,674| Not running scheduled task. DaemonToken = null; enabled = false
  901. ERROR - AbstractAddressHierarchyTask.run(34) |2020-07-07 02:02:53,952| An error occurred while running scheduled address hierarchy task
  902. org.hibernate.service.UnknownServiceException: Unknown service requested [org.hibernate.engine.jdbc.connections.spi.ConnectionProvider]
  903. at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:201)
  904. at org.hibernate.internal.AbstractSessionImpl.getJdbcConnectionAccess(AbstractSessionImpl.java:341)
  905. at org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl.<init>(JdbcCoordinatorImpl.java:114)
  906. at org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl.<init>(TransactionCoordinatorImpl.java:89)
  907. at org.hibernate.internal.SessionImpl.<init>(SessionImpl.java:258)
  908. at org.hibernate.internal.SessionFactoryImpl$SessionBuilderImpl.openSession(SessionFactoryImpl.java:1589)
  909. at org.hibernate.internal.SessionFactoryImpl.openSession(SessionFactoryImpl.java:999)
  910. at org.openmrs.api.db.hibernate.HibernateContextDAO.openSession(HibernateContextDAO.java:305)
  911. at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
  912. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  913. at java.lang.reflect.Method.invoke(Method.java:498)
  914. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  915. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:201)
  916. at com.sun.proxy.$Proxy136.openSession(Unknown Source)
  917. at org.openmrs.api.context.Context.openSession(Context.java:772)
  918. at org.openmrs.module.addresshierarchy.scheduler.AbstractAddressHierarchyTask.run(AbstractAddressHierarchyTask.java:30)
  919. at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
  920. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  921. at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
  922. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
  923. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
  924. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  925. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  926. at java.lang.Thread.run(Thread.java:748)
  927. WARN - IdgenTask.run(32) |2020-07-07 02:03:04,674| Not running scheduled task. DaemonToken = null; enabled = false
  928. WARN - IdgenTask.run(32) |2020-07-07 02:08:04,675| Not running scheduled task. DaemonToken = null; enabled = false
  929. ERROR - AbstractAddressHierarchyTask.run(34) |2020-07-07 02:12:53,955| An error occurred while running scheduled address hierarchy task
  930. org.hibernate.service.UnknownServiceException: Unknown service requested [org.hibernate.engine.jdbc.connections.spi.ConnectionProvider]
  931. at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:201)
  932. at org.hibernate.internal.AbstractSessionImpl.getJdbcConnectionAccess(AbstractSessionImpl.java:341)
  933. at org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl.<init>(JdbcCoordinatorImpl.java:114)
  934. at org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl.<init>(TransactionCoordinatorImpl.java:89)
  935. at org.hibernate.internal.SessionImpl.<init>(SessionImpl.java:258)
  936. at org.hibernate.internal.SessionFactoryImpl$SessionBuilderImpl.openSession(SessionFactoryImpl.java:1589)
  937. at org.hibernate.internal.SessionFactoryImpl.openSession(SessionFactoryImpl.java:999)
  938. at org.openmrs.api.db.hibernate.HibernateContextDAO.openSession(HibernateContextDAO.java:305)
  939. at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
  940. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  941. at java.lang.reflect.Method.invoke(Method.java:498)
  942. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  943. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:201)
  944. at com.sun.proxy.$Proxy136.openSession(Unknown Source)
  945. at org.openmrs.api.context.Context.openSession(Context.java:772)
  946. at org.openmrs.module.addresshierarchy.scheduler.AbstractAddressHierarchyTask.run(AbstractAddressHierarchyTask.java:30)
  947. at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
  948. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  949. at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
  950. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
  951. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
  952. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  953. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  954. at java.lang.Thread.run(Thread.java:748)
  955. WARN - IdgenTask.run(32) |2020-07-07 02:13:04,676| Not running scheduled task. DaemonToken = null; enabled = false
  956. WARN - IdgenTask.run(32) |2020-07-07 02:18:04,676| Not running scheduled task. DaemonToken = null; enabled = false
  957. ERROR - AbstractAddressHierarchyTask.run(34) |2020-07-07 02:22:53,958| An error occurred while running scheduled address hierarchy task
  958. org.hibernate.service.UnknownServiceException: Unknown service requested [org.hibernate.engine.jdbc.connections.spi.ConnectionProvider]
  959. at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:201)
  960. at org.hibernate.internal.AbstractSessionImpl.getJdbcConnectionAccess(AbstractSessionImpl.java:341)
  961. at org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl.<init>(JdbcCoordinatorImpl.java:114)
  962. at org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl.<init>(TransactionCoordinatorImpl.java:89)
  963. at org.hibernate.internal.SessionImpl.<init>(SessionImpl.java:258)
  964. at org.hibernate.internal.SessionFactoryImpl$SessionBuilderImpl.openSession(SessionFactoryImpl.java:1589)
  965. at org.hibernate.internal.SessionFactoryImpl.openSession(SessionFactoryImpl.java:999)
  966. at org.openmrs.api.db.hibernate.HibernateContextDAO.openSession(HibernateContextDAO.java:305)
  967. at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
  968. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  969. at java.lang.reflect.Method.invoke(Method.java:498)
  970. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  971. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:201)
  972. at com.sun.proxy.$Proxy136.openSession(Unknown Source)
  973. at org.openmrs.api.context.Context.openSession(Context.java:772)
  974. at org.openmrs.module.addresshierarchy.scheduler.AbstractAddressHierarchyTask.run(AbstractAddressHierarchyTask.java:30)
  975. at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
  976. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  977. at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
  978. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
  979. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
  980. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  981. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  982. at java.lang.Thread.run(Thread.java:748)
  983. WARN - IdgenTask.run(32) |2020-07-07 02:23:04,676| Not running scheduled task. DaemonToken = null; enabled = false
  984. WARN - IdgenTask.run(32) |2020-07-07 02:28:04,677| Not running scheduled task. DaemonToken = null; enabled = false
  985. ERROR - AbstractAddressHierarchyTask.run(34) |2020-07-07 09:53:44,569| An error occurred while running scheduled address hierarchy task
  986. org.hibernate.service.UnknownServiceException: Unknown service requested [org.hibernate.engine.jdbc.connections.spi.ConnectionProvider]
  987. at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:201)
  988. at org.hibernate.internal.AbstractSessionImpl.getJdbcConnectionAccess(AbstractSessionImpl.java:341)
  989. at org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl.<init>(JdbcCoordinatorImpl.java:114)
  990. at org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl.<init>(TransactionCoordinatorImpl.java:89)
  991. at org.hibernate.internal.SessionImpl.<init>(SessionImpl.java:258)
  992. at org.hibernate.internal.SessionFactoryImpl$SessionBuilderImpl.openSession(SessionFactoryImpl.java:1589)
  993. at org.hibernate.internal.SessionFactoryImpl.openSession(SessionFactoryImpl.java:999)
  994. at org.openmrs.api.db.hibernate.HibernateContextDAO.openSession(HibernateContextDAO.java:305)
  995. at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
  996. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  997. at java.lang.reflect.Method.invoke(Method.java:498)
  998. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  999. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:201)
  1000. at com.sun.proxy.$Proxy136.openSession(Unknown Source)
  1001. at org.openmrs.api.context.Context.openSession(Context.java:772)
  1002. at org.openmrs.module.addresshierarchy.scheduler.AbstractAddressHierarchyTask.run(AbstractAddressHierarchyTask.java:30)
  1003. at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
  1004. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  1005. at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
  1006. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
  1007. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
  1008. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1009. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1010. at java.lang.Thread.run(Thread.java:748)
  1011. WARN - IdgenTask.run(32) |2020-07-07 09:53:55,286| Not running scheduled task. DaemonToken = null; enabled = false
Add Comment
Please, Sign In to add comment